SHA256
1
0
forked from pool/liblxqt
Commit Graph

20 Commits

Author SHA256 Message Date
Michael Vetter
4ac621839f - Remove deprecated recommends on lang package
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=26
2020-11-04 15:47:55 +00:00
Michael Vetter
47d764a22e - Update to 0.16.0:
* Use QFlags default constructor
  * Added an action for showing LXQt leave dialog
    (to be used when the power button is pressed).
  * Don't use deprecated QProcess methods.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=25
2020-11-04 13:21:09 +00:00
Michael Vetter
c9ffa83758 - Update to 0.15.1:
* Fix a crash on closing screen saver error message.
  * Let Qt handle the positions of dialogs (in that way, dialogs
    are shown on the correct screen).
  * Remove dead codes.

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=23
2020-05-29 09:08:05 +00:00
Michael Vetter
ca0c884211 Accepting request 797601 from home:gmbr3:branches:X11:LXQt
- Removed liblxqt-0.14.1-fix-qt-5.14.patch: contained in upstream
- Update to version 0.15.0
  * Fixed memory leak in backlight brightness driver.
  * Allowed custom lock command and improved error messages in lxqtscreensaver.
  * Added asynchronous API for querying server info.
  * Allow spacing to be added between items in GridLayout (used in lxqt-panel).
  * Set default button to Yes in leave dialogs.
  * Made macOS build possible.

OBS-URL: https://build.opensuse.org/request/show/797601
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=20
2020-04-25 13:44:12 +00:00
Michael Vetter
b438f3b63f - bsc#1161365: Fix build with Qt 5.14
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=17
2020-01-27 09:44:35 +00:00
Michael Vetter
8d090ac07d - Update to 0.14.1:
* Bumped version to 0.14.1
  * Enable/disable a standard button if it exists. This is needed for adding
    Apply button later because Apply button should be enabled/disabled
    appropriately.
  * Updated translations
  * Note for packagers: liblxqt now depend on libqtxdg 3.3.1

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=15
2019-02-25 10:17:29 +00:00
Michael Vetter
2be1ebda4a - Update to 0.14.0:
* Added missing text color of our HTML delegate
  * lxqtbacklight: fix and improve command line parameter handling
  * lxqthtmldelegate: Position, alignment and size fixes for HTML delegate
  * lxqtpageselectwidget: Fix config dialog cell height
  * lxqtpageselectwidget: Fixed config dialog select widget cells
- Remove liblxqt-0.13.0-backlight.patch: upstreamed
- Move translation from lxqt-l10n into package

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=14
2019-01-31 09:41:40 +00:00
Michael Vetter
640579ab36 - Remove liblxqt-rpmlintrc (See bsc#1092192)
- Add liblxqt-0.13.0-backlight.patch:
  Created by mgerstner when auditing.
  See https://github.com/lxqt/liblxqt/pull/148

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=11
2018-06-14 13:45:34 +00:00
Michael Vetter
782b127c0c - Add BuildRequires for polkit-qt5-1
- Add lxqt-backlight_backend and polkit file
- Add rpmlintrc exception (bsc#1092192)

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=10
2018-05-22 15:39:00 +00:00
Michael Vetter
c53cedddc4 - Update to 0.13.0:
* An efficient backlight control is added.
  * ConfigDialog: Adds the ability to select the shown page by name
  * lxqtpower: Add support for turning monitor(s) off

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=9
2018-05-22 14:05:48 +00:00
Michael Vetter
b00ab8f150 - Update to 0.12.0:
* Bump minimum qtxdg version to 3.1.0
  * Don't export github templates
  * Bump version and needed versions to the final values
  * lxqtpower: Allow disabling of lxqt-session provider
  * Drops Qt5Core_VERSION_STRING
  * HtmlDelegate: Fix sizeHint() computation
  * Add some comments about the meaning of versions
  * Move LXQt version back to liblxqt
  * Fixes (#118)
  * lxqtapplication: Avoid wrong signal handling
  * Removes unneeded semicolon in namespace definition
  * Fix format conversions [-Wformat-pedantic] warnings
  * Suppress compiler warnings about unused function parameters
  * Removes extra semicolons in Qt's Q macros
  * Translator: Prefer XDG_DATA_DIRS over compiled in path
  * Help the compiler optimizing loops
  * Use const variables where possible
  * Update AUTHORS
- Remove liblxqt-0.11.1-allow-disabl-lxqt-session.patch:
  contained in upstream

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=8
2017-10-23 10:09:56 +00:00
Michael Vetter
5671306545 Accepting request 525861 from home:jubalh:lxqt-shutdown-bug
- boo#1044483:
  * Add liblxqt-0.11.1-allow-disabl-lxqt-session.patch
    to allow disabling of lxqt-session

OBS-URL: https://build.opensuse.org/request/show/525861
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=7
2017-09-13 13:38:09 +00:00
Michael Vetter
c45acf52ae Accepting request 460064 from home:sfalken:branches:X11:LXQt
- Update to 0.11.1:
  * Bump needed build tools version (#113)
  * build: Enable/disable WITH_XDG_DIRS_FALLBACK based on Qt version (#111)
  * Updates lxqt-build-tools required version
  * Adds a CMake minimum version requirement to the -config.cmake
  * Refactors superbuild support
  * Adds PROJECT_NAME to the build with Qt version message
  * Pack target_compile_definitions() and target_include_directories()
  * Adds PROJECT_NAME to the build with Qt version message
  * Pack target_compile_definitions() and target_include_directories()
  * Use the LXQtConfigVars module
  * Make liblxqt depend on lxqt-build-tools
  * Use the lxqt-build-tools LXQtCreatePortableHeaders
  * Use the new LXQt Build Tools package
  * Sets a minimum Qt5Xdg required version
  * Adds minimum Qt version requirement (5.4.2)
  * Remove cpack (#107)

OBS-URL: https://build.opensuse.org/request/show/460064
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=6
2017-02-23 18:06:53 +00:00
Michael Vetter
4c2ea63794 Accepting request 431481 from home:jengelh:branches:X11:LXQt
- Update descriptions. Drop seemingly unneeded Provides: liblxqt.
  Own all directories.

OBS-URL: https://build.opensuse.org/request/show/431481
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=5
2016-09-30 22:32:39 +00:00
Michael Vetter
906e62f27b - Update to 0.11.0:
* Bump version ot 0.11.0 (#105)
  * Settings: Make use of reverse_iterator conditional
  * Application: Add <cerrno> include
  * Settings: Add "homemade" XDG_CONFIG_DIRS support
  * Settings: unify duplicated code
  * Add README.md
  * translations: Change default translations repository
  * Update DBus Notify method annotation name
  * Fix lupdate warning missing Q_OBJECT macro
  * Replaces deprecated QStyleOptionViewItemV4
  * Don't lock the screen when it's already locked.
  * lxqtscreensaver: Makes it a opaque pointer class
  * GridLayout: Store current animation flag
  * lxqtgridlayout: Move private class definition
  * HtmlDelegate: Take layoutDirection into account
  * GridLayout: Take layoutDirection into account
  * application: Correct signal handling & clean-up (#72)
  * lxqtpower: Removes unused stuff
  * SingleApplication: Only create an DBus adaptor when needed
  * NotificationPrivate: Fixes programming typo
  * Don't set icon theme name
  * configdialog: Update icons in ThemeChanged event
  * lxqtpower: Add suspend and hibernate to ConsoleKit2 provider
  * LXQtTranslateTs.cmake: Enable PULL_TRANSLATIONS by default
  * LXQtTranslateTs.cmake: Use/update template in remote repo
  * .gitignore: Cleanup
  * build: Use external translations
  * ts-files removal (#90)
  * GridLayout: Fix memory leak

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=4
2016-09-24 20:12:20 +00:00
Michael Vetter
3d0583b578 Accepting request 343345 from X11:LXQt:Next
OBS-URL: https://build.opensuse.org/request/show/343345
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=3
2015-11-10 10:07:09 +00:00
Stephan Kulow
55083fe6af Accepting request 337216 from X11:LXQt
fix build. include QObject explicitly.

OBS-URL: https://build.opensuse.org/request/show/337216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblxqt?expand=0&rev=4
2015-10-12 08:02:17 +00:00
Dominique Leuenberger
e5064ec17e Accepting request 317742 from X11:lxde
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/317742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblxqt?expand=0&rev=3
2015-08-01 09:35:19 +00:00
Dominique Leuenberger
7a2acac86d Accepting request 287391 from X11:lxde
1

OBS-URL: https://build.opensuse.org/request/show/287391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblxqt?expand=0&rev=2
2015-02-25 01:17:07 +00:00
Stephan Kulow
b288a514da Accepting request 285054 from X11:lxde
OBS-URL: https://build.opensuse.org/request/show/285054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblxqt?expand=0&rev=1
2015-02-16 20:12:21 +00:00