| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
tqtc/lts-5.15-opensource
Change-Id: I5f83f5717ca13a8f8f282079170ab4c34804c3f4
|
| |
| |
| |
| |
| |
| |
| | |
Fixes: QTBUG-92444
Change-Id: I3920fa1da087752049b5c83b23995b2e88e3ca96
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|/
|
|
|
|
|
|
|
|
|
| |
This reverts commit 345343b7830cd9ccf03ccbe435cdaee13ba8d0fc.
Revert of commercial license headers is required for Qt 5.15.3
opensource release.
Task-number: QTBUG-91108
Change-Id: Ib1f8762037141b0c9fca42a8e1b9e1bf4585a110
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updated header.COMM to the files in tqtc-qtquickcontrols. Examples,
tests or documentation files are not updated.
The commercial license header may contain some
additional lines so that its line count equals
with the earlier license header. Reason for this
is that some autotests use hard coded line numbers
and a change in the line count causes failures in
tests.
Task-number: QTQAINFRA-4215
Change-Id: Id7a83ea4b83801352f9d45eaa688777add6784ab
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
|
|
|
|
|
|
|
|
|
| |
By setting the options first before the current color, we ensure it
does not crash on some platform helpers which expect the options to be
available already.
Change-Id: I75d8e556779d23c12a0f036689bb0bf3f36a8538
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|
|
|
|
|
|
|
|
| |
* Fix rtl issues as on the FontDialog
* Fixed rtl issues of the CheckBox
Fixes: QTBUG-62240
Change-Id: I72a4fa8cae88d18aef779a85e848a06fe1cd9965
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adjusted widths of TableViews to fit an Android layout
* Adjusted height of the Dialog to fit an Android layout on Portrait mode
* Fixed binding loop between the content and the mainLayout items
* Fixes will not affect to the desktop version
Fixes: QTBUG-62239
Change-Id: I03794eeaec9d09a62fd42b7f4c1b6a9d14fbd93b
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|
|
|
|
|
|
|
|
| |
Just adding file:// is not enough if it is a Windows file path as it
will cause it to lose the drive information as a result. So use the
function available to get this correctly.
Change-Id: I9927a8a67b1743c24cd317bea9ebf5e174b77604
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
Since a QtObject has no meaning as far as accessiblity is concerned then
we remove the references to this and change it to be its own property so
that the code relying on it still works as before.
Fixes: QTBUG-86315
Change-Id: I1531cc4f855d0dac6dd39820b4646851a1267371
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Regression caused by 7a806347167607172ee38c60d30808b298224a8b.
The file DefaultWindowDecoration.qml is installed under
"qml/QtQuick/Dialogs/qml/" but the path used assumes it's under
"qml/QtQuick/Dialogs/".
Fixes: QTBUG-85434
Change-Id: I536e3d805896815ae63c43c25b60c0e810dc3cab
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
(cherry picked from commit 7aeaa7aa1ef38ed337b41ea785852c72e48d6f22)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since the index is stored as a QPersistentModelIndex then this is what
should be returned since a QModelIndex can become invalid and to prevent
issues with views that may store this index we should keep it as a
QPersistentModelIndex so that it is updated if the model changes it.
Pick-to: 5.12
Fixes: QTBUG-84853
Change-Id: I0cf8014b386a2a5156f6c2d4f8b6feea823fbe26
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|
|
|
|
|
|
| |
Change-Id: Iba896b0af174ed28a27413d7343427cf9b4600d3
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
(cherry picked from commit a2f9eaf552b58a258beb25d29691fff97276e198)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
|
|
|
|
|
|
|
|
|
| |
Fixes: QTBUG-84048
Change-Id: I91ec44a5556f5906771642ca947f2e5bb1cd0721
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
(cherry picked from commit c7e7fe1f56852863217e052224e80464c9c0fdb8)
Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
|
|
|
|
|
|
|
|
|
|
|
| |
Used https://metacpan.org/pod/distribution/Font-TTF-Scripts/scripts/hackos2
to change the fsType from 8 to 0 in the OS/2 table.
/usr/bin/site_perl/hackos2 -t0 src/dialogs/qml/icons.ttf icons.ttf
Fixes: QTBUG-84086
Change-Id: Idc72ca04d5c71bb049c7d6d2c0cd9b40739c2321
Reviewed-by: Dmitry Shachnev <mitya57@gmail.com>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
|
|
|
|
|
| |
Change-Id: I799d3b22950131c91b6cfe2bf12fc6c1968ab15c
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|
|
|
|
|
| |
Fixes: QTBUG-82781
Change-Id: I98bb77d9118d05b16235cc1107d6e7a74b70fc65
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
|
|\
| |
| |
| | |
Change-Id: I3022d2eabeef6d387135427b553de8a6d80dff13
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The previous binding was not getting re-evaluated when the model was
being reset or when rows were been inserted or removed.
Here we use a counter variable, whose value change will force the
evaluation of the binding.
Fixes: QTBUG-53097
Change-Id: I76afebbda78ab477cf65631337a8bad51ca5428d
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
| |
| |
| |
| |
| |
| |
| | |
This amends 52e5dc73b3f61e
Change-Id: I671bf2577e845064413a2390366d147aba72d605
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
| |
| |
| |
| |
| |
| | |
Fixes: QTBUG-82787
Change-Id: Ib481c9f8454ccc1b7398e2c03b1db16c310ec7e2
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
|
| |
| |
| |
| |
| |
| | |
Fixes: QTBUG-82787
Change-Id: I3f3f1537f1f6c8b27306aedcd38d056e0fa984b2
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
|
| |
| |
| |
| |
| |
| | |
Task-number: QTBUG-82253
Change-Id: Ia4f49f7923d266e669d257d14319f3537105a1ac
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
|
| |
| |
| |
| |
| |
| |
| | |
Add fileLocation() function to return the path of each dialog type.
Change-Id: I7213e8cd09f61eca000f481b1cae58e9e5b3405e
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
|
|\ \
| |/
| |
| | |
Change-Id: Ifafbb9982454f62dcf1ccc1c5ed8661138dd01f8
|
| |\
| | |
| | |
| | | |
Change-Id: I91a981474478b244f956497347155d5c44e4fc84
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I99db8554f88d39a2e9376b50bb1a6f8a334cf461
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
|
|\ \ \
| | |/
| |/|
| | | |
Change-Id: Ia4ce71363671afd3f3a6ae8ff4740388c007f7f3
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Even though the type is private, other types inheriting from it
must also inherit the property documentation. \qmlabstract handles
this, but only if the abstract type is not \internal.
Remove incorrect links that were trying to fix the issue previously.
Fixes: QTBUG-79469
Change-Id: I9b9bb0af84abf44c5cbe9e1770659cff24834dd6
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
|
|\ \
| |/
| |
| | |
Change-Id: Ided88edd678ef05c3f69cfa374b8a79e64f5c812
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This will help readers who will end up on the
Controls 1 pages through a web search.
Change-Id: I9c40f6c66c72e5a456dd903485133c64cb386f8f
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Set them to be designable by default, fixing:
qquickaction_p.h:65: Warning: Providing a function for DESIGNABLE in a property declaration is deprecated and will not be supported in Qt 6 anymore.
Change-Id: I411f71062d78facb5a8ed311d324cbbf083e2efd
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Use qmlRegisterAnonymousType() instead, fixing:
plugin.cpp:199:53: warning: 'int qmlRegisterType() [with T = QQuickControlsPrivate1Attached]' is deprecated: Use qmlRegisterAnonymousType instead [-Wdeprecated-declarations]
Change-Id: I23e7559798c461fa9c3a3608b5a816d334fdd021
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
|
| |
| |
| |
| |
| |
| |
| | |
It is being deprecated.
Change-Id: I9dbd2c23e122161cf7216303c65c25678c472545
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
|
|\ \
| |/
| |
| | |
Change-Id: I4c1a5d2aa625740a57325276098b82727b7925bd
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All warnings in qtquickcontrols were related to \qmlmethod or \qmlsignal
parameters, except for the missing dependency to qtcore in Qt Quick
Extras.
There's some inconsistencies with how QDoc parses QML method parameters,
especially for qml signals - in some cases the \a command is replaced
with \e to clear the warning, even though the parameter name referenced
with \a does exist.
This commit brings the current warning count to zero.
Fixes: QTBUG-79828
Change-Id: I3d3d02583498c5a579f6476273e10e75680d940c
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
|
|\ \
| |/
| |
| | |
Change-Id: I1d6fd78aa3b9ef7899a14c95c5e06b2d44458d80
|
| |
| |
| |
| |
| |
| |
| | |
Fixes: QTBUG-79794
Change-Id: I1095563250cf872080843670ad1d92b896db38a3
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|\ \
| |/
| |
| | |
Change-Id: I1ddb1de98d15c70274040984d2e685a72827dc05
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
.qmake.conf
Change-Id: Ide73d291e885a0455765263716ea2b972d7ae62b
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The decision to store the original QModelIndex as a role has the
unfortunate consequence that we need to emit the dataChanged() signal
whenever its value change. The previous implementation of the "move
rows" operation failed in delivering this update in most cases.
While addressing that, this commit also fixes some similar issues with
the HasChildren role not being notified in certain scenarios.
Also, when the last child of an expanded item gets moved away and later
placed back in the original position, the item should not remember its
expanded state, but rather accept the children while staying collapsed.
Last but not least, it's important that the endMoveRows() protected
method is called *after* the original tree model has completed its
movement, because otherwise its elements might be accessed while in the
wrong state.
Similarly, we don't want the dataChanged() signals to be emitted while
rows are moved or removed; we queue up these events and fire them only
after the item indexes have settled.
Fixes: QTBUG-59606
Change-Id: Ib981c912ea19908e1283cc463331c3053d4d6e7d
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: Ib3ca61bf2e6506242f62f4add82f0162f0a0f123
|
| | |
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-78690
Change-Id: I3d6c4c3239107b25731d8e355c774a6b8b70a601
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
|
|/ /
| |
| |
| |
| |
| | |
Change-Id: I299baf89f2530250a333736bb31f4ae470610176
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
|
| |
| |
| |
| |
| |
| |
| | |
The default is going to change in 5.15.
Change-Id: Ib17500791476bd45ed2c7c3736186897fb63d7a0
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The QML files on Android are now available in :/android_rcc_bundle/qml
folder, this way we don't need to extract them at very first start up.
[ChangeLog][Android] Always load qml files from resources
(:/android_rcc_bundle/qml)
Change-Id: Ib905e5d5e1577d99bb89e7e0d237fa8b24a1e95f
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
|
|\ \
| |/
| |
| | |
Change-Id: I5c3215469c4b5f45943e8937e8b1eb309c6aed92
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When it tries to calculate the height of the listview then it depends
on the model having entries. If there is no model or no entries in it
then it will cause a warning to be outputted indicating that the
model size is less than 0. This prevents it from occurring as a result.
Fixes: QTBUG-72543
Change-Id: I7155a3a240fdcdf93caddfce332f0cc6bb0f0ec0
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes error from qmlplugindump:
ScrollViewHelper.qml:147: TypeError: Cannot read property 'originX' of null
Change-Id: I1bef74acda8fb4e1850967c4d684ece7d458699b
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
|\ \
| |/
| |
| | |
Change-Id: I69f231e99be0cc9a5600d95d1f53f70f5d55593e
|
| |
| |
| |
| |
| |
| | |
Task-number: QTBUG-74391
Change-Id: If30143e106fec5a8694c47ab2376aeda36faf8e1
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
|