summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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-042-1/+27
| |/
* | Add QList::reserve() callSergio Martins2015-06-081-0/+1
* | Remove the whole tst_paint test which is failing on all platforms.Jani Vähäkangas2015-06-053-114/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-0371-200/+214
|\ \ | |/
| * 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
| * TreeView auto-test: Remove workaround, use Array APIGabriel de Dietrich2015-05-291-18/+11
| * Revert "iOS: Make ApplicationWindow fill entire screen, including under statu...J-P Nurmi2015-05-264-66/+14
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-05-251-0/+31
| |\
| | * Merge remote-tracking branch 'origin/5.4.2' into 5.45.4Liang Qi2015-05-181-0/+31
| | |\
| | | * 5.4.2 changelogv5.4.25.4.2J-P Nurmi2015-04-211-0/+31
| | * | Bump versionOswald Buddenhagen2015-04-201-1/+1
| | |/
| * | 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-213-1/+43