Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: qqc2-desktop-style-devel | Distribution: openSUSE Leap 15.1 |
Version: 5.55.0 | Vendor: openSUSE |
Release: lp151.1.1 | Build date: Wed Feb 27 13:14:14 2019 |
Group: Development/Libraries/KDE | Build host: build75 |
Size: 2778 | Source RPM: qqc2-desktop-style-5.55.0-lp151.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.kde.org | |
Summary: Development Files for Qt Quick Controls 2 Desktop Style |
This file contains cmake files to be used by projects that depend on qqc2-desktop-style. Usually not needed as it is only a runtime dependency.
GPL-2.0-or-later
* Fri Feb 15 2019 alarrosa@suse.com - Add 0001-Fix-MobileTextActionsToolBar.qml-with-Qt-5.9.patch (by Fabian Vogt) to fix an issue with Qt 5.9 - Downgrade the Qt version requirement to build with 5.9 * Sun Feb 10 2019 lbeltrame@kde.org - Update to 5.55.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.55.0.php - Changes since 5.54.0: * Fix combobox initial sizing (kde#403736) * Set combobox popups to be modal (kde#403403) * Tab bar test * partly revert 4f00b0cabc1230fdf * Word-wrap long tooltips (kde#396385) * ComboBox: fix default delegate * Fake mousehover whilst combobox is open * Set CombooBox QStyleOptionState == On rather than Sunken to match qwidgets * Fix ComboBox * Always draw the tooltip on top of everything else * Support a tooltip on a MouseArea * Minor: Use {} for initializing flags * Minor: Use nullptr * do not force text display for ToolButton * Mon Jan 14 2019 lbeltrame@kde.org - Update to 5.54.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.54.0.php - Changes since 5.53.0: * Fix warning * Fix menu item width when the delegate is overriden (kde#401792) * Fix warnings * Rotate busy indicator clockwise * same behavior as Kirigami ScrollablePage * force checkboxes/radios to be square * Sun Dec 09 2018 lbeltrame@kde.org - Update to 5.53.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.53.0.php - Changes since 5.52.0: * consistent sizing of item compared to QWidgets * emit activated * same behavior as qwidgets comboboxes * fix Menu sizing * default values for ToolTip * proper line widths * make sure flickables are pixelAligned * Fix compilation * Support for QGuiApplication-based apps (kde#396287) * touchscreen text controls * Size according to specified icon width and height * Honor flat property of buttons * Remove qt include prefix * Fix issue where there's only one element on the menu * Sun Nov 11 2018 lbeltrame@kde.org - Update to 5.52.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.52.0.php - Changes since 5.51.0: * No code changes since 5.51.0 * Tue Oct 16 2018 Luca Beltrame <lbeltrame@kde.org> - Run spec-cleaner * Mon Oct 15 2018 lbeltrame@kde.org - Update to 5.51.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.51.0.php - Changes since 5.50.0: * small default padding when there is a background * Make it compile with "KDEFrameworkCompilerSettings" * Thu Sep 13 2018 lbeltrame@kde.org - Update to 5.50.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.50.0.php - Changes since 5.49.0: * None * Sun Aug 19 2018 christophe@krop.fr - Update to 5.49.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.49.0.php - Changes since 5.48.0: * Improve sizing of menus (kde#396841) * Remove double comparison * Port away from string-based connects * check for valid icon * Mon Jul 16 2018 lbeltrame@kde.org - Update to 5.48.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.48.0.php - Changes since 5.47.0: * no pixel values in checkindicator * own sizehit for sliders * use RadioIndicator for everybody * Don't overflow around popups * on Qt<5.11 the control palette is completely ignored * import kirigami 2.4 * anchor button background * Tue Jun 12 2018 lbeltrame@kde.org - Update to 5.47.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.47.0.php - Changes since 5.46.0: * Use pallet property only when using qtquickcontrols 2.4 * work with Qt<5.10 * add missing import * fix height of tabbar * Use Control.palette * --warnings * [RadioButton] Rename "control" to "controlRoot" * Don't set explicit spacing on RadioButton/CheckBox * [FocusRect] Use manual placement instead of anchors * import focusrect * import FocusRect * It turns out the flickable in a scrollview is the contentItem * Use override * Show focus rect when CheckBox or RadioButton are focused * hacky fix to scrollview detection * don't reparent the flickable to the mousearea * Add test file for ScrollView { TextArea {} } * [TabBar] Switch tabs with mouse wheel * Fix warning * Control must not have children (kde#394134) * constrain scroll (kde#393992) - Dropped patches, now upstream: * control-must-not-have-children.patch * Sun May 13 2018 lbeltrame@kde.org - Update to 5.46.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.46.0.php - Changes since 5.45.0: * export layout paddings from qstyle, start from Control * [ComboBox] Fix mouse wheel handling * make the mousearea not interfere with controls * fix acceptableInput * remove useless debug * Fix warning - Add upstream patch to fix control panel layouts (kde#394134): * control-must-not-have-children.patch * Mon Apr 16 2018 wbauer@tmo.at - Add fix-build-with-gcc48.patch to make it compile with gcc 4.8 on Leap 42.3 * Sat Apr 14 2018 lbeltrame@kde.org - Update to 5.45.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.45.0.php - Changes since 5.44.0: * fix rendering when disabled * better layout * experimental support for auto mnemonics * We depend against 5.8.0 * Make sure we are taking into account hte size of the element when styling * Fix font rendering for non-HiDPI and integer scale factors (kde#391780) * e our way to handle shortcuts * fix icons colors with colorsets * fix icon colors for toolbuttons * Mon Mar 12 2018 lbeltrame@kde.org - Update to 5.44.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.44.0.php - Changes since 5.43.0: * Fix syntax error in previous commit, detected by launching ruqola * Show a radiobutton when we are showing an exclusive control * fix some Qt 5.9 bugs * implement MenuBarItem * fix logic * implement DelayButton * New component: round button * take into account toolbar position * support colors for icons in buttons * support --reverse * icons in Menu fully functional * consistent shadows with the new breeze style * ame behavior as qwidget menus * make icons actually work * Some QStyles seem to not return sensible pixelmetrics here * first rough icons support * don't wrap around with mouse wheel * Mon Feb 12 2018 lbeltrame@kde.org - Update to 5.43.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.43.0.php - Changes since 5.42.0: * use the inactive or disabled color group when needed * Apply some C++11 niceties, styling consistency * Add BusyIndicator to the styled controls list * remove flicker when hovering scrollbar * Cache KColorScheme instances * Tue Jan 16 2018 lbeltrame@kde.org - Update to 5.42.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.42.0.php - Changes since 5.41.0: * simplify and don't try to block mouse events * if no wheel.pixelDelta, use global wheel scroll lines * desktop tabbars have different widths for each tab * ensure a non 0 size hint * Sun Dec 17 2017 lbeltrame@kde.org - Update to 5.41.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.41.0.php - Changes since 5.40.0: * determine QQC2 version at build time (kde#386289) * by default, keep the background invisible * add a background in ScrollView * Tue Nov 14 2017 wbauer@tmo.at - Fix QtQuickControls2 BuildRequires, it needs the devel package to build * Mon Nov 13 2017 lbeltrame@kde.org - Update to 5.40.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.40.0.php - Changes since 5.39.0: * Improve compilation as a static plugin. * make the radiobutton a radiobutton * use qstyle to paint the Dial * use a ColumnLayout for menus * fix Dialog * remove invalid group property * Add .arcconfig * Fix formatting of the md file so it matches the other modules * behavior of combobox closer to qqc1 * workaround for QQuickWidgets * Mon Oct 23 2017 lbeltrame@kde.org - Update to 5.39.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.39.0.php - Changes since 5.38.0: * Too many to list here * Sat Aug 19 2017 fabian@ritter-vogt.de - Initial packaging
/usr/lib64/cmake/KF5QQC2DeskopStyle /usr/lib64/cmake/KF5QQC2DeskopStyle/KF5QQC2DeskopStyleConfig.cmake /usr/lib64/cmake/KF5QQC2DeskopStyle/KF5QQC2DeskopStyleConfigVersion.cmake
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Apr 9 10:04:26 2022