summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2019-09-23build: Don't stop building when cpufreq.h isn't availableraveit651-3/+0
2019-09-19update to 1.22.2v1.22.2raveit651-1/+1
2019-08-29Make cpufreq builds independent from kernel header version.Mike Gabriel1-27/+45
Ported from gnome-applets, see git diff e48b2d73~..5882df7f cpufreq/ configure.ac on the gnome-applets repository. Fixes mate-desktop/mate-applets#238.
2019-04-22release 1.22.1v1.22.1raveit651-1/+1
2019-02-25release 1.22.0v1.22.0raveit651-1/+1
2018-12-08Silent output when building.Wu Xiaotian1-0/+1
2018-11-17release 1.21.1v1.21.1raveit651-1/+1
2018-06-10pre-bump versionraveit651-1/+1
2018-05-12accessx: Convert icons from pixbuf to cairo surfacesVictor Kareh1-0/+4
This improves support for HiDPI displays. It also fixes some deprecation warnings, adds auto-resizing, and updates the main applet icon.
2018-05-12netspeed: Use theme icons instead of embeddedVictor Kareh1-0/+4
This removes old icons included with the applet and instead uses icons from the current theme. Known issues: * Loopback interface does not have an icon, instead we use a "reload" icon to simulate it. * PLIP/SLIP interfaces do not have proper icons, I managed to find an old PLIP icon in the hicolor theme and re-purposed it. * Since not all icons have the same levels of scaling, I'm capping the size at 48px to keep all interfaces consistent. * There are no icons for Wireless Quality, so I retained the existing ones for now.
2018-02-04release 1.20v1.20.0raveit651-1/+1
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-3/+3
2018-02-01configure.ac: fix version in commentmonsta1-1/+1
2018-01-25Revert "bump libmateweather requirement to 1.19.1"raveit651-1/+1
This reverts commit 8111ccc52917dd0de924920b333a37240674dd9b. t needed any more as previous commits revert the reason for it.
2018-01-16release 1.19.4v1.19.4raveit651-1/+1
2018-01-14drop broken invest-applet and all Python dependenciesmonsta1-20/+0
closes https://github.com/mate-desktop/mate-applets/issues/297
2017-12-27release 1.19.3v1.19.3raveit651-1/+1
2017-11-27build: when gtksourceview isn't found, show this package namemonsta1-1/+1
closes https://github.com/mate-desktop/mate-applets/issues/270
2017-09-27release 1.19.2v1.19.2raveit651-1/+1
2017-09-08GSettings for checkmark color shown for mounted volumes.marosg1-0/+1
2017-07-24pre-release version bumpraveit651-1/+1
2017-07-23bump libmateweather requirement to 1.19.1raveit651-1/+1
2017-03-30pre-bump versionraveit651-1/+1
2017-03-13Bump version to 1.18.0v1.18.0Martin Wimpress1-1/+1
2016-12-24build: require libmateweather >= 1.17.0 (GTK+3 only)monsta1-1/+1
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-43/+10
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-22fix some indent and a couple of typosmonsta1-1/+1
2016-11-22build: require libmateweather 1.16.0monsta1-1/+1
2016-11-22build: check for stable release of libgtopmonsta1-1/+1
2016-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-08-31cpu-freq: avoid deprecated polkit_authority_getraveit651-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-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-02pre-bump versionraveit651-1/+1
2016-08-01drop dependency to libmate-desktopraveit651-6/+0
2016-07-31pre-bump versionraveit651-1/+1
2016-06-08release 1.15.0v1.15.0raveit651-1/+1
2016-04-07release 1.14.0raveit651-1/+1
2016-04-01release 1.13.1raveit651-1/+1
2016-01-04stickynotes: new icon names and paths + fix deprecationsmonsta1-0/+1
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=76982eb73ce1bd912cc19a55d3b6682b9da93687
2016-01-02drop null_applet which isn't even buildable these daysMonsta1-1/+0
2015-12-16pre-bump version to 1.13.0Wolfgang Ulbrich1-1/+1
2015-12-14merge netspeed applet from mate-netspeed repomonsta1-0/+42
2015-12-02Bump version to 1.12.1Monsta1-1/+1
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-10-06pre-bump version to 1.11.0raveit651-1/+1
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 buildinginfirit1-1/+9
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files