[Xfce4-commits] [xfce/garcon] branch master updated (f4871cb -> cd4d5a2)

noreply at xfce.org noreply at xfce.org
Fri Jun 3 07:51:57 CEST 2016


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

eric pushed a change to branch master
in repository xfce/garcon.

      from  f4871cb   I18n: Update translation bg (100%).
       new  9a02515   Use garcon-gtk for the test-display-menu
       new  6ce5f2f   Fix missing menus when all items are in submenus (bug 11801)
       new  d46becb   Fix assertion 'GTK_IS_WIDGET (widget)' failed.
       new  a06c26b   Don't add a placeholder menu (Bug 11626)
       new  d33941e   trivial: remove unused variable
       new  aec7753   Added desktop actions support (bug #11268)
       new  471cbaa   Fix menu item label alignment with Gtk3
       new  96ce38c   Remove the old test-display-menu scripts
       new  179b703   Refactor code to reduce duplication
       new  6ba90b6   Show desktop actions in a submenu
       new  22dd867   Add options to the test-display-menu
       new  cd4d5a2   Desktop actions custom icon support

The 12 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:
 .gitignore                         |   2 +
 docs/reference/garcon-sections.txt |  29 +++
 garcon-gtk/garcon-gtk-menu.c       | 313 +++++++++++++++++++-------
 garcon-gtk/garcon-gtk-menu.h       |  32 +--
 garcon/Makefile.am                 |   2 +
 garcon/garcon-menu-item-action.c   | 313 ++++++++++++++++++++++++++
 garcon/garcon-menu-item-action.h   |  77 +++++++
 garcon/garcon-menu-item.c          | 314 ++++++++++++++++++++++----
 garcon/garcon-menu-item.h          | 128 ++++++-----
 garcon/garcon.h                    |   1 +
 tests/Makefile.am                  |  51 ++++-
 tests/gdb-test-display-menu        |   3 -
 tests/run-test-display-menu.sh     |  26 ---
 tests/test-display-menu.c          | 447 +++++++------------------------------
 14 files changed, 1135 insertions(+), 603 deletions(-)
 create mode 100644 garcon/garcon-menu-item-action.c
 create mode 100644 garcon/garcon-menu-item-action.h
 delete mode 100644 tests/gdb-test-display-menu
 delete mode 100755 tests/run-test-display-menu.sh

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


More information about the Xfce4-commits mailing list