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

gottcode pushed a 
change to branch 
master
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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to