summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Must delete query objects once disconnected.Bea Lam2009-10-281-1/+8
|
* Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-285-37/+87
| | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor.
* Auto-select first tree item after reload.Bea Lam2009-10-282-2/+3
|
* Fix crash bug where watch is already deletedBea Lam2009-10-281-1/+2
|
* Fix context so files can be saved in Inspector mode, and colourBea Lam2009-10-273-10/+9
| | | | Inspector output differently from appplication output.
* minor fixesBea Lam2009-10-272-3/+1
|
* Show property type in separate column like Creator debugger.Bea Lam2009-10-271-7/+8
|
* Fix build target for standalone qmldebugger.Bea Lam2009-10-271-1/+2
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-10-272-45/+63
|\ | | | | | | into kinetic-declarativeui
| * typo fixed in qmlviewer main menuJoerg Bornemann2009-10-261-1/+1
| | | | | | | | Reviewed-by: kkoehne
| * Fix for windows paths.Warwick Allison2009-10-262-6/+15
| | | | | | | | (i.e. nb. "\")
| * Fix "initial" size for remote content.Warwick Allison2009-10-262-1/+8
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-2613-31/+98
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Work again for URLs.Warwick Allison2009-10-262-43/+45
| | |
* | | Add qmldebugger/creatorpluginBea Lam2009-10-2715-0/+1240
| | |
* | | Move qmldebugger/ into qmldebugger/standalone dir.Bea Lam2009-10-2722-18/+20
| | |
* | | Add -stayontop option.Bea Lam2009-10-271-2/+9
| | |
* | | Increase minimum heightBea Lam2009-10-271-1/+1
| | |
* | | Allow debugger components to be reset/cleared.Bea Lam2009-10-2710-38/+109
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-10-2613-33/+1373
|\ \ | |/ | | | | into kinetic-declarativeui
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-2510-28/+95
| |\ | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp
| | * Doc: Updated the modules for the "Desktop" (Full Framework) edition.David Boddie2009-10-231-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * qdoc3: Added the \qmlattachedsignal and \qmlattachedmethod.Martin Smith2009-10-234-14/+72
| | | | | | | | | | | | They works just like the \qmlsignal and \qmlmethod commands.
| | * consider message id when comparing messagesOswald Buddenhagen2009-10-221-2/+6
| | |
| | * id-based: do not drop unfinished untranslated messagesOswald Buddenhagen2009-10-221-1/+1
| | | | | | | | | | | | otherwise the fallback to use the source string is rather pointless
| | * id-based: use source strings instead of empty translations only for ↵Oswald Buddenhagen2009-10-221-3/+4
| | | | | | | | | | | | unfinished messages
| | * actually guess the target language from the file nameOswald Buddenhagen2009-10-221-0/+2
| | | | | | | | | | | | --help says it does, but it didn't really.
| | * Assistant: More useful error messages for help collections.ck2009-10-211-6/+8
| | |
| | * Revert "Switch from *-armv5 to *-armv6."Frans Englich2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a6af1538ea53408399fb29870a4ef16a92c7893a. armv6 is not supported by public SDKs, due to armv6/urel not existing. Such SDKs needs to be fixed by copying the armv5 files. Hence we revert, and postpone until we have SDKs which actually support armv6, and until we have a stronger insight into what advantages armv6 brings.
| | * Switch from *-armv5 to *-armv6.Frans Englich2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change from armv5 to armv6 by default. This updates documentation, the convenience scripts, and the Raptor/abld qmake generator to use armv6 instead. Task-number: QTBUG-4891 Reviewed-by: Jason Barron
| | * Assistant: Fix syntax error.ck2009-10-201-1/+1
| | | | | | | | | | | | | | | The offending code is normally ifdef'ed out, so the bug did not manifest itself before.
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-2213-19/+1598
| |\ \ | | | | | | | | | | | | into kinetic-declarativeui
| | * | Prepend element name for detailed attached property docs.Michael Brasser2009-10-212-2/+6
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-219-17/+321
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | doc now in globalobject.qdoc, not READMEWarwick Allison2009-10-202-0/+1271
| | | | | | | | | | | | | | | | | | | | QT-2335
| * | | | Fix loading QML via file open dialogMartin Jones2009-10-221-3/+1
| |/ / /
* | | | Fix to show expression query widget and allow QmlEngineDebug valuesBea Lam2009-10-2610-23/+78
| | | | | | | | | | | | | | | | for widgets to be changed after construction.
* | | | Allow canvas sizehint to be configurable and fix signal-slotBea Lam2009-10-225-8/+20
| |/ / |/| | | | | | | | connections in engine.cpp
* | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-2118-311/+535
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-195-17/+56
| |\ \ | | |/ | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: tools/qdoc3/cppcodemarker.cpp
| | * qdoc3: Added the \qmlattachedproperty command.Martin Smith2009-10-195-17/+56
| | | | | | | | | | | | | | | | | | It works just like the \qmlproperty command, except that it puts the properties in a different section for attached properties.
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-10-1917-294/+479
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe src/corelib/animation/qabstractanimation.cpp src/s60installs/qt.iby util/qlalr/cppgenerator.cpp
| | * Fixed `-debug' option to cetest deploying release DLLs.Rohan McGovern2009-10-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cetest was processing .pro files without build_pass set. That's wrong, as it means the qmake logic is set up for generating the debug-and-release glue project instead of the real project. Until commit 75b41faff44a1488d88eca6e910d4b617cb42221, it didn't matter. After that commit, cetest would always try to deploy release versions of Qt DLLs even when run with `-debug'. Reviewed-by: joerg
| | * Remove qdocconf files for the old mac-specific source package.Jason McDonald2009-10-153-35/+0
| | | | | | | | | | | | | | | | | | | | | These files are not used for the qt-everywhere source packages, and the platform-specific source packages are no longer needed. Reviewed-by: Trust Me
| | * Synced QT_BUILD_PARTS in .qmake.cache and projects.pro for Symbian.Miikka Heikkinen2009-10-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Projects.pro is forcing QT_BUILD_PARTS to omit docs and translations, but configure still outputted those into .qmake.cache. Fixed configure to also omit them for Symbian builds to make building demos work equally whether built by from root or not. Task-number: QT-1018 Reviewed-by: axis
| | * Changed "Qt for S60" -> "Qt for Symbian" in configure.Miikka Heikkinen2009-10-141-1/+1
| | | | | | | | | | | | Reviewed-by: axis
| | * qdoc: Made the \sincelist command produce better html.Martin Smith2009-10-142-64/+102
| | |
| | * Fixed compile.Rohan McGovern2009-10-081-1/+2
| | |
| | * qdoc: Removed some debug code and #if 0 code.Martin Smith2009-10-081-113/+1
| | |
| | * doc: Changed the format of the since list.Martin Smith2009-10-086-144/+431
| | | | | | | | | | | | | | | This is a big change from the original, and I expect we will want modifications.