summaryrefslogtreecommitdiff
path: root/cpufreq
AgeCommit message (Collapse)AuthorFilesLines
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-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-09-06Rework gsettings schema buildinginfirit2-6/+3
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-07-15Help cpufreq: fix legal pageraveit651-9/+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/+9
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page
2015-07-08fixed almost all merge conflicts in help translationsMonsta2-2/+2
2015-06-25remove non-existing mate-feedback linkraveit651-9/+0
2015-06-23help: fix broken help imagesraveit654-0/+0
2014-12-30cpufreq, README: removed more obsolete stuffMonsta1-2/+0
2014-11-26cpufreq: Bring gsettings code in line with gnome-panelinfirit1-37/+8
Taken from 6d61304f8ee62eb2776725b8424140a332f651cf
2014-11-26cpufreq: Add missing #include <config.h> to make translations workinfirit1-0/+4
2014-11-26GDK_KEY_* is also in Gtk+2infirit1-9/+6
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-1/+6
2014-11-26avoid dereferencing NULL pointerMonsta1-4/+5
Closes https://github.com/mate-desktop/mate-applets/pull/114
2014-11-26zero-init signals arraymonsta1-2/+2
Closes https://github.com/mate-desktop/mate-applets/pull/108
2014-11-25cpufreq: Fix 'allow' directives must always specify a 'send_destination'infirit1-2/+2
Closes #46
2014-06-25Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0Stefano Karapetsas2-2/+2
And also rename binaries without "-2" suffix
2014-06-02Replace GtkObject with GObject also for gtk2infirit1-20/+0
2014-06-02Remove deprecated call to g_type_initinfirit1-2/+0
2014-05-03Use MateAboutDialog from libmate-desktopStefano Karapetsas2-1/+4
2014-04-30Update vendor_url in policy fileinfirit1-1/+1
2014-02-08Fix help uri for appletsinfirit2-2/+2
2014-02-05Remove all calls gtk_dialog_set_has_separatorinfirit1-1/+0
Also remove the has_separator from the ui files.
2014-01-20cpufreq: Add GTK3 supportStefano Karapetsas1-2/+89
https://git.gnome.org/browse/gnome-applets/commit/cpufreq?id=6fd55674cdb0154d26c6d9a78001818cfe44fc58
2013-10-19Fix EXTRA_DIST for applet gschemasinfirit1-1/+1
The following fails to include the needed schemas files: $(gsettings_SCHEMAS_in_in) replacing it with: $(gsettings_SCHEMAS).in.in
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit24-86/+85
2013-06-02fix some make files for automake-1.13raveit2-3/+3
2013-04-04cpufreq: Fix GSettings initStefano Karapetsas1-1/+1
2013-02-23Rename cpufreq applet not to file conflict with GNOMEElan Ruusamäe3-5/+5
2012-11-24cpufreq: migrate to gsettingsStefano Karapetsas8-177/+71
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch35-35/+35
2012-04-20Fixes https://github.com/mate-desktop/mate-desktop/issues/10Steve Zesch1-1/+1
2011-11-17fixing omf cpufreqPerberos3-1/+1
2011-11-15renaming cpufreq-selector to mate-cpufreq-selectorPerberos1-6/+6
2011-11-15fixing file conflicts with cpufreq appletPerberos2-41/+41
2011-11-14initialPerberos113-0/+18891