summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-16release 1.14.1v1.14.11.14monsta2-1/+13
2016-08-16fix build with kernel-4.7leigh123linux1-0/+5
2016-08-15cpufreq: fix build warning when polkit is disabledmonsta1-0/+2
2016-08-15build: make --enable-suid option really workmonsta1-5/+5
2016-08-15build: make --enable-frequency-selector option actually workmonsta1-1/+1
2016-08-15configure.ac: fix help text for --enable-suid and fix some indentmonsta1-4/+4
2016-08-15accessx-status: fix possible crash when updating layoutmonsta1-1/+1
2016-08-15distcheck: explicitly use currently selected GTK+ versionraveit651-0/+3
2016-08-15po: drop languages not present on Transifexmonsta5-17175/+0
2016-08-15po: actually add a new language from Transifexmonsta1-0/+1
2016-08-01sync with transiflexraveit65111-22276/+21838
2016-06-08sync with Transiflexraveit6515-358/+3226
2016-05-12Use default routeAlejandro Perez1-1/+1
- update backend.c
2016-04-07 po: add missing languages to LINGUAS + fix sorting a bitv1.14.0monsta1-2/+7
2016-04-07release 1.14.0raveit652-1/+2
2016-04-07Fix Changelog generationraveit651-4/+3
2016-04-06sync with transiflexraveit651-4/+4
2016-04-06update NEWS and pack 1.13.x changes into single 1.14.0 entrymonsta1-16/+11
2016-04-01release 1.13.1raveit652-1/+10
2016-04-01one missing poland translationraveit651-0/+2852
2016-04-01sync with transiflexraveit65109-23998/+48802
2016-03-30GTK 3.20 cpufreq: fix themes clipping units labellukefromdc1-6/+1
Stop BlackMATE, possibly other themes from cutting off the end of the units label and get rid of an #1f block for GTK 3.19 at the same time. GTK 3.19 seemed to pad the end of this label a bit, not so with released GTK 3.20.
2016-03-22cpufreq: capitalize CPU in schema descriptionmonsta1-2/+2
2016-03-20Merge pull request #184 from City-busz/gpl-2Martin Wimpress2-22/+24
Re-license Command and Timer applets under GPL-2+
2016-03-20Re-license Command and Timer applets under GPL-2+Balló György2-22/+24
This makes the license of the project consistent. See: https://github.com/mate-desktop/mate-applets/issues/183
2016-03-07cpufreq GTK3: hardcode fewer labelslukefromdc1-22/+17
In gtk3, replacing "label" with "applet->label" makes the gtk_widget_get_preferred_width functions work for the frequency and unit labels without issue. Trim them a bit in gtk3.19 builds as they render 2px wider there for some reason. The exception is the percentage label. That one apparently always starts with "0%" entered-and it does NOT update it's width when larger character strings come up. Thus, a fixed figure of 20px still has to be added to that one. On the other hand, that will ensure the applet never jumps from percentage changes. Height of the whole applet is still limited somewhere to 24 px, still looking for that issue as it hurts the match to taller panels.
2016-03-03command: minor style correctionsmonsta1-3/+3
2016-02-19Sync with TransifexMartin Wimpress28-8044/+16638
2016-02-01weather: fix some typos and remove some dead codemonsta2-23/+6
2016-01-27release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+7
2016-01-27GTK3: fix previous GtkMisc deprecations fix commitWolfgang Ulbrich9-199/+191
2016-01-06cpufreq: remove unused argument "parent"lukefromdc3-26/+9
remove unused argument "parent" in cpufreq_selector_set_xxx_async functions
2016-01-04stickynotes: new icon names and paths + fix deprecationsmonsta11-93/+51
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=76982eb73ce1bd912cc19a55d3b6682b9da93687
2016-01-03gtk3: stop cpufreq-applet turning transparentlukefromdc1-3/+7
gtk3: stop cpufreq-applet turning transparent -prevent the cpufreq applet and panel area beneath from becoming transparent to the desktop when a menu item in the popup menu is clicked. Veriied to work on gtk3.19.5
2016-01-02drop null_applet which isn't even buildable these daysMonsta12-349/+1
2016-01-02stickynotes: drop MateConf migration scriptMonsta2-18/+0
2015-12-22accessx-status: remove useless includemonsta1-3/+0
2015-12-22multiload: remove useless includemonsta1-3/+0
2015-12-19GTK3 drivemount: don't use deprecated gtk_widget_get_requisitionWolfgang Ulbrich1-0/+4
2015-12-19Gtk3 trash applet: with gtk+-3.10 the number of screens is always 1Wolfgang Ulbrich1-0/+4
2015-12-19GTK3 timer applet: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+20
2015-12-19GTK3 drivemount: port GtkTable to GtkGridWolfgang Ulbrich2-0/+31
taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=41c210b
2015-12-19Gtk3 charpick: fix a build wrningWolfgang Ulbrich1-1/+1
added by https://github.com/mate-desktop/mate-applets/commit/cd971d3
2015-12-19GTK3: fix several deprecationsWolfgang Ulbrich1-0/+37
- deprecated gdk_app_launch_context_new - deprecated gtk_widget_{set/get}_state
2015-12-17GTK3: wheather: fix deprecated gtk_widget_size_request + GtkMiscWolfgang Ulbrich3-0/+136
2015-12-17GTK3 trash: don't use deprecated gdk_error_trap_pop + GtkMiscWolfgang Ulbrich2-0/+17
2015-12-17GTK3 stickynotes: several geprecated fixesWolfgang Ulbrich4-8/+41
- don't use deprecated GdkColor - don't use deprecated gtkcolorbutton - don't use deprecated gtk_icon_size_register taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=0e26a90 https://git.gnome.org/browse/gnome-applets/commit/?id=30805d8 https://git.gnome.org/browse/gnome-applets/commit/?id=15dbeb5
2015-12-17GTK3 multiload: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+28
2015-12-17GTK3 geyes: don't use deprecated GtkMiscWolfgang Ulbrich2-1/+46
2015-12-17GTK3 command: don't use deprecated GTKMiscWolfgang Ulbrich1-0/+15