summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-12-17Show CPU speed for ppc64 processors.infirit1-3/+12
Taken from GSM commit: 401d84dc4ed6cc0cea3d23b19debfc6e9e204f90 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=619732
2014-12-17Add OpenBSD supportinfirit1-0/+25
Add OpenBSDSysInfo() for getting OpenBSD system information Taken from GSM commit: 8cc3d4d04963bc5f4e70fa6d81a8ad009eac9021 From: Antoine Jacoutot <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=652584
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-17If NI_IDN is not defined, set it to 0.infirit1-0/+4
Taken from GSM commit: 74ced4acf1f514e5a75b7e68f0e012d8bc869be1 From: Antoine Jacoutot <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=652602
2014-12-17Added ability to navigate tabs using Alt-Ninfirit1-0/+19
Taken from GSM commit: a2bccca48724fc5873c72978d11f106af2a6aaf4 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=496750
2014-12-17Fix to remember custom column ordering.infirit1-1/+1
Taken from GSM commit: dd0e346046b9e069b6e758b2b951b03ddfdf50b3 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=365101
2014-12-17Correct bad status tip wording when hovering over View->My Processesinfirit1-1/+1
Taken from GSM commit: db2451155c6b2199b759104c9caa4812209cdab9 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=530336
2014-12-17Fix for issues on 32-bit machinesinfirit2-17/+23
Taken from GSM commit: 843cc40119d36873f9670975c7815fbd38481093 From: Chris Kühl <[email protected]> Gnome bug: Fix for issues on 32-bit machines
2014-12-17Fix network totals overflow on 32-bit machinesinfirit2-20/+20
Taken from GSM commit: c7275791a89623ad1edc820a6ef16faae37a18aa From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=639212
2014-12-17Added SI prefix tera to network counterinfirit1-10/+17
Taken from GSM commit: 3ea7303181e80e188e72a4fcd98b9970fe554b3b From: Chris Kühl <[email protected]>
2014-12-17Get rid of unused variable 'sizegroup'infirit1-3/+0
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-17Make maximum nice value 19 instead of 20 on Linuxinfirit1-1/+1
2014-12-17Pass the parent window to the about dialoginfirit1-1/+3
Taken from GSM commit: 9f9f0c929659d63100a3efba7826c7f777ed21ed From: Cosimo Cecchi <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=645575
2014-12-17Add translator comment to clarify 'open files' is no actioninfirit1-0/+1
Taken from GSM commit: 2436bc9ea02516ad5fa69f476fd3b48b32108404 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=423088
2014-12-17Fix to show cpu model on ARMinfirit1-1/+1
Taken from GSM commit: a84ed33fb4c313d7cf67fac791aa063a997cb3af From: Debbie Beliveau <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=606769
2014-12-17Fix falsly reporting 'Unknown CPU model'infirit1-1/+1
Taken from GSM commit: 3ef0ed45f91f09a05905e20863e854ee84573b73 From: Luciano Chavez <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=619733
2014-12-17Add close button to memory map dialoginfirit1-22/+13
Taken from GSM commit: 00eb83fdbc5a6b6d5369b59b00a13293b1981b4f From: Chris Kühl <[email protected]>
2014-12-17Fixed graph jump bug caused by label changing heightinfirit1-2/+2
2014-12-17Gtk3: Fix deprecated hscale useinfirit1-0/+4
2014-12-17Remove has-seperator propertyinfirit2-9/+0
2014-12-17interface: Move/Add comment for each Gtk versioninfirit1-1/+2
2014-12-17Gtk3: Rename callback function to reflect changed signal.infirit4-10/+10
2014-12-17Use gdk_window_get_{width,height} also in Gtk+2infirit2-19/+4
It was added in Gtk+ 2.24
2014-12-16Remove deprecated call to g_type_initinfirit1-2/+0
2014-12-16Revert "g_type_init is deprecated in Glib 2.36"infirit1-2/+0
This reverts commit bc87b7b4a1b199606a29877067ae657f850f1618.
2014-12-16g_type_init is deprecated in Glib 2.36infirit1-0/+2
2014-12-15Fix a few of mem leaks. [Backported from old gnome-system-monitor]Matias De lellis2-3/+11
2014-12-15Fixes removed set but unused variables warining. Matias De lellis1-11/+3
2014-12-15Add support to systemd/freedesktop /etc/os-release to give system info.Matias De lellis1-1/+37
2014-10-16Dont sync GSettings before quitStefano Karapetsas1-6/+0
It is unneeded Closes https://github.com/mate-desktop/mate-system-monitor/issues/37
2014-01-20Remove useless g_printStefano Karapetsas1-1/+0
It was added with commit http://git.mate-desktop.org/mate-system-monitor/commit/src/procman.cpp?id=f27253b155db8d3c06bf13801c63bdc282da4157
2014-01-15Update copyright infoStefano Karapetsas1-1/+5
2014-01-15Fix indentationStefano Karapetsas1-19/+18
2013-11-21add support for GTK3Elias Aebi8-23/+98
2013-10-08Merge pull request #24 from infirit/masterStefano Karapetsas4-17/+19
back to libwnck
2013-10-08back to libwnckinfirit4-17/+19
2013-08-01Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2013-07-26fix make file for automake-1.13Wolfgang Ulbrich1-1/+1
2013-06-28Fixes for make distStefano Karapetsas1-2/+6
2013-06-28Check if cpu color key exists before read itStefano Karapetsas1-11/+7
Closes #14 (https://github.com/mate-desktop/mate-system-monitor/issues/14)
2013-06-28Fix indentationStefano Karapetsas1-8/+8
2013-01-04Merge pull request #13 from cygwinports/masterStefano Karapetsas2-0/+77
Add mateconf-gsettings-data-convert file
2013-01-04Restore first 4 original cpu colorsStefano Karapetsas1-4/+4
2013-01-02I have to turn my head until my darkness goesScott Balneaves1-1/+1
2013-01-01Fix deprecationsScott Balneaves3-8/+5
2013-01-01Fix Issue #14Scott Balneaves2-5/+73
2012-12-25Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-0/+77
2012-11-20Added a comment related to previous commit.Steve Zesch1-1/+2
2012-11-19Fixes issue #9Scott Balneaves1-1/+6