summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename QBindableMap to QmlPropertyMap.Michael Brasser2009-10-216-64/+77
| | | | Task-number: QT-2316
* Manually apply proper animation fixes.Michael Brasser2009-10-211-10/+11
|
* Revert "Additional temporary fix for animation bug."Michael Brasser2009-10-211-1/+5
| | | | This reverts commit 04eae20d3b86cc61ab3b3bdded74caa370a84c43.
* Add missing Q_OBJECT macros.Michael Brasser2009-10-211-0/+2
|
* Docs.Martin Jones2009-10-212-6/+51
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2130-160/+2259
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-2128-192/+1080
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-211-78/+84
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * better easing exampleYann Bodson2009-10-211-78/+84
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-21756-37100/+58894
| | |\ \ | | | |/ | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * DocAaron Kennedy2009-10-201-1/+78
| | | |
| | | * DocAaron Kennedy2009-10-201-2/+6
| | | |
| | | * DocAaron Kennedy2009-10-202-2/+1
| | | |
| | | * DocAaron Kennedy2009-10-201-3/+9
| | | |
| | | * DocAaron Kennedy2009-10-201-6/+102
| | | |
| | | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-2013-94/+552
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * Additional temporary fix for animation bug.Michael Brasser2009-10-201-5/+1
| | | | |
| | | * | Don't search non-local context typesAaron Kennedy2009-10-202-4/+8
| | | | |
| | | * | DocAaron Kennedy2009-10-202-8/+198
| | | | |
| | * | | Give more info about whether a value is null and its value type.Bea Lam2009-10-217-36/+89
| | | | |
| | * | | Add ExpressionQueryWidget and do some clean up.Bea Lam2009-10-198-11/+259
| | | | |
| | * | | Add EVAL_EXPRESSION so clients can evaluate an expression within theBea Lam2009-10-194-23/+144
| | | | | | | | | | | | | | | | | | | | current object's context.
| | * | | Add bool* argument to QmlExpression::value() to help debugger.Bea Lam2009-10-193-8/+14
| | | | |
| | * | | Don't try to open non-qml files.Bea Lam2009-10-161-0/+8
| | | | |
| | * | | Give more information about the value of a property when the variantBea Lam2009-10-152-6/+22
| | | | | | | | | | | | | | | | | | | | toString() is empty.
| * | | | doc now in globalobject.qdoc, not READMEWarwick Allison2009-10-204-8/+1277
| | | | | | | | | | | | | | | | | | | | QT-2335
| * | | | typoWarwick Allison2009-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | QT-2335
* | | | | Doc.Martin Jones2009-10-211-0/+46
| | | | |
* | | | | Move QmlFolderListModel to the loader example.Martin Jones2009-10-214-3/+2
| |_|_|/ |/| | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2012-61/+491
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Don't accidently override originals.Michael Brasser2009-10-201-1/+2
| | | | |
| * | | | Temporary fix for animation bug.Michael Brasser2009-10-201-1/+1
| | | | |
| * | | | Make ParentChange work when target has a transformOrigin set.Michael Brasser2009-10-201-11/+36
| |/ / /
| * | | Update qfxtext/elide/multilength.qml test, commit X11 visuals.Warwick Allison2009-10-203-1/+303
| | | |
| * | | Fix 5ab4ccf0e0d3618e799dcfc82bd7fcf3fd560e78Warwick Allison2009-10-201-1/+1
| | | |
| * | | asynchronousWarwick Allison2009-10-201-19/+27
| | | |
| * | | docWarwick Allison2009-10-202-2/+6
| | | | | | | | | | | | | | | | Record current DB type in INI for future extensibility.
| * | | docWarwick Allison2009-10-202-25/+115
| | |/ | |/| | | | | | | | | | QT-2324 QT-2306
* | | Remove references to KeyActions in focus docs.Martin Jones2009-10-201-28/+60
|/ /
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-192-11/+24
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | modifications to searchbox exampleYann Bodson2009-10-192-11/+24
| | |
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-1987-1469/+1936
|\ \ \ | |/ / |/| | | | | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp
| * | fix widget activation from minimized state on Windows mobileJoerg Bornemann2009-10-191-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.cppJoerg Bornemann2009-10-191-4/+6
| | | | | | | | | | | | | | | | | | WinIdChangeEventWidget::event didn't return a value in all codepaths. Reviewed-by: thartman
| * | qwidget_wince.cpp: don't invalidate the crect on maximizeJoerg Bornemann2009-10-191-14/+4
| | | | | | | | | | | | | | | | | | | | | If we do this, QWidget::width() returns negative sizes, which makes QGraphicsView crash. Reviewed-by: thartman
| * | qwindowsmobilestyle.cpp: endif comment fixedJoerg Bornemann2009-10-191-1/+1
| | |
| * | QTestLib: do not assert if testLogger object is already destroyedPeter Hartmann2009-10-191-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 mannerAleksandar Sasha Babic2009-10-191-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 Barron2009-10-191-1/+1
| | | | | | | | | | | | | | | | | | Should *not* be used as a softkey. Reviewed-by: TrustMe
| * | Fixed the build for people who only have emulator binaries installedaxis2009-10-191-1/+1
| | | | | | | | | | | | RevBy: mread