[Xfce4-commits] [apps/xfce4-taskmanager] branch master updated (2a157df -> a211e03)

noreply at xfce.org noreply at xfce.org
Thu Jan 26 22:59:04 CET 2017


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

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

      from  2a157df   I18n: Update translation pt (100%).
       new  68a68ce   Copy and paste some code from xwininfo
       new  46066e9   Add depends for compiling
       new  cd7a63d   Make the toolbar button show up
       new  c14bfaa   Fix indentation of backslashes in Makefile
       new  049ad54   get PID from a window
       new  698ab26   Add more information to the identify button
       new  807a429   fixed typo, compiles now
       new  0f73bce   prepare searching and highlighting a pid
       new  166c631   Select the corresponding row (work in progress)
       new  dfb2dea   minor string usage fixes
       new  f980170   Get a working pid-based selection in the list view
       new  0cdda50   Fix scrolling to the correct PID in listview
       new  8c15f28   show info dialog on error. Icon for dialog missing
       new  774a8bd   Try to fix selection for identified windows in tree
       new  5f8f6be   Add a custom icon for the identify button
       new  ff191dc   Fixed Makefile generation
       new  7936755   fixed tree traversal
       new  d710d13   Improve crosshair cursor icon
       new  ec7f5d0   Fix window icon on info and error dialogs
       new  ee954cc   Update the scalable version of xc_crosshair
       new  a211e03   Fix CPU and memory color labels in Gtk3

The 21 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:
 Makefile.am                          |   3 +-
 configure.ac.in                      |   8 +-
 data/Makefile.am                     |   2 +
 data/icons/16x16/Makefile.am         |   3 +
 data/icons/16x16/xc_crosshair.png    | Bin 0 -> 359 bytes
 data/icons/16x16/xc_crosshair.svg    | 123 ++++++++++++++++++++
 data/icons/24x24/Makefile.am         |   3 +
 data/icons/24x24/xc_crosshair.png    | Bin 0 -> 358 bytes
 data/icons/24x24/xc_crosshair.svg    | 213 +++++++++++++++++++++++++++++++++++
 data/icons/Makefile.am               |  17 +++
 data/icons/scalable/Makefile.am      |   3 +
 data/icons/scalable/xc_crosshair.svg | 213 +++++++++++++++++++++++++++++++++++
 src/Makefile.am                      |   5 +-
 src/process-statusbar.c              |   3 +-
 src/process-tree-view.c              |  55 +++++++++
 src/process-tree-view.h              |   1 +
 src/process-window.c                 | 113 +++++++++++++++++++
 src/process-window.h                 |  10 ++
 18 files changed, 770 insertions(+), 5 deletions(-)
 create mode 100644 data/Makefile.am
 create mode 100644 data/icons/16x16/Makefile.am
 create mode 100644 data/icons/16x16/xc_crosshair.png
 create mode 100644 data/icons/16x16/xc_crosshair.svg
 create mode 100644 data/icons/24x24/Makefile.am
 create mode 100644 data/icons/24x24/xc_crosshair.png
 create mode 100644 data/icons/24x24/xc_crosshair.svg
 create mode 100644 data/icons/Makefile.am
 create mode 100644 data/icons/scalable/Makefile.am
 create mode 100644 data/icons/scalable/xc_crosshair.svg

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


More information about the Xfce4-commits mailing list