[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] branch master updated (aac05ad -> d186016)
noreply at xfce.org
noreply at xfce.org
Tue Dec 31 11:39:49 CET 2019
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 aac05ad I18n: Update translation pt (100%).
new 40472fa Refactor fetching selected launcher.
new 42697d2 Move drag code into page.
new 7369ad8 Add interface for LauncherView.
new 69ef471 Add icon view.
new 0b767f6 Add option to show as icons. (bug #15675)
new 1b01425 Fix not able to move focus horizontally in icon view.
new 2ab1c54 Fix icon view skipping first row.
new b8ec31d Select items when hovering icon view.
new 3514547 Fix recent icon view not scrolling to top.
new d186016 Select launcher on right click.
The 10 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 | 3 +-
panel-plugin/configuration-dialog.cpp | 51 +++-
panel-plugin/configuration-dialog.h | 4 +-
panel-plugin/favorites-page.cpp | 11 +-
panel-plugin/favorites-page.h | 3 +-
panel-plugin/launcher-icon-view.cpp | 325 +++++++++++++++++++++
panel-plugin/launcher-icon-view.h | 78 +++++
.../{launcher-view.cpp => launcher-tree-view.cpp} | 258 ++++++----------
.../{launcher-view.h => launcher-tree-view.h} | 54 +---
panel-plugin/launcher-view.h | 76 ++---
panel-plugin/page.cpp | 297 ++++++++++++++-----
panel-plugin/page.h | 35 ++-
panel-plugin/search-page.cpp | 11 +-
panel-plugin/search-page.h | 3 +-
panel-plugin/settings.cpp | 3 +
panel-plugin/settings.h | 3 +-
panel-plugin/window.cpp | 14 +-
17 files changed, 876 insertions(+), 353 deletions(-)
create mode 100644 panel-plugin/launcher-icon-view.cpp
create mode 100644 panel-plugin/launcher-icon-view.h
rename panel-plugin/{launcher-view.cpp => launcher-tree-view.cpp} (60%)
copy panel-plugin/{launcher-view.h => launcher-tree-view.h} (65%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list