Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
design:parole-ui [2013/09/05 14:14] ochosidesign:parole-ui [2014/07/02 04:37] bluesabre
Line 1: Line 1:
-==== Roadmap to Parole 0.====+==== Roadmap to Parole 0.7.0 ====
  
-**GTK3 transition** +  <del>[Bugfix] Fix packaging of Parole's plugins in Ubuntu</del> 
-  * <del>Use [[https://developer.gnome.org/gtk3/3.8/GtkOverlay.html|GtkOverlay]] for (fullscreen-)play-controls?</del> +  * <del>[BugfixMove from GtkAction to GAction</del> 
-  * Draw the GtkOverlay player controls with cairo +  * <del>[Bugfix]  When playing back a stream, I get a lot of 
-    * Fix GtkOverlay staying atop the gst-video-overlay in Gtk3.6 +    * ''(parole:29323): GLib-GObject-WARNING *: value "-1" of type 'gint64' is invalid or out of range for property 'absolute-duration' of type 'gint64'''</del> 
-    * Add padding around the playbuttons (they're currently cut off at the bottom+  * [<del>Bugfix]  There's some odd g_object_unref or something in the play/pause code or something like that, i get lots of 
-    * <del>Add fade-out when hiding</del> > Impossible because transparency doesn't work +    * ''(parole:29323): GLib-CRITICAL **: Source ID 1787 was not found when attempting to remove it'' errors</del> 
-    * <del>Make the GtkOverlay semi-transparent and rounded</del> > Impossible because transparency doesn't work +  * <del>[Bugfix] Fix mouse-cursor hiding when dialogs are open (i.e. make hiding more intelligent)</del> 
-  * <del>Replace checkboxes with GtkSwitches in the Preferences</del> +  * <del>[Bugfix] Multimedia keys cannot be disabled with the Preferences checkbox</del> 
-  * Consider using GtkActions for a lot of functionality: http://whyareyoureadingthisurl.wordpress.com/2011/07/17/gtkaction-howto-and-why+  * <del>[Bugfix] Show Playlist in the menu is a checkbox that never has a correct label+selection</del> 
-  * Current bugs +  * <del>[Bugfix] State of "Show Playlist" button in the overlay is inverted</del> 
-    * Closing the Preferences dialog spews a lot of warnings +  * <del>[Bugfix] In the open-file dialog, the recent-category in the sidebar also lists e.g. glade files as playlist files, folders as audio/video files etc.</del> 
-    * Using the Save Playlist dialog worksbut also shows lots and lots of warnings+  <del>[Bugfix] Let users always show playcontrols (Bug 10976)</del> 
-    Popup menus (playlist menushow up a great distance from their widget. +  <del>[Bugfix] Fix the prev/next buttons not being correctly in/sensitive</del> 
-    Play/Pause icons in playlist aren't properly symbolic +  [Bugfix] Fix mkv subtitle mess https://bugzilla.xfce.org/show_bug.cgi?id=9880 
-      Doesn't seem to be possible, swapped back to non-symbolic in playlist +    * This should now be fixed in trunk, need verification 
-    Switching to fullscreen-mode via the "f" key sometimes fails (shows video in windowed sizerest of the screen is blacked out> trying to make it reproducible +  [Bugfix] Selected text subtitle files are added to the Recent Items 
-    Not happening anymore..?  Playing a DVD with gst1.0 errors out with "GStreamer backend error: The stream is in the wrong format."+  * [Bugfix] Fix building of plugin-docs 
 +  * [Bugfix] Open location fails with m3u and xspf playlists 
 +  * [Bugfix] Audio track seems to be reversed for some files (Japanese is EnglishEnglish is Japanese
 +  [Bugfix] Cannot seek in some OGM files 
 +  * [Bugfix] Menu keyboard shortcuts fail when menu is hidden
  
-**General** +  <del>[Feature] Add "Go to position" feature and a hidden setting for controls-timeout 
-  * Speed up subtitle-loading by/and jump/ing back 3sec after setting subtitles +    * http://git.xfce.org/users/ochosi/parole/log/?h=timeout_option</del> 
-  * Should we move the plugins to a section in the Preferences dialog (as previously suggested by Simon)? +  * <del>[Feature] Add support for clutter backend</del> 
-  * Improve menubar +    * <del>Fix Display-tab of preferences to correctly show the clutter-option</del> 
-    * Per http://paste.ubuntu.com/6019850/, we have restructured the menubar as below. +  <del>[Feature] Use GtkRevealer to animate showing/hiding the playback controls (with Gtk>=3.10)</del> 
-    * Media +  [Feature] Rethink the gstreamer-plugins-installer (packagekit) 
-      The application's 'File' menu, contains the following items: Open, Open (NetworkLocation, Recent Menu, Save Playlist, CD/DVD, Quit  +  [Feature] Add option to "Always hide menubar" to the Preferences-dialog (not sure which tabmaybe the first one
-    Playback +    * If that option is ticked, we could show an open-file entry in the right-click menu 
-      Previously the 'Edit' menucontains the following items: Repeat, Shuffle, Show/Hide Playlist +  [Feature] API Updates 
-      * Should we also add additional playlist controls here (with customizable keyboard accelerators(as suggested by Simon)? +    * Extend API to give plugins easy access to Tools menu 
-    * DVD +    * Extend API to make it easier for plugins to save xfconf settings in parole/plugins/plugin-name 
-      * This menu appears when a disc is being played.  It was originally in the playlist widget. +  [Feature] Plugins Manager 
-    Audio +    Consider moving the plugins to a tab in the Preferences dialog 
-      * The same old 'Audio' menu, contains the following items: Audio Track (previously Languages), Volume Up/Down/Mute +  * [Feature] Subtitles 
-    * Video +    * Speed up loading by seeking forward/backward after subtitle selection changed 
-      * A refocused 'View' menu, now containing the following items: Fullscreen, Aspect Ratio, Subtitles +  [Feature] Make the amount of buffering configurable 
-    * Tools +  * [Feature] Improve network-performance (mplayer and vlc seem much more efficient via e.g. ssh
-      A new 'Tools' menu, currently contains: Plugins, Preferences +    General problem of gstreamer? 
-      We can extend the plugin API to allow adding menu items to this menu. +  * [Feature] New plugins 
-    * Help +    * Subtitle-fetching plugin? 
-      Your usual 'Help' menu, without the Help... we need documentation!  Current items: Report a bug (NEW!), About +    YouTube plugin? https://bugzilla.xfce.org/show_bug.cgi?id=9971 
- +  * <del>Include default theming for GtkOverlay in case themes don't support the osd class</del> 
- +    * doesn't seem possible, cause either the cssprovider overrides the theme or the theme overrides the fallback, because there doesn't seem to be a sane way to check whether the osd-class gets specially themed
-**Playlist** +
-  * Add total playtime to playlist +
-    * Seems hard/impossible for video-files, do-able for audio-files +
- +
-**Documentation** +
-  * Get on with it+
  
 ==== Discussion ==== ==== Discussion ====