summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-1651-2523/+4411
|\
| * Add an errors() signal to QFxViewKai Koehne2009-07-162-48/+18
| * Add a QmlError::toString() methodAaron Kennedy2009-07-162-12/+19
| * Mark properties as FINALAaron Kennedy2009-07-161-19/+19
| * Protect against overriding FINAL propertiesAaron Kennedy2009-07-165-8/+16
| * 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-169-154/+176
| * 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-165-3/+26
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-163-1/+16
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-1614-1829/+3822
| | |\
| | * | 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
| | |/ | |/|
| * | 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
* | | Qualifiers and versioning for C++-defined types.Warwick Allison2009-07-164-81/+183
|/ /
* | Rewrite QML expressions as closuresRoberto Raggi2009-07-152-34/+143
* | Added support for parsing toplevel expressions and statements.Roberto Raggi2009-07-155-1903/+1098
* | 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-1533-1172/+2639
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-1529-1170/+2333
| |\ \
| | * | Expose qml import statements in QmlDomKai Koehne2009-07-153-6/+134
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-144-2/+2
| | |\ \
| | | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-1422-1162/+2198
| | | |\ \