summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2015-12-17GTK3 charpick: fix deprecated usage of GtkMisk and GtkArrowWolfgang Ulbrich2-1/+22
2015-12-17charpick: GSList type is wrong here, GList should be usedmonsta1-2/+2
2015-12-17timer: simplify some codemonsta1-6/+6
2015-12-17timer: fix build warningmonsta1-1/+1
2015-12-17command: fix build warningsmonsta1-9/+9
2015-12-17netspeed: remove duplicate #define's - leftovers from original repomonsta1-4/+0
2015-12-17netspeed: fix distcheckWolfgang Ulbrich2-1/+23
2015-12-16pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+4
2015-12-14merge netspeed applet from mate-netspeed repomonsta75-1/+7001
2015-12-14 stickynotes: correctly apply chosen font type in GTK+3 build György Balló1-1/+18
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=75836cbd9198b0ceb55498147932da957d158563
2015-12-11stickynotes: use '-' instead of '_' in the name of applet's binaryMonsta3-4/+4
2015-12-11stickynotes: remove local TODO, it's outdatedmonsta1-12/+0
2015-12-11accessx-status: remove local COPYING file, no need for itmonsta1-482/+0
2015-12-11stickynotes: remove wrong MATE version from local READMEmonsta1-1/+1
2015-12-10make .mate-panel-applet files for command and timer really translatablemonsta1-1/+2
2015-12-07stickynotes: correctly apply chosen bg color in GTK+3 buildMonsta1-17/+32
current implementation sets the same color for all note parts, which is not right (compared to GTK+2 build), but it's better than nothing. adapted from https://git.gnome.org/browse/gnome-applets/commit?id=a1f4ed5e126ef9f1b4d90c0fe62adcfbeb14dac3
2015-12-07stickynotes: correctly apply chosen font color in GTK+3 buildMonsta1-6/+11
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=107534eb0cc2ebb45622295b7e9a1a0280e32e0e
2015-12-07stickynotes: remove uneeded functionAlberts Muktupāvels3-12/+0
2015-12-02Bump version to 1.12.1Monsta2-1/+7
2015-11-18drivemount: Don't remove background György Balló1-1/+0
This fixes the invisible text for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
2015-11-06Sync translations from transifex (for real this time... tx pull -a ↵Clement Lefebvre102-58491/+62040
--minimum-perc=1 -f)
2015-11-06Sync translations with transifexClement Lefebvre9-5076/+5627
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre2-0/+5109
2015-11-02fix typo in commentMonsta1-1/+1
don't do that to poor widow, she had enough already
2015-10-30update NEWS for 1.12monsta1-1/+4
2015-10-16GTK3 cpufreq:fix bottom panel render & 0px labelslukefromdc1-2/+20
fix bottom panel rendering of popup menu in gtk3 builds, fix zero-width frequency/percentage labels in gtk3 builds.
2015-10-16GTK3 cpufreq: support custom panel themeslukefromdc1-1/+14
support custom panel themes in gtk3 builds. Include robust support for transparent themes in cases where gtk3 has issues properly detecting a compositing window manager, e.g compiz.
2015-10-16GTK3 charpick: support custom panel themeslukefromdc1-0/+14
support custom panel themes in gtk3 builds, include robust support for transparent themes even when gtk3 has issues properly detecting a compositing window manager e.g. compiz.
2015-10-16GTK3 drivemount: support custom panel themeslukefromdc1-0/+15
support custom panel themes in gtk3 builds. Includes robust support for transparent themes even when gtk3 has issues properly detecting a compositing window manager e.g. compiz.
2015-10-15GTK cpufreq: fix label position on horizontal panelsraveit651-0/+18
The issue was caused by using deprecated widgets and defines for orientation with GTK3. #define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y) #define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y) Deprecated gtk_[h/v]box_new don't use them.
2015-10-07Add NEWS for 1.11.0mate-applets-1.11.0monsta1-0/+7
2015-10-06pre-bump version to 1.11.0raveit652-1/+4
2015-10-01Merge pull request #160 from raveit65/masterMartin Wimpress1-4/+0
drop dpendency to mate-icon-theme
2015-10-01drop dpendency to mate-icon-themeraveit651-4/+0
The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme.
2015-09-06Make cpupower the defaultinfirit1-1/+1
2015-09-06Rework gsettings schema buildinginfirit22-219/+210
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-08-31accessx-status: have applet background automatically paintedMonsta1-43/+0