summaryrefslogtreecommitdiff
path: root/src/procdialogs.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-12-19Update systemd support from several GSD commitsinfirit1-5/+1
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, ownerinfirit1-0/+15
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-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