aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * Material: fix ToolBar to respect Material.backgroundJ-P Nurmi2016-09-063-1/+10
| * Material: fix popups to respect Material.backgroundJ-P Nurmi2016-09-062-0/+44
| * Make QQuickDrawerPrivate accessible via qquickdrawer_p_p.hJ-P Nurmi2016-09-053-28/+97
| * Remove superfluous QQuickOverlayPrivate::popupsJ-P Nurmi2016-09-052-4/+1
| * QQuickOverlay: keep track of all drawersJ-P Nurmi2016-09-052-13/+6
| * QQuickOverlay: keep track of all popupsJ-P Nurmi2016-09-053-1/+27
| * Make QQuickOverlayPrivate accessible via qquickoverlay_p_p.hJ-P Nurmi2016-09-053-29/+97
| * Fix hover event delivery with plain QQuickWindowJ-P Nurmi2016-09-057-23/+181
| * Use QQuickOverlay with plain QQuickWindowJ-P Nurmi2016-09-057-47/+186
| * Make QQuickOverlay resize itselfJ-P Nurmi2016-09-053-8/+23
| * TextField: improve the implicit size calculationJ-P Nurmi2016-09-054-8/+31
| * Switch: fix missing pressed() and released() signalsJ-P Nurmi2016-09-052-76/+68
| * Doc: mention Material.elevation in the docsJ-P Nurmi2016-09-051-0/+11
| * auto tests: allow using QQuickWindow with QQuickApplicationHelperJ-P Nurmi2016-09-056-42/+44
| * tst_Drawer: cleanup applicationwindow.qmlJ-P Nurmi2016-09-051-7/+0
| * Fix tst_Drawer::dragMargin()J-P Nurmi2016-09-051-6/+10
| * Update .gitignoreJ-P Nurmi2016-09-021-0/+2
| * Replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-028-17/+24
* | texteditor: use RoundButtonJ-P Nurmi2016-09-051-16/+1
* | texteditor: allow passing -touch as a command line argumentJ-P Nurmi2016-09-051-2/+9
* | Update plugins.qmltypesJ-P Nurmi2016-09-032-14/+84
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-0217-24/+356
|\|
| * Material: ignore Material.background unless explicitly setMitch Curtis2016-09-022-1/+31
| * Cleanup unused QQuickMaterialStyle::drawerBackgroundColorJ-P Nurmi2016-09-022-7/+0
| * QQuickDrawer: fix velocity calculationJ-P Nurmi2016-09-022-1/+20
| * Switch: fix Qt::ClickFocus on the indicatorJ-P Nurmi2016-09-022-0/+19
| * Fix QQuickDrawerPrivate::handleMouseReleaseEvent()J-P Nurmi2016-09-021-5/+6
| * Popup: respect dynamic dim & modal changesJ-P Nurmi2016-09-022-3/+26