Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-07 | sync with Transiflex | raveit65 | 15 | -205/+2963 | |
2016-04-07 | po: add missing languages to LINGUASv1.14.0 | monsta | 1 | -0/+4 | |
2016-04-07 | update NEWS to mention Changelog generation fix | monsta | 1 | -0/+1 | |
2016-04-05 | release 1.14.0 | raveit65 | 1 | -1/+1 | |
2016-04-05 | Fix Changelog generation | raveit65 | 1 | -12/+9 | |
2016-04-05 | add new languages and sync with transiflex | raveit65 | 98 | -25889/+35426 | |
2016-04-05 | update NEWS and pack 1.13.x changes into single 1.14.0 entry | monsta | 1 | -27/+25 | |
2016-03-21 | run gksu binary instead of loading libgksu2.so (which is GTK+2 only) | monsta | 1 | -38/+17 | |
2016-03-16 | release 1.13.2v1.13.2 | raveit65 | 2 | -1/+18 | |
2016-03-02 | disks: implement saving and loading width and visibility of columns | monsta | 4 | -21/+130 | |
adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=f589439a966151b2589bca21a4d6b40455eb201a with necessary changes from https://github.com/mate-desktop/mate-system-monitor/commit/eebc190a5aeb6ebaf5c3a868b68434679adddc74 | |||||
2016-03-02 | fix typo in disk view gschema description | monsta | 1 | -1/+1 | |
2016-03-02 | some style corrections | monsta | 3 | -10/+11 | |
2016-03-02 | clean up some includes, remove some dead code | monsta | 4 | -23/+6 | |
2016-03-02 | process table: rename proctable_update_all func to proctable_update | monsta | 5 | -10/+10 | |
2016-03-02 | process table: proctable_update_list is a local function | monsta | 2 | -2/+1 | |
2016-03-01 | remove some dead code | monsta | 1 | -37/+0 | |
2016-03-01 | remove useless include | monsta | 1 | -1/+0 | |
2016-03-01 | fix segfault on view mode change with process properties open | monsta | 2 | -7/+9 | |
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=76545e553c620d9b3437456bb4dbffa355c59816 | |||||
2016-03-01 | Revert "process table: don't clear multiple rows selection on right click" | monsta | 1 | -3/+1 | |
This reverts commit b7c2c34a6662ee043be997c54ff1c85318818c2d. dammit. this made right-clicking on initially unfocused process table impossible. I had to select a process first, then right-click on it, or else all the right-click menu items were appearing grayed out. reverting this until we figure out how to do it without unwanted side effects. | |||||
2016-03-01 | process table: replace useless callback with single function | monsta | 1 | -20/+1 | |
all columns except for the first one were already made reorderable, so there's no need for this callback with a loop. just make the first column reorderable too and we're done. from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=3bd1b01b5e983379e69c02613280a218e8873914 | |||||
2016-03-01 | drop weird matesu support (did matesu ever exist?!) | monsta | 4 | -56/+0 | |
2016-03-01 | drop ancient NEWS.GNOME | monsta | 1 | -508/+0 | |
which is also a victim of old 'gnome -> mate' search & replace | |||||
2016-03-01 | README: don't mention libgnomesu | monsta | 1 | -1/+0 | |
2016-03-01 | process properties: show cgroups + show N/A when selinux isn't set | monsta | 1 | -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-01 | process table: show running state when CPU time changes | monsta | 1 | -1/+6 | |
adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=da371b277e0ebbc71708f1ce91f879cfc4ab9c9f | |||||
2016-03-01 | process table: don't clear multiple rows selection on right click | monsta | 1 | -1/+3 | |
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=70dd0dc7408f004bdeffbabaa0a874295ff9120f | |||||
2016-02-29 | fix copy-paste error, use proper type, keep it simple | monsta | 1 | -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-29 | sysinfo: fix forgotten memleak | monsta | 1 | -1/+4 | |
2016-02-29 | process table: avoid expanding collapsed nodes on every refresh | monsta | 1 | -2/+0 | |
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=f7f4c5506bc47f7cd340ce02404029a0ca6185e0 | |||||
2016-02-29 | main window: save maximized state in gsettings on exit | monsta | 4 | -6/+24 | |
and load it on startup adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=edf4163bb2e9ad1dd9b8a5b7c7244ccd8753d4b5 | |||||
2016-02-29 | defaulttable: use correct icons (fix old gnome->mate replace error) | monsta | 1 | -6/+3 | |
and remove some entries for which no replacement could be found | |||||
2016-02-29 | kill/end/renice dialogs: use proper quotation marks | monsta | 1 | -3/+3 | |
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=2195a659f069478a9a28a50b5bd8231a561bb9f9 | |||||
2016-02-29 | change colour -> color in comments for consistency with strings | monsta | 3 | -3/+3 | |
2016-02-29 | schema: make column names match the actual names in UI | monsta | 1 | -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-29 | prefs dialog: fix refresh rate not saving in some cases | monsta | 1 | -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-28 | GTK+-3: Get values from GtkStyleContext states properly | raveit65 | 1 | -3/+12 | |
2016-02-21 | release 1.13.1 | Wolfgang Ulbrich | 2 | -1/+5 | |
2016-02-19 | Sync with Transifexv1.13.1 | Martin Wimpress | 18 | -4571/+4758 | |
2016-02-10 | get exact number of CPUs instead of guessing | monsta | 1 | -11/+4 | |
adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=549e2e3308620810dd795321d02f041e8ab58d29 | |||||
2016-02-08 | sysinfo: fix indent a bit | monsta | 1 | -5/+5 | |
2016-02-08 | use x/y align functions for GtkLabel with GTK+ >= 3.16 | monsta | 4 | -31/+143 | |
Conflicts: src/interface.cpp src/procdialogs.cpp src/sysinfo.cpp src/util.cpp | |||||
2016-02-04 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+8 | |
2016-02-04 | reduce min. version of GtkMm to fix build in rhel7 | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-02-03 | Changed graph grid line colors based | Wolfgang Ulbrich | 1 | -7/+10 | |
inspired from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=cb54374 | |||||
2016-02-03 | load-graph.cpp: Draw the background explicitly | Wolfgang Ulbrich | 2 | -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-21 | use gtk_image_new_from_icon_name | monsta | 1 | -1/+1 | |
2016-01-11 | set minimum GTK+ version to 3.14 and drop some deprecated code | Monsta | 5 | -123/+2 | |
2016-01-11 | drop GTK+2 code and --with-gtk build option | Monsta | 17 | -535/+67 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+3 | |
2016-01-03 | remove ancient mateconf tool from list of known apps | Monsta | 1 | -1/+0 | |