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
Last revisionBoth sides next revision
releng:4.8:roadmap:libxfce4ui [2010/04/05 21:50] – ruKYyCatZS 207.121.66.26releng:4.8:roadmap:libxfce4ui [2010/09/12 23:36] 82.217.229.66
Line 1: Line 1:
-mHlTfv  <a href="http://yrxoliqjwgzl.com/">yrxoliqjwgzl</a>, [url=http://vmgpphrihahs.com/]vmgpphrihahs[/url][link=http://atbchtlxggqt.com/]atbchtlxggqt[/link], http://sytjlnhlzhui.com/+====== Libxfce4ui 4.8 Roadmap ====== 
 + 
 +===== Move Components From Gui4 ===== 
 + 
 +<del>Create functional library with all the stuff we need</del>. 
 + 
 +Status: 100%\\ 
 +Assignee: Nick\\ 
 +Difficulty: Easy 
 + 
 +===== Session Client ===== 
 + 
 +<del>Make a GObject for session management. If that all works, (core) applications should implement it, see step below</del>
 + 
 +Status100%\\ 
 +Assignee: Brian\\ 
 +Difficulty: Moderate 
 + 
 +===== Port all applications to libxfce4ui ===== 
 + 
 +Mainly a task for easy individual developer, to port his/her application to 4uiThis also means your apps need to port to GtkBuilder. 
 + 
 +Status: Depends on each componentcompleted 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.