[Xfce4-commits] [apps/xfdashboard] branch master updated (137bac5 -> a3adac4)

noreply at xfce.org noreply at xfce.org
Tue Apr 4 18:41:51 CEST 2017


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

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

      from  137bac5   Remove unneeded marshal functions and clean-up messages printed on application start-up.
       new  db70887   Add new X11 specific window tracker and window content classes
       new  54b1d7a   Remove window tracker and window content with new interface classes to support multiple backends like X11, GDK and later maybe wayland. At the moment only X11 is supported as before.
       new  5d16deb   Add sub-directory "x11" with X11 specific window tracker and window content code to build system to get it compiled
       new  68b9187   Revert usage of singleton in XfdashboardWindowTrackerX11 as access to singleton is not possible and throws compiler error
       new  c6d5f32   Ignore .dirstamp files created from autotools
       new  11e927d   Add marshal function for signals 'state-changed' and 'actions-changed' at XfdashboardWindowTracker interface
       new  f862004   Adjust existing code to new window tracker interfaces
       new  a3adac4   Adjust existing plugins to new window tracker interfaces

The 8 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                                         |    1 +
 libxfdashboard/Makefile.am                         |   19 +
 libxfdashboard/application-tracker.c               |   46 +-
 libxfdashboard/live-window-simple.c                |   27 +-
 libxfdashboard/live-window.c                       |   29 +-
 libxfdashboard/live-workspace.c                    |   46 +-
 libxfdashboard/marshal.list                        |    1 +
 libxfdashboard/quicklaunch.c                       |    2 +-
 libxfdashboard/stage-interface.c                   |    8 +-
 libxfdashboard/stage.c                             |    9 +-
 libxfdashboard/window-content.c                    | 2656 +-------------------
 libxfdashboard/window-content.h                    |   39 -
 libxfdashboard/window-tracker-monitor.c            |  469 +---
 libxfdashboard/window-tracker-monitor.h            |   36 +-
 libxfdashboard/window-tracker-window.c             | 1301 +++++-----
 libxfdashboard/window-tracker-window.h             |  225 +-
 libxfdashboard/window-tracker-workspace.c          |  219 +-
 libxfdashboard/window-tracker-workspace.h          |   51 +-
 libxfdashboard/window-tracker.c                    | 1907 ++++----------
 libxfdashboard/window-tracker.h                    |   72 +-
 libxfdashboard/windows-view.c                      |   29 +-
 .../{window-content.c => x11/window-content-x11.c} |  972 +++----
 libxfdashboard/x11/window-content-x11.h            |  111 +
 libxfdashboard/x11/window-tracker-monitor-x11.c    |  393 +++
 libxfdashboard/x11/window-tracker-monitor-x11.h    |   76 +
 libxfdashboard/x11/window-tracker-window-x11.c     | 1811 +++++++++++++
 libxfdashboard/x11/window-tracker-window-x11.h     |   82 +
 libxfdashboard/x11/window-tracker-workspace-x11.c  |  442 ++++
 libxfdashboard/x11/window-tracker-workspace-x11.h  |   82 +
 libxfdashboard/x11/window-tracker-x11.c            | 1890 ++++++++++++++
 libxfdashboard/x11/window-tracker-x11.h            |   90 +
 plugins/hot-corner/hot-corner.c                    |    7 +-
 32 files changed, 7245 insertions(+), 5903 deletions(-)
 copy libxfdashboard/{window-content.c => x11/window-content-x11.c} (64%)
 create mode 100644 libxfdashboard/x11/window-content-x11.h
 create mode 100644 libxfdashboard/x11/window-tracker-monitor-x11.c
 create mode 100644 libxfdashboard/x11/window-tracker-monitor-x11.h
 create mode 100644 libxfdashboard/x11/window-tracker-window-x11.c
 create mode 100644 libxfdashboard/x11/window-tracker-window-x11.h
 create mode 100644 libxfdashboard/x11/window-tracker-workspace-x11.c
 create mode 100644 libxfdashboard/x11/window-tracker-workspace-x11.h
 create mode 100644 libxfdashboard/x11/window-tracker-x11.c
 create mode 100644 libxfdashboard/x11/window-tracker-x11.h

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


More information about the Xfce4-commits mailing list