summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Menu: Fix crash when running the event loop on item triggerv5.5.15.5.1Gabriel de Dietrich2015-09-251-1/+1
* Merge 5.5 into 5.5.1Oswald Buddenhagen2015-09-112-1/+2
|\
| * Flat style: set correct classname to enable static linkingRichard Moe Gustavsen2015-09-091-1/+1
| * Button: only enable mnemonic if button itself is enabled.Mitch Curtis2015-09-071-0/+1
* | Menu: Schedule popup deletion when it's about to hideGabriel de Dietrich2015-09-112-2/+2
|/
* iOS: add shortcuts to edit menu itemsRichard Moe Gustavsen2015-08-311-2/+8
* Android: fix hw menu button to open the options menuJ-P Nurmi2015-08-192-1/+3
* Make TableView sort indicator follow moved columns.Mitch Curtis2015-08-121-1/+3
* Improve StackView's detailed description.Mitch Curtis2015-08-111-27/+28
* Make QtQuickControls compile on WinCETobias Koenig2015-08-063-1/+3
* Fix ComboBox's activated signal documentation.Mitch Curtis2015-08-041-4/+5
* Doc: Fix TumblerColumn::currentIndex property documentationTopi Reinio2015-08-041-1/+1
* QQuickMenuBar: Remove native menus from native menubar on destructionGabriel de Dietrich2015-07-272-2/+10
* Doc: Updated documentation for modality propertyVenugopal Shivashankar2015-07-231-1/+1
* Use Q_DECL_OVERRIDE consistentlyThiago Macieira2015-07-193-4/+4
* Make MenuBar, Menu properly accessibleGabriel de Dietrich2015-07-154-10/+22
* Protect the content item with a QPointer since we don't own it.Sergio Martins2015-07-152-5/+9
* Don't let popups cross screen boundaries.Sergio Martins2015-07-101-0/+3
* Extras: remove version requirement notices.Mitch Curtis2015-07-063-5/+1
* TreeView: Track model indexes during selectionGabriel de Dietrich2015-07-043-33/+45
* Fix cursor handles remaining visible after losing focusJoni Poikelin2015-07-011-1/+1
* Fix invisible cursor handles from preventing touchesJoni Poikelin2015-07-011-0/+1
* Fix Dialog behaviorKevin Ottens2015-06-291-3/+7
* FileDialog: ensure that options are set early enoughShawn Rutledge2015-06-261-0/+1
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-262-4/+5
|\
| * Fix crash caused by wrongly asserting in the scene position listener.v5.5.0-rc1v5.5.05.5.0Christian Strømme2015-06-101-4/+4
| * StatusIndicator: fix error when only including QtQuick.Extras.Mitch Curtis2015-06-031-0/+1
* | ComboBox: Update selected text with item textSanttu Lakkala2015-06-231-1/+1
* | Fix transientScrollBars conditionKai Uwe Broulik2015-06-181-1/+1
* | TextEdit: don't clear selection from EditMenuRichard Moe Gustavsen2015-06-174-57/+14
* | Fix TableView extra row with headerVisible:falseJoni Poikelin2015-06-041-1/+1
|/
* Fix Qt Quick Extras plugin when built against Qt with namespacesSimon Hausmann2015-06-011-1/+6
* Dismiss a popup window when touch occurs outsideMichal Klocek2015-06-012-5/+29
* Revert "iOS: Make ApplicationWindow fill entire screen, including under statu...J-P Nurmi2015-05-264-66/+14
* Take QApplication::wheelScrollLines into account from ScrollViewAleix Pol2015-05-223-0/+10
* Run optipng -o7 -strip "all" over all images in styles.Alessandro Portale2015-05-2246-0/+0
* TreeView: Check that indexes belong to the current modelGabriel de Dietrich2015-05-222-2/+15
* TreeModelAdaptor: Remove debug statementsGabriel de Dietrich2015-05-221-67/+30
* TreeModelAdaptor: Monitor model's lifespanGabriel de Dietrich2015-05-212-1/+24
* FontDialog: support i18n for the display names of font.weight enumsLiang Qi2015-05-181-9/+9
* FontDialog: support more font.weight enum valuesLiang Qi2015-05-121-20/+9
* Add support for compiling QML files ahead of timeSimon Hausmann2015-05-124-3/+8
* Default to non-transient scroll bars in non-mobile environmentsKai Uwe Broulik2015-05-111-1/+1
* doc: document how FileDialog can be used to pick photos on iOSRichard Moe Gustavsen2015-05-071-0/+6
* Add support for compiling QtQuick Dialogs ahead of timeCaroline Chao2015-05-042-1/+5
* QQuickPicture: add missing QDebug includev5.5.0-beta1J-P Nurmi2015-04-211-0/+1
* TabBar: clip to avoid drawing outside boundsJ-P Nurmi2015-04-211-0/+1
* PieMenu: Remove unused declared variableCaroline Chao2015-04-211-1/+0
* Doc: Refactor TableViewStyle, TreeViewStyleGabriel de Dietrich2015-04-206-62/+180
* Do not override QGuiApplication::palette() if setHarald Hvaal2015-04-201-0/+3