summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove unused variableAleix Pol2016-04-201-1/+0
| * Improve DialStyle's valueToAngle() tests and documentationMitch Curtis2016-04-181-4/+0
| * qtquickcontrols.qdocconf: Fix path to qquickabstractstyle_p.h.Friedemann Kleint2016-04-181-1/+1
| * Dialog: allow proper resize and default size for contentAlberto Mardegan2016-04-131-7/+15
* | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-291-2/+2
* | TextArea: disable selectByMouse on iOSRichard Moe Gustavsen2016-04-261-1/+1
* | iOS: Let CursorDelegate respond to cursorFlashTime from style hintsRichard Moe Gustavsen2016-04-261-2/+6
* | iOS: Remove text selection handlingRichard Moe Gustavsen2016-04-266-141/+1
* | Add support for QT_QUICK_CONTROLS_1_STYLEJ-P Nurmi2016-04-222-6/+14
* | qtquickcontrols-examples.qdoc: Remove Basic Layouts Example.Friedemann Kleint2016-04-181-14/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-0822-8/+10
|\ \ | |/
| * Purge sRGB chunks from PNGs in documentation.Edward Welbourne2016-03-2216-0/+0
| * Purge sRGB chunks from PNGs of dialog images.Edward Welbourne2016-03-222-0/+0
| * Doc: Add missing closing brace to a code snippetTopi Reinio2016-03-101-2/+3
| * Fix hiding of horizontal scrollbar when content changesJoni Poikelin2016-03-101-2/+2
| * Clarify Slider::tickmarks' purposeMitch Curtis2016-03-091-1/+4
| * Doc: Remove text mentioning validatorVenugopal Shivashankar2016-03-091-3/+1
* | Update classname in qmldir to reflect name of cpp classRichard Moe Gustavsen2016-03-211-1/+1
* | Fix unused variable warnings in static buildsMitch Curtis2016-03-182-0/+4
* | Don't duplicate the files listed in QML_FILESAndy Shaw2016-03-181-1/+1
* | Controls: append "1" to all C++ classesMitch Curtis2016-03-1850-618/+618
* | Make the iOS style a plugin so that it can be built for static correctlyAndy Shaw2016-03-184-29/+30
* | Enable using the module in a statically built applicationAndy Shaw2016-03-1516-64/+174
* | Correct scrolling direction when using SlidersMorten Johan Sørvig2016-03-153-2/+12
* | ScrollBar: ignore synthesized mouse eventsShawn Rutledge2016-03-111-1/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+2
|\ \ | |/
| * StyleData "selected" should be false on invalid rowsFilippo Cucchetto2016-03-041-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1Liang Qi2016-02-291-0/+294
|\ \ | |/
| * Fixing Dialogs plugins.qmltypesThomas Hartmann2016-02-221-0/+294
* | Move Qt Quick Layouts to qtdeclarative repoJan Arve Saether2016-02-2624-3972/+0
* | Disable platform menus on XCBJ-P Nurmi2016-02-253-7/+14
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-1615-128/+180
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-158-118/+134
| |\
| | * Revert "Adjust popup position by offset of the view in the toplevel window"v5.6.0-rc1J-P Nurmi2016-02-101-1/+0
| | * FileDialog: move shortcuts properties up to QQuickAbstractFileDialogShawn Rutledge2016-02-024-105/+94
| | * FileDialog: create FolderListModel asynchronously when first openedShawn Rutledge2016-02-021-11/+33
| | * Merge remote-tracking branch 'origin/5.5' into 5.6.0Liang Qi2016-01-304-1/+15
| | |\
| | | * Fixed key event propagation with submenusFilippo Cucchetto2016-01-292-1/+7
| * | | TreeView should update selection on release with ExtendedSelectionFilippo Cucchetto2016-02-121-8/+26
| * | | Doc: Added qmlpropertygroup statementsNico Vertriest2016-02-032-0/+2
| * | | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-252-0/+8
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed keyboard navigation in submenusFilippo Cucchetto2016-01-242-0/+8
| * | Android: fix Dialog window decorations' dismiss-on-click behaviorVladimir Moolle2016-01-222-2/+10
* | | Unify license header usageAntti Kokko2016-02-0429-145/+145
* | | Unify license header usageAntti Kokko2016-02-04439-5268/+6585
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2128-490/+673
|\ \ \ | |/ /
| * | QQuickStyleItem: replace if-else chain with switchAnton Kudryavtsev2016-01-191-7/+14
| * | QQuickStyleItem: wrap const char * in QStringLiteralAnton Kudryavtsev2016-01-191-45/+46
| * | QQuickStyleItem: wrap const char * in QLatin1StringAnton Kudryavtsev2016-01-191-102/+102
| * | Controls: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-192-3/+3