[Xfce4-commits] [apps/xfce4-taskmanager] branch master updated (afb2ad8 -> 32443de)

noreply at xfce.org noreply at xfce.org
Thu Dec 4 21:02:45 CET 2014


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

landry pushed a change to branch master
in repository apps/xfce4-taskmanager.

      from  afb2ad8   Use modern AM_CPPFLAGS instead of old INCLUDES
       new  c7db6cf   add m4/
       new  96ee318   uninitialized variable in solaris backend
       new  a554ff2   Repair memory and swap size calculation on OpenBSD.
       new  589ea15   Add a show-memory-in-xbytes checkbox and its corresponding property
       new  76dd102   Remove memory_human_size and use g_format_size instead
       new  7e7521c   connect the notify::show-memory-in-xbytes signal to a force_timeout_update() call
       new  c6c74cd   Display the memory usage as bytes instead of a percentage when show-memory-in-xbytes is set (#6503)
      adds  80feabe   Added tree model process view.
      adds  2a81817   Sort the tree according to the list model.
      adds  dbd10ae   Added the process tree to the settings.
       new  32443de   Merge branch 'peter/tree-model'

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 +
 src/Makefile.am            |    1 +
 src/main.c                 |   46 ++-
 src/process-statusbar.c    |   20 +-
 src/process-tree-model.c   |  828 ++++++++++++++++++++++++++++++++++++++++++++
 src/process-tree-model.h   |   31 ++
 src/process-tree-view.c    |   27 +-
 src/process-tree-view.h    |    1 +
 src/process-window.c       |   11 +-
 src/process-window.h       |    2 +-
 src/settings-dialog.c      |    2 +
 src/settings-dialog.ui     |   30 +-
 src/settings.c             |    6 +
 src/task-manager-bsd.c     |   14 +-
 src/task-manager-solaris.c |    1 +
 src/task-manager.c         |   46 +--
 src/task-manager.h         |    4 +-
 17 files changed, 998 insertions(+), 73 deletions(-)
 create mode 100644 src/process-tree-model.c
 create mode 100644 src/process-tree-model.h

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


More information about the Xfce4-commits mailing list