Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| releng:4.14:roadmap:xfce4-power-manager [2015/03/15 12:11] – [Port to Gtk3] erickoegel | releng:4.14:roadmap:xfce4-power-manager [2015/05/26 00:31] (current) – ochosi | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Port to Gtk3 ===== | ===== Port to Gtk3 ===== | ||
| - | Related branch: http://git.xfce.org/ | + | Released: 1.5.0\\ |
| - | === TODO: === | + | Assignee: Eric, Simon\\ |
| - | * < | + | Completed: 100% |
| - | * Fix more warnings from the settings dialog (deprecated properties of GtkAlignment) | + | |
| - | * Fix warning for missing GtkStyleContext in the panel plugin (run panel from terminal to see) | + | |
| - | * Consider replacing GtkTreeview in the devices tab with GtkListBox. | + | |
| - | * Use dedicated application icon name (instead of ac-adapter) | + | |
| - | * < | + | |
| - | * < | + | |
| - | * < | + | |
| - | * < | + | |
| - | * Showing the notebook border doesn' | + | |
| - | * gtk_notebook_set_show_border (GTK_NOTEBOOK (device_details_notebook), TRUE); | + | |
| - | * Not really a problem with Adwaita, so maybe we should rely on themes to handle this | + | |
| - | * < | + | |
| - | * Advantage: more icon themes support us out of the box | + | |
| - | * Disadvantage: | + | |
| - | * [[http:// | + | |
| - | * < | + | |
| - | * < | + | |
| - | * < | + | |
| - | * < | + | |
| ===== Port to gdbus ===== | ===== Port to gdbus ===== | ||
| - | Assignee: Peter | + | Released: 1.5.0\\ |
| + | Assignee: Peter\\ | ||
| + | Completed: 100% | ||
| - | Related branch: To be pushed. | + | === TODO === |
| + | * Use g_dbus_own_name? | ||
| + | * The is asynchronous and handles aquire and loss. | ||
| + | * It doesn' | ||
| + | * Use g_dbus_watch_name? | ||
| + | * In many cases we could drop the name check completely. | ||
| + | * Use gdbus-codegen proxies for all proxies? | ||
| + | * This might brings some overhead as it registers to everything of that proxy. | ||
| + | * It only brings a wrapper for the calls which split the first layer of GVariant. | ||