summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18Also remember the window position, not only the sizeinfirit4-1/+21
Taken from GSM commit: c123b59145d3b5aa9ba6f65985037b63bcdf2a67 From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=343861
2014-12-18Various small string fixes.infirit6-28/+28
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-18Do not set gnome_version if one of the version numbers can not be readinfirit1-1/+2
Taken from GSM commit: 9b3e48f0ef1131dfc827fb17d6cccb26ebde75c0 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=576863
2014-12-18Use XDG user runtime directory instead of tmp for temporary filesinfirit1-1/+1
Taken from GSM commit: f8fd26f1a3bf9b58a72e7cacdd1eb960736d49d5 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=646393
2014-12-18Changed default net out color for better a11y for color-blind peopleinfirit1-1/+1
Taken from GSM commit: 2ba6de8e15dbe814d80e960f8b2ea4b772d1ccf2 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=663569
2014-12-18Use pango instead of cairo_show_text in load-graphinfirit1-12/+22
Taken from GSM commit: 62c46d71e8c4ab5a2e68f7b1ad9d780c1728b6e2 From: Haggai Eran <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=536006
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-18Fixed logic for scaling net load when using bitsinfirit1-7/+39
Taken from GSM commit: c3c986f6c888a274278a1e5a112befedc23abc6d From: Conor O'Gorman <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=656840
2014-12-18Don't show swap history when computer has no swapinfirit1-2/+6
Taken from GSM commit: 466b7e64cdac761eabd9ab69be8f72955e07f813 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=414492
2014-12-18system: Add machine architecture after the kernel version.infirit1-1/+1
The kernel architecture is what is important here as this determines if one can run 32bit or 64bit code. fixes #43
2014-12-18Specified resource name in color picker dialog titleinfirit1-9/+40
Taken from GSM commit: c987155c565432491cb37dddfb1631597e05a3ec From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=520702
2014-12-18Make labels on sysinfo tab selectableinfirit1-0/+5
Taken from GSM commit: 75ffd9c656aa7cc4bedcdfb89f5edabc9894a939 From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=399067
2014-12-18Properly clear the selected process before looking for anotherinfirit1-0/+2
Taken from GSM commit: 11e508347c5af1389b2da1c787adcb26cb0ebbef From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=580009
2014-12-18Only display change color dialog on clicked instead of button-releaseinfirit1-6/+34
Taken from GSM commit: e2440e154dfdcf57364249c19c599bcfa5c177f2 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=517712
2014-12-18Set widget name for main application windowinfirit1-1/+2
Taken from GSM commit: f7fdd5f17370548b533e1f8508fa774b88b4d4d0 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=633259
2014-12-18Remove unnecessary assert which causes crashinfirit1-2/+0
Taken from GSM commit: dbc19ed7fa89ddd426028a45265ea49857272637 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=578520
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-18Removed unnecessary use of 'this->' for class membersinfirit1-7/+7
Taken from GSM commit: 3708a48b131cb412b5021334ff57140972a1fcd0 From: Chris Kühl <[email protected]>
2014-12-18Removed unnecessary use of 'graph->' for class membersinfirit1-43/+43
Taken from GSM commit: 8cc4f7259e3829264197a8daebe34527d3d3d697 From: Chris Kühl <[email protected]>
2014-12-18Stop initializing variables twice in LoadGraph ctorinfirit1-10/+5
Taken from GSM commit: e5410092bd1a6edee184aa56fba807498733f06a From: Chris Kühl <[email protected]>
2014-12-18Give 'g' variable meaningful name, 'graph'infirit1-197/+197
Taken from GSM commit: ffdc8936d6b78ddd630d9448341ef515eee8c7f7 From: Chris Kühl <[email protected]>
2014-12-18Make indentation uniform across source filesinfirit45-6954/+6952
No more tabs, 4 spaces instead. And remove trailing whitespace.
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