Revisions of lxqt-qtplugin

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1167074 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 21)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 973859 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 17)
- Update to 1.1.0:
  * Bumped the version to 1.1.0 and updated the dependencies.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 930095 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 16)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 885934 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 15)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 845998 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 14)
- Update to 0.16.0:
  * Do not reset widget palettes on changing style.
  * Support more palette colors for better customization.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 810524 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 13)
- Update to 0.15.1:
  * Fixed Fusion's window color with Qt 5.15.
  * Made the window color configurable.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 670393 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 11)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 618042 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 10)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 535980 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 9)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 432280 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 287399 from Shawn Dunn's avatar Shawn Dunn (sfalken) (revision 5)
- Changed %build and %install to use cmake macros (forwarded request 287069 from sfalken)
Displaying revisions 1 - 20 of 21
openSUSE Build Service is sponsored by