summaryrefslogtreecommitdiff
path: root/src/procdialogs.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18Priority column to the process table to show user-friendly nice valuesinfirit1-18/+6
Taken from GSM commit: 6fcbf5aaa65d63dd751c812c3ac05a937b50450d From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=131802
2014-12-18Add cgroup support in the process viewinfirit1-0/+6
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 column info on change instead of quitinfirit1-0/+9
Taken from GSM commit: bc2a8c221604fe335b690ba7d180022bf0430fff From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=649398
2014-12-18Various small string fixes.infirit1-3/+3
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-18Include process name in end & kill process dialogsinfirit1-4/+15
Taken from GSM commit: 140b2526232c118dc5b5b976aee5a71acc24dfa2 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=560162
2014-12-18Add Help button to the preferences dialoginfirit1-5/+15
Taken from GSM commit: 6bd176c2efeec0375b5d9e5e1d3f3d1c2f1138bd From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=501070
2014-12-18Make indentation uniform across source filesinfirit1-649/+649
No more tabs, 4 spaces instead. And remove trailing whitespace.
2014-12-17Make change priority button respect button-images settinginfirit1-15/+3
Taken from GSM commit: bfef9799749fa0b36bb91c52479f7e7119b5d738 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=592747
2014-12-17Make 'Solaris mode' option be more descriptiveinfirit1-2/+2
Taken from GSM commit: 3307a7673e7b42843089d82778a9b76b495b3b9d From: Chris Kühl <[email protected]> Gnome Bug: https://bugzilla.gnome.org/show_bug.cgi?id=467168
2014-12-17Gtk3: Fix deprecated hscale useinfirit1-0/+4
2014-12-17Remove has-seperator propertyinfirit1-6/+0
2013-11-21add support for GTK3Elias Aebi1-0/+8
2012-11-07fix gsettings keys namesStefano Karapetsas1-3/+3
2012-11-06Port to gesettingsraveit1-36/+27
2012-10-12fix incorrect FSF addressraveit651-1/+1
2012-03-17Replaced occurances of gtk_dialog_set_has_separator with g_object_set.Chris Kühl1-2/+2
2011-11-08initialPerberos1-0/+842