Revisions of adwaita-qt

buildservice-autocommit accepted request 1111820 from Luciano Santos's avatar Luciano Santos (luc14n0) (revision 22)
baserev update by copy to link target
Luciano Santos's avatar Luciano Santos (luc14n0) accepted request 1110884 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 21)
- Drop (libQt5Core5 and gnome-session) and
  (libQt6Core6 and gnome-session) Supplements: No longer install
  automatically when the above conditions are met. Upstream have
  stopped maintenance of these packages, and are considered
  obsolete.
- Use the qt6 %cmake macros when building the qt6 flavor which
  uses the right compiler in SLE/Leap instead of gcc7 (which fails
  to build since it doesn't support C++17 headers used by Qt6).
- Update to version 1.4.2:
  + Fixed plugin path for Qt6.
  + Switch between dark/light variant on runtime on
    QEvent::PaletteChange.
  + Qt5X11Extras is an optional dependency.
  + UI: QMenu improvements.
  + Fixed placeholder text color for Qt6.
- Add hard cmake(Qt6Core) and cmake(Qt6Widgets) Requires to
  libadwaita-qt6-devel sub-package.
- Nuke the generated .pc file from the same sub-package, it is
  invalid.
- Use ldconfig_scriptlets macro for post(un) handling.
- Drop baselibs.conf: Stop supporting 32bit on x86_64, the only
  known consumer have dropped it also.
- Update to version 1.4.1
  * Support for Qt6 build with CMake option -DUSE_QT6=true.
  * QProgressBar: correctly get information whether we should
    render horizontal or vertical bar.
- Convert to _multibuild: enable builds for Qt5 and Qt6.
- Update to version 1.4.0
  + Base colors are now parsed from stylesheets provided by GTK 4
  + Added variants for HighContrast and HighContrastInverse
- Update to version 1.3.1:
  + Fixed wrongly advertised version.
  + Fixed compatibility with older versions.
  + Fixed QTabWidget issue where tabs were stretched to full
    width/heigh.
- Update to 1.3.0
  * Adwaita-qt library now provides Adwaita::Renderer class to
    render Adwaita components
  * Minor bug fixes
- Add baselibs.conf: create libadwaitaqt1-32bit as needed by
  QGNomePlatform.
- Fix SLPP package name:
  + Rename libadwaitaqt1_2_1 to  libadwaitaqt1: the libraries have
    a sover of '1'.
  + Obsolete the previously wrongly named  libadwaitaqt1_2_0 (
    libadwaitaqt1_2_1 was never shipped in a product).
- Update to 1.2.1
  * Fixes for Adwaita library
  * Define ADWAITAQT_LIBRARIES variable
  * Define ADWAITAQT_INCLUDE_DIRS variable
- Update to 1.2.0
  * Adwaita-qt now provides a library providing Adwaita specific colors
  * Checkbox: removed space before indicator for better consistency with other widgets
  * Qt4 version is no longer supported
  * Adwaita-qt can be successfuly build on Windows and Mac OS
- Stop building qt4 version since support for it have been dropped
- add devel package and shared library package for qt5
- Require adwaita-qt5 and obsolete adwaita-qt4 for older versions
- Update to 1.1.4
  * Do not set color to views which don't use our palette
- Update to 1.1.3
  * Fix crash when accessing already deleted widget (qutebrowser/qutebrowser#5435)
- Update to 1.1.2
  * Correctly set Light, Midlight, Mid and Dark colors
  * Specify XCB types correctly to avoid crash on 32-bit systems
  * QMenu: allow icons
  * QMenu: move text in submenus to avoid having arrow ipainted over accelerator
  * QTreeView: don't use different colors for unfocused views
  * QCheckBox/QRadioButton: update colors to match latest adwaita changes
  * Implement standardPalette() which might be used by some applications
- Run spec-cleaner
- Update to 1.1.1
  * Stability fixes
- Remove patch:
  * adwaita-qt-upstream-fixes.patch
- Add adwaita-qt-upstream-fixes.patch: Pull in latest fixes from
  upstream.
- Update to 1.1.0:
  * support for the new refreshed Adwaita theme
- Update to 1.0.91:
  * removed alternating rows in views
  * removed frame in locked dock widget
  * fixed build against qt4
  * fixed view items not appearing in qt4 apps
  * fixed scrollbar colors
  * fixed menu item accelerator color
  * fixed menu item separator color and height
- Update to 1.0.90:
  * support for the new refreshed Adwaita theme
- Only build the -Qt4 variant up to suse_version 1500.
- Do not build with Qt4 on SLE15.
- Use the new license tag for license files.
- Update to version 1.0 (no changelog but only theming
  improvements).
- common subpackage no longer exists.
- Fix license
- Remove pointless requires
- Add supplements to libqt{4,5} and gnome-session
- Tweak a bit so it builds for me
- Initial build.
buildservice-autocommit accepted request 1006351 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 20)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 1006286 from Luciano Santos's avatar Luciano Santos (luc14n0) (revision 19)
Update to version 1.4.2.
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 957328 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 18)
- Add hard cmake(Qt6Core) and cmake(Qt6Widgets) Requires to
  libadwaita-qt6-devel sub-package.
- Nuke the generated .pc file from the same sub-package, it is
  invalid.
- Use ldconfig_scriptlets macro for post(un) handling.
Bjørn Lie's avatar Bjørn Lie (iznogood) committed (revision 17)
Drop all the way
Bjørn Lie's avatar Bjørn Lie (iznogood) committed (revision 16)
Drop baselibs
Bjørn Lie's avatar Bjørn Lie (iznogood) committed (revision 15)
Drop 32bit for qt6
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) committed (revision 14)
Fix dependency of adwaita-FLAVOR
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) committed (revision 9)
  * Support for Qt6 build with CMake option -DUSE_QT6=true.
  * QProgressBar: correctly get information whether we should
    render horizontal or vertical bar.
- Convert to _multibuild: enable builds for Qt5 and Qt6.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 930755 from Enrico Belleri's avatar Enrico Belleri (iDesmI) (revision 8)
- Enabled multibuild for qt5 and qt6
  * Package names changed, make sure everything is proper for a smooth transition

- Update to version 1.4.1
  * Support for Qt6 build with CMake option -DUSE_QT6=true
  * QProgressBar: correctly get information whether we should render horizontal or vertical bar
buildservice-autocommit accepted request 735350 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 7)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) committed (revision 6)
Add patch
buildservice-autocommit accepted request 720598 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 5)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 720536 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 4)
- Update to 1.1.0:
  * support for the new refreshed Adwaita theme
- Update to 1.0.91:
  * removed alternating rows in views
  * removed frame in locked dock widget
  * fixed build against qt4
  * fixed view items not appearing in qt4 apps
  * fixed scrollbar colors
  * fixed menu item accelerator color
  * fixed menu item separator color and height
- Update to 1.0.90:
  * support for the new refreshed Adwaita theme
buildservice-autocommit accepted request 695152 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 3)
baserev update by copy to link target
Displaying revisions 1 - 20 of 22
openSUSE Build Service is sponsored by