Revisions of lxqt-powermanagement

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 973858 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 20)
- Update to 1.1.0:
  * Three tray icons are added, with the charge percentage inside them.
    Now, the built-in tray icon can be circular or shaped like a battery.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 930105 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 19)
- Update to 1.0.0:
  * Idleness checks can be paused from the tray icon for 30
    minutes to 4 hours.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 885943 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 18)
- Update to 0.17.0:
  * Separate idle watchers for AC and battery.
  * An option to disable idle watcher when the active window is full-screen.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 846006 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 17)
- Update to 0.16.0:
  * Added a Power keys section for customizing actions of power,
    suspend and hibernate keys.
  * Dropped QProcess deprecated methods.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 684557 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 13)
- Requires: upower added
- Update to 0.14.1:
  * Only translations was changed
- Update to 0.14.0:
  * Don't use automatic string conversions
  * Improved cmake scripting
    - set cmake_minimum_required to 3.1.0
    - removed locale compile definitons
  * Moved translations from lxqt-l10n back to lxqt-powermanagement
    - removed obsolete translation fuctionality
    - Added translation promo in README.md
  * Translation updates
- Move translation from lxqt-l10n into package
- Update to 0.13.0:
  * Add support for turning monitor(s) off
- Update to 0.12.0:
  * Set patch version
  * Spell check (add "," and "-")
  * Don't export github templates
  * Adding missing "Comment" section to .desktop files. Fix for https://github.com/lxde/lxqt/issues/1339
  * Added Lithuanian language
  * Drops Qt5Core_VERSION_STRING
  * lxqt-config-powermanagement: set Qt::AA_UseHighDpiPixmaps to true
  * Added QCommandLineParser and basic cli interface to lxqt-config-powermanagement and lxqt-powermanagement
  * Added default CMAKE_BUILD_TYPE and LXQT_POWERMANAGEMENT_PATCH_VERSION
  * added *pl.desktop
  * Fixes a FTBFS in superbuild mode
  * Added merged autostart to CMakeLists.txt
  * Updated *_da.desktop files and removed *_da_DK.desktop files
  * Update desktop entries and Replace fr_FR by fr
  * Move Italian desktop entry to correct path
  * Update Greek translation (el) Remove country variant from language code
  * Rename LxQt to LXQt everywhere
  * CMake: Adds Runtime and Devel install COMPONENTs
  * Coding style changes
  * Updates the build system to use the Targets infrastructure
  * Rename Power Management module name again
  * Rename LXQt Power Management module name
  * Drops hardcoded /etc/xdg paths
  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
  * Portuguese update for .desktop files
  * Updates translations infrastructure
  * Update the required minimum cmake version
  * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt
  * Renamed lxqt-autosuspend.desktop.in --> lxqt-powermanagement.desktop.in
  * Support lxqt-session and add necessary xdg autostart desktop entry files.
  * Default to no action if the action is not specified in the config file
  * BatteryWatcher: Fix indentation
  * Bump year
- Remove post and postun
- Update to 0.11.1:
  * Add lxqt-config-powermanagement_da.desktop
  * Create lxqt-config-powermanagement_fr.desktop
  * Make CMakeLists.txt more uniform.
  * Remove cpack (#43)
- Update to 0.11.0:
  * README.md: Replace dependency XCB with KIdleTime
  * Idleness Watcher: rely on KIdleTime instead of XCB (#33)
  * fix indents
  * Update and extend README.md
  * Add Catalan translation
  * Add Arabic Translation for Desktop File
  * I18N: Fix Plural Strings (#38)
  * Removes the QEventLoop from the Watcher class
  * build: Use external translations
  * ts-files removal (#34)
  * Bump year Fix licenses, lxqt-powermanagement is LGPL only
  * Fix source language in Italian translation file
  * Italian translation update
  * Update Russian translation Remove ru_RU files
  * Fix typo in Greek translation
  * update: lxqt-powermanagement_hu.ts
  * Add German translation
- Add keyring
- Remove BuildRequirs pkgconfig(xcb), got replaced by KF5IdleTime
- Upstream release 0.10.0
- Removing patches:
 * fix_desktop_categories.patch - Using sed in spec file now.
- lxqt-powermanagement is using private QPA API, which can, and
  does break BC even in point releases, so we need to hardcode
  libQt5Gui5 version
- Changed %build and %install to use cmake macros 
- New upstream version 0.9.0
- Added -lang Subpackage
- Added Patch
  + fix_desktop_categories.patch to clear rpmlint warnings
- Added conditionals to enable Fedora builds 
- Added license and other documentation
- new upstream version 0.8.0 
- Specfile and Patch cleanup 
- removed fedora spec, split into subproject
  Del:  lxqt-powermanagement-Fedora_20.spec 
- Ran spec-cleaner on openSUSE spec 
- Added specfile for Fedora_20
  Add:  lxqt-powermanagement-Fedora_20.spec 
- Added patch to fix random data error in idlenesswatcher.cpp
  Add:  0003-fix_idlenesswatcher_cpp.patch 
- Added patches to fix bad includes in sources
  Add:  0001-fix_lid_cpp.patch
  Add:  0002-fix_lidwatcher_cpp.patch 
- Added tarball for new stable release
  Add:  lxqt-powermanagement-0.7.0.tar.xz
  Del:  _service 
- Initial Source Upload
  Add: _service
  Add: lxqt-powermanagement.spec
  Add: lxqt-powermanagement.changes (forwarded request 684485 from DocB)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 680427 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 12)
- Update to 0.14.1:
  * Only translations was changed
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 670389 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 11)
- Update to 0.14.0:
  * Don't use automatic string conversions
  * Improved cmake scripting
    - set cmake_minimum_required to 3.1.0
    - removed locale compile definitons
  * Moved translations from lxqt-l10n back to lxqt-powermanagement
    - removed obsolete translation fuctionality
    - Added translation promo in README.md
  * Translation updates
- Move translation from lxqt-l10n into package
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 618043 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 10)
- Update to 0.13.0:
  * Add support for turning monitor(s) off
- Update to 0.12.0:
  * Set patch version
  * Spell check (add "," and "-")
  * Don't export github templates
  * Adding missing "Comment" section to .desktop files. Fix for https://github.com/lxde/lxqt/issues/1339
  * Added Lithuanian language
  * Drops Qt5Core_VERSION_STRING
  * lxqt-config-powermanagement: set Qt::AA_UseHighDpiPixmaps to true
  * Added QCommandLineParser and basic cli interface to lxqt-config-powermanagement and lxqt-powermanagement
  * Added default CMAKE_BUILD_TYPE and LXQT_POWERMANAGEMENT_PATCH_VERSION
  * added *pl.desktop
  * Fixes a FTBFS in superbuild mode
  * Added merged autostart to CMakeLists.txt
  * Updated *_da.desktop files and removed *_da_DK.desktop files
  * Update desktop entries and Replace fr_FR by fr
  * Move Italian desktop entry to correct path
  * Update Greek translation (el) Remove country variant from language code
  * Rename LxQt to LXQt everywhere
  * CMake: Adds Runtime and Devel install COMPONENTs
  * Coding style changes
  * Updates the build system to use the Targets infrastructure
  * Rename Power Management module name again
  * Rename LXQt Power Management module name
  * Drops hardcoded /etc/xdg paths
  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
  * Portuguese update for .desktop files
  * Updates translations infrastructure
  * Update the required minimum cmake version
  * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt
  * Renamed lxqt-autosuspend.desktop.in --> lxqt-powermanagement.desktop.in
  * Support lxqt-session and add necessary xdg autostart desktop entry files.
  * Default to no action if the action is not specified in the config file
  * BatteryWatcher: Fix indentation
  * Bump year
- Remove post and postun
- Update to 0.11.1:
  * Add lxqt-config-powermanagement_da.desktop
  * Create lxqt-config-powermanagement_fr.desktop
  * Make CMakeLists.txt more uniform.
  * Remove cpack (#43)
- Update to 0.11.0:
  * README.md: Replace dependency XCB with KIdleTime
  * Idleness Watcher: rely on KIdleTime instead of XCB (#33)
  * fix indents
  * Update and extend README.md
  * Add Catalan translation
  * Add Arabic Translation for Desktop File
  * I18N: Fix Plural Strings (#38)
  * Removes the QEventLoop from the Watcher class
  * build: Use external translations
  * ts-files removal (#34)
  * Bump year Fix licenses, lxqt-powermanagement is LGPL only
  * Fix source language in Italian translation file
  * Italian translation update
  * Update Russian translation Remove ru_RU files
  * Fix typo in Greek translation
  * update: lxqt-powermanagement_hu.ts
  * Add German translation
- Add keyring
- Remove BuildRequirs pkgconfig(xcb), got replaced by KF5IdleTime
- Upstream release 0.10.0
- Removing patches:
 * fix_desktop_categories.patch - Using sed in spec file now.
- lxqt-powermanagement is using private QPA API, which can, and
  does break BC even in point releases, so we need to hardcode
  libQt5Gui5 version
- Changed %build and %install to use cmake macros 
- New upstream version 0.9.0
- Added -lang Subpackage
- Added Patch
  + fix_desktop_categories.patch to clear rpmlint warnings
- Added conditionals to enable Fedora builds 
- Added license and other documentation
- new upstream version 0.8.0 
- Specfile and Patch cleanup 
- removed fedora spec, split into subproject
  Del:  lxqt-powermanagement-Fedora_20.spec 
- Ran spec-cleaner on openSUSE spec 
- Added specfile for Fedora_20
  Add:  lxqt-powermanagement-Fedora_20.spec 
- Added patch to fix random data error in idlenesswatcher.cpp
  Add:  0003-fix_idlenesswatcher_cpp.patch 
- Added patches to fix bad includes in sources
  Add:  0001-fix_lid_cpp.patch
  Add:  0002-fix_lidwatcher_cpp.patch 
- Added tarball for new stable release
  Add:  lxqt-powermanagement-0.7.0.tar.xz
  Del:  _service 
- Initial Source Upload
  Add: _service
  Add: lxqt-powermanagement.spec
  Add: lxqt-powermanagement.changes 
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 535979 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 9)
- Update to 0.12.0:
  * Set patch version
  * Spell check (add "," and "-")
  * Don't export github templates
  * Adding missing "Comment" section to .desktop files. Fix for https://github.com/lxde/lxqt/issues/1339
  * Added Lithuanian language
  * Drops Qt5Core_VERSION_STRING
  * lxqt-config-powermanagement: set Qt::AA_UseHighDpiPixmaps to true
  * Added QCommandLineParser and basic cli interface to lxqt-config-powermanagement and lxqt-powermanagement
  * Added default CMAKE_BUILD_TYPE and LXQT_POWERMANAGEMENT_PATCH_VERSION
  * added *pl.desktop
  * Fixes a FTBFS in superbuild mode
  * Added merged autostart to CMakeLists.txt
  * Updated *_da.desktop files and removed *_da_DK.desktop files
  * Update desktop entries and Replace fr_FR by fr
  * Move Italian desktop entry to correct path
  * Update Greek translation (el) Remove country variant from language code
  * Rename LxQt to LXQt everywhere
  * CMake: Adds Runtime and Devel install COMPONENTs
  * Coding style changes
  * Updates the build system to use the Targets infrastructure
  * Rename Power Management module name again
  * Rename LXQt Power Management module name
  * Drops hardcoded /etc/xdg paths
  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
  * Portuguese update for .desktop files
  * Updates translations infrastructure
  * Update the required minimum cmake version
  * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt
  * Renamed lxqt-autosuspend.desktop.in --> lxqt-powermanagement.desktop.in
  * Support lxqt-session and add necessary xdg autostart desktop entry files.
  * Default to no action if the action is not specified in the config file
  * BatteryWatcher: Fix indentation
  * Bump year
- Remove post and postun
- Update to 0.11.1:
  * Add lxqt-config-powermanagement_da.desktop
  * Create lxqt-config-powermanagement_fr.desktop
  * Make CMakeLists.txt more uniform.
  * Remove cpack (#43)
- Update to 0.11.0:
  * README.md: Replace dependency XCB with KIdleTime
  * Idleness Watcher: rely on KIdleTime instead of XCB (#33)
  * fix indents
  * Update and extend README.md
  * Add Catalan translation
  * Add Arabic Translation for Desktop File
  * I18N: Fix Plural Strings (#38)
  * Removes the QEventLoop from the Watcher class
  * build: Use external translations
  * ts-files removal (#34)
  * Bump year Fix licenses, lxqt-powermanagement is LGPL only
  * Fix source language in Italian translation file
  * Italian translation update
  * Update Russian translation Remove ru_RU files
  * Fix typo in Greek translation
  * update: lxqt-powermanagement_hu.ts
  * Add German translation
- Add keyring
- Remove BuildRequirs pkgconfig(xcb), got replaced by KF5IdleTime
- Upstream release 0.10.0
- Removing patches:
 * fix_desktop_categories.patch - Using sed in spec file now.
- lxqt-powermanagement is using private QPA API, which can, and
  does break BC even in point releases, so we need to hardcode
  libQt5Gui5 version
- Changed %build and %install to use cmake macros 
- New upstream version 0.9.0
- Added -lang Subpackage
- Added Patch
  + fix_desktop_categories.patch to clear rpmlint warnings
- Added conditionals to enable Fedora builds 
- Added license and other documentation
- new upstream version 0.8.0 
- Specfile and Patch cleanup 
- removed fedora spec, split into subproject
  Del:  lxqt-powermanagement-Fedora_20.spec 
- Ran spec-cleaner on openSUSE spec 
- Added specfile for Fedora_20
  Add:  lxqt-powermanagement-Fedora_20.spec 
- Added patch to fix random data error in idlenesswatcher.cpp
  Add:  0003-fix_idlenesswatcher_cpp.patch 
- Added patches to fix bad includes in sources
  Add:  0001-fix_lid_cpp.patch
  Add:  0002-fix_lidwatcher_cpp.patch 
- Added tarball for new stable release
  Add:  lxqt-powermanagement-0.7.0.tar.xz
  Del:  _service 
- Initial Source Upload
  Add: _service
  Add: lxqt-powermanagement.spec
  Add: lxqt-powermanagement.changes 
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 432279 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 7)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 287400 from Shawn Dunn's avatar Shawn Dunn (sfalken) (revision 5)
- Changed %build and %install to use cmake macros (forwarded request 287068 from sfalken)
Displaying revisions 1 - 20 of 24
openSUSE Build Service is sponsored by