summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update sync.profile to contain QtGraphicalEffects5.5Tony Sarajärvi2016-02-021-0/+1
* Fixed key event propagation with submenusFilippo Cucchetto2016-01-292-1/+7
* Fixed keyboard navigation in submenusFilippo Cucchetto2016-01-242-0/+8
* Doc: fix wrong description of doubleClicked() signal in TreeViewNikita Krupenko2016-01-011-2/+2
* Doc: fix a typo in TableViewNikita Krupenko2015-12-311-1/+1
* Dialog: calculate buttons width when there is < 2 right buttonsNikita Krupenko2015-12-141-1/+1
* Fix addTab()/insertTab() documentationMitch Curtis2015-11-091-4/+11
* Doc: fix a typo and etc in SplitViewLiang Qi2015-11-041-1/+1
* 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
* 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
* 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
* 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
* 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
* 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