summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the QML rewriting stuff into a central locationAaron Kennedy2009-07-165-140/+266
* Remove unnecessary global context management stuffAaron Kennedy2009-07-168-210/+16
* Types should not modify the active contextAaron Kennedy2009-07-162-32/+2
* Small cleanupsAaron Kennedy2009-07-1612-157/+179
* Indenting fixAaron Kennedy2009-07-161-1/+1
* Remove some unreliable binary expression supportAaron Kennedy2009-07-161-63/+1
* Add FINAL attribute to Q_PROPERTY()Aaron Kennedy2009-07-168-4/+50
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-168-18/+65
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-1618-1832/+3842
| |\
| * | Improve loader exampleYann Bodson2009-07-165-17/+49
| * | Add QmlPalette::darker() and QmlPalette::lighter().Yann Bodson2009-07-162-0/+13
| * | Do not segfault when index == -1.Yann Bodson2009-07-161-1/+3
* | | Fix crash on object destructionAaron Kennedy2009-07-162-5/+15
| |/ |/|
* | Update SameGame particlesAlan Alpert2009-07-164-3/+20
* | Fixes bugs with particlesAlan Alpert2009-07-161-4/+7
* | Initial commit of QFxLineEditAlan Alpert2009-07-164-0/+845
* | Merge branch 'master' of /home/alpert/depot/personal/aalperts-qlinecontrol in...Alan Alpert2009-07-169-1825/+2970
|\ \ | |/ |/|
| * Remove emitingEditingFinished from QLineControlAlan Alpert2009-07-163-20/+5
| * Rename the p_foo() functions in QLineControl to internalFoo().Marius Bugge Monsen2009-07-142-31/+31
| * Make the member variable names in QLineControl consistent.Marius Bugge Monsen2009-07-144-245/+253
| * Some minor style and whitespace fixes.Marius Bugge Monsen2009-07-142-38/+44
| * Add '\internal' to the QLineControl documentation.Marius Bugge Monsen2009-07-141-40/+102
| * Cleanup some incorrect changes to QLineEditAlan Alpert2009-07-141-9/+8
| * qlinecontrol_p_p.h isn't actually used at all, remove file.Alan Alpert2009-07-141-105/+0
| * Replace Q_ASSERT with qWarningAlan Alpert2009-07-141-2/+4
| * Actually, some of that can't be moved back into QLineEditAlan Alpert2009-07-142-38/+43
| * Move some keypad navigation code back out of QLineControlAlan Alpert2009-07-142-50/+48
| * Fix some minor mistakesAlan Alpert2009-07-102-4/+4
| * Accidental Behavioural changes have been identified and rectified.Alan Alpert2009-07-081-4/+11
| * Fixed one of the QT3_SUPPORT constructors.Alan Alpert2009-07-081-8/+3
| * Forgot to bring in the change to QAbstractSpinBoxAlan Alpert2009-07-072-3/+3
| * Finish remaining TODOs for QLineControlAlan Alpert2009-07-073-11/+23
| * Manually integrate 099a32d121 to QLineControlAlan Alpert2009-07-071-1/+2
| * Manual cherrypick of QLineControl from kinetic-declarativeui-qfxlineeditAlan Alpert2009-07-079-1840/+3010
* | Rewrite QML expressions as closuresRoberto Raggi2009-07-152-34/+143
* | Added support for parsing toplevel expressions and statements.Roberto Raggi2009-07-155-1903/+1098
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-154-53/+80
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-1553-1050/+1467
| |\ \
| * | | Restyle SameGame demo based on feedbackAlan Alpert2009-07-154-53/+80
* | | | Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-1519-245/+66
| |/ / |/| |
* | | Missing fileAaron Kennedy2009-07-151-0/+211
* | | Revert "Use a function object when evaluating bindings"Aaron Kennedy2009-07-152-17/+5
* | | Fix memory leakAaron Kennedy2009-07-151-0/+4
* | | Use a function object when evaluating bindingsAaron Kennedy2009-07-152-5/+17
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-1577-1181/+3160
|\ \ \ | |/ /
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-1513-38/+231
| |\ \
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-1553-1175/+2471
| | |\ \
| | | * | Expose qml import statements in QmlDomKai Koehne2009-07-158-8/+178
| | | * | Fix broken qmldom autotestsKai Koehne2009-07-152-0/+6
| | | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-145-2/+16
| | | |\ \