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:garcon [2016/06/01 19:13] – [Port to Gtk3] erickoegelreleng:4.14:roadmap:garcon [2016/06/01 19:41] – [Port to Gtk3] erickoegel
Line 2: Line 2:
  
 ===== Port to Gtk3 ===== ===== Port to Gtk3 =====
-WIP branch: http://git.xfce.org/users/eric/garcon/log/?h=gtk3 +old branch: http://git.xfce.org/users/eric/garcon/log/?h=gtk3 
 +Now in git master and released in garcon 0.5.0
  
 As the branch currently stands, it builds both Gtk2 and Gtk3 (both are required). Both branches get built with the same code-base there's only minor changes (GtkBox vs GtkHBox) so it should be a simple transition. To do that, both Gtk2 and Gtk3 don't use the GtkImageMenuItem anymore. As the branch currently stands, it builds both Gtk2 and Gtk3 (both are required). Both branches get built with the same code-base there's only minor changes (GtkBox vs GtkHBox) so it should be a simple transition. To do that, both Gtk2 and Gtk3 don't use the GtkImageMenuItem anymore.
Line 17: Line 17:
  
   * Change the tests/test-display-menu to have a -gtk2 && -gtk3 version using the garcon-gtk library. This way everything can be tested.   * Change the tests/test-display-menu to have a -gtk2 && -gtk3 version using the garcon-gtk library. This way everything can be tested.
-  *   * TODO: Additonal features need to be added in to order to fully test out garcon.+  *   * TODO: Additonal test code needs to be added to the test-display-menu in order to fully test out garcon.
   * Merged in some of the fixes in bugzilla   * Merged in some of the fixes in bugzilla
   * Fix menu item label alignment in gtk3.   * Fix menu item label alignment in gtk3.