Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-21 | battstat: Use libtool to build libapm | Colomban Wendling | 2 | -3/+3 | |
Apparently there is a build failure on some hosts because the build library didn't have the proper PIC settings, see #651. Using libtool fixes it as it is able to build true shared objects. | |||||
2022-11-09 | tx: sync with transifex | mbkma | 28 | -166/+238 | |
2022-08-08 | Use dashes instead of underscores in signal names | rbuj | 1 | -2/+2 | |
2022-03-23 | battstat: present is bistate, charging and acline_status are tristate | rbuj | 2 | -16/+22 | |
2022-03-23 | battstat/battstat-upower.h: missing error_dialog | rbuj | 1 | -0/+1 | |
2022-03-23 | battstat/power-management.c: use gboolean for pm_initialised, using_upower | rbuj | 2 | -10/+10 | |
2022-03-23 | battstat: implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 1 | -2/+2 | |
2022-03-22 | Fix some -Wfloat-conversion warnings | rbuj | 2 | -5/+9 | |
2021-11-21 | Remove whitespaces before #ifdef, and #endif | rbuj | 1 | -8/+8 | |
2021-11-21 | Use a blank line at most | rbuj | 5 | -14/+0 | |
2021-08-07 | tx: sync with transifex | raveit65 | 106 | -443/+868 | |
2021-01-28 | Remove unnecessary casts on g_signal_connect calls | rbuj | 3 | -18/+13 | |
2021-01-16 | Update copyright to 2021 | rbuj | 2 | -2/+2 | |
2021-01-07 | Don't leave any round bracket at line end | rbuj | 1 | -16/+16 | |
2021-01-07 | tx: sync with transifex | raveit65 | 2 | -6/+15 | |
2020-12-17 | battstat: whitespace is missing | rbuj | 1 | -2/+2 | |
2020-12-13 | tx:sync with transifex | raveit65 | 14 | -60/+304 | |
2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -5/+1 | |
2020-11-28 | tx: fix build warning caused by Brasilian translations | raveit65 | 1 | -4/+4 | |
2020-09-03 | battstat: improve code-style | raveit65 | 8 | -1535/+1580 | |
- tab to spaces - fix indents - add a space before brackets | |||||
2020-08-11 | tx: sync with transifex | raveit65 | 12 | -48/+100 | |
2020-08-11 | Remove -Wtype-limits warnings | rbuj | 1 | -3/+3 | |
2020-08-07 | battstat: Rewrite preference dialog from scratch | rbuj | 9 | -750/+807 | |
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-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 | |
2020-07-17 | battstat: warning about boolean algebra reported by cppcheck | rbuj | 1 | -1/+1 | |
2020-07-15 | Remove unused variable warning reported by cppcheck | rbuj | 2 | -6/+5 | |
2020-07-14 | battstat: bump upower required version and drop legacy code | raveit65 | 1 | -16/+0 | |
2020-07-14 | batstatt: fix deprecated up_client_get_devices | raveit65 | 1 | -2/+2 | |
The previous code would have leaked all the UpDevice objects because no free function was set on the returned GPtrArray. With depending on upower-glib 0.99.8 get_devices() was deprecated and get_devices2() was introduced, we can simply switch to get_devices2() which does set a free function on the returned GPtrArray, stopping the leak. | |||||
2020-07-13 | Guard block is missing | rbuj | 1 | -0/+5 | |
2020-06-25 | sync with transifex | raveit65 | 106 | -403/+603 | |
2020-05-21 | build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS | rbuj | 1 | -2/+0 | |
2020-04-16 | Remove unused-variable warnings | rbuj | 1 | -15/+6 | |
2020-04-08 | build: Use WARN_CFLAGS variable | rbuj | 1 | -3/+4 | |
2020-03-02 | tx: pull with fixed translations of pt and pt_BR | raveit65 | 1 | -16/+134 | |
2020-02-10 | tx: sync with transifex | raveit65 | 1 | -4/+4 | |
2020-01-21 | tx: sync with transifex | raveit65 | 105 | -521/+960 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 5 | -23/+25 | |
2019-12-04 | avoid redundant redeclarations | Pablo Barciela | 1 | -3/+0 | |
2019-06-16 | Update FSF address | Laurent Napias | 10 | -11/+11 | |
2019-06-16 | tx: sync with transifex | raveit65 | 105 | -18465/+17928 | |
2019-04-14 | Fix use-after-free clang warning | rbuj | 1 | -2/+2 | |
battstat_applet.c:755:3: warning: Use of memory after it is freed static_global_teardown (battstat); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stickynotes.c:674:24: warning: Use of memory after it is freed stickynotes->notes = g_list_remove(stickynotes->notes, note); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -5/+1 | |
The ENTITY is expanded in i18n process, and legal.xml file is never read. | |||||
2019-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -0/+7 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -6/+3 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html |