summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Include potential toolBar+menuBar+statusBar when calculating heightJan Arve Saether2014-08-281-1/+1
* Remove unused function.Jan Arve Saether2014-08-272-12/+0
* StackView itself should not anchor to parentJan Arve Saether2014-08-271-3/+0
* Children of ContentItem must be visible in order to be evaluated.Jan Arve Saether2014-08-271-1/+1
* QtQuick.Controls TextField: add remove() functionLiang Qi2014-08-231-0/+10
* Generate .tags fileDavid Edmundson2014-08-141-0/+2
* Use the new QSGNinePatch node interface from the scene graphSimon Hausmann2014-08-092-25/+57
* FileDialog: ensure that arrow keys can always navigate the file listShawn Rutledge2014-08-081-0/+2
* 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-0747-1/+3962
* 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
* Doc: Use \value command for documenting flags for QML propertiesTopi Reinio2014-08-052-69/+115
* 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
* fix ColorDialog rendering on non-windowing platformsShawn Rutledge2014-08-011-1/+1
* 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
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-1/+1
|\
| * QtQuick.Dialogs: check for inheriting from QApplicationShawn Rutledge2014-07-281-1/+1
* | 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-176-17/+260
|\ \ | |/
| * 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
| * Dialog: Add missing docsShawn Rutledge2014-07-092-11/+222
* | Add MenuBarStyle::fontJ-P Nurmi2014-07-171-1/+11
* | Fix Calendar::clicked() signal emissionJ-P Nurmi2014-07-161-8/+7