Differences
This shows you the differences between two versions of the page.
releng:4.8:roadmap:libxfce4ui [2010/04/06 03:40] hashimo old revision restored |
releng:4.8:roadmap:libxfce4ui [2010/10/02 17:26] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Libxfce4ui 4.8 Roadmap ====== | ||
- | ===== Move Components From Gui4 ===== | ||
- | |||
- | <del>Create a 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>. | ||
- | |||
- | Status: 100%\\ | ||
- | Assignee: Brian\\ | ||
- | Difficulty: Moderate | ||
- | |||
- | ===== 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. | ||
- | |||
- | Status: Depends on each component\\ | ||
- | 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. |