1lxqt-powermanagement-1.0.0 / 2021-11-04 2======================================== 3 * Bumped minimum required Qt version to 5.15. 4 * Allow pausing of idleness checks from tray icon. 5 6lxqt-powermanagement-0.17.1 / 2021-04-22 7======================================== 8 * Fixed permanent stopping of idleness checks by a fullscreen window. 9 10lxqt-powermanagement-0.17.0 / 2021-04-15 11======================================== 12 * Handled Qt5.15's deprecations. 13 * Added an option to disable idle watcher on fullscreen. 14 * Completely moved to new signal/slot syntax. 15 * Separate idle watchers for AC and battery. 16 17lxqt-powermanagement-0.16.0 / 2020-11-01 18======================================== 19 * Added a Power keys section for customizing actions of power, suspend and hibernate keys. 20 * Dropped QProcess deprecated methods. 21 22lxqt-powermanagement-0.15.0 / 2020-04-22 23======================================== 24 * Bumped version to 0.15.0. 25 * C++11 code updates. 26 * Remove (duplicated) string casts definitions. 27 * Added an option to change the display backlight when the computer is idle. 28 29lxqt-powermanagement-0.14.1 / 2019-02-25 30======================================== 31 32 * Bumped version to 0.14.1 33 * Only translations was changed. 34 35lxqt-powermanagement-0.14.0 / 2019-01-25 36======================================== 37 38 * Bumped version to 0.14.0 39 * Don't use automatic string conversions 40 * Improved cmake scripting 41 - set cmake_minimum_required to 3.1.0 42 - removed locale compile definitons 43 * Moved translations from lxqt-l10n back to lxqt-powermanagement 44 - removed obsolete translation fuctionality 45 - Added translation promo in README.md 46 * Translation updates 47 48lxqt-powermanagement-0.13.0 / 2018-05-21 49======================================== 50 51 * Spanish translation update 52 * CMake: Prevent in-source builds 53 * fix razor-qt -> lxqt and http -> https 54 * Fix mentions of LXDE 55 * Add Simplified Chinese translations 56 * Add support for turning monitor(s) off 57 * Add Traditional Chinese desktop entry 58 * Add Simplified Chinese desktop entry 59 * Drop Qt foreach 60 61lxqt-powermanagement-0.12.0 / 2017-10-21 62======================================== 63 64 * Release 0.12.0: Update changelog 65 * Set patch version 66 * Spell check (add "," and "-") 67 * Don't export github templates 68 * Adding missing "Comment" section to .desktop files. Fix for https://github.com/lxde/lxqt/issues/1339 69 * Added Lithuanian language 70 * Drops Qt5Core_VERSION_STRING 71 * lxqt-config-powermanagement: set Qt::AA_UseHighDpiPixmaps to true 72 * Added QCommandLineParser and basic cli interface to lxqt-config-powermanagement and lxqt-powermanagement 73 * Added default CMAKE_BUILD_TYPE and LXQT_POWERMANAGEMENT_PATCH_VERSION 74 * added *pl.desktop 75 * Fixes a FTBFS in superbuild mode 76 * Added merged autostart to CMakeLists.txt 77 * Updated *_da.desktop files and removed *_da_DK.desktop files 78 * Update desktop entries and Replace fr_FR by fr 79 * Move Italian desktop entry to correct path 80 * Update Greek translation (el) Remove country variant from language code 81 * Rename LxQt to LXQt everywhere 82 * CMake: Adds Runtime and Devel install COMPONENTs 83 * Coding style changes 84 * Updates the build system to use the Targets infrastructure 85 * Rename Power Management module name again 86 * Rename LXQt Power Management module name 87 * Drops hardcoded /etc/xdg paths 88 * Updated german translation, replaced Qt4 by Qt in all xsession/translations 89 * Portuguese update for .desktop files 90 * Updates translations infrastructure 91 * Update the required minimum cmake version 92 * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt 93 * Renamed lxqt-autosuspend.desktop.in --> lxqt-powermanagement.desktop.in 94 * Support lxqt-session and add necessary xdg autostart desktop entry files. 95 * Default to no action if the action is not specified in the config file 96 * BatteryWatcher: Fix indentation 97 * Bump year 98 99lxqt-powermanagement-0.11.1 / 2017-01-01 100======================================== 101 102 * Release 0.11.1: Update changelog 103 * Add lxqt-config-powermanagement_da.desktop 104 * Create lxqt-config-powermanagement_fr.desktop 105 * Make CMakeLists.txt more uniform. 106 * Remove cpack (#43) 107 108lxqt-powermanagement-0.11.0 / 2016-09-24 109======================================== 110 111 * Release 0.11.0: Add changelog 112 * README.md: Replace dependency XCB with KIdleTime 113 * Idleness Watcher: rely on KIdleTime instead of XCB (#33) 114 * fix indents 115 * Update and extend README.md 116 * Add Catalan translation 117 * Add Arabic Translation for Desktop File 118 * I18N: Fix Plural Strings (#38) 119 * Removes the QEventLoop from the Watcher class 120 * build: Use external translations 121 * ts-files removal (#34) 122 * Bump year Fix licenses, lxqt-powermanagement is LGPL only 123 * Fix source language in Italian translation file 124 * Italian translation update 125 * Update Russian translation Remove ru_RU files 126 * Fix typo in Greek translation 127 * update: lxqt-powermanagement_hu.ts 128 * Add German translation 129 130lxqt-powermanagement-0.10.0 / 2015-10-31 131======================================== 132 133 * Update translations 134 * Fix LICENSE file 135 * Add (re)enabling info message 136 * Rename "On Ac" to "On AC" to have a single string for both 137 * Fix typo in message 138 * Remove "LXQt " from .desktop to follow pattern 139 * Update batteryhelper.cpp 140 * Fixed typo Unkown -> Unknown 141 * lidwatcher: don't listen to Changed signal 142 * Add some missing license headers 143 * OnlyShowIn=LXQt; 144 * Add Greek (el) translation Add the 'Comment' key in desktop file 145 * Add key "Comment" to desktop entry file 146 * Rename LxQt to LXQt everywhere 147 * Handles CMake policy CMP0063 148 * Use the LXQtCompilerSettings CMake module 149 * Make built-in icon move clockwise when charging 150 * Fix red-painting of built-in icon when power low 151 * Adds Runtime install COMPONENT 152 * Coding sytle change 153 * Use GNUInstallDirs 154 * Removes non existent RESOURCES 155 * Use CMAKE_AUTOUIC, drop qt5_wrap_ui() 156 * Remove unneeded include_directories() entries 157 * Minor strings update 158 * Updates the build system to the Targets infrastructure 159 * Remove trailing whitespaces 160 * Enable screen locking from the idleness watcher 161 * Prevent a too small value for the idle watcher 162 * Correctly check for batteries on first run 163 * re-add notification about missing battery 164 * Added italian translations 165 * Hungarian translations added 166 * Support CMake 2.8.11 again 167 * Typos: fix "Idle" capitalization and misspelling 168 * Add icons to the action in the systray icon's menu 169 * Polish translation updated 170 * Only show batteries of type PrimaryBattery. Fixes #535 171 * Make lxqt-powermanagement tray's tooltip work again 172 * Fix warning from clang 173 * Fix some wrong use of Solid::Battery::capacity instead of ..::energy 174 * Align slots and connects with what signals Solid offers 175 * Make batterywatcher react to energylevel- and powersupplystate changes 176 * Port to KF5's Solid 177 178lxqt-powermanagement-0.9.0 / 2015-01-26 179======================================= 180 181 * Portuguese update 182 * Fix some translation keys 183 * Small layoutchange in batterysettings 184 * Fix strings to be easier translatable 185 * Portuguese update 186 * Add Japanese translation 187 * - Unify naming for a unique lxqt. No more suffixes 188 * Fix battery info dialog's layout 189 * Small tweak to the built-in icon 190 * Added semitransparent background to built in icon 191 * Simplified rendering of built-in icons and added a gradient to them 192 * Use SingleApplication rather than Application 193 * Handle more than one battery 194 * Reordered responsibillities between classes 195 * Some refactoring 196 * Some cleanup 197 * Remove cancel button from batteryinfodialog.ui 198 * Correct one fontsize in batteryinfo.ui 199 * Refactor battery info dialog to handle more than one battery 200 * Cleaned out a lot of old debug statements 201 * Adjusted how chargelevels are mapped to icons 202 * Added icon preview to batterywatcher config 203 * Factor out icon producing in separate class 204 * Clean up code for picking battery icon from theme 205 * Add icon to config window 206 * Fix config gui 207 * Use the new LXQtTranslate modules. 208 * Fixes translations not being loaded. 209 * Updates translations 210 * Adds and uses QtTranslate cmake module for handling .ts translations 211 * Add Russian translation 212 * Include Qt5Gui_PRIVATE_INCLUDE_DIRS for qplatformnativeinterface.h 213 * Clean up CMakeLists.txt, drop Qt4 support 214 * Adds option to disable systray icon in preferences and on the icon's context menu 215 216lxqt-powermanagement-0.8.0 / 2014-06-29 217======================================= 218 219 * Fix incorrect lib linking. 220 * Add initial Qt5 support. 221 * Add missing lgpl-headers 222 * Recognize Alec Moskvin as author in 'about' dialog 223 * Fix includes, hopefuly correct this time 224 * Clean up includes 225 * Tell logind to not handle lidswitch when lidwatcher is enabled 226 * Added contextmenu to battery systemtray icon 227 * On first run disable lidwatcher/batterywatcher if lid/battery not present 228 * Add missing ${QTXDG_INCLUDE_DIRS} to include_directories(). 229 * Use preferred header style 230 * Temporary fix for #86 231 * Corrected badly formed includes. Fix for #81 232 233lxqt-powermanagement-0.7.0 / 2014-05-01 234======================================= 235 236 * Remove outdated and unused manpage 237 * Add AUTHORS 238 * Strings improvements 239 * Add CPack rules for creating tarball 240 * Fix .desktop icon (thanks, @agaida) 241 * Improvements to .desktop file 242 * Adapt to recent upower api changes 243 * Update README 244 * Fix updating of minutes and seconds in idleness settings 245 * Fix small bugs in idleness-settings, update of seconds 246 * Fix icons in configure-powermanager 247 * Slightly more userfriendly idleness-settings-dialog 248 * Added first-time-run notification with configure-button 249 * Some cleanup + fix idlenesswatcher to use power 250 * More code cleanup 251 * Minor adjustments to config ui's 252 * cleanup 253 * Code cleanup 254 * ui cleanups 255 * Clean up battery-watcher-settings ui 256 * Fixed lxqt-config-powermanagement.desktop file 257 * Renames and cleanup 258 * Lid, Idleness and Battery merged into one application 259 * Normalize imports 260 * Config for idleness and some more options for lidsettings 261 * Removed CMAKE_SOURCE_DIR usage from CMakeLists.txt files 262 * Fix renaming bugs, replacing lxqt-qt with lxde-qt 263 * Finish the crazy razor=>lxqt renaming tasks. 264 * rename razor to lxqt in some strings 265 * Replace lxqt with ${LXQT_LIBRARIES} when linking. 266 * Compile-time dependancy on lxqt library added 267 * Project name fixed 268 * Fix build and adopt new APIs of liblxqt. 269 * Renamed some #ifndef/#define s 270 * Make powermanagement compile and link with liblxqt and libqtxdg 271 * Changed prefix from lz to lxqt for all powermanagement apps 272 * Cleanup of old razor-autosuspend code 273 * cmake-files cleanup 274 * Initial commit 275 * Renames and cleanup in config 276 * Renames and cleanup in idleness 277 * Renames and cleanup in battery 278 * Rename and cleanup in lid 279 * Split razorautosuspend into lid and battery, make stuff compile 280 * Moved razorqt-screenlocker into razor-autosuspend 281 * X-RAZOR changed to Razor in desktop files 282 * razor-autosuspend handle more battery-icon naming schemes 283 * Fix underlinking with QtDbus 284 * Autosuspend: Force icon to update when settings change 285 * Autosuspend: Add config option to start/stop 286 * Autosuspend: Perform a first-run check for a battery 287 * Set battery info dialog title 288 * Trtanslations 289 * Fixes to razor-autosuspend trayicon drawing 290 * New, dynamically generated battery icon for razor-autosuspend 291 * preliminary manpages primary for razorqt and usefully in venenux 292 * autosuspend: fix discharging() 293 * Razor-autosuspend fix missing initialization of Battery 294 * Rename fields in razor-config-autosuspend to comply with code style 295 * Rename variables in razor-autosuspend to comply with coding standards 296 * Now possible to use theme-icons in razor-autosuspend 297 * Translations updated 298 * Translations updated 299 * first part of fixes based on Coverity Scan (code static analysis) 300 * Fix components missing translations 301 * Added copyright headers to constants.h, batteryinfo.h and batteryinfo.cpp in razor-autosuspend 302 * Typos found during translation 303 * Translations 304 * Delete bad en_GB translations 305 * Update translations 306 * Enable translations for some components that were missing them 307 * Load setting on startup and fix wrong slot 308 * razor-autosuspend watch for changes in settings 309 * Translations updated 310 * Removed line num from TS files. 311 * Make razorqt-autosuspend a module 312 * Generate translations for razorqt-autosuspend 313 * Use flexible layouts 314 * Translations 315 * Deleted old translation methods. 316 * New translation infrastructure 317 * Fixes in the debs files for the razor-config-autosuspend.desktop 318 * razor-autosuspend: When batteryinfo open it closes when trayicon clicked 319 * Detailed battery info when clicking razor-autosuspend tray icon 320 * razor-autosuspend registers as dbus-service (org.razor-qt.razor-autosuspend) - fixes #346 321 * Razor-autosuspend: power-low-level is now configurable 322 * Razor-autosuspend: Added shutdown as action on lidclosed or powerlow 323 * Added config app for razor-autosuspend 324 * Moved razor-autosuspend sourcefiles to src-dir 325 * Moved razor-autosuspend to toplevel as it is not really a part of razorqt-power 326