summaryrefslogtreecommitdiff
path: root/src/controls
Commit message (Expand)AuthorAgeFilesLines
* SwitchStyle: Make it work with pre-Holo AndroidGabriel de Dietrich2014-08-081-61/+68
* TableViewStyle: Add header delegate for Android styleGabriel de Dietrich2014-08-081-1/+27
* Doc: Update QtQuick.Controls version to 1.3Caroline Chao2014-08-071-1/+1
* Android styleJ-P Nurmi2014-08-0746-1/+3961
* Fix ApplicationWindow state / content sizeJ-P Nurmi2014-08-065-142/+2
* QQuickMenu: add enum MenuType that reflects QPlatformMenu::MenuTypeRichard Moe Gustavsen2014-08-062-2/+7
* Introduce ApplicationWindowStyleJ-P Nurmi2014-08-059-3/+298
* QQuickMenu: dismiss platform menu, not only QQuickMenuPopupWindowRichard Moe Gustavsen2014-08-041-6/+10
* QQuickMenu: center menu when mouse not presentRichard Moe Gustavsen2014-08-041-0/+6
* TableView: fix styleData.pressed for filled rowsJ-P Nurmi2014-07-311-0/+2
* MenuStyle: fix separator heightJ-P Nurmi2014-07-291-1/+3
* OS X: fix positioning of non-native menu popupsJ-P Nurmi2014-07-292-11/+11
* MenuStyle: Add pressed property to style data objectGabriel de Dietrich2014-07-293-0/+4
* Fix TextHandle min/max position handlingJ-P Nurmi2014-07-281-1/+3
* ComboBox: respect style padding for the editorJ-P Nurmi2014-07-282-2/+5
* Text handles: fix input method commitsJ-P Nurmi2014-07-253-4/+1
* TextArea: let style specify the default text marginJ-P Nurmi2014-07-243-1/+7
* Add scollBarPolicy properties to scrollviewDavid Edmundson2014-07-222-2/+35
* Make text selection handles behave in a FlickableJ-P Nurmi2014-07-211-1/+12
* Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-193-32/+34
|\
| * Centralize determination of "no desktop" configurationsJ-P Nurmi2014-07-182-2/+2
| * Do not embed the Desktop style into resources on irrelevant platformsJ-P Nurmi2014-07-181-25/+27
| * Improve implicit size of Calendar on high DPI devices.Mitch Curtis2014-07-171-6/+6
* | ComboBox: add support for selection handlesJ-P Nurmi2014-07-182-11/+55
* | SpinBox: add support for selection handlesJ-P Nurmi2014-07-182-11/+55
* | Add styleData.hasSelection for text selection handlesJ-P Nurmi2014-07-183-0/+5
* | TextField: refactor selection handlesJ-P Nurmi2014-07-184-119/+176
* | Add ComboBox::inputMethodComposingJ-P Nurmi2014-07-181-0/+12
* | Add SpinBox::inputMethodComposingJ-P Nurmi2014-07-181-0/+12
* | SpinBox: revert back to querying font via style panelJ-P Nurmi2014-07-173-2/+5
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-174-6/+38
|\ \ | |/
| * MenuStyle: fix default text rendering typeJ-P Nurmi2014-07-171-0/+3
| * SpinBox: don't force active focus when tapping the buttons on touchJ-P Nurmi2014-07-141-2/+2
| * Fixed incorrect cursor when moving column in TableViewPiotr Wycisk2014-07-111-1/+2
| * Doc: Updated the example documentationVenu2014-07-111-3/+31
* | Add MenuBarStyle::fontJ-P Nurmi2014-07-171-1/+11
* | Fix Calendar::clicked() signal emissionJ-P Nurmi2014-07-161-8/+7
* | Add Calendar::pressAndHold(date) signalJ-P Nurmi2014-07-162-0/+23
* | ComboBox: query font & colors via style panelJ-P Nurmi2014-07-163-9/+14
* | Introduce TableView::pressAndHold(int row) [signal]J-P Nurmi2014-07-141-0/+19
* | ComboBoxStyle: allow specifying text & selection colorsJ-P Nurmi2014-07-123-4/+28
* | TableView: add styleData.pressed for itemDelegate & rowDelegateJ-P Nurmi2014-07-111-13/+41
* | Merge remote-tracking branch 'origin/5.3' into devJ-P Nurmi2014-07-0956-127/+393
|\ \ | |/
| * Fix editable ComboBox mouse cursorJ-P Nurmi2014-07-091-1/+9
| * Doc: Update image for ApplicationWindowCaroline Chao2014-07-081-0/+0
| * Fix SpinBox mouse cursorJ-P Nurmi2014-07-081-1/+10
| * Mention that ApplicationWindow is not visible by default.Mitch Curtis2014-07-071-0/+4
| * Allow QT_QUICK_CONTROLS_STYLE pointing to resourcesJ-P Nurmi2014-07-031-1/+3
| * TextField/Area: soft dependency to inputMethodHintsJ-P Nurmi2014-07-022-2/+2
| * Use the correct parent window for menu popupsLaszlo Agocs2014-07-013-10/+16