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
releng:4.14:roadmap:xfce4-panel [2017/04/21 21:22] ochosireleng:4.14:roadmap:xfce4-panel [2017/06/12 23:06] ochosi
Line 1: Line 1:
 Branch (master): https://git.xfce.org/xfce/xfce4-panel/ Branch (master): https://git.xfce.org/xfce/xfce4-panel/
  
-**TODO**+**Open Issues and TODOs** 
 +{{rss>https://bugzilla.xfce.org/buglist.cgi?list_id=36248&product=Xfce4-panel&query_format=advanced&resolution=---&version=4.13.0&title=Bug%20List&ctype=atom 20 1d date}}
  
-  enter/leave opacity broken for external gtk2 plugins+**TODO**
   * fix drag and drop (e.g. moving internal plugins within the panel from the context menu - moving in the prefs dialog works, moving external plugins also works)   * fix drag and drop (e.g. moving internal plugins within the panel from the context menu - moving in the prefs dialog works, moving external plugins also works)
 +    * oddly, DND works for internal plugins too when /force-all-external is set to true
 +    * even with external plugins, DND doesn't fully work. the possible targets are only next to internal plugins, so you cannot e.g. drop an external plugin between two other external plugins
     * branch that could help with debugging: https://git.xfce.org/users/andrzejr/xfce4-panel/log/?h=drag_and_drop_experiments     * branch that could help with debugging: https://git.xfce.org/users/andrzejr/xfce4-panel/log/?h=drag_and_drop_experiments
     * mclasen mentioned that investigating https://developer.gnome.org/gdk3/stable/gdk3-Drag-and-Drop.html#gdk-drag-context-manage-dnd may help understanding what's going on (a lot of functionality was moved there)     * mclasen mentioned that investigating https://developer.gnome.org/gdk3/stable/gdk3-Drag-and-Drop.html#gdk-drag-context-manage-dnd may help understanding what's going on (a lot of functionality was moved there)
   * with /force-all-external=true tasklist size is incorrect (always minimum)   * with /force-all-external=true tasklist size is incorrect (always minimum)
   * fix the deprecation warnings (excl. gtkimagemenuitem, systray)   * fix the deprecation warnings (excl. gtkimagemenuitem, systray)
-    * gtk_misc_set_padding 
-    * gtk_icon_size_from_name 
-    * gtk_widget_reparent (use xfce_widget_reparent instead?) 
-    * etc. 
   * improve the calendar style of the time plugin (padding sucks etc)   * improve the calendar style of the time plugin (padding sucks etc)
     * tracked upstream for now, maybe we'll integrate some changes in the panel (where needed)     * tracked upstream for now, maybe we'll integrate some changes in the panel (where needed)