Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xfce4-power-manager: upgrade 1.6.6 -> 4.16.0 | Andreas Müller | 2021-01-06 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.16.0 ======================== - bump glib (and gio, gthread, etc) minimum to 2.50.0 - panel-plugin: Prefer ac-adapter-symbolic (Fixes #103) - Add new icons in size 24x24 and 32x32 - Translation Updates: Albanian, Basque, Catalan, Danish, Estonian, French, Galician, Hebrew, Indonesian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Swedish, Turkish Release notes for 1.7.1 ======================= [Please note that this is a development release.] - Add new app icon and switch to rDNS icon name - Use more accurate status icons (Fixes #95) - Also use symbolic icons in battery notifications - Reorder screensavers so Xfce comes first (Fixes #101) - settings: Adjust title and show min/max buttons - settings: Allow critical battery level up to 70% (Fixes #67) - settings: Add keywords for discoverability (Bug #10694) - settings: Fix GtkSwitch signal handlers (Issue #99) - xfpm: avoid default double fork - Respect the notification daemon's timeouts (Fixes #57) - Fix Laptop lid settings (Bug #15300) - Fix spelling mistake (Bug #16698) - Only update blank time when appropriate - Bug #16717: Move from exo-csource to xdt-csource - Guard against NULL pointer dereference - More blank time debug code - Indentation fixes - Cleanup code - Move default icon names into one place - Silence compiler warnings - Add README.md - Add basic GitLab pipeline - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kannada, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 1.7.0 ======================= [Please note that this is a development release.] - Fix inhibiting xfce4-screensaver (Bug #16364) - Fix indentation (makes git blame harder, but code more readable) - settings: Unclutter system and display tabs - settings: Move % sign out of spinbutton (Bug #15994) - Switch to symbolic window-close icons - Dismiss critical notification when connecting to AC - Make brightness steps configurable (Bug #12062) - Allow compilation with panel 4.15 - panel-plugin: Properly show 'About' menu item - panel-plugin: Add (optional) Presentation mode indicator (Bug #15773) - panel-plugin: Toggle presentation mode on middle click - panel-plugin: Add warning color to presentation mode indicator - panel-plugin: Use GtkSwitch for Presentation mode - panel-plugin: Replace deprecated call - systray: Ensure presentation mode can be toggled (Bug #16337) - Translation Updates: Albanian, Arabic, Belarusian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish, French, Galician, German, Greek, Hebrew, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | xfce4-power-manager: upgrade 1.6.5 -> 1.6.6 | Andreas Müller | 2020-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Release notes for 1.6.6 ======================= - Dismiss critical notification when connecting to AC - Fix inhibiting xfce4-screensaver (Bug #16364) - settings: Move % sign out of spinbutton (Bug #15994) - panel-plugin: Toggle presentation mode on middle click - panel-plugin: Properly show 'About' menu item - panel-plugin: Add missing about callback - panel-plugin: Properly hook up about signal - panel-plugin: Replace deprecated call - Switch to symbolic window-close icons Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | recipes: rename distro_features_check to features_check | Denys Dmytriyenko | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | xfce4-power-manager: 1.6.3 -> 1.6.5 | Kai Kang | 2019-08-14 | 1 | -2/+2 |
| | | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | xfce4-power-manager: 1.6.2 -> 1.6.3 | Kai Kang | 2019-07-16 | 1 | -4/+3 |
| | | | | | | | | | | * clean DEPENDS - dbus-glib has been replaced by gdbus - gtk+3 glib-2.0 xfconf and libxfce4util are required by libxfce4ui which is required by xfce4-panel Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | xfce4-power-manager: 1.6.1 -> 1.6.2 | Kai Kang | 2019-06-15 | 1 | -3/+3 |
| | | | | | | | | * update FILES because it 'Install Appdata in metainfo' by upstream: https://github.com/xfce-mirror/xfce4-power-manager/commit/e40a57' Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | xfce4-power-manager: enable polkit depending on distro feature | Stefan Agner | 2019-01-20 | 1 | -2/+2 |
| | | | | | | | | | | systemd and polkit are not directly related. It is just fine to build with systemd but without polkit. Rename the systemd package config to polkit and enable it depending on whether polkit is enabled in DISTRO_FEATURES. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | xfce4-power-manager: update 1.6.0 -> 1.6.1 | Andreas Müller | 2018-01-22 | 1 | -2/+2 |
| | | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | Make use of the new bb.utils.filter() function | Peter Kjellerstedt | 2017-03-07 | 1 | -1/+1 |
| | | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | xfce4-power-manager: add x11 to REQUIRED_DISTRO_FEATURES | Jackie Huang | 2016-11-23 | 1 | -1/+3 |
| | | | | | | | | xfce4-power-manager depends on virtual/libx11 so it requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | xfce4-power-manager: update to 1.6.0 | Andreas Müller | 2016-10-03 | 1 | -4/+4 |
| | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | meta-xfce: add intltool-native to DEPENDS | Andreas Müller | 2016-05-06 | 1 | -1/+1 |
| | | | | | | | | | fix tons of messages as: | WARNING: foo do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | meta-xfce: use bb.utils.contains() instead of base_contains() | Ross Burton | 2016-04-28 | 1 | -2/+2 |
| | | | | | | | | base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | xfce4-power-manager: remove udisks rdependency | Andreas Müller | 2016-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | udisks spin down feature support was removed in: commit dc6ef998a2f19b6c2fcbfb48164db04be44c885d Author: Harald Judt <h.judt@gmx.at> Date: Sun Jul 13 21:34:22 2014 +0200 Remove disk spin down feature (3/3) Finally, let's remove the low-level code and remaining definitions. commit c9d0626110e4b6e906610e9a2316cdac7a11d58e Author: Harald Judt <h.judt@gmx.at> Date: Sun Jul 13 21:26:21 2014 +0200 Remove disk spin down feature (2/3) Remove all related GUI widgets from the settings dialog. commit 3ad75fad293fb66e6316aa5820ee064f264eafa4 Author: Harald Judt <h.judt@gmx.at> Date: Sun Jul 13 21:22:05 2014 +0200 Remove disk spin down feature (1/3) The spin down feature does not work and would need a rewrite to work with udisks-2. What's more, it is probably functionality best handled by other tools or scripts, so let's remove it from the power manager. As a first step, this commit removes all interfacing code between GUI and low-level udisks functions. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | xfce4-power-manager: make upower a build dependency | Andreas Müller | 2015-09-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This one came up when upower failed: | *** The required package upower-glib was not found on your system. | *** Please install upower-glib (atleast version 0.9.7) or adjust | *** the PKG_CONFIG_PATH environment variable if you | *** installed the package in a nonstandard prefix so that | *** pkg-config is able to find it. xfce4-power-manager links against upower so we can expect shlibs causing upower being added to RDEPENDS. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | xfce4-power-manager: update to 1.4.4 | Andreas Müller | 2015-05-13 | 1 | -2/+2 |
| | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | xfce4-power-manager: update to 1.4.3 | Andreas Müller | 2015-03-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||||
* | xfce4-power-manager: update to 1.4.1 to fix power button | Andreas Müller | 2014-10-27 | 2 | -687/+19 |
| | | | | | | | | with 1.2.0 pressing power button shuts down independent of the setting in xfce4-power-manager Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | xfce4-power-manager: don't blacklist - networkmanager is up again | Andreas Müller | 2014-10-01 | 1 | -2/+0 |
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||||
* | networkmanager, network-manager-applet, xfce4-power-manager, ↵ | Martin Jansa | 2014-06-21 | 1 | -0/+2 |
| | | | | | | packagegroup-xfce-extended: Blacklist because of broken networkmanager after libgcrypt-config was removed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues | Matthieu CRAPET | 2014-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | xfce4-power-manager: rework polkit/consolekit selection and implement ↵ | Andreas Müller | 2013-06-20 | 2 | -2/+684 |
| | | | | | | polkit/systemd shutdown Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||||
* | recipes: Unify indentation | Martin Jansa | 2013-04-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | xfce4-power-manager: update to 1.2.0 | Andreas Müller | 2012-07-17 | 1 | -2/+2 |
| | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | xfce4-power-manager: Add initial recipe for version 1.0.10. | Peter Tworek | 2012-02-13 | 1 | -0/+28 |
Run tested on netbook pro. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Acked-by: Andreas Müller<schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> |