Michael Vetter
d9b0a485df
- Update to 1.0.0:
...
* Added workarounds for Qt's poor handling of some dark palettes.
* Used the C++11 override specifier in some places.
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=20
2021-11-08 09:29:52 +00:00
Michael Vetter
f52c43d9fc
- Update to 0.17.0:
...
* Handled Qt 5.15 deprecations.
* Don't check before deleting a pointer.
* Don't use implicit conversions.
* Fixed a palette/highlight color related typo.
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=18
2021-04-16 06:56:56 +00:00
Michael Vetter
0abd41fd34
- Update to 0.16.0:
...
* Do not reset widget palettes on changing style.
* Support more palette colors for better customization.
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=16
2020-11-04 13:29:52 +00:00
Michael Vetter
b51eaa1c17
- Update to 0.15.1:
...
* Fixed Fusion's window color with Qt 5.15.
* Made the window color configurable.
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=14
2020-06-01 05:55:58 +00:00
Michael Vetter
4f8b841e30
Accepting request 798166 from home:gmbr3:branches:X11:LXQt
...
- Changed lxqt-qtplugin.keyring to tsujan's key
OBS-URL: https://build.opensuse.org/request/show/798166
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=12
2020-04-28 07:34:47 +00:00
Michael Vetter
a8a4266e91
Accepting request 797630 from home:gmbr3:branches:X11:LXQt
...
- Update to version 0.15.0
* Set minimum required Qt version to 5.10.0.
* Added libfm-qt as a dependency (for LXQt file dialog).
* Added support for flatpak and working without context menu (to status notifier).
* Removed deprecated QImage methods and updated the code for C++11.
OBS-URL: https://build.opensuse.org/request/show/797630
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=11
2020-04-25 13:48:57 +00:00
Michael Vetter
9ee9feed66
- Update to 0.14.0:
...
* Dynamically load libfm-qt on demand to create
the file dialog helper.
* Don't use automatic string conversions
* Improved cmake scripting
- Set cmake_minimum_required to 3.1.0
- Removed locale compile definitons
- Removed the superfluous libfm-qt dependency
- Move translation from lxqt-l10n into package
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=9
2019-01-31 10:22:40 +00:00
OBS User buildservice-autocommit
a06cbd5089
Updating link to change in openSUSE:Factory/lxqt-qtplugin revision 10.0
...
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=f480897bf95d6018aef5c7a8514a3208
2018-06-29 20:30:21 +00:00
Michael Vetter
d64c35b0b4
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=8
2018-06-20 13:41:31 +00:00
Michael Vetter
08f72504fb
- Update to 0.13.0:
...
* lxqtplatformtheme: Initialize “folowColorScheme” once
* Fix icon colorizing at startup
* Remember the view mode
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=7
2018-05-22 15:14:49 +00:00
Michael Vetter
71f6ad621f
- Update to 0.12.0:
...
* Set an informal patch version
* Don't export github templates
* Flag unused vars in onServiceOwnerChanged
* Fix missing variable declaration
* Handle QML (as @PCMan suggested)
* Use mime functions added by @PCMan
* Loading and saving window/splitter size
* Central positioning with respect to parent
* Set window title correctly
* Qt version conditions
* Just made it compilable
* Handle mime-type filters for file dialog. Set custom file dialog labels.
* Update options properly.
* Implement a basic file dialog helper using libfm-qt's Fm::FileDialog.
* Avoid using Qt-specific keywords such as signal/slot and foreach. Instead, use macros.
* LXQtPlatformTheme: Make Qt use default palette (#22 )
* LXQtPlatformTheme: Add icon FollowColorScheme config (#21 )
* Prevent a possible C++11 range for detach (#20 )
* Use the CMake MODULE library type.
* LXQtPlatformTheme: Propagate wheelScrollLines
* LXQtPlatformTheme: Do not provide own palette
* Fix multiple StatusNotifierItems.
* Bump year
* Updates lxqt-build-tools required version
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=6
2017-10-23 11:29:19 +00:00
Michael Vetter
b7f73aee9b
Accepting request 476940 from home:sfalken:branches:X11:LXQt
...
- Update Source URLs
OBS-URL: https://build.opensuse.org/request/show/476940
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=5
2017-03-04 20:37:27 +00:00
Michael Vetter
9dcf94f53b
Accepting request 460290 from home:sfalken:branches:X11:LXQt
...
- Update to 0.11.1:
* Use lxqt-build-tools
* Use the new lxqt-build-tools package
* Remove cpack (#14 )
OBS-URL: https://build.opensuse.org/request/show/460290
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=4
2017-02-26 12:14:50 +00:00
Michael Vetter
23cd8feea1
- Update to 0.11.0:
...
* Add Qt5XdgIconLoader as dependency (#13 )
* Update README.md
* statusnotifieritem: Correctly handle menu
* Cleaned up licenses
* Use XdgIconLoader library (#10 )
* xdgIconThemePaths: Use QString::SkipEmptyParts
* xdgIconThemePaths: Remove duplicated paths
* Adds $XDG_DATA_HOME to the XdgIconThemePaths
* Bump year in AUTHORS
- Add keyring
- Require pkgconfig(Qt5XdgIconLoader) instead of pkgconfig(Qt5Xdg)
because IconLoader has its own package now and got split out
of libqt5xdg.
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-qtplugin?expand=0&rev=3
2016-09-24 21:48:36 +00:00
Dominique Leuenberger
d10a4a4729
Accepting request 343356 from X11:LXQt
...
1
OBS-URL: https://build.opensuse.org/request/show/343356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=6
2015-11-13 22:35:40 +00:00
Dominique Leuenberger
ad8d981f1a
Accepting request 287399 from X11:lxde
...
- Changed %build and %install to use cmake macros (forwarded request 287069 from sfalken)
OBS-URL: https://build.opensuse.org/request/show/287399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=5
2015-02-25 01:17:21 +00:00
Stephan Kulow
09bcc86c32
Accepting request 284982 from X11:lxde
...
1
OBS-URL: https://build.opensuse.org/request/show/284982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=4
2015-02-16 20:08:15 +00:00
Dominique Leuenberger
dfb52c8a07
Accepting request 283579 from X11:lxde
...
1
OBS-URL: https://build.opensuse.org/request/show/283579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=3
2015-02-03 10:39:37 +00:00
Dominique Leuenberger
5db5e6f155
Accepting request 266384 from X11:lxde
...
1
OBS-URL: https://build.opensuse.org/request/show/266384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=2
2014-12-28 23:30:12 +00:00
Dominique Leuenberger
5ae85b7b42
Accepting request 260808 from X11:lxde
...
fixed license tag
OBS-URL: https://build.opensuse.org/request/show/260808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=1
2014-11-15 10:41:26 +00:00