summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead codeAaron Kennedy2009-10-211-1/+0
|
* DocAaron Kennedy2009-10-212-358/+3
|
* DocAaron Kennedy2009-10-212-7/+7
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-2121-95/+1478
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Prepend element name for detailed attached property docs.Michael Brasser2009-10-212-2/+6
| |
| * 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
| | * | 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
| | | |
* | | | DocAaron Kennedy2009-10-212-92/+146
| |_|/ |/| |
* | | 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
| | |/ /
| | * | 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
| | |/
| * | Don't search non-local context typesAaron Kennedy2009-10-202-4/+8
| | |
| * | DocAaron Kennedy2009-10-202-8/+198
| |/
| * 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