aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-07-243-2/+6
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-233-2/+6
| |\
| | * Use GET method for redirect in QDeclarativeXMLHttpRequest.Friedemann Kleint2013-07-221-0/+5
| | * Fix CLANG-warning '&&' within '||' [-Wlogical-op-parentheses].Friedemann Kleint2013-07-121-1/+1
| | * Fix CLANG-warning about unused member variable m_defaultAntialiasingMode.Friedemann Kleint2013-07-121-1/+0
* | | FolderListModel documentation correctionsShawn Rutledge2013-07-231-3/+2
* | | doc: Eliminate more cases of multiple topic commandsMartin Smith2013-07-231-8/+4
* | | doc: Eliminate still more cases of multiple topic commandsMartin Smith2013-07-231-8/+4
|/ /
* | FolderListModel provides file URLs and the QML FileDialog uses themShawn Rutledge2013-07-233-4/+9
* | Silence clang header-hygiene warning.Zeno Albisser2013-07-221-0/+11
* | QtQuick.Dialogs: use URLs for interface with QPlatformFileDialogHelperShawn Rutledge2013-07-223-22/+13
* | Disable dialogs to allow changes in qtbase (use urls internally)Shawn Rutledge2013-07-182-1/+10
* | Disable dialogs to allow changes in qtbase (use urls internally)Frederik Gladhorn2013-07-171-1/+2
* | Remove DIALOGS_MAJOR_MINOR define in QtQuick.Dialogs codeLiang Qi2013-07-151-10/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-114-11/+12
|\|
| * Docs: restore missing ListModel methodsJ-P Nurmi2013-07-081-9/+9
| * Fixed typo 'backens'Thorbjørn Lindeijer2013-07-081-1/+1
| * Update snap when snapMode changesAlbert Astals Cid2013-07-081-0/+1
| * Fix typo in Graphical Effects documentation.Mitch Curtis2013-07-081-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2013-07-0943-210/+409
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-0443-210/+409
| |\|
| | * Item views: do not track the geometry of items being removedJ-P Nurmi2013-07-044-41/+45
| | * QQuickTextEdit: move QSG* members from dptr to root node.Pierre Rossi2013-07-032-19/+39
| | * Doc: Fix documentation of ownership of in QmlComponent::createKai Koehne2013-07-031-4/+2
| | * Fix access to invalid memory in ~QQmlEnginePrivateKai Koehne2013-07-031-3/+0
| | * Initialize m_dirty_texture memberGunnar Sletta2013-07-031-0/+1
| | * Fix warning about change of sign: glyph_t is unsignedThiago Macieira2013-07-031-3/+3
| | * Fix missing QQuickTextDocument docsJ-P Nurmi2013-07-022-18/+18
| | * Debugger: Remove handling of QT_DECLARATIVE_DEBUG macroKai Koehne2013-07-021-1/+1
| | * Disambiguate name of static helper from QtQuick1Kai Koehne2013-07-021-2/+2
| | * Document public members of QSGSimpleMaterialShaderGunnar Sletta2013-07-021-3/+15
| | * Relayout the text after the vertical alignment is changedMarco Bubke2013-07-011-0/+4
| | * Only emit moving change signals when moving actually changesAaron Kennedy2013-07-011-2/+2
| | * Document QWindow::alert() in Qt Quick.Friedemann Kleint2013-06-281-0/+12
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2826-114/+265
| | |\
| | | * FileDialog.folder property should also be a QUrl, for consistencyv5.1.0-rc2v5.1.0Shawn Rutledge2013-06-2811-42/+45
| | | * QtQml: document QQmlExtensionPlugin::baseUrlShawn Rutledge2013-06-282-1/+10
| | | * QtQuick.Dialogs: sync the docs with the implementationShawn Rutledge2013-06-275-28/+22
| | | * Switch to non-streaming version of qWarning()Alan Alpert2013-06-271-2/+1
| | | * Undo presumably accidental line deletionAlan Alpert2013-06-271-0/+1
| | | * Declarative dialog improvements for the non-Window use caseShawn Rutledge2013-06-2610-41/+186
* | | | Don't assume that the last step of the XPath is an element nameJan Arve Saether2013-07-091-2/+1
* | | | Added ApplicationStateChangeEvent handling to QQuickApplication.Tomasz Olszak2013-07-091-2/+8
* | | | Fix Qt.application.xxx notifier signalsJ-P Nurmi2013-07-041-4/+16
|/ / /
* | | Add bool QQuickKeyEvent::matches(QKeySequence::StandardKey)J-P Nurmi2013-07-013-0/+29
* | | Add Qt.application.organization/domainJ-P Nurmi2013-06-293-1/+39
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-2715-31/+52
|\| |
| * | Request paint if scene changes for the canvas itemMarco Bubke2013-06-261-1/+4
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-265-5/+11
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-255-5/+11
| | |\|