[Xfce4-commits] [apps/xfce4-taskmanager] branch master updated (92bbd58 -> 54679d8)

noreply at xfce.org noreply at xfce.org
Wed Dec 17 21:04:18 CET 2014


This is an automated email from the git hooks/post-receive script.

landry pushed a change to branch master
in repository apps/xfce4-taskmanager.

      from  92bbd58   I18n: Update translation is (100%).
      adds  f327226   check for optional gtk3 support
      adds  1586329   also check for libwnck3, will have to be dependent on gtk3 anyway
      adds  e91f904   set GTK2/GTK3/WNCK/WNCK3 LIBS/CFLAGS depending on USE_GTK3
      adds  28c6cea   use gtk_widget_is_visible instead of GTK_WIDGET_VISIBLE()
      adds  2cf4aef   include gdk/gdkkeysyms-compat.h to get GDK_Menu #define
      adds  dab45b2   GTK_WIDGET_SET_FLAGS seems to be gtk2 only
      adds  af176e4   gdk_spawn_command_line_on_screen() was removed, try to use g_app_info_launch()
      adds  008bfd6   GtkComboBoxText appeared in gtk 2.24.1, use it if available
      adds  55591b1   GTK_WIDGET_SET_FLAGS seems to be gtk2 only
      adds  f76b997   Use gtk_check_menu_item_get_active() instead of poking directly at the active member
      adds  41a9d83   Use gtk_widget_get_window() (appeared in Gtk 2.14) instead of poking at window struct member
      adds  fc67cde   Depend on Gtk 2.14, released ages ago...
      adds  78330db   expose-event was replaced by draw, assign the same callback for now (probably wrong)
      adds  eaa3886   [wip] directly pass a hardcoded red GdkColor where gtk2 code pokes at GtkStyle internals
      adds  3b11350   [wip] gets taskmanager to build with Gtk3
      adds  23c43d1   comment out gdk_color_parse() calls, allows taskmanager built with gtk3 to run..
      adds  1672247   no need for HAVE_GTK3 when you already check for GTK_CHECK_VERSION(2, 24, 1)
      adds  c90a0ac   use GDK_KEY_Menu instead of the deprecated GDK_Menu via gdkkeysyms-compat.h
      adds  177914f   Convert GtkBuilder files to gtk3
      adds  cc30134   Save GtkBuilder file with glade 3, allows to display the settings dialog without crashing.
      adds  9e0dde7   save process-window.ui with glade 3
      adds  5310bb2   Only check for wnck3 if --enable-gtk3 was passed, and enable it by default then.
      adds  f33f644   use gtk_tool_button_set_icon_name() instead of gtk_tool_button_set_stock_id()
      adds  f7dc12a   use a plain GtkBox for the statusbar
      adds  f721131   use gtk_tool_button_set_icon_name() instead of gtk_tool_button_set_stock_id()
      adds  1e1ee4c   icon-name property was deprecated in gtk3
      adds  d8404b3   Rename gtkbuilder files with a -gtk3 suffix for clarity
      adds  3f02cc4   Restore gtk2 versions of the gtkbuilder ui files
      adds  4d6fb82   Add automake plumbing to generate both gtk2 and gtk3 ui files in maintainer mode.
      adds  21bf64e   use #ifdef instead of #if to avoid warnings with gtk2
      adds  f3149fa   include the gtk3 generated ui file when building against gtk3. This way both flavors build
       new  aadc790   Fix gtk2 settings dialog
       new  abb5f97   Hardcode the graph colors and simplify the drawing routines
       new  e8c8dff   Drop paint-box option
       new  6233f9f   Merge remote-tracking branch 'ochosi/fix_gtk3'
       new  2d5c597   remove useless NULL= declaration
       new  54679d8   Fix previous, use a GtkVBox when there's an orientation property set to vertical

The 6 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                                    |   24 ++-
 src/Makefile.am                                    |   26 +--
 src/exec-tool-button.c                             |   20 ++-
 src/main.c                                         |    4 +
 src/process-monitor.c                              |  182 +++++---------------
 src/process-monitor.h                              |    2 -
 src/process-statusbar.c                            |    4 +
 src/process-tree-view.c                            |    3 +-
 src/{process-window.ui => process-window-gtk3.ui}  |   19 +-
 src/process-window.c                               |   22 ++-
 ...{settings-dialog.ui => settings-dialog-gtk3.ui} |  143 +++++++++------
 src/settings-dialog.c                              |   17 +-
 src/settings-dialog.ui                             |   17 +-
 src/settings-tool-button.c                         |    4 +-
 14 files changed, 236 insertions(+), 251 deletions(-)
 copy src/{process-window.ui => process-window-gtk3.ui} (91%)
 copy src/{settings-dialog.ui => settings-dialog-gtk3.ui} (83%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list