[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] branch master updated (7562926 -> 115cbbc)

noreply at xfce.org noreply at xfce.org
Fri Feb 7 01:56:21 CET 2020


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

g   o   t   t   c   o   d   e       p   u   s   h   e   d       a       c   h   a   n   g   e       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-whiskermenu-plugin.

      from  7562926   Improve CMake build script.
       new  f911e29   Rename functions in applications page.
       new  aec8539   Rename configuration dialog.
       new  a065bdc   Rename section button.
       new  bea9a41   Rename resizer widget.
       new  1110cf7   Create search model more efficiently.
       new  115cbbc   Use symbolic window-close icon.

The 6 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:
 panel-plugin/CMakeLists.txt                        |   6 +-
 panel-plugin/applications-page.cpp                 |  41 ++++--
 panel-plugin/applications-page.h                   |  10 +-
 .../{section-button.cpp => category-button.cpp}    |   8 +-
 .../{section-button.h => category-button.h}        |  22 +--
 panel-plugin/category.cpp                          |   6 +-
 panel-plugin/category.h                            |   6 +-
 panel-plugin/favorites-page.cpp                    |   4 +-
 panel-plugin/plugin.cpp                            |   6 +-
 panel-plugin/recent-page.cpp                       |   4 +-
 .../{resizer-widget.cpp => resize-grip.cpp}        |  24 ++--
 panel-plugin/{resizer-widget.h => resize-grip.h}   |  20 +--
 panel-plugin/search-page.cpp                       |  17 +--
 panel-plugin/search-page.h                         |   2 +-
 ...onfiguration-dialog.cpp => settings-dialog.cpp} | 150 ++++++++++-----------
 .../{configuration-dialog.h => settings-dialog.h}  |  20 +--
 panel-plugin/window.cpp                            |  28 ++--
 panel-plugin/window.h                              |  14 +-
 18 files changed, 195 insertions(+), 193 deletions(-)
 rename panel-plugin/{section-button.cpp => category-button.cpp} (95%)
 rename panel-plugin/{section-button.h => category-button.h} (73%)
 rename panel-plugin/{resizer-widget.cpp => resize-grip.cpp} (82%)
 rename panel-plugin/{resizer-widget.h => resize-grip.h} (77%)
 rename panel-plugin/{configuration-dialog.cpp => settings-dialog.cpp} (85%)
 rename panel-plugin/{configuration-dialog.h => settings-dialog.h} (89%)

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


More information about the Xfce4-commits mailing list