summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-01drop weird matesu support (did matesu ever exist?!)monsta4-56/+0
2016-03-01drop ancient NEWS.GNOMEmonsta1-508/+0
which is also a victim of old 'gnome -> mate' search & replace
2016-03-01README: don't mention libgnomesumonsta1-1/+0
2016-03-01process properties: show cgroups + show N/A when selinux isn't setmonsta1-1/+2
from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=f3879a89f9bcc3e96b009c0033accb461c0672ac https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7484244ea470690e52dd5b3ced0ff36917000355
2016-03-01process table: show running state when CPU time changesmonsta1-1/+6
adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=da371b277e0ebbc71708f1ce91f879cfc4ab9c9f
2016-03-01process table: don't clear multiple rows selection on right clickmonsta1-1/+3
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=70dd0dc7408f004bdeffbabaa0a874295ff9120f
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-29sysinfo: fix forgotten memleakmonsta1-1/+4
2016-02-29process table: avoid expanding collapsed nodes on every refreshmonsta1-2/+0
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=f7f4c5506bc47f7cd340ce02404029a0ca6185e0
2016-02-29main window: save maximized state in gsettings on exitmonsta4-6/+24
and load it on startup adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=edf4163bb2e9ad1dd9b8a5b7c7244ccd8753d4b5
2016-02-29defaulttable: use correct icons (fix old gnome->mate replace error)monsta1-6/+3
and remove some entries for which no replacement could be found
2016-02-29kill/end/renice dialogs: use proper quotation marksmonsta1-3/+3
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=2195a659f069478a9a28a50b5bd8231a561bb9f9
2016-02-29change colour -> color in comments for consistency with stringsmonsta3-3/+3
2016-02-29schema: make column names match the actual names in UImonsta1-32/+32
adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=cfbeb0f71dfaca95118a27046941a7f3b0180e6a and corrected some more entries that aren't corrected there
2016-02-29prefs dialog: fix refresh rate not saving in some casesmonsta1-0/+1
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=abc1f5b47efa2dcd5f0e9c378283e9d9e6ac9fdf cases are described in https://bugzilla.gnome.org/show_bug.cgi?id=543315
2016-02-28GTK+-3: Get values from GtkStyleContext states properlyraveit651-3/+12
2016-02-21release 1.13.1Wolfgang Ulbrich2-1/+5
2016-02-19Sync with Transifexv1.13.1Martin Wimpress18-4571/+4758
2016-02-10get exact number of CPUs instead of guessingmonsta1-11/+4
adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=549e2e3308620810dd795321d02f041e8ab58d29
2016-02-08sysinfo: fix indent a bitmonsta1-5/+5
2016-02-08use x/y align functions for GtkLabel with GTK+ >= 3.16monsta4-31/+143
Conflicts: src/interface.cpp src/procdialogs.cpp src/sysinfo.cpp src/util.cpp
2016-02-04release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+8
2016-02-04reduce min. version of GtkMm to fix build in rhel7Wolfgang Ulbrich1-1/+1
2016-02-03Changed graph grid line colors basedWolfgang Ulbrich1-7/+10
inspired from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=cb54374
2016-02-03load-graph.cpp: Draw the background explicitlyWolfgang Ulbrich2-11/+13
The gdk_window_set_background_pattern() function is a little dubious to use unless you are writing GTK+ code since the background may be overridden by gtkwidget.c whenever the style of the widget changes. Needed for gtk+-3.20
2016-01-21use gtk_image_new_from_icon_namemonsta1-1/+1
2016-01-11set minimum GTK+ version to 3.14 and drop some deprecated codeMonsta5-123/+2
2016-01-11drop GTK+2 code and --with-gtk build optionMonsta17-535/+67
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+3
2016-01-03remove ancient mateconf tool from list of known appsMonsta1-1/+0
2016-01-03drop MateConf migration scriptMonsta2-78/+2
2015-12-17remove unneeded assertmonsta1-2/+0
we don't need to crash here, thanks. the code below is able to handle excessive column ids just fine. fixes https://github.com/mate-desktop/mate-system-monitor/issues/76
2015-12-10prefs dialog: increase height a bitmonsta1-1/+1
2015-12-04Bump version to 1.12.1monsta2-1/+11
2015-12-03remove even more dead codemonsta2-20/+0
2015-12-01GTK3: do not use deprecated GtkMiscWolfgang Ulbrich4-0/+120
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich8-0/+35
2015-12-01Fixed adustments to only be set with a page_size of 0Wolfgang Ulbrich1-3/+3
* Setting an adjustment with non-zero page size is deprecated taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=9ff48dc
2015-12-01GTK3: Drop use of deprecated treeview API. gtk_tree_view_set_rules_hintWolfgang Ulbrich6-1/+12
taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7fefa84
2015-12-01GTK3: don't use deprecated gtk_style_context_get_fontWolfgang Ulbrich1-1/+1
inspired from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=a2d7fc1
2015-12-01GTK3: Do not use deprecated APIWolfgang Ulbrich7-2/+242
Namely, we make the following replacements: * GtkStyle -> GtkStyleContext * GdkColor -> GdkRGBA * GtkColorSelectionDialog -> GtkColorChooserDialog taken from....but adjusted: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=7ac1c1c
2015-12-01GTK3: Replaced sysinfo gtk tables with gtk gridsWolfgang Ulbrich1-0/+52
taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=5047e43
2015-12-01process properties: use proper format for "CPU time" propertymonsta3-21/+5
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
2015-12-01remove more dead codemonsta1-28/+2
2015-12-01memmaps: kill stupid periodic autoscrolling to the top of listmonsta1-1/+1
from https://git.gnome.org/browse/gnome-system-monitor/commit?id=ed696eba1438231e797774510a3449140f31fc9c
2015-12-01memmaps: remove dead codemonsta1-34/+0
2015-12-01process properties: use proper translatable date for "Started" propertymonsta1-1/+2
it should be the same as in "Started" column of process table now from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=493b93ddf6bfb772769ca6942bf07deaac8e94bc
2015-12-01Give procman_format_date_for_display a proper C linkagemonsta1-0/+5
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=e94b981e794b8a0ae3d682b90c265de365c2d28a
2015-11-30disks: set minimum width for all columnsmonsta1-2/+4
2015-11-30disks: set fixed width on columnsmonsta1-4/+7