aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/imagine
Commit message (Expand)AuthorAgeFilesLines
* Make it visually clear which ComboBox item is the current itemMitch Curtis2018-12-121-0/+1
* Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-0247-175/+175
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-031-2/+2
|\
| * Menu: fix items not being scrollable when using WindowMitch Curtis2018-06-251-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-252-0/+2
|\|
| * TextArea, TextField: use the control's renderType in placeholder textMitch Curtis2018-06-132-0/+2
* | Create and init QQuickTheme from QtQuickControls2PluginJ-P Nurmi2018-05-223-17/+12
* | QQuickTheme: add setters to make getters non-virtualJ-P Nurmi2018-05-222-27/+6
* | Add Qt Quick Compiler support for external stylesJ-P Nurmi2018-05-131-1/+1
* | Imagine: use background insetsJ-P Nurmi2018-05-0945-189/+226
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-074-8/+5
|\|
| * Styles: use C++11 default member initializationJ-P Nurmi2018-05-044-8/+5
* | TextArea: add support for background insetsJ-P Nurmi2018-05-021-2/+2
* | TextField: add support for background insetsJ-P Nurmi2018-05-021-2/+2
* | Add missing implicitBackground{Width|Height} to non-QQuickControlsJ-P Nurmi2018-05-022-7/+6
* | Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-271-9/+0
* | Take background insets into accountJ-P Nurmi2018-04-2341-81/+81
* | Align and cleanup implicit size bindingsJ-P Nurmi2018-04-2019-41/+52
* | Tumbler: follow the "standard" implicit size calculation practicesJ-P Nurmi2018-04-191-2/+7
* | GroupBox: add implicitLabelWidth|HeightJ-P Nurmi2018-04-191-2/+2
* | Dialog: add implicit header and footer size propertiesJ-P Nurmi2018-04-191-6/+6
* | Page: add implicit header and footer size propertiesJ-P Nurmi2018-04-191-4/+4
* | SpinBox: add up|down.implicitIndicatorWidth|HeightJ-P Nurmi2018-04-181-4/+4
* | RangeSlider: add first|second.implicitHandleWidth|HeightJ-P Nurmi2018-04-181-4/+4
* | Slider: add implicitHandleWidth|HeightJ-P Nurmi2018-04-181-2/+2
* | ComboBox: add implicitIndicatorWidth|HeightJ-P Nurmi2018-04-181-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devJ-P Nurmi2018-04-181-3/+3
|\|
| * Page: fix implicitWidth bindingsJ-P Nurmi2018-04-171-3/+3
* | Popup: add implicitBackground|ContentWidth|Height propertiesJ-P Nurmi2018-04-165-14/+14
* | AbstractButton: add implicitIndicatorWidth|HeightJ-P Nurmi2018-04-139-9/+9
* | Use implicitContentWidth and implicitContentHeightJ-P Nurmi2018-04-1323-44/+44
* | Use implicitBackgroundWidth and implicitBackgroundHeightJ-P Nurmi2018-04-1236-72/+72
* | SwipeView: add contentWidth and contentHeightJ-P Nurmi2018-04-101-2/+2
* | DialogButtonBox: add contentWidth and contentHeightJ-P Nurmi2018-04-101-5/+2
* | imagine/ScrollView.qml: cleanup unnecessary content size bindingsJ-P Nurmi2018-04-061-3/+0
* | QQuickPopupItem: inherit QQuickPaneJ-P Nurmi2018-04-063-9/+0
* | QQuickControl: update baseline offset automaticallyJ-P Nurmi2018-04-0416-16/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-201-3/+4
|\|
| * Imagine: make the QML files show up in Qt CreatorJ-P Nurmi2018-03-131-3/+4
* | Add QQuickTheme::ScopeJ-P Nurmi2018-03-152-6/+6
* | QQuickTheme: cleanup the APIJ-P Nurmi2018-03-151-3/+3
* | Inherit QQuickPage from QQuickPaneJ-P Nurmi2018-03-091-3/+0
* | QQuickPane: calculate content size in C++ unless explicitly definedJ-P Nurmi2018-03-094-12/+0
* | Bump module versionsJ-P Nurmi2018-03-012-2/+2
* | Bump import versionsJ-P Nurmi2018-03-0146-170/+170
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-273-3/+3
|\|
| * Update versions in the docs and .prosJ-P Nurmi2018-02-262-2/+2
| * DialogButtonBox: workaround implicit size calculation with one buttonv5.11.0-beta1J-P Nurmi2018-02-221-1/+1
* | Bump QtQuick.Templates import versionsJ-P Nurmi2018-02-2342-42/+42
* | QQuickTextArea: add placeholderTextColor propertyYulong Bai2018-02-211-3/+3