[Xfce4-commits] [apps/xfdashboard] branch master updated (37441ba -> d22ed42)

noreply at xfce.org noreply at xfce.org
Wed Dec 7 12:00:38 CET 2016


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

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

      from  37441ba   Hopefully a better explaination of command-line option "--toggle".
       new  d22ed42   Refactor XfdashboardButton into XfdashboardLabel and make XfdashboardButton a sub-class of it.

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                         |    2 +
 libxfdashboard/application-button.c                |   10 +-
 libxfdashboard/applications-view.c                 |   16 +-
 libxfdashboard/button.c                            | 2103 +-------------------
 libxfdashboard/button.h                            |   75 +-
 libxfdashboard/{button.c => label.c}               |  560 +++---
 libxfdashboard/label.h                             |  148 ++
 libxfdashboard/live-window.c                       |    6 +-
 libxfdashboard/live-workspace.c                    |    2 +-
 libxfdashboard/popup-menu.c                        |   36 +-
 libxfdashboard/quicklaunch.c                       |   44 +-
 libxfdashboard/search-result-container.c           |   14 +-
 libxfdashboard/text-box.c                          |    4 +-
 libxfdashboard/toggle-button.c                     |   12 +-
 libxfdashboard/view-selector.c                     |    2 +-
 .../gnome-shell-search-provider.c                  |    8 +-
 16 files changed, 560 insertions(+), 2482 deletions(-)
 copy libxfdashboard/{button.c => label.c} (73%)
 create mode 100644 libxfdashboard/label.h

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


More information about the Xfce4-commits mailing list