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
releng:4.8:roadmap:libxfce4ui [2009/08/25 12:39] 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\\ Assignee: Nick\\
 Difficulty: Easy Difficulty: Easy
Line 11: Line 11:
 ===== Session Client ===== ===== 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\\ Assignee: Brian\\
 Difficulty: Moderate 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 Support =====
Line 28: Line 30:
  
 ''if (xfce_titled_dialog_get_type () == 0) return;'' ''if (xfce_titled_dialog_get_type () == 0) return;''
 +
 +Status: Depends, probably something we have to live with until Gtk has a good proposal.