[Xfce4-commits] [apps/xfce4-taskmanager] branch landry/gtk3 updated (9e0dde7 -> f3149fa)
noreply at xfce.org
noreply at xfce.org
Thu Dec 11 23:30:40 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a change to branch landry/gtk3
in repository apps/xfce4-taskmanager.
from 9e0dde7 save process-window.ui with glade 3
new 5310bb2 Only check for wnck3 if --enable-gtk3 was passed, and enable it by default then.
new f33f644 use gtk_tool_button_set_icon_name() instead of gtk_tool_button_set_stock_id()
new f7dc12a use a plain GtkBox for the statusbar
new f721131 use gtk_tool_button_set_icon_name() instead of gtk_tool_button_set_stock_id()
new 1e1ee4c icon-name property was deprecated in gtk3
new d8404b3 Rename gtkbuilder files with a -gtk3 suffix for clarity
new 3f02cc4 Restore gtk2 versions of the gtkbuilder ui files
new 4d6fb82 Add automake plumbing to generate both gtk2 and gtk3 ui files in maintainer mode.
new 21bf64e use #ifdef instead of #if to avoid warnings with gtk2
new f3149fa include the gtk3 generated ui file when building against gtk3. This way both flavors build
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
configure.ac.in | 18 ++--
src/Makefile.am | 12 ++-
src/exec-tool-button.c | 2 +-
src/process-monitor.c | 2 +-
src/process-statusbar.c | 4 +
src/{process-window.ui => process-window-gtk3.ui} | 0
src/process-window.c | 6 ++
src/process-window.ui | 19 ++--
...{settings-dialog.ui => settings-dialog-gtk3.ui} | 0
src/settings-dialog.c | 4 +
src/settings-dialog.ui | 108 ++++++--------------
src/settings-tool-button.c | 2 +-
12 files changed, 74 insertions(+), 103 deletions(-)
copy src/{process-window.ui => process-window-gtk3.ui} (100%)
copy src/{settings-dialog.ui => settings-dialog-gtk3.ui} (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list