Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-29 | CpuFreq: fix warning from GTK_ORIENTABLE | lukefromdc | 1 | -3/+1 | |
gtk_orientable_get_orientation now throws warnings so remove it. It does not appear to work anyway. Applet tested in a vertical (left side) panel as well as a horizontal one, as long as the vertical panel is wide enough to accept the applet it works and puts the frequency and units on two levels. Puts them on one level in a horizontal panel. | |||||
2017-01-29 | Trash: fix size allocation warning | lukefromdc | 1 | -2/+3 | |
This code was copied from button-widget.c, which did not throw allocation warnings. Only real difference was position of the "size_allocate" function. Moving it stopped the warnings on restarting mate-panel | |||||
2017-01-29 | mateweather: fix temperature label placement with GTK+3 | monsta | 1 | -0/+2 | |
ported from: https://git.gnome.org/browse/gnome-applets/commit/?id=ee226b4e01cd36b528521b012046dd599e89cfbd | |||||
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-19 | update NEWS for 1.16 | monsta | 1 | -51/+16 | |
2016-09-19 | sync with Transifex | monsta | 3 | -276/+278 | |
2016-09-01 | release 1.15.2v1.15.2 | raveit65 | 1 | -0/+23 | |
2016-09-01 | sync with transiflex | raveit65 | 5 | -24/+25 | |
2016-08-31 | cpu-freq: avoid deprecated polkit_authority_get | raveit65 | 2 | -2/+2 | |
And bump polkit requirement. polkit_authority_get is deprecated since polkit-0.97 from 2010. So the requirement bump should be save for all distros. | |||||
2016-08-31 | GTK+-3 battstat: port GtkTable to GtkGrid | raveit65 | 2 | -0/+89 | |
2016-08-31 | GTK+-3 weather-dialog: port to GtkGrid | raveit65 | 1 | -0/+117 | |
2016-08-31 | GTK+-3 mateweather port to GtkGrid | raveit65 | 1 | -0/+27 | |
2016-08-31 | GTK+-3 netspeed: port GtkTable to GtkGrid | raveit65 | 1 | -0/+42 | |
2016-08-31 | GTK+-3.20 geyes: port to GtkSeat | raveit65 | 1 | -0/+14 | |
2016-08-31 | GTK+-3 timerapplet: port to GtkGrid | raveit65 | 1 | -0/+52 | |
2016-08-31 | GTK+-3 command: port to GtkGrid | raveit65 | 1 | -0/+36 | |
2016-08-31 | GTK+-3 multiload: port to GtkColorChooser and GdkRGBA | raveit65 | 3 | -3/+61 | |
2016-08-31 | sticky-notes: drop duplicate code | raveit65 | 1 | -34/+1 | |
2016-08-16 | cpufreq: remove useless #include | monsta | 1 | -3/+0 | |
there's implicit declaration warning with or without it, see https://bugzilla.kernel.org/show_bug.cgi?id=153161 | |||||
2016-08-15 | cpufreq: fix build warning when polkit is disabled | monsta | 1 | -0/+2 | |
2016-08-15 | build: make --enable-suid option really work | monsta | 1 | -5/+5 | |
2016-08-15 | build: make --enable-frequency-selector option actually work | monsta | 1 | -1/+1 | |
2016-08-15 | configure.ac: fix help text for --enable-suid and fix some indent | monsta | 1 | -4/+4 | |
2016-08-14 | geyes: fix modeline | monsta | 1 | -1/+1 | |
this is not C++ | |||||
2016-08-14 | invest-applet: update copyright | monsta | 1 | -1/+1 | |
2016-08-13 | accessx-status: remove duplicated code | monsta | 1 | -1/+0 | |
2016-08-13 | accessx-status: fix possible crash when updating layout | monsta | 1 | -1/+1 | |
2016-08-05 | GTK+-3 multiload: avoid deprecated gdk_app_launch_context_new () | raveit65 | 1 | -0/+13 | |
2016-08-05 | GTK+-3 weather-dialog: avoid deprecated gtk_widget_modify_font () | raveit65 | 1 | -0/+4 | |
2016-08-05 | GTK+-3.0 weather-dialog: avoid deprecated ↵ | raveit65 | 1 | -0/+4 | |
gtk_scrolled_window_add_with_viewport () | |||||
2016-08-02 | pre-bump version | raveit65 | 2 | -1/+5 | |
2016-08-01 | release 1.15.1v1.15.1 | raveit65 | 1 | -0/+20 | |
2016-08-01 | sync with transiflex | raveit65 | 111 | -22276/+21838 | |
2016-08-01 | drop dependency to libmate-desktop | raveit65 | 1 | -6/+0 | |
2016-08-01 | GTK+-3 netspeed: write valid rgb color values to gsettings | raveit65 | 1 | -13/+28 | |
Previous commit writes garbage to gsettings, in result no graphs are displayed with a new start of the applet. Now we have rgb values in gsettings values. | |||||
2016-07-31 | GTK+-3 netspeed: port to GtkColorChooser and GdkRGBA | raveit65 | 1 | -1/+48 | |
2016-07-31 | netspeed: use GtkColorButton instead of MateColorButton | raveit65 | 1 | -9/+8 | |
this reverts http://git.mate-desktop.org/mate-netspeed/commit/?id=38d56de Using GtkColorButton or GtkColorChooser does the same job and we drop the dependecy to libmate-desktop | |||||
2016-07-31 | mateweather: use GtkAbout and update copyright | raveit65 | 1 | -4/+6 | |
2016-07-31 | trash-applet: use GtkAbout and update copyright | raveit65 | 1 | -4/+8 | |
2016-07-31 | timerapplet: use GtkAbout and update copyright | raveit65 | 1 | -3/+6 | |
2016-07-31 | stickynotes: use GtkAbout and update copyright | raveit65 | 1 | -4/+7 | |
2016-07-31 | netspeed: use GtkAbout and update copyright | raveit65 | 1 | -3/+7 | |
2016-07-31 | multiload: use GtkAbout and update copyright | raveit65 | 1 | -4/+6 | |
2016-07-31 | geyes: use GtkAbout and update copyright | raveit65 | 1 | -13/+16 | |
2016-07-31 | drivemount: use GTkAbout and update copyright | raveit65 | 1 | -3/+6 | |
2016-07-31 | cpufreq: use GtkAbout and update copyright | raveit65 | 1 | -3/+6 | |
2016-07-31 | command: drop MateAbout and update copyright | raveit65 | 1 | -3/+6 | |
2016-07-31 | charpick: drop MateAbout and update copyright | raveit65 | 1 | -4/+6 | |
2016-07-31 | battstat: drop MateAbout usage and update copyright | raveit65 | 1 | -6/+7 | |
2016-07-31 | accessx-status: use GtkAbout and update copyright | raveit65 | 1 | -3/+6 | |