[Xfce4-commits] [xfce/xfce4-panel] branch master updated (daf2b6c -> 58962c1)

noreply at xfce.org noreply at xfce.org
Sun Feb 26 16:33:41 CET 2017


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

andrzejr pushed a change to branch master
in repository xfce/xfce4-panel.

      from  daf2b6c   I18n: Update translation sr (100%).
       new  c8f8041   diff from nick/gtk3 with minor clean up
       new  63c0d3e   Directorymenu: Pass path to argument (bug #10270).
       new  6860da2   Tasklist: Make middle-click action configurable.
       new  c0fa7af   Bump all glade gtk versions to 2.24.
       new  aa39ebb   Use new GarconGtkMenu.
       new  8e326de   Fix potfile.
       new  f576cdc   Make sure version API is set.
       new  d50965d   pager: fixed wnck pager aspect ratio in deskbar mode
       new  e9d6b5e   Plugins crash with X-XFCE-API=2.0, reverting to 1.0.
       new  7c1454a   Further pager fixes and cleanup
       new  3002aeb   Compilation fix
       new  6514d86   Fix transparency issues with GTK3 plugins
       new  fa8b96f   Set EWMH client type to WNCK_CLIENT_TYPE_PAGER (bug #10508).
       new  96ba862   Preserve the current item selection when rebuilding the item store.
       new  eba3eb3   Bug #10582 scroll the items list automatically to keep the moved item visible at the new position
       new  c249913   Improve the tasklist multimonitor handling.
       new  5a64b64   Fix transparency with alpha being 100 (Bug 10658)
       new  48ad5c6   Action buttons: default to a horizontal button layout in the deskbar mode
       new  cfb1cd6   Action buttons: fix compilation warning
       new  de4a30d   Fix typo in a debug message
       new  ae992f8   Tasklist, removed an optimization causing problems on some systems.
       new  ca26b39   Tasklist, fixing race condition between desktop and window switching
       new  b2ea73a   ArrowButton: make sure the button relief is preserved during blinking
       new  666bb0f   Scroll wheel cycling wrap
       new  ff19dc0   Applications Menu: changed default button title to "Applications"
       new  623dec6   Tasklist, blocking event interfered with button highlight.
       new  b0782dc   ApplicationsMenu: fixed wrong initial icon size in some themes
       new  ee5d425   Actions: Fix panel autohide broken by the actions menu (bug #8960)
       new  e16f882   Cleanup
       new  b4d15e6   Make panel application depend on libwnck
       new  a178640   Panel action button Logout always save session (bug #7930)
       new  4400604   Don't save the session during unattended shutdown
       new  e451a4b   Do not descend to directories that are symlinks.
       new  60ebd2d   Set workspace wrapping behavior (bug 6401)
       new  3c22ae5   Set window wrapping behavior
       new  23fa25f   Renamed icon (bug 11513)
       new  a8b98d8   Grouped icons sometimes are wrongly rendered as a mini-icon (bug 10846)
       new  19b0acc   Removed exo macros
       new  f063b2c   Use actual output geometry to place panels
       new  b1f812d   Use display_name as title of the confirmation dialog
       new  4068b72   Directory menu - selected directory not saved, bug #10331
       new  ed91fd6   DirectoryMenu, Open in terminal doesn't work with terminator. Bug #11742
       new  18ae382   Do not use widget snapshot as tasklist draw icon
       new  300b20a   When it is installed, show launcher for xfpanel-switch in the preferences
       new  34eafb1   Correctly initialize show-button-title setting in applicationsmenu (Bug #11540)
       new  07b6f4f   Fix the preferences dialog
       new  763da8b   Further improvements to the main panel prefs dialog
       new  f3dd3f6   Fix Add Plugin dialogs scrolledwindow
       new  7892e32   Action buttons: fix prefs dialog
       new  c00402f   Applications menu: fix prefs dialog
       new  c124824   Clock: fix prefs - todo: fix show/hide portions
       new  d9f2bab   Clock: fix showing and hiding elements in prefs dialog
       new  d9bfc53   Directory menu: fix prefs dialog
       new  7fba101   Launcher: fix prefs dialog
       new  f31b6dc   Pager: fix prefs dialog
       new  0d956fc   Separator: fix prefs dialog
       new  4b875e0   Systray: fix prefs dialog
       new  ce83813   Tasklist: fix prefs dialog
       new  a8e69f1   Windowmenu: fix prefs dialog
       new  d3f779c   Always draw panel background
       new  4196dd3   Make CSS string work with >=3.20
       new  68d57a7   Switch from GdkColor to GdkRGBA for panel bg color
       new  ea02b70   Fixes to the panel sizing.
       new  4912641   Removed has_separator property from the .glade file
       new  98fddc4   Improved size requisition in the pager plugin.
       new  71f040d   Fixed list of authors in the About dialog
       new  f23eea4   Fixed tic-tac-toe
       new  8f13703   Replace deprecated button_set_focus
       new  66855da   Fix incomplete replacement of gtk_button_set_focus_on_click
       new  5733109   Fix hover state for internal plugins
       new  28133ea   Draw panel background with CSS and switch to GdkRGBA
       new  c21e74c   Drop unused vars
       new  58962c1   Merge branch 'gtk3_css'

The 73 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:
 common/Makefile.am                                 |   4 +-
 common/panel-private.h                             |   3 +
 common/panel-utils.c                               |  27 +-
 common/panel-utils.h                               |   2 +
 common/panel-xfconf.c                              |  23 +-
 configure.ac.in                                    |  32 +-
 docs/references/libxfce4panel-docs.xml             |   1 -
 docs/references/libxfce4panel-sections.txt         |  18 -
 docs/references/libxfce4panel.types                |   1 -
 libxfce4panel/Makefile.am                          |  45 +-
 libxfce4panel/libxfce4panel-1.0.pc.in              |   4 +-
 libxfce4panel/libxfce4panel-2.0.pc.in              |   4 +-
 libxfce4panel/libxfce4panel.symbols                |  10 -
 libxfce4panel/xfce-panel-convenience.c             |   8 +
 libxfce4panel/xfce-panel-plugin.c                  |   4 -
 panel/Makefile.am                                  |   4 +-
 panel/panel-application.c                          |  26 +-
 panel/panel-base-window.c                          | 446 ++++------
 panel/panel-base-window.h                          |  14 +-
 panel/panel-dbus-client.c                          |   5 +-
 panel/panel-dbus-service.c                         |   3 +-
 panel/panel-dialogs.c                              |  45 +-
 panel/panel-item-dialog.c                          |  25 +-
 panel/panel-itembar.c                              | 282 ++++---
 panel/panel-module-factory.c                       |   7 +-
 panel/panel-module.c                               |   8 +-
 panel/panel-plugin-external-46.c                   | 131 ++-
 panel/panel-plugin-external-wrapper.c              |   2 +-
 panel/panel-plugin-external.c                      |  41 +-
 panel/panel-plugin-external.h                      |   6 +-
 panel/panel-preferences-dialog.c                   | 115 +--
 panel/panel-preferences-dialog.glade               | 939 ++++++++++-----------
 panel/panel-tic-tac-toe.c                          |  56 +-
 panel/panel-window.c                               | 894 ++++++++------------
 panel/panel-window.h                               |  33 +-
 plugins/actions/Makefile.am                        |   4 +-
 plugins/actions/actions-dialog.glade               | 203 +++--
 plugins/actions/actions.c                          |  37 +-
 plugins/applicationsmenu/Makefile.am               |   8 +-
 .../applicationsmenu/applicationsmenu-dialog.glade | 381 +++++----
 plugins/applicationsmenu/applicationsmenu.c        |  78 +-
 plugins/clock/Makefile.am                          |   4 +-
 plugins/clock/clock-analog.c                       |  95 +--
 plugins/clock/clock-binary.c                       | 311 ++++---
 plugins/clock/clock-dialog.glade                   | 699 +++++++--------
 plugins/clock/clock-digital.c                      |   8 +-
 plugins/clock/clock-fuzzy.c                        |  28 +-
 plugins/clock/clock-lcd.c                          | 176 ++--
 plugins/clock/clock-time.c                         |  73 +-
 plugins/clock/clock.c                              | 189 +++--
 plugins/directorymenu/Makefile.am                  |   4 +-
 plugins/directorymenu/directorymenu-dialog.glade   | 322 ++++---
 plugins/directorymenu/directorymenu.c              |  54 +-
 plugins/launcher/Makefile.am                       |   4 +-
 plugins/launcher/launcher-dialog.c                 |  42 +-
 plugins/launcher/launcher-dialog.glade             | 516 ++++++-----
 plugins/launcher/launcher.c                        | 240 +++---
 plugins/pager/Makefile.am                          |   4 +-
 plugins/pager/pager-buttons.c                      |  48 +-
 plugins/pager/pager-dialog.glade                   |  16 +-
 plugins/pager/pager.c                              | 143 +++-
 plugins/separator/Makefile.am                      |   4 +-
 plugins/separator/separator-dialog.glade           | 154 ++--
 plugins/separator/separator.c                      | 114 +--
 plugins/systray/Makefile.am                        |   4 +-
 plugins/systray/systray-box.c                      | 195 +++--
 plugins/systray/systray-dialog.glade               | 159 ++--
 plugins/systray/systray-manager.c                  |  69 +-
 plugins/systray/systray-socket.c                   | 108 ++-
 plugins/systray/systray-socket.h                   |   5 +-
 plugins/systray/systray.c                          | 127 ++-
 plugins/tasklist/Makefile.am                       |   4 +-
 plugins/tasklist/tasklist-dialog.glade             |  75 +-
 plugins/tasklist/tasklist-widget.c                 | 298 ++++---
 plugins/tasklist/tasklist.c                        |  86 +-
 plugins/windowmenu/Makefile.am                     |   4 +-
 plugins/windowmenu/windowmenu-dialog.glade         | 162 ++--
 plugins/windowmenu/windowmenu.c                    |  65 +-
 po/POTFILES.in                                     |   1 -
 po/POTFILES.skip                                   |  24 -
 wrapper/Makefile.am                                |  36 +-
 wrapper/main.c                                     |   5 +-
 wrapper/wrapper-plug.c                             |  86 +-
 83 files changed, 4336 insertions(+), 4404 deletions(-)

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


More information about the Xfce4-commits mailing list