Accepting request 247851 from KDE:Qt5
- Update to 5.3.2~git20140904 (r05670f5): * Tip of the bugfix 5.3.2 branch Please copy to 13.2 if possible, as can be seen from the changelog, it contains many useful bugfixes. The 'snapshot' is artificial, as the probably won't be any commits between now and 5.3.2, but release is waiting on some bureaucratic procedures. Thanks! OBS-URL: https://build.opensuse.org/request/show/247851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtquickcontrols?expand=0&rev=13
This commit is contained in:
parent
c1b5068fcb
commit
7b1b0a2df4
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 4 20:37:34 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.3.2~git20140904 (ra7d03f5):
|
||||
* Tip of the bugfix 5.3.2 branch:
|
||||
* Fix menu/combobox popup positioning
|
||||
* Dialogs: correct C++ warnings
|
||||
* Dialogs must know when they are closed by the
|
||||
operating system
|
||||
* Dialog: initialize enabled and clicked buttons
|
||||
* Dialogs: buttonless fully-filled dialog example
|
||||
* Dialog: do not emit signals twice when a button
|
||||
is clicked
|
||||
* QtQuick.Dialogs FileDialog: default mode is ExistingFile
|
||||
* QtQuick.Dialogs FontDialog: fix a binding loop issue
|
||||
* Fix tooltip position when used with QQuickWidget
|
||||
* Doc: Updated the Calendar example documentation
|
||||
* Make the default style "Base" when built without
|
||||
widgets support
|
||||
* QQuickPopupWindow: Use actual item size as content size
|
||||
* QtQuick.Dialogs: check for inheriting from QApplication
|
||||
* Updated the example so that it adapts to the
|
||||
orientation change
|
||||
* Centralize determination of "no desktop" configurations
|
||||
* Do not embed the Desktop style into resources on
|
||||
irrelevant platforms
|
||||
* Improve implicit size of Calendar on high DPI devices.
|
||||
* MenuStyle: fix default text rendering type
|
||||
* SpinBox: don't force active focus when tapping
|
||||
the buttons on touch
|
||||
* Fixed incorrect cursor when moving column in TableView
|
||||
* Doc: Updated the example documentation
|
||||
* Dialog: Add missing docs
|
||||
* Fix editable ComboBox mouse cursor
|
||||
* Doc: Update image for ApplicationWindow
|
||||
* Fix SpinBox mouse cursor
|
||||
* Mention that ApplicationWindow is not visible by default.
|
||||
* Allow QT_QUICK_CONTROLS_STYLE pointing to resources
|
||||
* TextField/Area: soft dependency to inputMethodHints
|
||||
* Use the correct parent window for menu popups
|
||||
* Revise unstable and slow GridLayout auto test
|
||||
* Doc: Add a link to Tab in TabView documentation
|
||||
* Doc: Added images and missing snippets
|
||||
* Cleanup whitespace
|
||||
* Remove QtWidgets dependency for WinRT
|
||||
* Remove Widgets dependency for QNX
|
||||
* ComboBox: open the popup on release on touch devices
|
||||
* Slider: fix behavior inside a flickable on touch
|
||||
* Singleton SystemPalette
|
||||
* Kill unnecessary SystemPalette instances
|
||||
* Remove unused BasicButton::__textColor
|
||||
* Fix grammar in Layout::fillWidth and
|
||||
Layout::fillHeight documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 7 21:41:18 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -16,23 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
%define qt5_snapshot 0
|
||||
%define qt5_snapshot 1
|
||||
|
||||
Name: libqt5-qtquickcontrols
|
||||
Version: 5.3.1
|
||||
Version: 5.3.2~git20140904
|
||||
Release: 0
|
||||
Summary: Qt 5 Quick Controls Addon
|
||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||
Group: Development/Libraries/X11
|
||||
Url: http://qt.digia.com
|
||||
%define base_name libqt5
|
||||
%define real_version 5.3.1
|
||||
%define so_version 5.3.1
|
||||
%if %qt5_snapshot
|
||||
%define tar_version qtquickcontrols-%{real_version}
|
||||
%else
|
||||
%define real_version 5.3.2
|
||||
%define so_version 5.3.2
|
||||
%define tar_version qtquickcontrols-opensource-src-%{real_version}
|
||||
%endif
|
||||
Source: %{tar_version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libQt5Core-private-headers-devel >= %{version}
|
||||
@ -60,11 +56,7 @@ Group: Development/Libraries/X11
|
||||
Examples for libqt5-qtquickcontrols module.
|
||||
|
||||
%prep
|
||||
%if %qt5_snapshot
|
||||
%setup -q -n qtquickcontrols-%{real_version}
|
||||
%else
|
||||
%setup -q -n qtquickcontrols-opensource-src-%{real_version}
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if %qt5_snapshot
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6936130d7d2f08062dd9b9b19dcde56511ff038e57ae813fbb0943477871c1d
|
||||
size 742104
|
3
qtquickcontrols-opensource-src-5.3.2.tar.xz
Normal file
3
qtquickcontrols-opensource-src-5.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfaf8b1743b6c5e4c76f76aadd20b205fa83c7ae751df36ce779c6d1325def2b
|
||||
size 854500
|
Loading…
Reference in New Issue
Block a user