summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Placeholder text in TextField disappears on TextField tap.Samuel Nevala2014-10-301-1/+1
* text input: fix disabling of action logic when there is a menu assignedJ-P Nurmi2014-10-292-4/+4
* FileDialog: several logic corrections in handling the enter keyShawn Rutledge2014-10-292-11/+16
* Don't deploy Widget*Dialog.qml on touch platformsShawn Rutledge2014-10-291-5/+12
* Android: fix GroupBoxStyle top marginJ-P Nurmi2014-10-281-4/+6
* Dialogs: don't use widgets on mobile touch-based platformsShawn Rutledge2014-10-281-2/+14
* TextInput: disable activation logic when there is a menu assignedRichard Moe Gustavsen2014-10-272-0/+8
* Dialog: give the contentItem focus when the dialog becomes visibleShawn Rutledge2014-10-271-1/+1
* EditMenu shown for TextArea/Field on active focus gain.Samuel Nevala2014-10-241-1/+2
* Revert "SpinBox: hide VKB when appropriate"Samuel Nevala2014-10-241-2/+0
* Dialogs: detect and handle dynamic creation with Window parentShawn Rutledge2014-10-241-21/+31
* Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-241-6/+1
* TableViewStyle: Fix and document styleData.hasActiveFocus propertyGabriel de Dietrich2014-10-223-7/+10
* use private __maximumDimension in DefaultDialogWrapperShawn Rutledge2014-10-221-1/+1
* TableView: Raise focused and selected rowsGabriel de Dietrich2014-10-221-0/+1
* SpinBox: hide VKB when appropriateJ-P Nurmi2014-10-201-0/+2
* Tidy up TableView delegate documentation.Mitch Curtis2014-10-191-6/+6
* Fix TextField & TextArea mouse cursor shapeJ-P Nurmi2014-10-175-9/+10
* TextArea: ensure selection handles are visible when inside the flickableRichard Moe Gustavsen2014-10-171-4/+14
* QtQuick.Dialogs.ColorDialog: size is sane on iOSShawn Rutledge2014-10-171-7/+5
* BasicButton: handle mnemonicsJ-P Nurmi2014-10-161-0/+4
* Android style: hide mnemonicsJ-P Nurmi2014-10-164-4/+4
* AbstractCheckable: handle mnemonicJ-P Nurmi2014-10-161-0/+10
* Base style: stylize mnemonicsJ-P Nurmi2014-10-164-4/+4
* Menu: fix key navigation on WindowsJ-P Nurmi2014-10-161-3/+3
* dialogs: let QtQuick.Dialogs depend on QtQuick.Dialogs.PrivateRichard Moe Gustavsen2014-10-161-0/+1
* Dialogs: all QML dialogs must have the Qt::Dialog window typeShawn Rutledge2014-10-161-0/+1
* Fix popup menu position for QQuickWidgetPaul Olav Tvete2014-10-151-7/+11
* iOS style: import private to get ToolButtonStyleRichard Moe Gustavsen2014-10-151-0/+1
* MenuStyle: fix a typo that prevented mnemonics showing upJ-P Nurmi2014-10-141-1/+1
* Revert "QQuickPopupWindow: don't create 1x1 windows"J-P Nurmi2014-10-141-6/+6
* qquickrangemodel: don't emit signals before component is completedRichard Moe Gustavsen2014-10-133-16/+36
* Dialogs: added private maximumDimension property for initial sizeShawn Rutledge2014-10-137-10/+28
* Dialogs: if implicitHeight becomes smaller, ensure the minimum does tooShawn Rutledge2014-10-132-0/+8
* Android: check the minimum required SDK version (11)J-P Nurmi2014-10-131-1/+5
* QQuickRenderControl is now in public headersv5.4.0-beta1Oleg Shparber2014-10-114-4/+4
* DefaultMessageDialog: ensure contentColumn initial widthShawn Rutledge2014-10-101-6/+3
* Dialogs: fix warning in DefaultWindowDecorationShawn Rutledge2014-10-101-2/+2
* TableView: correct event.accepted in key handlersLiang Qi2014-10-091-3/+8
* QQuickPopupWindow: don't create 1x1 windowsJ-P Nurmi2014-10-091-6/+6
* Dialogs: Use native rendering on non-mobile platformsShawn Rutledge2014-10-085-5/+13
* Improve Tab documentation.Mitch Curtis2014-10-081-1/+11
* Controls: Fixed support for Keys attached property on TableViewLiang Qi2014-10-081-1/+2
* iOS: let TableViewStyle use aliasesRichard Moe Gustavsen2014-10-081-8/+8
* iOS style: enhance cursor delegateRichard Moe Gustavsen2014-10-081-3/+15
* add support for setting cursor delegate through styleRichard Moe Gustavsen2014-10-066-0/+22
* iOS style: add cursor delegate to text itemsRichard Moe Gustavsen2014-10-066-1/+83
* Add "Styles" exampleJ-P Nurmi2014-10-062-0/+12
* Doc: Fix documentation issues for Qt Quick DialogsTopi Reinio2014-10-064-12/+31
* Get the popup mouse position for the right screenGiulio Camuffo2014-10-061-3/+5