summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dialogs: add qsTr() wrappers to all QML strings for translationv5.4.0-alpha1Shawn Rutledge2014-09-054-33/+33
* Generate .tags fileDavid Edmundson2014-09-051-0/+2
* FileDialog: use icon font instead of PNG imagesShawn Rutledge2014-09-045-14/+67
* FileDialog: add sidebarVisible property and buttonShawn Rutledge2014-09-049-1/+108
* FileDialog: tweak initial splitter positionsShawn Rutledge2014-09-041-3/+3
* Do not crash when removing children from hidden layoutsJan Arve Saether2014-09-032-4/+86
* FileDialog: add documentation about the use of SettingsShawn Rutledge2014-09-031-0/+22
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-286-35/+40
|\
| * Dialogs must know when they are closed by the operating systemShawn Rutledge2014-08-252-1/+6
| * Dialog: initialize enabled and clicked buttonsShawn Rutledge2014-08-242-0/+10
| * Dialogs: buttonless fully-filled dialog exampleShawn Rutledge2014-08-241-1/+23
| * Dialog: do not emit signals twice when a button is clickedShawn Rutledge2014-08-232-33/+0
| * QtQuick.Dialogs FileDialog: default mode is ExistingFileShawn Rutledge2014-08-141-0/+1
* | Update license headers and add new license filesAntti Kokko2014-08-25125-2974/+1797
* | Fix tooltip positioningLaszlo Agocs2014-08-221-2/+4
* | QtQuick.Dialogs FontDialog: support keyboard navigationLiang Qi2014-08-191-10/+26
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-127-12/+91
|\ \ | |/
| * QtQuick.Dialogs FontDialog: fix a binding loop issueLiang Qi2014-08-051-1/+2
| * Fix tooltip position when used with QQuickWidgetLaszlo Agocs2014-07-301-2/+7
| * Doc: Updated the Calendar example documentationVenu2014-07-302-3/+78
| * Make the default style "Base" when built without widgets supportJ-P Nurmi2014-07-291-1/+1
| * QQuickPopupWindow: Use actual item size as content sizeGabriel de Dietrich2014-07-292-5/+3
* | Replace usage of Item.window with OpenGLInfo attached propertyShawn Rutledge2014-08-122-6/+6
* | Fix the nine patch node factory function callSimon Hausmann2014-08-121-1/+1
* | TextField: Remove placeholder text fade out transitionGabriel de Dietrich2014-08-111-1/+0
* | Replace usage of Item.window with Window attached propertyShawn Rutledge2014-08-1017-40/+41
* | 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
* | Migrate to QSurfaceFormat::setDefaultFormat()Laszlo Agocs2014-08-082-4/+4
* | 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-0748-1/+3966
* | 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-292-100/+98
|\ \ | |/
| * QtQuick.Dialogs: check for inheriting from QApplicationShawn Rutledge2014-07-281-1/+1
| * Updated the example so that it adapts to the orientation changeVenu2014-07-251-99/+97
* | 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