- 26 Feb, 2013 1 commit
-
-
Sean Davis authored
-
- 21 Feb, 2013 1 commit
-
-
Sean Davis authored
-
- 05 Jan, 2013 1 commit
-
-
Sean Davis authored
-
- 21 Aug, 2012 1 commit
-
-
Sean Davis authored
-
- 18 Aug, 2012 1 commit
-
-
Sean Davis authored
-
- 16 Aug, 2012 2 commits
-
-
Sean Davis authored
-
Sean Davis authored
-
- 09 Aug, 2012 1 commit
-
-
Sean Davis authored
-
- 19 Jul, 2012 1 commit
-
-
Tekk authored
-
- 16 Jul, 2012 1 commit
-
-
Tekk authored
-
- 11 Jul, 2012 1 commit
-
-
Simon Steinbeiß authored
-
- 11 Aug, 2009 1 commit
-
-
Ali Abdallah authored
* parole-medialist.c, allow multiple selection, so handle list up and down+remove when multiple rows are selected. * Show a button for fast tracks selection when playing cdda. (Old svn revision: 7906)
-
- 06 Aug, 2009 1 commit
-
-
Ali Abdallah authored
failure, can potentially happen on live streams. * Change the about dialog. * Change the version from 0.1 to 0.1.90 as the first stable version should be 0.2 * parole-disc.c code to correctly checks if cd drive has a cdda, this is a Linux specific thing. * parole-gst.c the buffering bit when we force a stop state while stream is buffering. * parole-openlocation.c button to clear history of open locations. * plugins/ Added a simple window title plugin to change the title of the main window to the current playing stream. * Set All the popup pos to be always center on parent. * parole-plugin.c get rid of some useless code+properly free the plugin data in finalize. * parole-module.c fix a small memory leak. * parole.h Support for site in the description of the plugin. * parole-statusbar.c hide the separator when going to fullscreen mode. * Update the POTFILES.in and the .pot files. (Old svn revision: 7893)
-
- 04 Aug, 2009 1 commit
-
-
Ali Abdallah authored
files in the playlist view. (Old svn revision: 7888)
-
- 31 Jul, 2009 1 commit
-
-
Ali Abdallah authored
* Better configuration loading based GValues. * Register posix signal handler. * Much better cdda support. * Patch the makefile by Enrico Tröger to fix issue with generating the enum types. * Fix the sound image menu items size. * Double clicks a file close the media chooser dialog. * Remove grey border in fullscreen mode. * Set the main window name to Parole Media Player. * Fix the expander packing style in the savelist chooser. (Old svn revision: 7882)
-
- 30 Jul, 2009 1 commit
-
-
Ali Abdallah authored
* Remember the size of the main window set. (Old svn revision: 7868)
-
- 29 Jul, 2009 3 commits
-
-
Ali Abdallah authored
* Support nice sound fading on exit. * Automtically get the preferred video size and resize the video output. (Old svn revision: 7862)
-
Ali Abdallah authored
* Added some shortcut keys. * Added volume in the menu bar. * Added saturation+brightness+hue+contrast support for the video image sink. * Fix getting the date entity tag. (Old svn revision: 7859)
-
Ali Abdallah authored
* Query media capabilities on paused state. * parole-file.c get rid of a useless warning. * parole-statusbar.c properly set text info of live streams. * parole-gst.c optimize a bit the way we query stream info+ added support for seeking to DVD chapters. (Old svn revision: 7858)
-
- 28 Jul, 2009 2 commits
-
-
Ali Abdallah authored
* Only hide cursor when we are playing a video. * Better full screen support. * Change popup size on screen size change in fullscreen mode. (Old svn revision: 7854)
-
Ali Abdallah authored
the tag title. * main.c: Added show_version function+reorder calls of gst_init and gtk_init. * parole-statusbar.c Much better statusbar info. * parole-gst.c don't try to load subtitles for non local files. * Handle all 'prepare-xwindow-id' message synchronously to avoid XSync error in some occasions. * Handle Failure in Changing state async to query the bus of the real error message. (Old svn revision: 7853)
-
- 27 Jul, 2009 3 commits
-
-
Ali Abdallah authored
* Add missing support for packing plugins in the main notebook. * Add GStreamer dependency in the README file. * parole-gst.c don't draw logo on expose when buffering. * added parole-open-location.{c,h} added parole open location to handle location open with entry completion. (Old svn revision: 7851)
-
Ali Abdallah authored
* Added subtitle font encoding support, encodings code taken from gnome-terminal * Fix changing state to play when user select another visualization plugin. * data/interfaces/mediachooser.ui Remove empty box. * Update TODO and pot file. (Old svn revision: 7850)
-
Ali Abdallah authored
support. * plugins, Now have optional configure dialog. * Added some home made icons and a logo. * Always set the stop button sensitive when we are trying to play a media file, this gives the possibility to cancel at any time. (Old svn revision: 7849)
-
- 25 Jul, 2009 1 commit
-
-
Ali Abdallah authored
* data/interfaces/ Mark some gtk labels as non-translatable+default respone of some buttons in the dialogs. * parole/parole-rc-utils.{c,h} added function to load list entries+ Split the configuration file into groups. (Old svn revision: 7836)
-
- 23 Jul, 2009 1 commit
-
-
Ali Abdallah authored
state is playing. * parole/parole-pl-parser.{c,h} added a playlist parser code based on code from totem and from xfmedia. * parole/parole-filters.c added filters for playlist files. * po/POTFILES.in updates. * delete the common dir as it is useless. * Change ParoleMediaFile to ParoleFile as it doesn't only describe a media file. (Old svn revision: 7778)
-
- 19 Jul, 2009 1 commit
-
-
Ali Abdallah authored
(Old svn revision: 7746)
-
- 18 Jul, 2009 1 commit
-
-
Ali Abdallah authored
* parole/parole-stream.c no need to hold a reference to ParoleMediaFile object. * Change the flag of dbus_request_name to DBUS_NAME_FLAG_ALLOW_REPLACEMENT to make the -i (new instance) command line working and opening a new instance, such a way if the old instance exists the new one will take the DBus name. (Old svn revision: 7740)
-
- 16 Jul, 2009 1 commit
-
-
Ali Abdallah authored
needs to work the writing part with Taglib). * No need to install the interface files anymore. * Rename src dir to parole. * Gtk doc for plugin api (not yet complete). * parole/parole-player.c stop gst when the stream finishes and no remaining media left in the list. * parole/parole-player.c rename the media file shown in the media list when we get a tag message from gst. * parole/parole-stream.c Handle tag messages. * parole/parole-module.{c,h} added a GTypeModule subclass * parole/parole-mediafile.c expose GObject properties. to handle plugins. * put some code in the common dir. * update POTFILES.in+README+TODO. (Old svn revision: 7735)
-
- 07 Jul, 2009 1 commit
-
-
Ali Abdallah authored
* po/POTFILES.in fix missing strings in the interface files. * src/gst.c apply the overlay at the correct time, the fix possible X sync error when playing media files. * src/mediafile.c check for error code for the unhandled Gfile info, G_IO_ERROR_NOT_SUPPORTED occurs when we try to read info of an unsupported location. * src/filters.c sort media files that belong to the same dir only. * src/main.c send media files by path instead of uri to the running instance of the media player. * src/medialist.c fix a bug adding folder contains media file. from the command line. * src/medialist.c Enable ellipsize of the text renderer. (Old svn revision: 7688)
-
- 19 Jun, 2009 1 commit
-
-
Ali Abdallah authored
when adding multiple media files to the list. (Old svn revision: 7618)
-
- 18 Jun, 2009 2 commits
-
-
Ali Abdallah authored
when playing a movie stream. (Old svn revision: 7608)
-
Ali Abdallah authored
* Automatically load subtitle. * Add options for subtitles font. (Old svn revision: 7607)
-
- 16 Jun, 2009 1 commit
-
-
Ali Abdallah authored
* Fix the date in previous commit (2009 instead of 2008). * Added command line to add media files to list. * DBus interface for adding media files from a file manager if Parole is already running. * Add mime type handled by Parole in the desktop file. (Old svn revision: 7591)
-
- 15 Jun, 2009 2 commits
-
-
Ali Abdallah authored
handle dropping of a single file or list of files or a folder contains media files/other subfolders with media files. (Old svn revision: 7582)
-
Ali Abdallah authored
* Added mime type functions to generate mime types supported by Parole, code to do this is taken from Totem. * Fix finalizing media chooser object before sending file open signal when opening single media file. * Add missing files in yesterday's commit. (Old svn revision: 7577)
-
- 14 Jun, 2009 1 commit
-
-
Ali Abdallah authored
* By default visualizations are disabled when playing audio files. * User now can select between multiple Gst visualizations plugins. (Old svn revision: 7572)
-
- 11 Jun, 2009 1 commit
-
-
Ali Abdallah authored
* Added utils.{c,h} with window cursor functions. * Fix the date of the previous ChangeLog commit message. (Old svn revision: 7528)
-
- 10 Jun, 2009 1 commit
-
-
Ali Abdallah authored
(Old svn revision: 7525)
-
- 07 Jun, 2009 1 commit
-
-
Ali Abdallah authored
(Old svn revision: 7494)
-