aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QQmlApplicationEngineAlan Alpert2013-03-206-2/+469
* Fix multi-line string content.Erik Verbruggen2013-03-201-12/+1
* Make sure that TextInteractionFlags get set.Frederik Gladhorn2013-03-191-2/+2
* Get rid of warning Module 'QtQuick.Dialogs'...cannot be protected...Shawn Rutledge2013-03-191-0/+1
* Fix hexadecimal escape sequence validation in strings.Erik Verbruggen2013-03-192-22/+39
* QQuickItem: Support FocusReason in focusNextPrevLiang Qi2013-03-181-1/+1
* Add ColorDialog to QtQuick.DialogsShawn Rutledge2013-03-1822-1/+1528
* Cosmetic changes in DefaultFileDialog and dialog shared controlsShawn Rutledge2013-03-186-61/+40
* QQuickLoader: fix the recursion guard for size updatesJ-P Nurmi2013-03-171-3/+6
* optionally bootstrap QmlDevTools and qmlminOswald Buddenhagen2013-03-161-1/+8
* Create common base class for declarative dialogsShawn Rutledge2013-03-1515-330/+581
* Add TextEdit::selectByKeyboardJ-P Nurmi2013-03-154-2/+54
* QQuickWindow: expose activeFocusItem as a propertyJ-P Nurmi2013-03-152-0/+12
* QQuickView's equivalent in QtQuick1 is QDeclarativeViewDebao Zhang2013-03-151-1/+1
* Move QML types to types folderAlan Alpert2013-03-1427-35/+36
* Add some docs, improve scope of var.Frederik Gladhorn2013-03-142-1/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-1412-49/+60
|\
| * Doc: Changed section title in whatsnew.qdocJerome Pasion2013-03-131-4/+3
| * Makes QSmoothedAnimation respect zero duration.Thomas Kristensen2013-03-131-2/+2
| * Fixed text opacity when using Text.NativeRendering.Yoann Lopes2013-03-121-1/+1
| * make the sample code more consistent in contextXingtao Zhang2013-03-121-1/+1
| * Improve the ordering of Flickable dragging and moving property updates.Andrew den Exter2013-03-121-4/+15
| * Simplify function with early return.Frederik Gladhorn2013-03-111-30/+31
| * Fix TextEdit::persistentSelection docs (false by default)J-P Nurmi2013-03-011-1/+1
| * GridView: fix resetColumns() to calculate the amount of columns rightJ-P Nurmi2013-02-261-1/+1
| * Fix headers without Qt module directory name in their includesJosh Faust2013-02-254-5/+5
* | Compile fix.Samuel Rødal2013-03-131-1/+1
* | Polish usage of a QElapsedTime instance in QSGThreadedRenderLoopJędrzej Nowacki2013-03-131-1/+3
* | Fix usages of \since for QML itemsThomas McGuire2013-03-135-5/+6
* | Documentation and versioning for new Window propertiesShawn Rutledge2013-03-133-3/+126
* | Abort rendering when QOpenGLContext::create/makeCurrent fails.Gunnar Sletta2013-03-131-5/+13
* | don't use CamelCase includesOswald Buddenhagen2013-03-138-26/+28
* | Add QtQml.Models moduleAlan Alpert2013-03-1213-236/+528
* | Fix remote image loading for AnimatedSpriteAlan Alpert2013-03-123-4/+12
* | Fix QString usage in createPixmapDataSync().Friedemann Kleint2013-03-121-2/+2
* | Disable accessibility temporarily.Frederik Gladhorn2013-03-121-3/+3
* | Fixed incorrect vsync delta time in QSGThreadedRenderLoop.Yoann Lopes2013-03-121-1/+1
* | Introduce QML_FBO_FLUSH_BEFORE_DETACH to work around FBO issue.Michael Brasser2013-03-121-0/+3
* | Use official V8 string manipulation methods in QMLPeter Varga2013-03-123-7/+16
* | correct misspellingShawn Rutledge2013-03-121-1/+1
* | Create the sg render thread's opengl context on the GUI threadGunnar Sletta2013-03-121-34/+12
* | Support activeFocusOnTab in QQuickItemLiang Qi2013-03-123-2/+166
* | Fix displacement transition bug for horizontal caseGuenter Schwann2013-03-111-1/+1
* | Replace deprecated V8 functionsPeter Varga2013-03-116-61/+61
* | Remove comment about performance in qquickitem's clip property.Gunnar Sletta2013-03-111-4/+0
* | Fix MSVC warning C4819 under Chinese localeDebao Zhang2013-03-111-4/+4
* | Handle focus events directly in TextEdit.Frederik Gladhorn2013-03-073-29/+30
* | TextInput: Update text deselection on focus out eventCaroline Chao2013-03-071-1/+4
* | TextInput: Handle focus event directlyCaroline Chao2013-03-073-27/+31
* | Focus reasonCaroline Chao2013-03-075-24/+46