Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-28 | build: make maintainer-clean | rbuj | 1 | -2/+40 | |
2020-11-27 | drivemount: improve code-style | raveit65 | 5 | -642/+653 | |
- tabs to spaces - 4 spaces at the beginning of a line | |||||
2020-11-27 | build: replace acinclude.m4 with original as-ac-expand.m4 | rbuj | 2 | -3/+13 | |
2020-11-25 | timer: i18n label | rbuj | 1 | -1/+2 | |
2020-11-20 | Cpufreq code style | raveit65 | 31 | -3198/+3217 | |
- tabs to spaces - 4 spaces at the beginning of a line | |||||
2020-11-16 | travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 | |
2020-11-16 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -2/+1 | |
2020-10-27 | charpick: improve code-style | raveit65 | 3 | -1095/+1133 | |
- tab to spaces - fix indents - shorten lines | |||||
2020-09-05 | timerapplet: Use common subdirs - src, data | rbuj | 11 | -76/+88 | |
2020-09-03 | battstat: improve code-style | raveit65 | 8 | -1535/+1580 | |
- tab to spaces - fix indents - add a space before brackets | |||||
2020-09-03 | mateweather: Warn about accessing an undefined property of object | rbuj | 2 | -10/+24 | |
2020-08-31 | accessx-status: improve code-style | raveit65 | 2 | -1213/+1528 | |
- tab to spaces - fix indents - shorten lines | |||||
2020-08-30 | multiload: improve code-style | raveit65 | 7 | -1229/+1233 | |
- tab to spaces - fix some indents | |||||
2020-08-30 | accessx-status: array subscript 128 is above array bounds | rbuj | 1 | -43/+29 | |
2020-08-30 | drivemount: Load menu from resources | rbuj | 3 | -26/+55 | |
2020-08-30 | multiload: do not count shared memory twice on Linux | rbuj | 1 | -6/+23 | |
Restore user memory value which was updated on libgtop 2.32, since the new value cannot be used to display multiple memory areas. https://github.com/GNOME/libgtop/commit/0580b2f | |||||
2020-08-29 | multiload: Remove legacy variable 'show_frame' | rbuj | 2 | -15/+4 | |
2020-08-29 | multiload: do not use a computed compound key for graph visibility | rbuj | 3 | -38/+35 | |
2020-08-28 | multiload: Do not get "diskload-nvme-diskstats" on GetDiskLoad | rbuj | 4 | -38/+19 | |
2020-08-28 | multiload: Remove dead function - GetPage | rbuj | 2 | -51/+0 | |
2020-08-28 | timerapplet: Use gtk_spin_button_get_value_as_int for int values | rbuj | 1 | -4/+4 | |
2020-08-11 | release 1.25.1v1.25.1 | raveit65 | 2 | -1/+55 | |
2020-08-11 | tx: sync with transifex | raveit65 | 258 | -57271/+52476 | |
2020-08-11 | tx: update resource | raveit65 | 1 | -438/+559 | |
2020-08-11 | accessx-status: add src and data folders | rbuj | 11 | -70/+77 | |
2020-08-11 | accessx-status: Simplify icons installation | rbuj | 148 | -194/+165 | |
2020-08-11 | geyes: Use common subdirs - src, icons, data | rbuj | 22 | -132/+124 | |
2020-08-11 | command: Use common subdirs - src, data | rbuj | 13 | -65/+94 | |
2020-08-11 | Remove -Wtype-limits warnings | rbuj | 2 | -4/+4 | |
2020-08-11 | netspeed: Simplify icons/Makefile.am | rbuj | 20 | -208/+26 | |
2020-08-11 | netspeed: Load netspeed-menu.xml from resources | rbuj | 4 | -12/+11 | |
2020-08-11 | netspeed: move ui files to data folder | rbuj | 6 | -17/+13 | |
2020-08-07 | battstat: Rewrite preference dialog from scratch | rbuj | 10 | -752/+809 | |
To manage the settings stored by GSettings. The preference dialog is a subclass of GtkDialog, and the ui file is a template. There is more info available in the "GTK+ Overview" chapter of "GTK+ 3 Reference Manual": "Building applications - A preference dialog" https://developer.gnome.org/gtk3/stable/ch01s04.html | |||||
2020-08-07 | battstat: invalidScanfArgType_int cppcheck warnings (/proc/apm) | rbuj | 2 | -7/+7 | |
2020-08-05 | cpufreq: Remove warning about unreachable code reported by scan-build | rbuj | 1 | -25/+24 | |
2020-08-03 | cpufreq: -1 indicates error obtaining max frequency | rbuj | 1 | -1/+1 | |
2020-08-03 | cpufreq: Update cpufreq-preferences.ui | rbuj | 2 | -141/+153 | |
2020-08-03 | cpufreq: remove builder_DATA, ui_DATA variables from EXTRA_DIST | rbuj | 1 | -2/+0 | |
2020-08-01 | cpufreq: avoid deprecated GtkAlignment | Alberts Muktupāvels | 1 | -14/+9 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/66e58e7 | |||||
2020-08-01 | cpufreq: create all needed widgets only once | Alberts Muktupāvels | 1 | -53/+49 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/8951c6f | |||||
2020-08-01 | cpufreq: fix code-style | raveit65 | 2 | -609/+619 | |
- tab to spaces - use 4 spaces at the beginning of a line | |||||
2020-08-01 | geyes: Load menu from resources | rbuj | 4 | -17/+15 | |
2020-07-30 | charpick: Load menu from resources | rbuj | 3 | -27/+52 | |
2020-07-30 | cpufreq: Load menu and ui file from resources | rbuj | 5 | -29/+48 | |
2020-07-29 | multiload: Use the id instead of the name to identify the graph type | rbuj | 6 | -160/+211 | |
2020-07-29 | multiload: Display the percentage used accurately on tooltip | rbuj | 3 | -48/+65 | |
2020-07-29 | accessx-status: Load menu from resources | rbuj | 3 | -10/+31 | |
2020-07-29 | battstat: Fix memory leak | rbuj | 1 | -0/+1 | |
2020-07-29 | battstat: Reduce the dynamically allocated memory | rbuj | 1 | -14/+11 | |
2020-07-29 | battstat: Free only dynamically allocated memory | rbuj | 1 | -1/+1 | |