Xfce Wiki

Sub domains
 
no way to compare when less than two revisions

Differences

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


Previous revision
Next revision
design:parole-ui [2013/10/19 19:01] bluesabre
Line 1: Line 1:
 +==== Roadmap to Parole 0.6 ====
  
 +**What's next?**
 +  1. DONE - Backport fixes to parole-0.5.x - DONE
 +  2. DONE - Release parole 0.5.3 - DONE
 +  3. DONE - Push current parole-master to 0.5.x branch - DONE
 +  4. DONE - merge bluesabre/gtk3 - DONE
 +  5. DONE - wait a week for translations - DONE
 +  6. DONE - release parole 0.5.90 (or whatever we will call it) - DONE
 +  7. organize testing (create parole-gst0.10 and parole-gst1.0 packages in the PPA)
 +
 +
 +**General**
 +  * Validate Plugin API
 +    * Make sure everything still works
 +  * [[design:Parole-UI:icons|Settle on size for icons in controls-overlay]]
 +  * Possibly fixed, need confirmation:
 +    * (with gst1.0) Wrong time of a song show in playlist - https://bugzilla.xfce.org/show_bug.cgi?id=10210
 +    * Player cuts end of audio track off - https://bugzilla.xfce.org/show_bug.cgi?id=9853
 +
 +
 +**Documentation**
 +  * Get on with it
 +    * Staging site: http://smdavis.us/doku/doku.php?id=parole-docs
 +
 +
 +**Parole-next**
 +  * For a version after 0.6...
 +  * Add option to "Always hide menubar" to the Preferences-dialog (not sure which tab, maybe the first one)
 +    * If that option is ticked, we could show an open-file entry in the right-click menu
 +  * API Updates
 +    * Extend API to give plugins easy access to Tools menu
 +    * Extend API to make it easier for plugins to save xfconf settings in parole/plugins/plugin-name
 +  * Plugins Manager
 +    * Consider moving the plugins to a tab in the Preferences dialog
 +  * Subtitles
 +    * Speed up loading by seeking forward/backward after subtitle selection changed
 +  * Make the buffering configurable
 +  * Improve network-performance (mplayer and vlc seem much more efficient via e.g. ssh)
 +  * New plugins
 +    * Subtitle-fetching plugin?
 +    * MPRIS2 support (for indicator-sound and Gnome Shell media player extension)
 +    * YouTube plugin?
 +  * Rethink the gstreamer-plugins-installer (packagekit)
 +  * <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
 +
 +==== Discussion ====