Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-19 | tx: sync with transifex | raveit65 | 131 | -407/+1243 | |
2019-08-29 | Make cpufreq builds independent from kernel header version. | Mike Gabriel | 2 | -9/+16 | |
Ported from gnome-applets, see git diff e48b2d73~..5882df7f cpufreq/ configure.ac on the gnome-applets repository. Fixes mate-desktop/mate-applets#238. | |||||
2019-05-16 | cpufreq: support kernel 5.1.0 | raveit65 | 2 | -2/+17 | |
2019-04-22 | tx: sync with transifex | raveit65 | 130 | -20935/+19318 | |
2019-04-22 | Use g_list_free_full() convenience function | rbuj | 2 | -17/+5 | |
void g_list_free_full (GList *list, GDestroyNotify free_func); Convenience method, which frees all the memory used by a GList, and calls free_func on every element's data. https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full | |||||
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -5/+1 | |
The ENTITY is expanded in i18n process, and legal.xml file is never read. | |||||
2019-03-20 | assignment discards 'const' qualifier from pointer target type | rbuj | 1 | -1/+1 | |
2019-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -0/+7 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -5/+2 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 1 | -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 | |||||
2019-03-17 | tx: sync with transifex | rbuj | 131 | -690/+1413 | |
2019-02-25 | tx: sync with transifex | raveit65 | 11 | -31/+72 | |
2019-01-27 | tx: sync with transifex | raveit65 | 14 | -70/+947 | |
2018-11-17 | sync with transifex | raveit65 | 129 | -6656/+86556 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-03 | Use orderedlist to describe the steps to add the applet to a panel | rbuj | 1 | -7/+30 | |
2018-09-28 | Fix spelling and grammar mistakes | rbuj | 1 | -1/+1 | |
2018-07-12 | cpufreq: stop segfault with gtk3.23 | lukefromdc | 1 | -1/+10 | |
Also stop any other segfaults caused by failure of deprecated gtk_action_group_get_action to return the name of the active item. With GTK 3.23.0 cpufreq_popup_menu_set_active sends invalid name information for userspace governors | |||||
2018-07-10 | cpufreq: fix a -Wimplicit-function-declaration | raveit65 | 1 | -0/+4 | |
happens if build with -lcpupower and kernel 4.7+ ``` cpufreq-monitor-libcpufreq.c: In function 'cpufreq_monitor_libcpufreq_run': cpufreq-monitor-libcpufreq.c:117:7: warning: implicit declaration of function 'cpupower_is_cpu_online' [-Wimplicit-function-declaration] if (cpupower_is_cpu_online (cpu)) { ^~~~~~~~~~~~~~~~~~~~~~ ``` | |||||
2018-07-08 | cpu-freq: replace deprecated gtk_menu_popup | raveit65 | 1 | -52/+5 | |
2018-06-11 | Cpufreq: Force the frequency label to render if frequencies are not found ↵ | lukefromdc | 1 | -1/+7 | |
right away Use a default "---" label until frequency values are found | |||||
2018-06-11 | Cpufreq: Refactor to remove more GTK2 leftovers | lukefromdc | 1 | -112/+10 | |
2018-06-11 | Cpufreq: ensure frequency label always shows up if freq selected | lukefromdc | 1 | -44/+7 | |
Remove old code left over from GTK2 that never worked properly in GTK 3 | |||||
2018-05-12 | Convert applet icons from pixbuf to surfaces | Victor Kareh | 1 | -8/+16 | |
This improves support for HiDPI by loading properly scaled surfaces for applets. | |||||
2018-03-21 | Fix cpufreq applet spacing on HiDPI displays | Victor Kareh | 1 | -1/+3 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -3/+3 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -14/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-05 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -7/+3 | |
This commit reverts: https://github.com/mate-desktop/mate-applets/commit/d809e57c7b09f545f1cf847f514fa738d44ac2b3 https://github.com/mate-desktop/mate-applets/commit/2f5515815c1f6c9b66f85d6ec228aad7aea0b441 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height | |||||
2017-11-09 | Cpufreq: fix a build warning | lukefromdc | 1 | -1/+1 | |
2017-11-09 | Cpufreq: stop jumping numbers moving units label | lukefromdc | 1 | -29/+38 | |
*Force the frequency label to hold the largest size it ever takes *Reset label size with any change of theme or font to avoid truncation *Clean up a nasty mix of spaced and tabs in cpufreq_applet_refresh | |||||
2017-10-05 | update copyright year in other applets | monsta | 1 | -1/+1 | |
2017-09-22 | cpufreq: fix calculating max width of frequency/unit/percent labels | monsta | 1 | -23/+22 | |
fixes https://github.com/mate-desktop/mate-applets/issues/268 | |||||
2017-09-19 | cpufreq: refresh applet size on style change (e.g. font size) | monsta | 1 | -0/+16 | |
2017-09-05 | cpufreq: fix random invisibility of the applet | monsta | 1 | -2/+2 | |
2017-08-09 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -3/+8 | |
2017-08-05 | cpufreq: don't use deprecated gtk_show_uri | raveit65 | 2 | -6/+16 | |
2017-07-24 | cpufreq-prefs: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 | |
2017-04-02 | cpufreq:set frequency on all cores | lukefromdc | 1 | -23/+41 | |
Still can be set to monitor any given core's speed but sets governor or userspace speed on all cores together | |||||
2017-01-14 | 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. | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -103/+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-11-22 | fix some indent and a couple of typos | monsta | 1 | -1/+1 | |
2016-08-31 | cpu-freq: avoid deprecated polkit_authority_get | raveit65 | 1 | -1/+1 | |
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-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-07-31 | cpufreq: use GtkAbout and update copyright | raveit65 | 1 | -3/+6 | |
2016-06-09 | fix build with kernel-4.7 | leigh123linux | 1 | -1/+8 | |
2016-03-30 | GTK 3.20 cpufreq: fix themes clipping units label | lukefromdc | 1 | -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-22 | cpufreq: capitalize CPU in schema description | monsta | 1 | -2/+2 | |