[Xfce4-commits] [apps/xfdashboard] branch master updated (88f6dfa -> 029207b)

noreply at xfce.org noreply at xfce.org
Thu Jul 28 16:52:45 CEST 2016


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

nomad pushed a change to branch master
in repository apps/xfdashboard.

      from  88f6dfa   Better dump information for xfdashboard_dump_actor()
       new  03e18fa   Fix documentation annotations
       new  e6e6d49   Use correct macro to return value even if both macros define the same value
       new  c30ef0d   Fix typos
       new  11a50bd   Fix moving focus backwards when pressing <Shift>-Tab in default bindings.xml
       new  5be93a1   Add utility function to retrieve list of target actors and the action to perform from focus manager
       new  a5507d1   Better debug messages by using textual representation of enum value
       new  8ffcfa0   Fix selecting next selectable actor in windows view
       new  d011b5b   Fix setting pseudo-class ":insensitive" on actor's reactive state (it was wrongly added when reactive and vice versa)
       new  f30963f   Make properties 'margin-top', 'margin-bottom', 'margin-left' and 'margin-right' of ClutterActor themable via XfdashboardActor
       new  029207b   Remove weak pointer with g_object_remove_weak_pointer() from selected item to prevent GObject system setting a variable to NULL which is not available anymore so this memory access will cause a segmentation fault. It shoud not happen that this weak pointer still exists but you never know ....

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:
 data/data/bindings.xml                   |   5 +-
 libxfdashboard/actor.c                   |  10 +-
 libxfdashboard/application.c             |   6 +-
 libxfdashboard/applications-view.c       |  38 ++--
 libxfdashboard/bindings-pool.c           |   4 +-
 libxfdashboard/focus-manager.c           | 308 +++++++++++++++++++------------
 libxfdashboard/focus-manager.h           |   9 +-
 libxfdashboard/quicklaunch.c             |  10 +-
 libxfdashboard/search-result-container.c |   6 +
 libxfdashboard/tooltip-action.c          |   2 +-
 libxfdashboard/windows-view.c            |  22 ++-
 libxfdashboard/workspace-selector.c      |   9 +-
 12 files changed, 274 insertions(+), 155 deletions(-)

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


More information about the Xfce4-commits mailing list