summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-12-01GTK3: do not use deprecated GtkMiscWolfgang Ulbrich4-0/+120
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich8-0/+35
2015-12-01Fixed adustments to only be set with a page_size of 0Wolfgang Ulbrich1-3/+3
* Setting an adjustment with non-zero page size is deprecated taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=9ff48dc
2015-12-01GTK3: Drop use of deprecated treeview API. gtk_tree_view_set_rules_hintWolfgang Ulbrich6-1/+12
taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7fefa84
2015-12-01GTK3: don't use deprecated gtk_style_context_get_fontWolfgang Ulbrich1-1/+1
inspired from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=a2d7fc1
2015-12-01GTK3: Do not use deprecated APIWolfgang Ulbrich7-2/+242
Namely, we make the following replacements: * GtkStyle -> GtkStyleContext * GdkColor -> GdkRGBA * GtkColorSelectionDialog -> GtkColorChooserDialog taken from....but adjusted: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7ac1c1c
2015-12-01GTK3: Replaced sysinfo gtk tables with gtk gridsWolfgang Ulbrich1-0/+52
taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=5047e43
2015-12-01process properties: use proper format for "CPU time" propertymonsta3-21/+5
it should be the same as in "CPU time" column of process table now adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=3c1f17877f95fcac7f5d437739305e245af7ba8b
2015-12-01remove more dead codemonsta1-28/+2
2015-12-01memmaps: kill stupid periodic autoscrolling to the top of listmonsta1-1/+1
from https://git.gnome.org/browse/gnome-system-monitor/commit?id=ed696eba1438231e797774510a3449140f31fc9c
2015-12-01memmaps: remove dead codemonsta1-34/+0
2015-12-01process properties: use proper translatable date for "Started" propertymonsta1-1/+2
it should be the same as in "Started" column of process table now from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=493b93ddf6bfb772769ca6942bf07deaac8e94bc
2015-12-01Give procman_format_date_for_display a proper C linkagemonsta1-0/+5
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=e94b981e794b8a0ae3d682b90c265de365c2d28a
2015-11-30disks: set minimum width for all columnsmonsta1-2/+4
2015-11-30disks: set fixed width on columnsmonsta1-4/+7
2015-11-30process table: set correct minimum width for all columnsmonsta2-6/+6
2015-11-30fix logic errormonsta1-1/+1
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=1207e80338467bb5ef9b3e1fe6577a4cb862a31c
2015-11-28disks: set minimum width for device columnMonsta1-0/+1
fixes https://github.com/mate-desktop/mate-system-monitor/issues/62
2015-11-27delay saving columns width to GSettings by 250 msmonsta1-14/+29
fixes eating CPU and slowdowns during columns resizing adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=89931e2e24df517e1c86929a64d4fcde55d599a7
2015-11-24process table: force icon size on loadingmonsta1-3/+3
fixes the huge icon of mate-sensors-applet process in LMDE 2 adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=5480731230f9c6849fbf0aea1288b18bc9e62480
2015-09-08Rework gsettings schema buildinginfirit2-98/+95
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-09-06Interface: Give the notebook 12px border width so it doesn't stick to the ↵Clement Lefebvre1-7/+3
sides of the main window.
2015-09-05SysInfo: Let distributions define a custom side imageClement Lefebvre1-2/+6
2015-09-05SysInfo: Added proper detection for Linux Mint & LMDEClement Lefebvre1-2/+32
2015-06-27procproperties: Fix on NetBSDOBATA Akio1-2/+2
On NetBSD, HZ tick can be retrieved same as OpenBSD.
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 Monitorinfirit8-2/+350
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 commitsinfirit3-8/+6
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, ownerinfirit6-16/+137
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-18Fix copy-n-paste issues in gscheme summariesinfirit1-6/+6
Taken from GSM commit: a5fb391d2283cb148bbb98671d6a7c60392d256a From: Chris Kühl <[email protected]>