aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Make ApplicationWindow.overlay attached property work with QML WindowJ-P Nurmi2016-09-212-41/+51
| * Fix QQuickPopup::resetWidth/Height()J-P Nurmi2016-09-212-0/+28
| * QQuickPopup: fix negative marginsJ-P Nurmi2016-09-212-1/+28
| * Move resizeOverlay() to QQuickPopupPrivateJ-P Nurmi2016-09-214-13/+13
| * Control: elaborate on the documentation for various propertiesMitch Curtis2016-09-201-6/+45
| * Control: explain diagram and make it a linkable sectionMitch Curtis2016-09-203-0/+414
| * Control: link to "Control Layout" section in relevant placesMitch Curtis2016-09-201-7/+7
| * Switch/Delegate: improve dragging behaviorJ-P Nurmi2016-09-204-4/+88
| * QQuickSwitchDelegate: make the handle draggableJ-P Nurmi2016-09-193-12/+234
| * QQuickSwitch: fix event handlingJ-P Nurmi2016-09-193-91/+108
| * QQuickSwitch: utilize checkStateSet()J-P Nurmi2016-09-192-8/+8
| * Fix Switch to stay pressed as appropriateJ-P Nurmi2016-09-194-3/+29
| * Fix Popup to respect explicit sizeJ-P Nurmi2016-09-193-8/+54
| * Drawer: fix drag to close from the outside on touchJ-P Nurmi2016-09-193-1/+65
| * Dial: clarify the documentation for some propertiesMitch Curtis2016-09-191-2/+15
| * Container: rephrase paragraph about declaring childrenMitch Curtis2016-09-191-2/+4
| * Button: fix autoRepeat and checkable documentation review findingsMitch Curtis2016-09-191-2/+15
| * CheckBox: expand detailed descriptionMitch Curtis2016-09-191-2/+4
| * CheckDelegate: expand detailed descriptionMitch Curtis2016-09-191-4/+9
| * GroupBox: fix documentation review findingsMitch Curtis2016-09-191-4/+7
| * Frame: link to contentItem in detailed descriptionMitch Curtis2016-09-191-2/+2
| * List .qdoc files and snippets in OTHER_FILESJ-P Nurmi2016-09-162-2/+8
| * qquickapplicationwindow.cpp: fix typo in property docFrederik Schwarzer2016-09-161-1/+1
| * QQuickControl: clear the hovered state when hiddenJ-P Nurmi2016-09-152-0/+10
| * Drawer: fix flickering on touch releaseJ-P Nurmi2016-09-141-0/+6
* | Doc: Update the image and example's descriptionVenugopal Shivashankar2016-09-154-12/+67
* | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8J-P Nurmi2016-09-1430-49/+625
|\ \
| * | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-1430-49/+625
| |\|
| | * Fix modal overlays leaking wheel events throughJ-P Nurmi2016-09-139-1/+476
| | * Doc: align "pre-defined colors" in the style docsJ-P Nurmi2016-09-132-35/+35
| | * Doc: update the list of supported Universal style env variablesJ-P Nurmi2016-09-131-0/+8
| | * Doc: add missing SplitView in the type comparison tableJ-P Nurmi2016-09-131-0/+3
| | * Update .gitignoreJ-P Nurmi2016-09-131-0/+1
| | * Doc: highlight examples on the index pageJ-P Nurmi2016-09-121-1/+3
| | * Delete replaced delegates after Component.completed() is emittedMitch Curtis2016-09-1215-12/+101
| | * Remove unused QQuickMaterialStylePrivate forward declarationMitch Curtis2016-09-121-2/+0
* | | Fix FileDialog::selectedNameFilter review findingsJ-P Nurmi2016-09-146-21/+242
|/ /
* | Platform: add experimental StandardPathsJ-P Nurmi2016-09-138-3/+345
* | Adding TabBar and TabButton to item libraryThomas Hartmann2016-09-131-0/+28
* | texteditor: add mnemonicsJ-P Nurmi2016-09-121-12/+12
* | Fix sqlite detectionLars Knoll2016-09-122-2/+2
* | Update .qmltypesMarco Benelli2016-09-123-1748/+14
* | Default: consolidate style colors into a singletonMitch Curtis2016-09-1246-98/+587
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-0645-561/+1588
|\|
| * QQuickDrawer: fix the internal transition stateJ-P Nurmi2016-09-066-60/+197
| * Fix drawer visibility and overlay event handlingJ-P Nurmi2016-09-0610-143/+449
| * tst_material: test the background of some more controlsJ-P Nurmi2016-09-061-34/+42
| * QQuickDrawerPrivate::ungrabMouse()J-P Nurmi2016-09-062-47/+56
| * QQuickDrawerPrivate::grabMouse()J-P Nurmi2016-09-062-32/+40
| * QQuickDrawerPrivate::startDrag()J-P Nurmi2016-09-062-18/+29