Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename QBindableMap to QmlPropertyMap. | Michael Brasser | 2009-10-21 | 6 | -64/+77 |
| | | | | Task-number: QT-2316 | ||||
* | Manually apply proper animation fixes. | Michael Brasser | 2009-10-21 | 1 | -10/+11 |
| | |||||
* | Revert "Additional temporary fix for animation bug." | Michael Brasser | 2009-10-21 | 1 | -1/+5 |
| | | | | This reverts commit 04eae20d3b86cc61ab3b3bdded74caa370a84c43. | ||||
* | Add missing Q_OBJECT macros. | Michael Brasser | 2009-10-21 | 1 | -0/+2 |
| | |||||
* | Docs. | Martin Jones | 2009-10-21 | 2 | -6/+51 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-21 | 30 | -160/+2259 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-21 | 28 | -192/+1080 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-21 | 1 | -78/+84 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | better easing example | Yann Bodson | 2009-10-21 | 1 | -78/+84 |
| | | | | |||||
| | * | | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-21 | 756 | -37100/+58894 |
| | |\ \ | | | |/ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Doc | Aaron Kennedy | 2009-10-20 | 1 | -1/+78 |
| | | | | |||||
| | | * | Doc | Aaron Kennedy | 2009-10-20 | 1 | -2/+6 |
| | | | | |||||
| | | * | Doc | Aaron Kennedy | 2009-10-20 | 2 | -2/+1 |
| | | | | |||||
| | | * | Doc | Aaron Kennedy | 2009-10-20 | 1 | -3/+9 |
| | | | | |||||
| | | * | Doc | Aaron Kennedy | 2009-10-20 | 1 | -6/+102 |
| | | | | |||||
| | | * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-20 | 13 | -94/+552 |
| | | |\ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | | * | Additional temporary fix for animation bug. | Michael Brasser | 2009-10-20 | 1 | -5/+1 |
| | | | | | |||||
| | | * | | Don't search non-local context types | Aaron Kennedy | 2009-10-20 | 2 | -4/+8 |
| | | | | | |||||
| | | * | | Doc | Aaron Kennedy | 2009-10-20 | 2 | -8/+198 |
| | | | | | |||||
| | * | | | Give more info about whether a value is null and its value type. | Bea Lam | 2009-10-21 | 7 | -36/+89 |
| | | | | | |||||
| | * | | | Add ExpressionQueryWidget and do some clean up. | Bea Lam | 2009-10-19 | 8 | -11/+259 |
| | | | | | |||||
| | * | | | Add EVAL_EXPRESSION so clients can evaluate an expression within the | Bea Lam | 2009-10-19 | 4 | -23/+144 |
| | | | | | | | | | | | | | | | | | | | | current object's context. | ||||
| | * | | | Add bool* argument to QmlExpression::value() to help debugger. | Bea Lam | 2009-10-19 | 3 | -8/+14 |
| | | | | | |||||
| | * | | | Don't try to open non-qml files. | Bea Lam | 2009-10-16 | 1 | -0/+8 |
| | | | | | |||||
| | * | | | Give more information about the value of a property when the variant | Bea Lam | 2009-10-15 | 2 | -6/+22 |
| | | | | | | | | | | | | | | | | | | | | toString() is empty. | ||||
| * | | | | doc now in globalobject.qdoc, not README | Warwick Allison | 2009-10-20 | 4 | -8/+1277 |
| | | | | | | | | | | | | | | | | | | | | QT-2335 | ||||
| * | | | | typo | Warwick Allison | 2009-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | QT-2335 | ||||
* | | | | | Doc. | Martin Jones | 2009-10-21 | 1 | -0/+46 |
| | | | | | |||||
* | | | | | Move QmlFolderListModel to the loader example. | Martin Jones | 2009-10-21 | 4 | -3/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-20 | 12 | -61/+491 |
|\ \ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | | Don't accidently override originals. | Michael Brasser | 2009-10-20 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Temporary fix for animation bug. | Michael Brasser | 2009-10-20 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Make ParentChange work when target has a transformOrigin set. | Michael Brasser | 2009-10-20 | 1 | -11/+36 |
| |/ / / | |||||
| * | | | Update qfxtext/elide/multilength.qml test, commit X11 visuals. | Warwick Allison | 2009-10-20 | 3 | -1/+303 |
| | | | | |||||
| * | | | Fix 5ab4ccf0e0d3618e799dcfc82bd7fcf3fd560e78 | Warwick Allison | 2009-10-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | asynchronous | Warwick Allison | 2009-10-20 | 1 | -19/+27 |
| | | | | |||||
| * | | | doc | Warwick Allison | 2009-10-20 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | Record current DB type in INI for future extensibility. | ||||
| * | | | doc | Warwick Allison | 2009-10-20 | 2 | -25/+115 |
| | |/ | |/| | | | | | | | | | | QT-2324 QT-2306 | ||||
* | | | Remove references to KeyActions in focus docs. | Martin Jones | 2009-10-20 | 1 | -28/+60 |
|/ / | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-19 | 2 | -11/+24 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | modifications to searchbox example | Yann Bodson | 2009-10-19 | 2 | -11/+24 |
| | | | |||||
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Michael Brasser | 2009-10-19 | 87 | -1469/+1936 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp | ||||
| * | | fix widget activation from minimized state on Windows mobile | Joerg Bornemann | 2009-10-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following didn't work on Windows mobile: * show a widget normal (non-maximized) * minimize it * reactivate it via the file explorer * now the widget should be visible again The code path from minimized to normal state was missing. Reviewed-by: thartman | ||||
| * | | fix bug in tst_qwidget.cpp | Joerg Bornemann | 2009-10-19 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | WinIdChangeEventWidget::event didn't return a value in all codepaths. Reviewed-by: thartman | ||||
| * | | qwidget_wince.cpp: don't invalidate the crect on maximize | Joerg Bornemann | 2009-10-19 | 1 | -14/+4 |
| | | | | | | | | | | | | | | | | | | | | | If we do this, QWidget::width() returns negative sizes, which makes QGraphicsView crash. Reviewed-by: thartman | ||||
| * | | qwindowsmobilestyle.cpp: endif comment fixed | Joerg Bornemann | 2009-10-19 | 1 | -1/+1 |
| | | | |||||
| * | | QTestLib: do not assert if testLogger object is already destroyed | Peter Hartmann | 2009-10-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | ... because when dumping signals we might get QThread::finished() etc. when closing the program, and then the testLogger instance might already be deleted. Reviewed-by: Jesper | ||||
| * | | Reimplementing QDate/QTime/QDateTime in Symbian native manner | Aleksandar Sasha Babic | 2009-10-19 | 1 | -1/+61 |
| | | | | | | | | | | | | | | | | | | | | | Some of the methods used in QDate/QTime/QDateTime have been reimplemented to use native Symbian calls. Reviewed-by: Janne Anttila | ||||
| * | | Fix doc error. | Jason Barron | 2009-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Should *not* be used as a softkey. Reviewed-by: TrustMe | ||||
| * | | Fixed the build for people who only have emulator binaries installed | axis | 2009-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | RevBy: mread |