summaryrefslogtreecommitdiff
path: root/battstat
AgeCommit message (Collapse)AuthorFilesLines
2019-06-16Update FSF addressLaurent Napias10-11/+11
2019-06-16tx: sync with transifexraveit65105-18465/+17928
2019-04-14Fix use-after-free clang warningrbuj1-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-23help: update copyrightraveit651-1/+1
2019-03-20Help: Use XInclude instead of ENTITY for legal.xmlrbuj1-5/+1
The ENTITY is expanded in i18n process, and legal.xml file is never read.
2019-03-20Make translatable documenters in about dialogrbuj1-0/+7
2019-03-20Make translatable copyright info in about dialogrbuj1-6/+3
2019-03-20Ensure proper translation of the about dialog titlerbuj1-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
2019-03-17tx: sync with transifexrbuj9-29/+45
2019-02-25tx: sync with transifexraveit6510-26/+34
2019-01-27tx: sync with transifexraveit6514-94/+275
2018-11-17sync with transifexraveit65117-7852/+89567
2018-10-06Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-03Use orderedlist to describe the steps to add the applet to a panelrbuj1-6/+29
2018-10-03Manual: Fix Add to Panel dialog titlerbuj1-1/+1
2018-10-02Manual: OK -> Add (Add to Panel dialog)rbuj1-1/+1
2018-10-02Add/Update Catalan screenshotsrbuj3-0/+0
2018-09-28Fix spelling and grammar mistakesrbuj1-1/+1
2018-05-12battstat: Load theme icons instead of pixmapsVictor Kareh7-1331/+63
Also remove the outdated option for expanded view.
2018-05-12Convert applet icons from pixbuf to surfacesVictor Kareh1-0/+1
This improves support for HiDPI by loading properly scaled surfaces for applets.
2018-02-09avoid deprecated GtkStockPablo Barciela1-5/+5
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-29Fix build warnings: ignoring return value of ‘fgets’,Pablo Barciela1-8/+26
declared with attribute warn_unused_result
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-08-05battstat: don't use deprecated gtk_show_uriraveit651-0/+4
2017-03-23Possible fix for https://github.com/mate-desktop/mate-applets/issues/225 fix ↵Scott Balneaves1-0/+5
GError memory leak
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta3-108/+4
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-08-31GTK+-3 battstat: port GtkTable to GtkGridraveit652-0/+89
2016-07-31battstat: drop MateAbout usage and update copyrightraveit651-6/+7
2016-06-03fix some minor build warningsmonsta1-4/+4
2015-09-06Rework gsettings schema buildinginfirit3-55/+53
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-08-08battstat: remove leftover (not used after migration to cairo)Monsta1-5/+0
2015-07-13help battstat applet: fix legal pageraveit651-12/+31
2015-07-08help: use valid links to mate feedback pageraveit651-1/+1
Help: forgotten fix
2015-07-08Revert "remove non-existing mate-feedback link"raveit651-0/+8
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page
2015-06-25remove non-existing mate-feedback linkraveit651-8/+0
2015-06-23help: fix broken help imagesraveit654-0/+0
2015-06-23batstatt help: adajust wrong mailing-list linkraveit651-1/+1
2015-03-22battstat applet: fix NetBSD APM supportOBATA Akio1-0/+8
2014-12-30battstat applet: remove HAL supportMonsta7-707/+7
2014-11-26Gtk3: don't use deprecated gtk_widget_size_requestinfirit1-0/+4
Taken from gnome-panel commit: c05c6b07ec493d174062a06caf185d324fd6e0c4 From: Alberts Muktupāvels <[email protected]>
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit2-0/+9
2014-11-26batstat: sync upower code with gnome-applets.infirit1-4/+21
Largely taken from: gnome-applets commit: 95ff3ab8dfb5f595263dce6857b7d5935042e336 From: Dmitry Shachnev <[email protected]>
2014-11-26docs: Fix typoinfirit1-1/+1
2014-11-26battstat: add missing function declarationinfirit1-0/+1
Based on gnome-applets commit: 5d6f1a6d3888bd4d4f4ea6288d99a79c1dd63442 From" Alberts Muktupāvels <[email protected]>
2014-11-26battstat: Suggest parenthesis around assignment used as truth valueinfirit1-1/+1
Based on gnome-applets commit: 3d51417f06ac5e4177e22ff970d7906e2802ff48 From: Benjamin Otte <[email protected]>
2014-11-26batstat: Use cairo for drawing also in Gtk2.infirit1-209/+0
2014-11-26avoid dereferencing NULL pointerMonsta3-4/+10
Closes https://github.com/mate-desktop/mate-applets/pull/114
2014-06-25Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0Stefano Karapetsas3-6/+6
And also rename binaries without "-2" suffix