summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revise the Table View exampleJ-P Nurmi2014-11-062-4/+28
* Remove the SplitView exampleJ-P Nurmi2014-11-052-14/+0
* Slider: fix tap-to-set-value on touch screensJ-P Nurmi2014-11-051-4/+5
* Android: text entry implicit size fits 20 charactersJ-P Nurmi2014-11-053-7/+22
* Correct sizing of combobox itemsMarco Martin2014-11-042-2/+4
* Fix up Slider documentation.Mitch Curtis2014-11-031-6/+6
* TextArea: Make selection persistentGabriel de Dietrich2014-10-311-0/+1
* Slider: Hover only on the handleGabriel de Dietrich2014-10-311-16/+25
* EditMenu iOS: don't show menu item 'select' when input field is emptyRichard Moe Gustavsen2014-10-301-1/+1
* EditMenu iOS: show edit menu upon pressnhold on empty input fieldRichard Moe Gustavsen2014-10-301-1/+2
* ToolBar: fix spacing between menu button & contentJ-P Nurmi2014-10-301-1/+1
* Revert "qquickrangemodel: don't emit signals before component is completed"J-P Nurmi2014-10-303-36/+16
* Layouts: increase the default spacing on mobile platformsJ-P Nurmi2014-10-301-2/+9
* Dialogs: FileDialog can only be modal on WindowsShawn Rutledge2014-10-302-0/+16
* Make the cursor and selection handle delegates private for nowJ-P Nurmi2014-10-3017-55/+66
* 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