Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
releng:4.8:roadmap:libxfce4ui [2009/08/21 08:26] – created nickreleng:4.8:roadmap:libxfce4ui [2010/10/02 17:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Libxfce4ui 4.8 Roadmap ====== ====== Libxfce4ui 4.8 Roadmap ======
  
-===== Move Components From Gui4 (Easy) =====+===== Move Components From Gui4 =====
  
-Create a functional library with all the stuff we need.+<del>Create a functional library with all the stuff we need</del>.
  
-Status: 95%+Status: 100%\\ 
 +Assignee: Nick\\ 
 +Difficulty: Easy
  
-===== Session Client (Moderate) =====+===== Session Client =====
  
-Make a GObject for session management. If that all works, (core) applications should implement it, see step below.+<del>Make a GObject for session management. If that all works, (core) applications should implement it, see step below</del>.
  
-Status: 10%+Status: 100%\\ 
 +Assignee: Brian\\ 
 +Difficulty: Moderate
  
-===== Port all applications to libxfce4ui (Easy) =====+===== Port all applications to libxfce4ui =====
  
 Mainly a task for easy individual developer, to port his/her application to 4ui. This also means your apps need to port to GtkBuilder. Mainly a task for easy individual developer, to port his/her application to 4ui. This also means your apps need to port to GtkBuilder.
  
-Status: Depends on each component.+Status: Depends on each component, completed for core modules\\ 
 +Assignee: Everyone\\ 
 +Difficulty: Easy 
 + 
 +===== GtkBuilder Support ===== 
 + 
 +GtkBuilder works fine with XfceTitledDialog, but this only works if the library is properly linked, see Gnome bug [[http://bugzilla.gnome.org/show_bug.cgi?id=588238|588238]]. You can work around this using something like this: 
 + 
 +''if (xfce_titled_dialog_get_type () == 0) return;'' 
 + 
 +Status: Depends, probably something we have to live with until Gtk has a good proposal.