[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] branch master updated (7b014c1 -> 7562926)
noreply at xfce.org
noreply at xfce.org
Thu Feb 6 12:03:17 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 7b014c1 Add check for valid surface in icon renderer.
new 066cdb3 Use fallback icon if regular icon fails to load.
new 332f550 Increase C++ version.
new 17e7823 Use variadic templates for slots.
new 58ebe66 Use ranged for.
new 1b97bee Use copy elision.
new dcce62f Use null pointer constant.
new 56f37de Use default and deleted function declarations.
new 8edf9e3 Use initializer lists.
new 0b76325 Use constant begin/end container calls.
new e3e56d2 Use automatically detected types.
new b49a3e8 Use unordered_map.
new 9cb72c8 Use rvalue references.
new 490360e Use explicit qualifier on constructors.
new 3212dc8 Use string size_type for indexes.
new 7892d29 Be more consistent with use of glib types.
new c50d2ea Match types in callbacks.
new 6ba4871 Use enum classes for status.
new a17fa30 Match member and function pointer styles.
new a46a3f5 Make panel button square only if single row and title hidden.
new 7562926 Improve CMake build script.
The 20 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 | 132 ++++++--------
panel-plugin/applications-page.cpp | 110 ++++++------
panel-plugin/applications-page.h | 16 +-
panel-plugin/category.cpp | 76 ++++----
panel-plugin/command-edit.cpp | 8 +-
panel-plugin/command-edit.h | 7 +-
panel-plugin/command.cpp | 57 +++---
panel-plugin/command.h | 18 +-
panel-plugin/configuration-dialog.cpp | 75 ++++----
panel-plugin/configuration-dialog.h | 9 +-
panel-plugin/element.cpp | 4 +-
panel-plugin/element.h | 37 ++--
panel-plugin/favorites-page.cpp | 55 +++---
panel-plugin/favorites-page.h | 6 +-
panel-plugin/icon-renderer.cpp | 30 ++--
panel-plugin/icon-size.cpp | 22 +--
panel-plugin/image-menu-item.h | 4 +-
panel-plugin/launcher-icon-view.cpp | 28 +--
panel-plugin/launcher-tree-view.cpp | 32 ++--
panel-plugin/launcher-view.h | 18 +-
panel-plugin/launcher.cpp | 82 ++++-----
panel-plugin/launcher.h | 12 +-
panel-plugin/page.cpp | 71 ++++----
panel-plugin/page.h | 9 +-
panel-plugin/plugin.cpp | 44 ++---
panel-plugin/plugin.h | 7 +-
panel-plugin/profile-picture.cpp | 10 +-
panel-plugin/profile-picture.h | 9 +-
panel-plugin/query.cpp | 26 +--
panel-plugin/query.h | 5 +-
panel-plugin/recent-page.cpp | 20 +--
panel-plugin/recent-page.h | 4 +-
panel-plugin/resizer-widget.cpp | 23 +--
panel-plugin/resizer-widget.h | 7 +-
panel-plugin/run-action.cpp | 14 +-
panel-plugin/run-action.h | 4 +-
panel-plugin/search-action.cpp | 40 ++---
panel-plugin/search-action.h | 6 +-
panel-plugin/search-page.cpp | 34 ++--
panel-plugin/search-page.h | 12 +-
panel-plugin/section-button.cpp | 10 +-
panel-plugin/section-button.h | 7 +-
panel-plugin/settings.cpp | 66 +++----
panel-plugin/settings.h | 17 +-
panel-plugin/slot.h | 324 +++-------------------------------
panel-plugin/window.cpp | 56 +++---
panel-plugin/window.h | 7 +-
47 files changed, 702 insertions(+), 968 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list