[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] branch master updated (789e45d -> 423ec0c)

noreply at xfce.org noreply at xfce.org
Sat May 14 15:53:50 CEST 2016


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

landry pushed a change to branch master
in repository panel-plugins/xfce4-netload-plugin.

      from  789e45d   I18n: Update translation ca (100%).
       new  e62413c   [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
       new  f82dde4   Set X-XFCE-API=2.0 in desktop file
       new  a7d0f57   Use GtkOrientable instead of *_set_orientation
       new  85a23bc   Use GtkBox instead of XfceHVBox
       new  59975fa   Use GdkRGBA instead of GdkColor
       new  188d111   Use cairo for drawing
       new  09c4ce5   Remove GTK_DIALOG_NO_SEPARATOR usage, use 'gtk-close'
       new  1cf0f5f   Use GtkBox instead of XfceHVBox/GtkHBox/GtkVBox
       new  e93b708   Use gtk_widget_set_halign/valign instead of gtk_misc_set_alignment()
       new  a80e39b   Use gtk_separator_new instead of gtk_hseparator_new
       new  880cfa1   Migrate to gtk_combo_box_text_append_text
       new  c3683db   Stop using GtkAligment, directly set halign/valign
       new  7ffcfc6   Migrate GtkFunction to GSourceFunc
       new  31f12e5   Use gtk_combo_box_new_text
       new  47df488   Disable colorsel for now to allow build with gtk3
       new  5850156   First try to migrate to GtkColorChooser
       new  d8cdfc1   Merge remote-tracking branch 'skunnyk/master'
       new  9c2d388   use newer xfce4/panel/plugins paths for desktop file
       new  39ba253   Add .gitignore
       new  b02c6f4   Drop global.h, and use DBG() macro from libxfce4util instead of the hand-rolled PRINT_DBG()
       new  32cf3ba   Add set_label/progressbar_csscolor helpers to deal with various Gtk versions
       new  78a72f1   more s/PRINT_DBG/DBG/
       new  84acfc9   Use the proper idiom to serialize GdkRGBA when saving the config
       new  03a8b3b   Properly set the label/progressbar color depending on Gtk version
       new  b487211   Use GtkBox instead of GtkHBox
       new  2b41557   Drop GtkDrawingArea, we're going to use a GtkColorButton instead of rolling our own
       new  423ec0c   Use a GtkColorButton instead of rolling our own dialog

The 27 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:
 .gitignore                         |  29 ++++
 configure.ac.in                    |   4 +-
 panel-plugin/Makefile.am           |   4 +-
 panel-plugin/global.h              |  42 -----
 panel-plugin/net.c                 |  16 +-
 panel-plugin/netload.c             | 304 ++++++++++++++++++-------------------
 panel-plugin/netload.desktop.in.in |   2 +-
 7 files changed, 194 insertions(+), 207 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 panel-plugin/global.h

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


More information about the Xfce4-commits mailing list