[Xfce4-commits] [apps/xfce4-taskmanager] branch master updated (397bb63 -> 84e7197)

noreply at xfce.org noreply at xfce.org
Wed May 30 22:00:14 CEST 2018


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

l   a   n   d   r   y       p   u   s   h   e   d       a       c   h   a   n   g   e       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-taskmanager.

      from  397bb63   Improvements to --start-hidden (bug 14343)
       new  ceb5a7d   Make pid type: GPid (bug 14401)
       new  66a0d4b   Mark unused params, remove unused macro and args (bug 14401)
       new  40a3e65   Fix possible file descriptor leak on linux (bug 14401)
       new  8e1b48f   Move getpwuid() from backends to gui, use getpwuid_r(), call only once on task add. (bug 14401)
       new  0111851   Stop displaying 'Running as <uid> on <hostname>' and remove corresponding code (bug 14401)
       new  a5f4aaa   Improve GOptionEntry initialization (bug 14401)
       new  512e88a   timeout is an unsigned integer (bug 14401)
       new  1c09b73   Use the proper types, add casts where necessary (bug 14401)
       new  9ed5f79   More float initializers (bug 14401)
       new  e8b4fa4   xtm_process_tree_model_get_value returns void (bug 14401)
       new  ce69b96   spacing
       new  7de82ec   Better zeroing of found struct (bug 14401)
       new  295e635   Fix useless indentation (bug 14401)
       new  ccb9824   Select_Window returns a static Window (bug 14401)
       new  bbee897   use a 1k buffer for the initial argv malloc (bug 14401)
       new  01abcbd   Properly bzero args (bug 14401)
       new  3d7f9fd   parenthesis around addition (bug 14401)
       new  f51c2b1   Rework the way model is iterated through (bug 14401)
       new  6cfb754   More cast/type fixes (bug 14401)
       new  84e7197   Simplify the way process state is stored on FreeBSD (bug 14401)

The 20 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:
 src/app-manager.c          |  22 ++++-----
 src/app-manager.h          |   4 +-
 src/main.c                 |   7 ++-
 src/process-monitor.c      |  14 +++---
 src/process-tree-model.c   |  40 ++++++++++-------
 src/process-tree-view.c    | 108 +++++++++++++++++++++------------------------
 src/process-tree-view.h    |   2 +-
 src/process-window.c       |  22 +++++----
 src/settings-dialog.c      |   6 +--
 src/settings.c             |   5 +--
 src/task-manager-bsd.c     |  14 ++----
 src/task-manager-freebsd.c |  73 ++++++++++++++----------------
 src/task-manager-linux.c   |  37 +++++++++-------
 src/task-manager-skel.c    |   7 ++-
 src/task-manager-solaris.c |  26 +++++------
 src/task-manager.c         |  83 ++++++++++------------------------
 src/task-manager.h         |  20 ++++-----
 17 files changed, 219 insertions(+), 271 deletions(-)

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


More information about the Xfce4-commits mailing list