summaryrefslogtreecommitdiff
path: root/timerapplet
AgeCommit message (Collapse)AuthorFilesLines
2019-08-29 timerapplet.c: remove reductant conditionPavel Shlyak1-1/+1
2019-03-20Make translatable copyright info in about dialogrbuj1-5/+2
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
2018-12-08Support git.mk to generate .gitignoreWu Xiaotian1-0/+2
2018-08-24timerapplet: Allow reseting timer when inactiveVictor Kareh1-3/+38
Also add click interaction with the panel applet.
2018-02-09avoid deprecated GtkStockPablo Barciela1-7/+7
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-16/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05update copyright year in other appletsmonsta1-1/+1
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-77/+1
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 timerapplet: port to GtkGridraveit651-0/+52
2016-07-31timerapplet: use GtkAbout and update copyrightraveit651-3/+6
2016-03-20Re-license Command and Timer applets under GPL-2+Balló György1-11/+12
This makes the license of the project consistent. See: https://github.com/mate-desktop/mate-applets/issues/183
2016-01-27GTK3: fix previous GtkMisc deprecations fix commitWolfgang Ulbrich1-12/+12
2015-12-19GTK3 timer applet: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+20
2015-12-17timer: simplify some codemonsta1-6/+6
2015-12-17timer: fix build warningmonsta1-1/+1
2015-09-06Rework gsettings schema buildinginfirit2-10/+8
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-08-04timerapplet: Fix typo in mate_panel_applet_set_background_widgetinfirit1-1/+1
fixes #157
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-0/+4
2014-10-01timerapplet: Show the name of the timer together with iconStefano Karapetsas1-4/+15
Closes https://github.com/mate-desktop/mate-applets/issues/98
2014-09-22timerapplet: Add border in settings dialogStefano Karapetsas1-0/+1
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas2-2/+4
2014-02-19timer-applet: Fix applet iconinfirit1-1/+1
2014-02-19timer-applet: Use icon that is available in default thememate-applets-1.7.90infirit2-2/+2
2014-02-10Fix makefilesmate-applets-1.7.1Stefano Karapetsas1-1/+2
2014-02-08timerapplet: Add GTK3 supportStefano Karapetsas1-1/+1
2014-01-29timerapplet: Translate context menuStefano Karapetsas1-0/+1
2014-01-29Add new timerapplet in cStefano Karapetsas5-0/+525
To replace old timer-applet written in pygtk and not working in 1.6 See https://github.com/mate-desktop/mate-applets/issues/45