Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-14 | whoops, typoHEADmaster | Benjamin Otte | 1 | -1/+1 | |
2008-01-14 | catch a loader error, too | Benjamin Otte | 1 | -2/+11 | |
2008-01-14 | add error handling to swfdec-player | Benjamin Otte | 3 | -6/+94 | |
swfdec-player will now pop up an error message similar to GEdit when an error happens. | |||||
2008-01-14 | make sure the recent files only include files from swfdec-player | Benjamin Otte | 1 | -5/+23 | |
2008-01-14 | remove the old placeholder | Benjamin Otte | 1 | -1/+0 | |
2008-01-14 | add a simple recent files menu entry | Benjamin Otte | 2 | -1/+18 | |
2008-01-14 | set settings automatically after creating the window | Benjamin Otte | 2 | -1/+1 | |
2008-01-14 | add file to recent files when it starts playing | Benjamin Otte | 1 | -1/+13 | |
2008-01-14 | improve message | Benjamin Otte | 1 | -1/+1 | |
2008-01-14 | add translators to about box | Benjamin Otte | 1 | -0/+9 | |
2008-01-14 | mark all messages for translation | Benjamin Otte | 1 | -4/+4 | |
2007-11-15 | Merge branch 'master' of git://anongit.freedesktop.org/git/swfdec/swfdec-gnome | Stephane Loeuillet | 4 | -56/+56 | |
Conflicts: data/Makefile.am | |||||
2007-11-13 | Change LGPL headers to GPL | Pekka Lampila | 4 | -56/+56 | |
2007-11-01 | Mark more strings translatable | Stephane Loeuillet | 1 | -11/+11 | |
2007-11-01 | Typo | Stephane Loeuillet | 1 | -1/+1 | |
2007-10-28 | we open files and don't save them | Benjamin Otte | 1 | -1/+1 | |
2007-10-28 | set player window non-interactive when paused | Benjamin Otte | 1 | -0/+4 | |
We don't want to have lots of mouse events doing weird things | |||||
2007-10-28 | Don't forget to dist the .ui file | Stéphane Loeuillet | 1 | -0/+4 | |
2007-10-21 | set a default size | Benjamin Otte | 1 | -0/+2 | |
This small window didn't look _that_ nice | |||||
2007-10-21 | implement File->Open | Benjamin Otte | 1 | -0/+36 | |
2007-10-21 | cute little hacks don't work, set properties manually | Benjamin Otte | 1 | -4/+5 | |
2007-10-21 | set the window title when a file was selected | Benjamin Otte | 1 | -0/+4 | |
2007-10-21 | add a settings object and make the "mute" and "play" buttons work | Benjamin Otte | 3 | -7/+14 | |
Also enable the command line switches | |||||
2007-10-21 | add SwfdecWindowSettings to hold all the settings for a window | Benjamin Otte | 4 | -9/+68 | |
I"m using a separate struct, so I can easily move the settings separate from the window, which may be interesting when passing it to gconf, creating new windows, etc | |||||
2007-10-21 | make about dialog work | Benjamin Otte | 1 | -0/+18 | |
2007-10-21 | set application name | Benjamin Otte | 1 | -0/+1 | |
2007-10-21 | properly clean up | Benjamin Otte | 1 | -0/+18 | |
2007-10-21 | make close work | Benjamin Otte | 1 | -0/+1 | |
2007-10-21 | add logo | Benjamin Otte | 1 | -0/+1 | |
2007-10-21 | make setting the URL work properly | Benjamin Otte | 1 | -1/+6 | |
2007-10-21 | return a correct default value | Benjamin Otte | 1 | -0/+1 | |
2007-10-21 | weak-ref the window, so we can destroy our window when we're done | Benjamin Otte | 1 | -0/+1 | |
2007-10-21 | create the object properly | Benjamin Otte | 1 | -1/+1 | |
2007-10-21 | make these proper GObjects | Benjamin Otte | 2 | -11/+57 | |
2007-10-21 | make swfdec-player a more gnomey application. | Benjamin Otte | 6 | -116/+365 | |
Nothing works anymore, but at least it could work ;) - use a GtkBuilder UI definition - allow multiple windows - remove debugging options, this is a proper app now. | |||||
2007-10-16 | Remove --no-scripts command line option from swfdec-player | Pekka Lampila | 1 | -8/+2 | |
Also removed old gnome-vfs.h include from the code | |||||
2007-10-16 | Remove support for slow loading from swfdec-player | Pekka Lampila | 4 | -221/+0 | |
2007-10-16 | Call it swfdec-player, not swfplay. Add player/swfdec-player to ignore list | Pekka Lampila | 2 | -4/+4 | |
2007-10-16 | Change configure scripts to make swfplay build | Pekka Lampila | 1 | -2/+2 | |
2007-10-16 | Forgot to add player/swfdec_slow_loader.h | Pekka Lampila | 1 | -0/+60 | |
2007-10-16 | Copy swfplay from swfdec git (e1267777e2a617fcafb578fa411a5c739ef51253) | Pekka Lampila | 3 | -0/+354 | |