aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Make QQuickOverlay resize itselfJ-P Nurmi2016-09-053-8/+23
| * TextField: improve the implicit size calculationJ-P Nurmi2016-09-053-8/+12
| * Switch: fix missing pressed() and released() signalsJ-P Nurmi2016-09-051-1/+5
| * Doc: mention Material.elevation in the docsJ-P Nurmi2016-09-051-0/+11
* | Update plugins.qmltypesJ-P Nurmi2016-09-032-14/+84
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-09-0210-21/+158
|\|
| * Material: ignore Material.background unless explicitly setMitch Curtis2016-09-021-1/+2
| * Cleanup unused QQuickMaterialStyle::drawerBackgroundColorJ-P Nurmi2016-09-022-7/+0
| * QQuickDrawer: fix velocity calculationJ-P Nurmi2016-09-021-1/+17
| * Switch: fix Qt::ClickFocus on the indicatorJ-P Nurmi2016-09-021-0/+8
| * Fix QQuickDrawerPrivate::handleMouseReleaseEvent()J-P Nurmi2016-09-021-5/+6
| * Popup: respect dynamic dim & modal changesJ-P Nurmi2016-09-021-1/+18
| * Make a plain Container calculate suitable implicit sizeJ-P Nurmi2016-08-313-1/+49
| * Make a plain Control calculate suitable implicit sizeJ-P Nurmi2016-08-313-1/+49
| * ScrollIndicator: respect the paddings when overshootingJ-P Nurmi2016-08-301-4/+9
* | Add RoundButtonMitch Curtis2016-09-0217-12/+633
* | Fix style name casingJ-P Nurmi2016-09-021-21/+29
* | StackView: add removed() attached signalMitch Curtis2016-09-023-1/+22
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-08-274-3/+19
|\|
| * TabBar: improve the behavior of flickable tabsJ-P Nurmi2016-08-252-2/+13
| * Fix typo in deployment documentationMitch Curtis2016-08-241-1/+1
| * QQuickStylePlugin: avoid re-creating the proxy themeJ-P Nurmi2016-08-231-0/+5
* | Init QQuickStyle's base URL to avoid creating temp QQmlEngineJ-P Nurmi2016-08-254-6/+84
* | Doc: add example snippet to FileDialog::nameFiltersJ-P Nurmi2016-08-251-0/+6
* | Add MenuSeparator and ToolSeparator to Differences doc pageMitch Curtis2016-08-241-0/+6
* | Remove 'No hover effects' note from qtquickcontrols2-differences.qdocMitch Curtis2016-08-241-3/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2315-111/+176
|\|
| * QQuickToolTip: fix the creation context of the shared tooltipJ-P Nurmi2016-08-221-15/+12
| * Fix attached ToolTip propertiesJ-P Nurmi2016-08-191-2/+8
| * QQuickPopup: do not attempt to execute transitions without a windowJ-P Nurmi2016-08-192-3/+9
| * Close parentless popupsJ-P Nurmi2016-08-191-0/+2
| * Document that style attributes set in QML have precedence over settingsMitch Curtis2016-08-192-2/+4
| * Universal: document the attached style propertiesMitch Curtis2016-08-192-0/+10
| * Universal: ensure setting background/foreground worksMitch Curtis2016-08-191-5/+15
| * Universal: rename DefaultX variables to GlobalXMitch Curtis2016-08-191-20/+20
| * Material: document the attached style propertiesMitch Curtis2016-08-192-0/+15
| * Material: ensure setting background/foreground worksMitch Curtis2016-08-191-2/+10
| * Material: rename defaultX variables to globalXMitch Curtis2016-08-191-43/+43
| * QQuickToolTip: fix destruction of the shared tooltipJ-P Nurmi2016-08-191-1/+12
| * QQuickPopup: don't keep a reference to a destroyed parentJ-P Nurmi2016-08-184-16/+15
| * ComboBox: make delegates respect the popup widthJ-P Nurmi2016-08-183-3/+3
| * QQuickDrawerPrivate: remove unused QQuickItemChangeListener inheritanceJ-P Nurmi2016-08-181-2/+1
| * qquickpopup_p.h: add missing override keywordsJ-P Nurmi2016-08-181-4/+4
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1712-18/+94
|\|
| * Doc: add an example how to create a flickable tab barJ-P Nurmi2016-08-113-0/+62
| * TextArea & TextField: set IBeamCursorJ-P Nurmi2016-08-112-0/+6
| * Universal: fix editors in dark themeJ-P Nurmi2016-08-112-4/+2
| * TabBar: cull tabs outside the barJ-P Nurmi2016-08-101-0/+1
| * Dial: fix stepSize handlingMitch Curtis2016-08-101-2/+8
| * QQuickRangeSlider: fix snapPosition()J-P Nurmi2016-08-101-1/+1