1
0
forked from pool/lxqt-qtplugin

16 Commits

Author SHA256 Message Date
9d7d432d05 Accepting request 1174617 from X11:LXQt
OBS-URL: https://build.opensuse.org/request/show/1174617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=22
2024-06-05 15:38:20 +00:00
551c7eaff9 Accepting request 1167074 from X11:LXQt
- Update to 1.4.1:
  * This point release is made because of a backward incompatible
    change in Qt6's font descriptions. It includes a workaround
    which makes Qt5-based apps have correct fonts when fonts are
    set by the Qt6-based LXQt 2.0.0.

OBS-URL: https://build.opensuse.org/request/show/1167074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=21
2024-04-12 15:35:23 +00:00
3e8a322c03 Accepting request 1123542 from X11:LXQt
OBS-URL: https://build.opensuse.org/request/show/1123542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=20
2023-11-07 20:25:43 +00:00
748fb3bec1 Accepting request 1080356 from X11:LXQt
OBS-URL: https://build.opensuse.org/request/show/1080356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=19
2023-04-20 13:14:01 +00:00
137073b63d Accepting request 1033818 from X11:LXQt
OBS-URL: https://build.opensuse.org/request/show/1033818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=18
2022-11-06 11:42:49 +00:00
7ee52b3cc1 Accepting request 973859 from X11:LXQt
- Update to 1.1.0:
  * Bumped the version to 1.1.0 and updated the dependencies.

OBS-URL: https://build.opensuse.org/request/show/973859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=17
2022-05-01 18:51:11 +00:00
184a9d9b2e Accepting request 930095 from X11:LXQt
- 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/request/show/930095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=16
2021-11-09 22:54:19 +00:00
cc9917f689 Accepting request 885934 from X11:LXQt
- 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/request/show/885934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=15
2021-04-16 22:01:49 +00:00
4136c5b058 Accepting request 845998 from X11:LXQt
- 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/request/show/845998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=14
2020-11-04 17:28:01 +00:00
7fb01da6d0 Accepting request 810524 from X11:LXQt
- 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/request/show/810524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=13
2020-06-02 12:37:26 +00:00
a3a3380354 Accepting request 798544 from X11:LXQt
OBS-URL: https://build.opensuse.org/request/show/798544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=12
2020-05-04 16:35:40 +00:00
Stephan Kulow
beba185c41 Accepting request 670393 from X11:LXQt
- 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/request/show/670393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=11
2019-02-25 16:49:33 +00:00
981b8de8df Accepting request 618042 from X11:LXQt
- Update to 0.13.0:
  * lxqtplatformtheme: Initialize “folowColorScheme” once
  * Fix icon colorizing at startup
  * Remember the view mode
- 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
- Update Source URLs
- Update to 0.11.1:
  * Use lxqt-build-tools
  * Use the new lxqt-build-tools package
  * Remove cpack (#14)
- 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.
- Upstream release 0.10.0
- Changed %build and %install to use cmake macros 
- New upstream version 0.9.0
- Added conditionals to enable Fedora Builds 
- lxqt-qtplugin is using private QPA API, which can, and does break BC
  even in point releases, so we need to hardcode libQt5Gui5 version
- Fixed license tag 
- new upstream version 0.8.0 
- removed unused build requires 
- spec file clean up 
- removed fedora spec, split into subproject
  Del: lxqt-qtplugin-Fedora_20.spec 
- ran spec-cleaner on openSUSE specfile 
- Added specfile for Fedora_20
  Add:  lxqt-qtplugin-Fedora_20.spec 
- Added tarball for new stable release
  Add:  lxqt-qtplugin-0.7.0.tar.xz
  Del:  _service 
- Initial Source Upload
  Add: _service
  Add: lxqt-qtplugin.spec  
  Add: lxqt-qtplugin.changes

OBS-URL: https://build.opensuse.org/request/show/618042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=10
2018-06-29 20:30:21 +00:00
f98a5e7c72 Accepting request 535980 from X11:LXQt
- 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
- Update Source URLs
- Update to 0.11.1:
  * Use lxqt-build-tools
  * Use the new lxqt-build-tools package
  * Remove cpack (#14)
- 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.
- Upstream release 0.10.0
- Changed %build and %install to use cmake macros 
- New upstream version 0.9.0
- Added conditionals to enable Fedora Builds 
- lxqt-qtplugin is using private QPA API, which can, and does break BC
  even in point releases, so we need to hardcode libQt5Gui5 version
- Fixed license tag 
- new upstream version 0.8.0 
- removed unused build requires 
- spec file clean up 
- removed fedora spec, split into subproject
  Del: lxqt-qtplugin-Fedora_20.spec 
- ran spec-cleaner on openSUSE specfile 
- Added specfile for Fedora_20
  Add:  lxqt-qtplugin-Fedora_20.spec 
- Added tarball for new stable release
  Add:  lxqt-qtplugin-0.7.0.tar.xz
  Del:  _service 
- Initial Source Upload
  Add: _service
  Add: lxqt-qtplugin.spec  
  Add: lxqt-qtplugin.changes

OBS-URL: https://build.opensuse.org/request/show/535980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=9
2017-10-24 20:23:13 +00:00
086881dae3 Accepting request 476948 from X11:LXQt
1

OBS-URL: https://build.opensuse.org/request/show/476948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=8
2017-03-13 14:32:58 +00:00
05b23e0c18 Accepting request 432280 from X11:LXQt
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/432280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-qtplugin?expand=0&rev=7
2016-10-06 10:44:15 +00:00

Diff Content Not Available