[Xfce4-commits] [apps/xfdashboard] branch master updated (2f0d8ed -> 94f1918)

noreply at xfce.org noreply at xfce.org
Wed Mar 22 18:34:42 CET 2017


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

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

      from  2f0d8ed   Merge branch 'master' of ssh://git.xfce.org/apps/xfdashboard
       new  94f1918   Add fine-grained controllable debug system

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:
 configure.ac.in                               |  22 +++
 libxfdashboard/Makefile.am                    |   3 +
 libxfdashboard/action-button.c                |  21 +--
 libxfdashboard/actor.c                        |  55 +++++--
 libxfdashboard/application-database.c         | 204 ++++++++++++++++----------
 libxfdashboard/application-tracker.c          | 158 +++++++++++---------
 libxfdashboard/application.c                  |  66 ++++++++-
 libxfdashboard/applications-menu-model.c      |   9 +-
 libxfdashboard/applications-search-provider.c |  32 ++--
 libxfdashboard/applications-view.c            |  43 +++---
 libxfdashboard/binding.c                      |   5 +-
 libxfdashboard/bindings-pool.c                |  45 ++++--
 libxfdashboard/compat.h                       |  15 ++
 libxfdashboard/css-selector.c                 |   9 +-
 libxfdashboard/debug.c                        |  72 +++++++++
 libxfdashboard/debug.h                        | 119 +++++++++++++++
 libxfdashboard/desktop-app-info.c             |  11 +-
 libxfdashboard/emblem-effect.c                |  13 +-
 libxfdashboard/focus-manager.c                |  69 +++++----
 libxfdashboard/focusable.c                    |  23 ++-
 libxfdashboard/image-content.c                | 144 +++++++++++++-----
 libxfdashboard/live-workspace.c               |  16 +-
 libxfdashboard/plugin.c                       |  38 +++--
 libxfdashboard/plugins-manager.c              |  58 ++++++--
 libxfdashboard/popup-menu.c                   |  30 ++--
 libxfdashboard/quicklaunch.c                  | 156 +++++++++++---------
 libxfdashboard/scrollbar.c                    |  23 ++-
 libxfdashboard/search-manager.c               |  15 +-
 libxfdashboard/search-provider.c              |   8 +-
 libxfdashboard/search-result-container.c      |  51 ++++---
 libxfdashboard/search-view.c                  |  91 +++++++-----
 libxfdashboard/stage-interface.c              |  19 ++-
 libxfdashboard/stage.c                        |  44 +++---
 libxfdashboard/theme-css.c                    | 119 +++++++++------
 libxfdashboard/theme-effects.c                |  27 ++--
 libxfdashboard/theme-layout.c                 | 152 ++++++++++++-------
 libxfdashboard/theme.c                        |  17 ++-
 libxfdashboard/utils.c                        |  14 +-
 libxfdashboard/view-manager.c                 |  15 +-
 libxfdashboard/viewpad.c                      |  35 +++--
 libxfdashboard/window-content.c               | 189 +++++++++++++++---------
 libxfdashboard/window-tracker-monitor.c       |  19 ++-
 libxfdashboard/window-tracker-window.c        |  86 +++++++----
 libxfdashboard/window-tracker.c               | 148 +++++++++++++------
 libxfdashboard/windows-view.c                 |  81 +++++-----
 libxfdashboard/workspace-selector.c           |  28 ++--
 46 files changed, 1766 insertions(+), 851 deletions(-)
 create mode 100644 libxfdashboard/debug.c
 create mode 100644 libxfdashboard/debug.h

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


More information about the Xfce4-commits mailing list