summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | ScrollView: Don't depend on originY for the internal scrollbarGabriel de Dietrich2015-10-302-40/+35
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-287-5/+134
| |\ \ | | |/
| | * Allow ComboBox to select items with empty textNikita Krupenko2015-10-262-1/+20
| | * Avoid real-rounding glitches near ends of a slider's range.Edward Welbourne2015-10-213-1/+107
| | * Fix compile error when building Qt in a namespace on OS XAndy Shaw2015-10-081-1/+1
| | * Manually updated corrected meta object revision for QQuickWindowMarco Benelli2015-10-061-2/+6
| * | Avoid redundant relayout when adding or removing itemsUlf Hermann2015-10-231-4/+0
| * | Adding animation interval for tumblerKarim Pinter2015-10-222-6/+11
| * | GroupBoxStyle: work around Binding regressionMitch Curtis2015-10-221-2/+2
| * | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-213-3/+3
| * | Tidy up Layout documentationMitch Curtis2015-10-201-24/+25
* | | [AbstractCheckable] Add support for tooltipKai Uwe Broulik2015-11-021-0/+18
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1421-728/+1171
|\ \ \ | |/ /
| * | Add cursorPosition property to SpinBoxKati Kankaanpaa2015-10-021-0/+9
| * | Qt Quick Extras: remove insignificant_test CONFIG flag.Mitch Curtis2015-10-022-1/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-10-0218-727/+1161
| |\ \ | | |/
| | * Fix failing Tumbler tests on OS XMitch Curtis2015-10-011-0/+9
| | * Menus: Clean popup hide and destroy logicGabriel de Dietrich2015-10-019-42/+93
| | * MenuBar: Refactor logic for setting the current menuGabriel de Dietrich2015-10-011-36/+45
| | * Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-09-263-1/+61
| | |\
| | | * 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-113-1/+24
| | | |\
| | | * | Menu: Schedule popup deletion when it's about to hideGabriel de Dietrich2015-09-113-2/+3
| | | * | Add changelog for Qt 5.5.1 releaseLiang Qi2015-09-111-0/+59
| | * | | ScrollViewStyle: Avoid division by zero in handle positioningGabriel de Dietrich2015-09-221-2/+2
| | * | | Define __parentContentItem as null if __parentMenu is null.Marco Benelli2015-09-141-1/+1
| | * | | Updated plugin.qmltypes. Manually edited to fix broken inheritance.Marco Benelli2015-09-141-646/+922
| | | |/ | | |/|
| | * | 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-072-0/+23
| | |/
| | * iOS: add shortcuts to edit menu itemsRichard Moe Gustavsen2015-08-311-2/+8
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2535-72/+905
|\ \ \ | |/ /
| * | Make ComboBox work with mixed controls versionsMitch Curtis2015-09-241-2/+2
| * | TextField: Forward EnterKey.type to the internal TextInputKai Uwe Broulik2015-09-171-1/+3
| * | Fix TypeErrors on control destruction with singleton style componentsJonathan Liu2015-09-171-10/+11
| * | Fix typoAleix Pol2015-09-161-1/+1
| * | Enable the build of Layouts with QT_NO_ACCESSIBILITYLiang Qi2015-09-155-1/+8
| * | Manage the case when __style doesn't exist yet at onCompletedMarco Martin2015-09-111-4/+10
| * | Doc: minor link issuesNico Vertriest2015-09-082-2/+4
| * | Fix a few issues in StackLayout documentation.Mitch Curtis2015-09-071-5/+5
| * | 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