Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-22 | update resource for translations | raveit65 | 1 | -3/+6 | |
2018-03-22 | Update interval text in resources tab corrected | marosg42 | 1 | -1/+1 | |
Solves https://github.com/mate-desktop/mate-system-monitor/issues/114 | |||||
2018-03-17 | tx: add makepot and .pot files | raveit65 | 2 | -0/+1391 | |
2018-03-12 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-01-28 | release 1.20v1.20.0 | raveit65 | 2 | -5/+15 | |
2018-01-28 | sync with transifex | raveit65 | 5 | -24/+24 | |
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 5 | -122/+3 | |
2018-01-12 | Fix typo in NEWS: alignment instead aligment | Pablo Barciela | 1 | -1/+1 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-31 | procman.cpp: Fix build warning: argument 1 null where non-null expected | Pablo Barciela | 1 | -7/+3 | |
2017-12-31 | sysinfo.cpp: Fix build warning: this ‘if’ clause does not guard... | Pablo Barciela | 1 | -1/+1 | |
...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ | |||||
2017-12-31 | proctable.cpp: Fix build warning: this ‘else’ clause does not guard... | Pablo Barciela | 1 | -8/+8 | |
...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |||||
2017-12-29 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+8 | |
2017-12-29 | sync with transifex | raveit65 | 100 | -6289/+7905 | |
2017-12-26 | Fix system logo aligment | Pablo Barciela | 1 | -2/+2 | |
Fixes https://github.com/mate-desktop/mate-system-monitor/issues/93 | |||||
2017-12-13 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -3/+2 | |
This commit reverts: https://github.com/mate-desktop/mate-system-monitor/commit/6d94559673232a1dc01d16eacbe2028aae175d07 And it applies an alternative to fix the deprecated functions: gdk_screen_width gdk_screen_height | |||||
2017-10-31 | process table: make search case-insensitive | monsta | 1 | -2/+2 | |
fixes https://github.com/mate-desktop/mate-system-monitor/issues/102 taken from: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=ee57aed60a0657a2e0c5c13025979cefe0df300c | |||||
2017-10-11 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+7 | |
2017-10-08 | sync with Transifex | monsta | 100 | -585/+592 | |
2017-10-08 | sysinfo: disable focus in all labels | monsta | 1 | -0/+5 | |
2017-10-06 | update copyright year | monsta | 1 | -1/+1 | |
2017-08-10 | avoid deprecated gdk_screen_width/height | ZenWalker | 1 | -2/+3 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+11 | |
2017-05-04 | sysinfo: avoid deprecated GtkAlignment | raveit65 | 1 | -5/+2 | |
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-12 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-12 | sync with transifex | raveit65 | 19 | -567/+1953 | |
2017-03-12 | README: replace libgksu with pkexec in optional deps list | monsta | 1 | -1/+1 | |
we don't use libgksu directly anymore since 6e0ddb9837551bd33b2f0b75a8f83cb3d2d36927 and pkexec is tried first before gksu anyway | |||||
2017-03-12 | update NEWS for 1.18 | monsta | 1 | -2/+5 | |
2017-02-11 | interfaces: port to GtkGrid | raveit65 | 1 | -83/+51 | |
2017-02-09 | renice-dialog: port to GtkGrid | raveit65 | 1 | -11/+9 | |
2017-01-13 | Update mate-system-monitor NEWS to use consistent, project wide, ↵ | Martin Wimpress | 1 | -11/+11 | |
markdown-like formatting. This will make generating release announcements easier. | |||||
2016-10-31 | release 1.17.0v1.17.0 | monsta | 2 | -1/+7 | |
2016-10-31 | sync with Transifex | monsta | 4 | -268/+271 | |
2016-10-25 | add pkexec support | monsta | 11 | -3/+130 | |
closes https://github.com/mate-desktop/mate-system-monitor/issues/85 try pkexec before trying gksu for killing other users' processes or renicing a process. actual kill and renice commands are launched via helper tool (see discussion at https://bugzilla.gnome.org/491462). code is ported from gnome-system-monitor with some changes (e.g. helper tool code is in tools/ dir instead of scripts/ - it's not a script). for reference - relevant upstream commits: https://git.gnome.org/browse/gnome-system-monitor/commit/?id=ccbff2a4293e43d6ea24fbf13477b10f58cd5212 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=2b4308d9fc2b2e367030629e79b531c4f9ae3d0a https://git.gnome.org/browse/gnome-system-monitor/commit/?id=971b3c704dea49b22c1038f200933c5b3b35ece1 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=c234b2a75dac454b818f1f40d302cf12f1a33aa2 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=4cda3529e418098b35f7444d79ba421eb5403afc https://git.gnome.org/browse/gnome-system-monitor/commit/?id=ab7bd8aef7300eeb3835fdef9a2a1eefe7281631 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=79eccf0cecbca237f4f911681438c33932da63e2 https://git.gnome.org/browse/gnome-system-monitor/commit/?id=a3bf3a7f56cf02c6a127aa168c570230e9fad356 | |||||
2016-09-18 | release 1.16.0v1.16.01.16 | raveit65 | 1 | -1/+1 | |
2016-09-18 | update NEWS for 1.16 | monsta | 1 | -1/+6 | |
2016-09-18 | sync with Transifex | monsta | 7 | -233/+239 | |
2016-08-18 | update copyright | monsta | 1 | -1/+1 | |
2016-07-01 | po: drop ancient ChangeLog left from gnome | monsta | 1 | -4672/+0 | |
2016-07-01 | po: actually add new languages from Transifex | monsta | 1 | -0/+2 | |
2016-07-01 | po: drop languages not present on Transifex | monsta | 3 | -2192/+0 | |
2016-06-20 | Casting temporaries to references is not valid. | Youri Mouton | 1 | -1/+3 | |
2016-06-07 | release 1.15.0v1.15.0 | raveit65 | 2 | -1/+5 | |
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 | |