summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ignore mouse events when !interactive.Martin Jones2010-01-271-0/+7
|
* Don't react to mouse when !interactive. Allow fixup delay to be adjusted.Martin Jones2010-01-272-14/+25
|
* Replace FreeMono by OCRA fontMartin Jones2010-01-278-90/+90
|
* Harden binding optimizerAaron Kennedy2010-01-2719-1166/+213
|
* Benchmark performance of a block of script containing multiple property ↵Michael Brasser2010-01-273-0/+72
| | | | accesses.
* Remove unneeded test dependency.Michael Brasser2010-01-261-5/+2
|
* Test QML doesn't hijack JS ObjectAaron Kennedy2010-01-252-0/+25
| | | | QTBUG-5759
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-2510-21/+1
|\ | | | | | | into kinetic-declarativeui
| * Replace FreeMono by OCRA fontKai Koehne2010-01-223-1/+1
| |
| * Remove samegame README (mentioned images have been replaced)Kai Koehne2010-01-222-20/+0
| |
| * Copy updated images from demos/samegame to samegame tutorialKai Koehne2010-01-225-0/+0
| |
* | Support attached properties in QmlMetaPropertyAaron Kennedy2010-01-252-16/+115
|/ | | | QTBUG-5580
* Harden QML binding optimizerAaron Kennedy2010-01-229-279/+489
|
* Tweak marble graphics in SamegameNigel Hietala2010-01-224-0/+0
|
* Clarify QmlPropertyMap::valueChanged docs.Michael Brasser2010-01-221-1/+4
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Nigel Hietala2010-01-214-7/+18
|\ | | | | | | into kinetic-declarativeui
| * Speed up QmlGraphicsItem construction.Bjørn Erik Nilsen2010-01-211-4/+6
| | | | | | | | | | | | | | | | | | It's much faster to just initalize the flags in the constructor of QmlGraphicsItemPrivate than doing a full blown QGraphicsItem::setFlags. We can perfectly do this because QmlGraphicsItem does not listen to any itemChange events related to those flags. Reviewed-by: Aaron Kennedy
| * Fixed possible array index-out-of-bounds crash in error reporting.Erik Verbruggen2010-01-212-2/+12
| |
| * Remove unused variable.Alexis Menard2010-01-211-1/+0
| |
* | Updated graphics for SamegameNigel Hietala2010-01-216-0/+1
|/
* Fixes: Allows qtcreator to build on system installed qt-kineticBill King2010-01-211-1/+1
|
* Allow composite value sourcesAaron Kennedy2010-01-214-5/+38
|
* Rename ListModel::set() to ListModel::setProperty()Aaron Kennedy2010-01-203-10/+10
| | | | | As QML doesn't support slot overloading, the two ListModel::set() calls must be separated.
* CrashAaron Kennedy2010-01-201-1/+1
|
* Add more detailed debuggingAaron Kennedy2010-01-202-2/+4
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2010-01-2018-60/+195
|\ | | | | | | into kinetic-declarativeui
| * Remove qHash(QUrl) duplicateMartin Jones2010-01-201-9/+2
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-01-2018-49/+186
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * CompileAaron Kennedy2010-01-201-1/+1
| | |
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-20196-2307/+3333
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-203-41/+31
| | | |\ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | Compile with Qt 4.6.1Aaron Kennedy2010-01-2018-47/+186
| | | | |
| | * | | Remove debuggingAaron Kennedy2010-01-191-2/+0
| | | | |
| * | | | Add qHash(QUrl) for QmlPixmapCache.Martin Jones2010-01-201-0/+5
| | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-01-2049-264/+570
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Use Q_GLOBAL_STATIC for static global.Martin Jones2010-01-201-11/+11
| | | | |
* | | | | Keep empty lists and 1-item lists as lists instead of converting themBea Lam2010-01-202-21/+103
| |/ / / |/| | | | | | | | | | | | | | | to null or single objects. This brings back change bc6940f with additional fixes and tests.
* | | | Revert previous change. Does not work for statically defined list models.Bea Lam2010-01-202-30/+20
| |_|/ |/| | | | | | | | This reverts commit bc6940f53891856a3a6c3d8f1c25a8eaada90b33.
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-207-25/+55
|\ \ \ | |/ / | | | | | | into kinetic-declarativeui
| * | Add support for aliases in test http server.Martin Jones2010-01-202-1/+19
| | | | | | | | | | | | | | | Makes it possible to request many files with unique names, but serve a single file.
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-01-201-1/+1
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2010-01-19132-1970/+3070
| | |\ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | Make QmlGraphicsAnchors a NOCREATE type.Michael Brasser2010-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | Prevents the creation benchmark from qFataling.
| * | | | Avoid using QUrl::toString() in QmlPixmapCache.Martin Jones2010-01-202-21/+32
| | |/ / | |/| |
| * | | Remove unnecessary semicolonMartin Jones2010-01-191-1/+1
| | | |
| * | | Fix examples/declarative/plugins exampleAlan Alpert2010-01-191-1/+2
| | | |
* | | | Merge branch '4.6' of ../qt into kinetic-declarativeuiAaron Kennedy2010-01-2047-234/+550
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: src/corelib/kernel/qobject.cpp
| * | | QMetaObject::disconnectOne()Aaron Kennedy2010-01-204-7/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a disconnectOne() method that allows a single signal/slot connection to be disconnected, as required by QTBUG-6781. Reviewed-by: Warwick Allison Reviewed-by: Olivier Goffart
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-01-1932-192/+322
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Memory leak in native Toolbar cleanup in Cocoa Fix copyright year. Bump version to 4.6.2. Add skeleton changes file for 4.6.2. Add released version of 4.6.1 changes file for posterity. Designer crashes when previewing QMainWindow with native Toolbar on Mac
| | * | | Memory leak in native Toolbar cleanup in CocoaNils Jeisecke2010-01-191-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The QCocoaToolBarDelegate is not released when destroying the QMainWindowLayout. Task-number: QTBUG-7307 Reviewed-by: Prasanth Ullattil