aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Add Chat TutorialMitch Curtis2016-02-2920-0/+861
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7J-P Nurmi2016-02-25106-62/+112
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-02-25106-62/+112
| |\
| | * Exclude designer support on iOSJ-P Nurmi2016-02-251-1/+1
| | * QQuickMaterialProgressStrip: reset the transformation matrixJ-P Nurmi2016-02-231-0/+1
| | * Doc: fix typos in Qt.labs.calendarJ-P Nurmi2016-02-233-3/+3
| | * Fix CalendarModel month indicesJ-P Nurmi2016-02-231-6/+32
| | * Material: tweak the accent color and ripples for the dark themeJ-P Nurmi2016-02-221-2/+2
| | * Material: add missing focus highlightsJ-P Nurmi2016-02-226-4/+28
| | * Add icons for the QML DesignerJ-P Nurmi2016-02-2292-44/+43
| | * Do not limit ComboBox menu to predefined valueNikita Krupenko2016-02-212-2/+2
* | | Add ApplicationWindow::backgroundJ-P Nurmi2016-02-252-0/+2
|/ /
* | Control: add hoverEnabled and hovered propertiesJ-P Nurmi2016-02-252-0/+4
* | Add Control::wheelEnabledJ-P Nurmi2016-02-242-0/+2
* | Doc: Using File Selectors with Qt Labs ControlsJ-P Nurmi2016-02-235-14/+171
* | Add SpinBox::editable propertyJ-P Nurmi2016-02-235-0/+5
* | Update plugins.qmltypesJ-P Nurmi2016-02-223-2/+47
* | Material TabBar: highlight at the top when the bar is at the bottomJ-P Nurmi2016-02-221-1/+1
* | Add the style name as a static file selectorJ-P Nurmi2016-02-211-0/+5
* | Universal: follow the Qt coding styleJ-P Nurmi2016-02-203-47/+56
* | Material: follow the Qt coding styleJ-P Nurmi2016-02-202-60/+70
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-02-204-7/+32
|\|
| * Material: make MenuItem highlight visible against any backgroundJ-P Nurmi2016-02-191-1/+1
| * Material: return proper themeFont() for controlsNikita Krupenko2016-02-173-6/+31
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-153-1/+8
|\|
| * ItemDelegate: make the highlight visible against any backgroundJ-P Nurmi2016-02-153-1/+8
| * Link to examples from index pageMitch Curtis2016-02-151-0/+1
* | QQuickMaterialStyle: replace foreach with ranged forJ-P Nurmi2016-02-121-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-128-23/+39
|\|
| * Universal: fix fontsJ-P Nurmi2016-02-092-9/+14
| * Material: fix fontsJ-P Nurmi2016-02-092-8/+16
| * Material: corrected padding of TabButtonNikita Krupenko2016-02-081-1/+1
| * Add AbstractButton::pressAndHold() signalJ-P Nurmi2016-02-072-0/+2
| * Material: increase the height of tabsJ-P Nurmi2016-02-072-5/+6
* | ToolBar: remove doc references to frameJ-P Nurmi2016-02-093-40/+1
* | Frame: migrage from frame to backgroundJ-P Nurmi2016-02-096-67/+11
* | GroupBox: migrage from frame to backgroundJ-P Nurmi2016-02-096-59/+12
* | Doc: added link to examples page Qt Labs ControlsNico Vertriest2016-02-091-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devJ-P Nurmi2016-02-078-15/+43
|\|
| * QQuickPopup: add some missing propertiesJ-P Nurmi2016-02-062-0/+10
| * Universal: enable focus rect for ToolButtonJ-P Nurmi2016-02-061-0/+2
| * Optimize QQuickUniversalFocusRectangle::paint()J-P Nurmi2016-02-061-11/+22
| * QQuickUniversalFocusRectangle: avoid unnecessary paintsJ-P Nurmi2016-02-061-0/+3
| * Update example snippets to use qrc:/main.qmlJ-P Nurmi2016-02-052-2/+4
| * Fix Universal & Material style font checksJ-P Nurmi2016-02-022-2/+2
* | Remove AbstractButton::label in favor of contentItemJ-P Nurmi2016-02-062-2/+0
* | Remove remaining references to AbstractButton::labelJ-P Nurmi2016-02-061-1/+1
* | Switch: migrate from label to contentItemJ-P Nurmi2016-02-067-42/+30
* | MenuItem: migrate from label to contentItemJ-P Nurmi2016-02-063-38/+30
* | ItemDelegate: migrate from label to contentItemJ-P Nurmi2016-02-066-41/+29