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

nomad pushed a change to branch master
in repository apps/xfdashboard.

      from  748e6d2   Rewrote application class and main() function to make use 
of main loop in g_application_run() which is needed since Glib 2.47.4+ because 
it will deregister application from D-BUS as soon as this function exits. So 
the old implementation does not "see" any running instance (regardless if 
running as daemon or not) anymore and cannot neither quit nor restart the 
running instance. So several instances can run simultaneously, e.g. two daemon 
instances, instead of toggling [...]
       new  1262a79   Silence compiler warning about using deprecated actor 
state access macros by using functions introduced with Clutter 1.23.4

The 1 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:
 libxfdashboard/Makefile.am                    |   1 +
 libxfdashboard/action-button.c                |   2 +
 libxfdashboard/actor.c                        |  10 ++-
 libxfdashboard/application-button.c           |   2 +
 libxfdashboard/application-database.c         |   1 +
 libxfdashboard/application-tracker.c          |   2 +
 libxfdashboard/application.c                  |   2 +
 libxfdashboard/applications-menu-model.c      |   2 +
 libxfdashboard/applications-search-provider.c |   1 +
 libxfdashboard/applications-view.c            |   2 +
 libxfdashboard/background.c                   |   2 +
 libxfdashboard/binding.c                      |   2 +
 libxfdashboard/bindings-pool.c                |   2 +
 libxfdashboard/box-layout.c                   |   3 +
 libxfdashboard/button.c                       | 108 +++++++++++++-------------
 libxfdashboard/click-action.c                 |   2 +
 libxfdashboard/collapse-box.c                 |   4 +-
 libxfdashboard/{enums.h.template => compat.h} |  34 ++++----
 libxfdashboard/css-selector.c                 |   3 +
 libxfdashboard/desktop-app-info.c             |   2 +
 libxfdashboard/drag-action.c                  |   6 +-
 libxfdashboard/drop-action.c                  |  10 ++-
 libxfdashboard/dynamic-table-layout.c         |  11 ++-
 libxfdashboard/emblem-effect.c                |   2 +
 libxfdashboard/fill-box-layout.c              |   9 ++-
 libxfdashboard/focus-manager.c                |   8 +-
 libxfdashboard/focusable.c                    |   2 +
 libxfdashboard/image-content.c                |   3 +
 libxfdashboard/live-window.c                  |  22 +++---
 libxfdashboard/live-workspace.c               |   4 +-
 libxfdashboard/outline-effect.c               |   2 +
 libxfdashboard/plugin.c                       |   1 +
 libxfdashboard/plugins-manager.c              |   1 +
 libxfdashboard/quicklaunch.c                  |  34 ++++----
 libxfdashboard/scaled-table-layout.c          |   9 ++-
 libxfdashboard/scrollbar.c                    |   2 +
 libxfdashboard/search-manager.c               |   2 +
 libxfdashboard/search-provider.c              |   2 +
 libxfdashboard/search-result-container.c      |   2 +
 libxfdashboard/search-result-set.c            |   3 +
 libxfdashboard/search-view.c                  |   2 +
 libxfdashboard/stage-interface.c              |   2 +
 libxfdashboard/stage.c                        |   2 +
 libxfdashboard/stylable.c                     |   2 +
 libxfdashboard/text-box.c                     |  18 +++--
 libxfdashboard/theme-css.c                    |   2 +
 libxfdashboard/theme-effects.c                |   2 +
 libxfdashboard/theme-layout.c                 |   2 +
 libxfdashboard/theme.c                        |   3 +
 libxfdashboard/toggle-button.c                |   2 +
 libxfdashboard/tooltip-action.c               |   2 +
 libxfdashboard/utils.c                        |   6 +-
 libxfdashboard/view-manager.c                 |   2 +
 libxfdashboard/view-selector.c                |   2 +
 libxfdashboard/view.c                         |   2 +
 libxfdashboard/viewpad.c                      |   4 +-
 libxfdashboard/window-content.c               |   2 +
 libxfdashboard/window-tracker-monitor.c       |   3 +
 libxfdashboard/window-tracker-window.c        |   2 +
 libxfdashboard/window-tracker-workspace.c     |   2 +
 libxfdashboard/window-tracker.c               |   2 +
 libxfdashboard/windows-view.c                 |   1 +
 libxfdashboard/workspace-selector.c           |  16 ++--
 63 files changed, 265 insertions(+), 140 deletions(-)
 copy libxfdashboard/{enums.h.template => compat.h} (50%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to