summaryrefslogtreecommitdiff
path: root/src/util.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-01-28require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2016-02-29fix copy-paste error, use proper type, keep it simplemonsta1-4/+1
- wrong function name introduced in https://github.com/mate-desktop/mate-system-monitor/commit/9ae0be5ccf7df2f35c13653da97771b06cf6603f - format_rate function already returns a string, no need to convert
2016-02-08use x/y align functions for GtkLabel with GTK+ >= 3.16monsta1-1/+5
Conflicts: src/interface.cpp src/procdialogs.cpp src/sysinfo.cpp src/util.cpp
2016-01-11set minimum GTK+ version to 3.14 and drop some deprecated codeMonsta1-4/+0
2015-12-01GTK3: do not use deprecated GtkMiscWolfgang Ulbrich1-0/+4
2015-12-01process properties: use proper format for "CPU time" propertymonsta1-2/+2
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
2014-12-19Remove markup from translated stringsinfirit1-2/+5
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-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-19Add a Process Properties dialog in MATE System Monitorinfirit1-1/+1
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f From: Krishnan Parthasarathi <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
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 firstinfirit1-2/+41
Taken from GSM commit: b439f813ceaf6ce6e82cd490c734c67aeb1f2028 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=557122
2014-12-18Priority column to the process table to show user-friendly nice valuesinfirit1-0/+45
Taken from GSM commit: 6fcbf5aaa65d63dd751c812c3ac05a937b50450d From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=131802
2014-12-18Significant digits format used to remove post decimal wastage on net graphinfirit1-4/+4
Taken from GSM commit: 74cfcc81355908075dad0e9f95f195c0d4e2544b From: Conor O'Gorman <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=656841
2014-12-18Make indentation uniform across source filesinfirit1-321/+319
No more tabs, 4 spaces instead. And remove trailing whitespace.
2014-12-17Fix for issues on 32-bit machinesinfirit1-8/+8
Taken from GSM commit: 843cc40119d36873f9670975c7815fbd38481093 From: Chris Kühl <[email protected]> Gnome bug: Fix for issues on 32-bit machines
2014-12-17Added SI prefix tera to network counterinfirit1-10/+17
Taken from GSM commit: 3ea7303181e80e188e72a4fcd98b9970fe554b3b From: Chris Kühl <[email protected]>
2014-12-15Fix a few of mem leaks. [Backported from old gnome-system-monitor]Matias De lellis1-2/+8
2012-03-09build error with glib2-2.31 ↵Perberos1-1/+1
(https://github.com/mate-desktop/mate-system-monitor/issues/2)
2011-11-08initialPerberos1-0/+510