summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't show tooltip when the window of the button is hiddenv5.6.0-alpha1Kai Uwe Broulik2015-08-291-1/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-289-31/+784
|\
| * calendar example: disable linking to a SQL driver that isn't a plugin.Mitch Curtis2015-08-211-1/+1
| * Android: fix hw menu button to open the options menuJ-P Nurmi2015-08-192-1/+3
| * TreeView auto-test: Harden test_indexAt()Gabriel de Dietrich2015-08-191-1/+13
| * Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
| * Make TableView sort indicator follow moved columns.Mitch Curtis2015-08-122-1/+51
| * Improve StackView's detailed description.Mitch Curtis2015-08-111-27/+28
* | tst_delaybutton: remove workaround for crash.Mitch Curtis2015-08-271-12/+6
* | Android: Add inputMethodHints to ComboBox controlBogDan Vatra2015-08-262-1/+45
* | Make examples return -1 on load failures.Friedemann Kleint2015-08-2512-1/+24
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-0910-13/+24
|\ \ | |/
| * 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
| * Remove unused Qt.LeftButton argument to mouseMove() in auto tests.Mitch Curtis2015-07-272-4/+4
| * Doc: Updated documentation for modality propertyVenugopal Shivashankar2015-07-231-1/+1
* | Tree- & TableView: Fix non-left aligned text marginsGabriel de Dietrich2015-08-072-4/+9
* | Allow for styles to provide own EditMenuMarco Martin2015-08-073-3/+22
* | filesystembrowser: Improve example by exposing model rolesGabriel de Dietrich2015-08-072-3/+13
* | Doc: Create proper QHP TOC entries for QML types, examples and tutorialsTopi Reinio2015-08-0524-22/+38
* | Adjust popup position by offset of the view in the toplevel windowMarco Martin2015-08-034-0/+111
* | Allow any platform to have isMobile trueMarco Martin2015-07-292-0/+7
* | Base/TreeViewStyle: Fix first column marginGabriel de Dietrich2015-07-271-3/+4
* | TreeView: Add rootIndex propertyGabriel de Dietrich2015-07-278-22/+107
* | Desktop/TreeViewStyle: Fix first column marginGabriel de Dietrich2015-07-233-3/+4
* | Pass non-trivially-copyable or large types by const-refSergio Martins2015-07-226-12/+12
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-07-2221-70/+243
|\ \
| * \ Merge remote-tracking branch 'origin/5.5' into devGabriel de Dietrich2015-07-2221-70/+243
| |\ \ | | |/
| | * Use Q_DECL_OVERRIDE consistentlyThiago Macieira2015-07-193-4/+4
| | * Polish the new filesystembrowser example.Friedemann Kleint2015-07-162-2/+101
| | * 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-046-44/+102
| | * 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
* | | Skip Tests_Baselines::test_baselineOffsetGabriel de Dietrich2015-07-221-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-2915-76/+142
|\ \ | |/
| * filesystembrowser: Remove debugging outputGabriel de Dietrich2015-06-291-9/+0
| * Bump versionOswald Buddenhagen2015-06-291-1/+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-263-4/+80
| |\
| | * 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
| | * 5.5.0 changelogLiang Qi2015-06-051-0/+75
| | * StatusIndicator: fix error when only including QtQuick.Extras.Mitch Curtis2015-06-031-0/+1
| * | ComboBox: Update selected text with item textSanttu Lakkala2015-06-232-1/+12