aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add QQuickAbstractContainer::contentItemChange()J-P Nurmi2015-04-102-0/+9
| | | | | Change-Id: I81c45567995abbbd5c9650b78435d00baa63a32f Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Implement StackView in C++J-P Nurmi2015-04-0913-1445/+1282
| | | | | Change-Id: Ia5387aa16325453c676a2542f80c827d4c069ca9 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Rename benchmarksJ-P Nurmi2015-04-096-23/+23
| | | | | | | | Just to make it clear what they actually do. These project names are also visible in Qt Creator when choosing the run-target... Change-Id: I95dd54fd1b6cb3369ab19dbaccbd92d104ea5250 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Rename Style to ThemeJ-P Nurmi2015-04-0845-820/+820
| | | | | Change-Id: I0186cd36f0b42ca015b70a09af27f8a3517d4a60 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Remove SpinBoxJ-P Nurmi2015-03-309-573/+0
| | | | | | | | | | SpinBox is a desktop centric control. It won't be provided in Qt Quick Controls 2.0, but maybe later when desktop support is re-considered. Qt Quick Controls 2.0 will focus on embedded and mobile. SpinBox is still available in 1.x Change-Id: I272b030734bad58de7e5b26c522189e0c520fca5 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* QQuickAbstractStackView: fix buildJ-P Nurmi2015-03-281-1/+1
| | | | | | | error: invalid conversion from 'const QV4::QObjectWrapper*' to 'QV4::QObjectWrapper*' Change-Id: I31561ae56faa190ec545c5d400cc807c0862b88e Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Specify link color & use StyledTextJ-P Nurmi2015-03-282-2/+3
| | | | | Change-Id: If6d087b4bb66bf4d293a8bcccf3ab01fa9266152 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Remove SplitViewJ-P Nurmi2015-03-238-1084/+3
| | | | | | | | | | SplitView is a very centric control. It won't be provided in Qt Quick Controls 2.0, but maybe later when desktop support is re-considered. Qt Quick Controls 2.0 will focus on embedded and mobile. SplitView is still available in 1.x Change-Id: I3bc1c7a525d4e1e75153205ca806dc4dcee7e601 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Add dummy tst_drawer - there needs to be at least one data/*.qml fileJ-P Nurmi2015-03-231-0/+66
| | | | | Change-Id: I56eea0c3cdd03486a1e94be2dddb03249788582d Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* QQuickAbstractLabel: inherit QQuickTextJ-P Nurmi2015-03-185-3/+197
| | | | | Change-Id: I98679c8f3dffde96531c41c8219b60050d1e33dd Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Add LICENSE.FDL for docsJ-P Nurmi2015-03-181-0/+450
| | | | | Change-Id: Ife991add08c7d17135eab23868ae031d4b9d816a Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Rename tests/benchmark -> tests/benchmarksJ-P Nurmi2015-03-187-3/+3
| | | | | Change-Id: I1ffd60772ca4a504d174c3ad4e321bf3c3fb5849 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Add qtquickcontrols as a dependency for the CI (need qtquicklayouts)J-P Nurmi2015-03-181-0/+1
| | | | | Change-Id: Ie50285eddfc1e6f659c285cbd8a570bdbdd047bd Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Fix QQuickItemPrivate::(width|height)Valid usageJ-P Nurmi2015-03-137-14/+43
| | | | | Change-Id: I7c04a800210abbdbbb01b399964be7c42cf7f9c5 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* QQuickStyle: fix build on Linux / GCC 4.9J-P Nurmi2015-03-112-2/+2
| | | | | Change-Id: Ic42631cdcb207df98fe0337398580c686605a8f6 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Implement Style as an attached propertyJ-P Nurmi2015-03-1155-1019/+1773
| | | | | Change-Id: I006ee566647e31d1a14919d164d7dd68539aae10 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Add sync.profileFrederik Gladhorn2015-03-091-3/+3
| | | | | Change-Id: Ibf6efe4fb57ae75ef846474e47a6f800793abf7a Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Extras auto tests: add everything in data/ to OTHER_FILES.Mitch Curtis2015-03-091-0/+3
| | | | | Change-Id: Ia0f875955aef223259fd172b2f64109b3bd92229 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Add missing includesFrederik Gladhorn2015-03-061-0/+2
| | | | | Change-Id: I3459e45aa8afb6c3b7fc900f0b34b0c8ff771f10 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* import QtQuick 2.6J-P Nurmi2015-03-0632-32/+32
| | | | | Change-Id: I2a8a1c6884e65383f0938763497a419d2f0fcbd6 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* QQuickAbstractTextArea: inherit QQuickTextEditJ-P Nurmi2015-03-064-63/+137
| | | | | Change-Id: I974dd801d3cd3cf3d7024e1c8727ec0607e084f3 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* QQuickAbstractTextField: inherit QQuickTextInputJ-P Nurmi2015-03-064-68/+141
| | | | | Change-Id: Ibd98bd712fa247b2c20c1099fa031ab8184b7f20 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Add Control::padding for convenienceJ-P Nurmi2015-03-0619-122/+185
| | | | | Change-Id: I9a472e2378854ba07ce34ad571f54b0fa4a3755c Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* BSD license for QML code in testsJ-P Nurmi2015-03-0417-376/+444
| | | | | Change-Id: Ia1556502ece0bc385375e61653169bdc855f592e Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* QQuickStylableJ-P Nurmi2015-03-039-57/+224
| | | | | Change-Id: I9017c192d5d42724589a5cbdbdb6705be4c552b5 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Update padding usage in examplesJ-P Nurmi2015-03-031-2/+2
| | | | | Change-Id: Id1f983b242a0daa6b89f3b055d1b726e0a2ea049 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Update src/imports to use top/left/right/bottomPaddingJ-P Nurmi2015-03-0323-176/+222
| | | | | Change-Id: I9c72db2d8f44429a7c87baaad663b88c7e1f1bb9 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Replace grouped padding property with top/left/right/bottomPaddingJ-P Nurmi2015-03-036-103/+86
| | | | | | | This is consistent with QQuickText, QQuickTextInput, QQuickTextEdit... Change-Id: I06aafa1bf73311cbb24ad9411872cac131863d47 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Add missing private API warningsJ-P Nurmi2015-03-0244-0/+484
| | | | | Change-Id: I62ee3648689e1858c7b17f9c1e847348c8ff4d21 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Update BSD license headers as appropriateJ-P Nurmi2015-02-2310-30/+30
| | | | | Change-Id: I03812c7df56c804b5afdeff5829e00417a4b135c Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Examples: BSD license (liberal, free to copy-paste)J-P Nurmi2015-02-0910-228/+268
| | | | | Change-Id: I311f86b9faa2fa006d563ba597fb83a2859f4aa0 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Fix .qdoc license headers to pass tst_licenseJ-P Nurmi2015-02-093-3/+3
| | | | | Change-Id: I60104f37144ec70d27a05c382554b09a2a843f44 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Add benchmark for the amount of created items & objectsJ-P Nurmi2015-02-094-1/+247
| | | | | Change-Id: I42328f7129051455150dfb0c77410e72f6ea4ed5 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Use Q_ENUM instead of Q_ENUMSJ-P Nurmi2015-02-083-4/+4
| | | | | Change-Id: I01d6a9bcb097ae9a3f3946b388e3d15dfda07f6f Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Import the Qt Quick Controls 2 prototypeJ-P Nurmi2015-02-05202-0/+20567
| | | | | Change-Id: Ib8c0c4160958e5cfea29a6e9df1b3f1fb19715fc Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
* Initial empty repositoryOswald Buddenhagen2015-01-300-0/+0