summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-11-16travis CI: use rolling tag for ubuntu docker imageraveit651-1/+1
2020-11-16Remove USE_MATE2_MACROS from autogen.sh (legacy)rbuj1-2/+1
2020-10-27charpick: improve code-styleraveit653-1095/+1133
- tab to spaces - fix indents - shorten lines
2020-09-05timerapplet: Use common subdirs - src, datarbuj11-76/+88
2020-09-03battstat: improve code-styleraveit658-1535/+1580
- tab to spaces - fix indents - add a space before brackets
2020-09-03mateweather: Warn about accessing an undefined property of objectrbuj2-10/+24
2020-08-31accessx-status: improve code-styleraveit652-1213/+1528
- tab to spaces - fix indents - shorten lines
2020-08-30multiload: improve code-styleraveit657-1229/+1233
- tab to spaces - fix some indents
2020-08-30accessx-status: array subscript 128 is above array boundsrbuj1-43/+29
2020-08-30drivemount: Load menu from resourcesrbuj3-26/+55
2020-08-30multiload: do not count shared memory twice on Linuxrbuj1-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-29multiload: Remove legacy variable 'show_frame'rbuj2-15/+4
2020-08-29multiload: do not use a computed compound key for graph visibilityrbuj3-38/+35
2020-08-28multiload: Do not get "diskload-nvme-diskstats" on GetDiskLoadrbuj4-38/+19
2020-08-28multiload: Remove dead function - GetPagerbuj2-51/+0
2020-08-28timerapplet: Use gtk_spin_button_get_value_as_int for int valuesrbuj1-4/+4
2020-08-11release 1.25.1v1.25.1raveit652-1/+55
2020-08-11tx: sync with transifexraveit65258-57271/+52476
2020-08-11tx: update resourceraveit651-438/+559
2020-08-11accessx-status: add src and data foldersrbuj11-70/+77
2020-08-11accessx-status: Simplify icons installationrbuj148-194/+165
2020-08-11geyes: Use common subdirs - src, icons, datarbuj22-132/+124
2020-08-11command: Use common subdirs - src, datarbuj13-65/+94
2020-08-11Remove -Wtype-limits warningsrbuj2-4/+4
2020-08-11netspeed: Simplify icons/Makefile.amrbuj20-208/+26
2020-08-11netspeed: Load netspeed-menu.xml from resourcesrbuj4-12/+11
2020-08-11netspeed: move ui files to data folderrbuj6-17/+13
2020-08-07battstat: Rewrite preference dialog from scratchrbuj10-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-07battstat: invalidScanfArgType_int cppcheck warnings (/proc/apm)rbuj2-7/+7
2020-08-05cpufreq: Remove warning about unreachable code reported by scan-buildrbuj1-25/+24
2020-08-03cpufreq: -1 indicates error obtaining max frequencyrbuj1-1/+1
2020-08-03cpufreq: Update cpufreq-preferences.uirbuj2-141/+153
2020-08-03cpufreq: remove builder_DATA, ui_DATA variables from EXTRA_DISTrbuj1-2/+0
2020-08-01cpufreq: avoid deprecated GtkAlignmentAlberts Muktupāvels1-14/+9
origin commit: https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/66e58e7
2020-08-01cpufreq: create all needed widgets only onceAlberts Muktupāvels1-53/+49
origin commit: https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/8951c6f
2020-08-01 cpufreq: fix code-styleraveit652-609/+619
- tab to spaces - use 4 spaces at the beginning of a line
2020-08-01geyes: Load menu from resourcesrbuj4-17/+15
2020-07-30charpick: Load menu from resourcesrbuj3-27/+52
2020-07-30cpufreq: Load menu and ui file from resourcesrbuj5-29/+48
2020-07-29multiload: Use the id instead of the name to identify the graph typerbuj6-160/+211
2020-07-29multiload: Display the percentage used accurately on tooltiprbuj3-48/+65
2020-07-29accessx-status: Load menu from resourcesrbuj3-10/+31
2020-07-29battstat: Fix memory leakrbuj1-0/+1
2020-07-29battstat: Reduce the dynamically allocated memoryrbuj1-14/+11
2020-07-29battstat: Free only dynamically allocated memoryrbuj1-1/+1
2020-07-29netspeed: remove warning about g_object_disconnect on remove it from panelrbuj1-133/+143
2020-07-29Netspeed kernel warning (#510)Robert Antoni Buj Gelonch2-7/+5
* netspeed: Fix attribute type 6 has an invalid length warning - and fix a typo
2020-07-29netspeed: Add netspeed-details.uirbuj7-608/+1257
2020-07-28netspeed: fix memory leaks on backendrbuj3-194/+182
2020-07-28charpick: Fix memory leak reported by clang static analyzerrbuj1-2/+3