summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-04Bump version to 1.9.90mate-system-monitor-1.9.90Stefano Karapetsas2-2/+2
2015-04-04Sync translations with transifexmate-i18n20-1518/+1987
2015-01-23Sync translations with transifexmate-i18n87-22790/+40742
2015-01-22Bump version to 1.9.2mate-system-monitor-1.9.2Stefano Karapetsas2-2/+2
2014-12-19Remove markup from translated stringsinfirit3-7/+12
Including the markup in the translated strings makes the translators job unnecessarily harder. Taken from GSM commit: c45ed812a74874ada38feaf4883de807d2a26cfb From: Matthias Clasen <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=681271
2014-12-19Removed unused allocation from load_graph_draw.infirit1-2/+0
Taken from GSM commit: 5084e4a76abdf089aecc1d3f8565604a31d03a4e From: Robert Roth <[email protected]>
2014-12-19Fixed incorrect int to pointer conversion warning.infirit1-1/+1
Taken from GSM commit: c1660319e400480e236d1120c4f833c8c3c96ff4 From: Robert Roth <[email protected]>
2014-12-19Fixed unsigned overflow error (use guint64 instead of unsigned).infirit1-1/+1
Taken from GSM commit: 74ba377a5a7d4787595e1b46c1e880426584a2fd From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=681553
2014-12-19OpenBSD: use G_N_ELEMENTS instead of nitemsinfirit1-1/+1
nitems is never guaranteed to be defined in sys/params.h as it is meant to be defined within a protected ifdef __KERNEL conditional. Use G_N_ELEMENTS from GLib which is the proper way of doing this. Taken from GSM commit: a9972b6a45b490fd316a1a536115baca465e3ae6 From: Antoine Jacoutot <[email protected]>
2014-12-19Fix applied again to show cpu model on ARM after core summarizinginfirit1-1/+1
enhancement.
2014-12-19Fixed falsly reporting 'Unknown model' again after after the coreinfirit1-1/+1
summarizing enhancement.
2014-12-19tree_store_update: gracefully handle null stringsinfirit1-1/+1
Taken from GSM commit: 65ed172b62dad0a4c286e0022831d3846dd98359 From: Pavel Vasin <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=672741
2014-12-19Mark forgotten string as translatableinfirit1-1/+1
2014-12-19procproperties: unbreak on OpenBSDinfirit1-0/+17
The asm/param.h header is only found on Linux. On OpenBSD, the HZ tick is not defined in any header but can be retrieved from the running kernel using the sysctl(3) interface. Taken from GSM commit: 94be681c159b56ad42afb13c3e18d59be4422558 From: Antoine Jacoutot <[email protected]>
2014-12-19Collapse kthreadd by default on linuxes in process tree modeinfirit1-2/+6
Taken from GSM commit: e0d1da0eccda35a22038726fc574b8ab92f05ff0 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=667830
2014-12-19proctable: small whitespace fixinfirit1-0/+1
2014-12-19Add some translator comments taken from GSMinfirit2-0/+3
2014-12-19Slightly increase width of memory map dialog from 575 to 620infirit1-1/+1
Normally the memory map dialog needs to be quite wide. However, the minimum size of the main window is 626. Making a dialog wider than this by default would be odd. Thus, this is a large as the dialog will be by default even though it is not very useful at this width. Normally the memory map dialog needs to be quite wide Taken from GSM commit: 479794236f47aa69117576bdf4f9b80967744e7f From: Chris Kühl <[email protected]>
2014-12-19Fix accelerator collision in "Search for Open Files" dialoginfirit1-0/+2
The accelerators for the Clear and Close buttons were colliding. The patch changes the Clear button to use 'l' as the accelerator. Taken from GSM commit: 5d9a1fa8b3ea1db94d1bbdb5c8e95d768a95aa9a From: Chris Kühl <[email protected]>
2014-12-19Add a Process Properties dialog in MATE System Monitorinfirit9-2/+351
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f From: Krishnan Parthasarathi <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
2014-12-19Disable priority changed handler while setting current priorityinfirit4-2/+25
Taken from GSM commit: c00d94f3bfe2186428ef30e922042a555b7dc03a From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=667227
2014-12-19Update systemd support from several GSD commitsinfirit4-13/+17
Msg: Backout change from using free() to g_free() in systemd patch Commit: f1f7bddf007c950608f5f8c5a771a7fb2ab187d5 From: Chris Kühl <[email protected]> Msg: Require systemd 38 or greater when using --enable-systemd Commit: ff551c6974cfa0801a368ee5c2406ce941ac8cab From: Chris Kühl <[email protected]> Msg: build: Disallow building with systemd v43 due to C++ incompatibility Commit: 8a17cd6ff6b0ab4979c6ed8426724ce355d23679 From: Chris Kühl <[email protected]> Msg: Check for logind, not for systemd Commit: 4cf87daa48a8ab606afe5e3c2ac54c8f6276ba98 From: Martin Pitt <[email protected]>
2014-12-18systemd: add process view columns for unit, session, seat, ownerinfirit7-16/+149
This (optionally) hooks up the system monitor with systemd, adding four new columns to the process view: 1. Unit (i.e. the service name a system process belongs to) 2. Session (i.e. the login session a user process belongs to) 3. Seat (i.e. the physical seat the session of the process belongs to, only for multi-seat environments) 4. Owner (i.e. the user a process belongs to, which is not influenced by temporary UID changes like sudo/su/suid. This patch also enables that the Unit column is shown by default. If systemd is not around at runtime or at compile time none of the four new columns are shown. Taken from GSM commit: df292c0fb07d73448fe26048118b127719750729 From: Lennart Poettering <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=667829
2014-12-18procman: small whitespace cleanupinfirit1-26/+26
2014-12-18Clean up SOURCES in src/Makefile.aminfirit1-27/+37
Taken from GSM commit: c55c5e43bec88f55c2394d62a0d46e37ca26a3d4 From: Chris Kühl <[email protected]>
2014-12-18Fix function definition format in util.cppinfirit1-3/+4
Taken from GSM commit: b21ba6cae5e66d89cd08159a442f525774b0fdc3 From: Chris Kühl <[email protected]>
2014-12-18Add custom sort method for numerical columns with descending sort firstinfirit3-4/+65
Taken from GSM commit: b439f813ceaf6ce6e82cd490c734c67aeb1f2028 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=557122
2014-12-18Avoid crash if icon is not found by catching exceptioninfirit1-0/+6
Taken from GSM commit: 0d394b2d9df72d9ad67deafebf9174b38b42a6d9 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=662463
2014-12-18Bump rsvg required versioninfirit1-1/+1
rsvg_init and rsvg_term where removed but this requires version 2.35
2014-12-18Fix copy-n-paste issues in gscheme summariesinfirit1-6/+6
Taken from GSM commit: a5fb391d2283cb148bbb98671d6a7c60392d256a From: Chris Kühl <[email protected]>
2014-12-18Add 32-bit or 64-bit to the release labelinfirit1-2/+19
Taken from GSM commit: e29b8e670edf99e4a31da2d3d05dcd55a7f5d253 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=619979
2014-12-18Add command line flags for each tab to display it on startupinfirit4-8/+71
Taken from GSM commit: fdc3dac969e9961fd0ae525595534b25b7920e8b From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=629571
2014-12-18interface: small whitespace cleanupinfirit1-61/+61
2014-12-18Added priority selection submenu with preset priority itemsinfirit4-9/+90
Taken from GSM commit: 70ba9c1af2dbd8b74943b1a283f718d8646f087b From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=131803
2014-12-18Priority column to the process table to show user-friendly nice valuesinfirit6-21/+80
Taken from GSM commit: 6fcbf5aaa65d63dd751c812c3ac05a937b50450d From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=131802
2014-12-18proctable: small whitespace cleanupinfirit1-20/+20
2014-12-18Summarize the processor cores to be able to display sysinfo for multi-core ↵infirit1-36/+125
systems with more than 13 cores. Taken from GSM commit: f411100611febe8beebba57f6e0480abf446b2bc From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=664926
2014-12-18sysinfo: small whitespace fixinfirit1-1/+1
2014-12-18lsof: Use glibmm/regex.hinfirit1-1/+1
Seems to make no difference but according to GSM commit 9b2489dafe3cb0a8792bed564f27f3f168a55b6a it broke the build. As it works fine on Gtk+2 let's switch as well.
2014-12-18Better translator comment for the Waiting Channel columninfirit1-1/+1
Taken from GSM commit: f826e6f30d0d6bdcc07cc00774ea16297d853ccb From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=553315
2014-12-18Add cgroup support in the process viewinfirit8-2/+236
Add a new 'Control Group' column to the process view tab. The format for the column is: <path name> (controller name), <path name> (controller name)... Processes that share the same path name across controllers are colesced. For example if a process is in the /foo cgroup for both the memory and cpu controllers, it would display as: /foo (memory,cpu), ... Taken from GSM commits: 2d33adcbc4347c112d57082956b4e199ff7132db Add cgroup support in the process view 645d38a218fedcbf9c7b674740bf213e02933820 Optimize cgroup updating From: Jason Baron <[email protected]>
2014-12-18Save sort column and order when they changeinfirit2-3/+13
Taken from GSM commit: 5b836afa87a27691f008a26bba9e3829d2b31be6 From: Stefano Facchini <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=649398
2014-12-18Use a tuple to store window stateinfirit2-26/+9
Taken from GSM commit: d347dd13681b7f57b28bc609d94cbcc597049951 From: Stefano Facchini <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=649398
2014-12-18Save column info on change instead of quitinfirit3-26/+36
Taken from GSM commit: bc2a8c221604fe335b690ba7d180022bf0430fff From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=649398
2014-12-18Also remember the window position, not only the sizeinfirit4-1/+21
Taken from GSM commit: c123b59145d3b5aa9ba6f65985037b63bcdf2a67 From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=343861
2014-12-18Various small string fixes.infirit6-28/+28
Mostly capitalisation fixes, but there are some spelling fixes, and three strings which have had markup removed. One string has been changed from using an ASCII ellipsis to a Unicode one. Taken from GSM commit: f727cae54fc8410ecb3c2c4c4f901b754f418a7a From: Philip Withnall <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=616794
2014-12-18Do not set gnome_version if one of the version numbers can not be readinfirit1-1/+2
Taken from GSM commit: 9b3e48f0ef1131dfc827fb17d6cccb26ebde75c0 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=576863
2014-12-18Use XDG user runtime directory instead of tmp for temporary filesinfirit1-1/+1
Taken from GSM commit: f8fd26f1a3bf9b58a72e7cacdd1eb960736d49d5 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=646393
2014-12-18Changed default net out color for better a11y for color-blind peopleinfirit1-1/+1
Taken from GSM commit: 2ba6de8e15dbe814d80e960f8b2ea4b772d1ccf2 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=663569
2014-12-18Use pango instead of cairo_show_text in load-graphinfirit1-12/+22
Taken from GSM commit: 62c46d71e8c4ab5a2e68f7b1ad9d780c1728b6e2 From: Haggai Eran <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=536006