summaryrefslogtreecommitdiffstats
path: root/tools/assistant
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix typo. Remove some leftovers.kh12010-08-263-18/+1
| | | | | | | | Reviewed-by: ck
* | Make tabbed pages optional in Assistant.kh12010-08-2611-7/+245
| | | | | | | | | | Task-number: QTBUG-13012 Reviewed-by: ck
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-2516-21/+24
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: qmake/generators/win32/msbuild_objectmodel.cpp src/declarative/qml/qdeclarativexmlhttprequest.cpp src/opengl/opengl.pro src/opengl/qgl_p.h src/plugins/bearer/connman/qconnmanservice_linux.cpp tests/auto/qpainter/tst_qpainter.cpp tools/assistant/tools/assistant/helpviewer_qwv.h tools/assistant/tools/assistant/openpageswidget.h
| * Assistant: Clean-up - fix spelling mistakes.Christian Kandeler2010-08-201-1/+1
| |
| * Assistant: Clean-up: Use const references in foreach loops.Christian Kandeler2010-08-202-3/+3
| |
| * Assistant: Clean-up: Mark constructors as explicit.Christian Kandeler2010-08-2013-16/+19
| |
| * Assistant: Clean-up - add newlines to end of files.Christian Kandeler2010-08-202-2/+2
| |
| * make error messages consistentOswald Buddenhagen2010-08-171-1/+1
| | | | | | | | | | this re-uses an existing string and obsoletes another one, so it is ok during string freeze.
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-5/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/painting/qpainter.cpp src/gui/text/qtextengine.cpp tests/auto/qimage/tst_qimage.cpp tests/auto/qpainter/tst_qpainter.cpp tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf tools/qdoc3/test/qmake.qdocconf tools/qdoc3/test/qt-build-docs.qdocconf tools/qdoc3/test/qt-html-templates.qdocconf tools/qdoc3/test/qt-html-templates_zh_CN.qdocconf tools/qdoc3/test/qt.qdocconf
| * Assistant: Revert previous commit, issue was already fixed.ck2010-08-041-2/+1
| |
| * Assistant: Include QML docsck2010-08-041-1/+2
| | | | | | | | | | | | | | | | Surprisingly, the QML documentation is not integrated into the Qt docs, so it has to be explicitly included. Task-number: QTBUG-12625 Reviewed-by: kh1
| * Fixed spelling mistakes in documented functions, classes, etc. Part of ↵Jerome Pasion2010-07-291-5/+5
| | | | | | | | QTBUG-11938 and QTBUG-10801
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test directory untouched. This just apply those regexp: git grep -O"sed -i 's/qVariantValue</qvariant_cast</'" qVariantValue git grep -O"sed -i 's/qVariantSetValue(\([^&*\(),]*\), */\\1.setValue(/'" qVariantSetValue git grep -O"sed -i 's/qVariantSetValue *<\([^>]*\)> *(\([^&*\(),]*\), */\\2.setValue<\\1>(/'" qVariantSetValue git grep -O"sed -i 's/qVariantCanConvert *<\([^>]*\)> *(\([^&*\(),]*\))/\\2.canConvert<\\1>()/g'" qVariantCanConvert git grep -O"sed -i 's/qVariantCanConvert *<\([^>]*\)> *(\([^&*\(),]*([^&*\(),]*)\))/\\2.canConvert<\\1>()/g'" qVariantCanConvert git grep -O"sed -i 's/qVariantFromValue\( *[(<]\)/QVariant::fromValue\\1/'" qVariantFromValue git checkout src/corelib/kernal/qvariant* Rev-by: dev mailing list
* | Remove the use of deprecated qFindChild(ren)Olivier Goffart2010-08-062-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Test directory untouched. This just apply those regexp: git grep -O"sed -i 's/qF\(indChildr*e*n*<[^>]*>\)(this,* */f\\1(/'" qFindChild git grep -O"sed -i 's/qF\(indChildr*e*n*<[^>]*>\)(&\([^\(),]*\),* */\\2.f\\1(/'" qFindChild git grep -O"sed -i 's/qF\(indChildr*e*n*<[^>]*>\)(\([^\(),]*()\),* */\\2->f\\1(/'" qFindChild git grep -O"sed -i 's/qF\(indChildr*e*n*<[^>]*>\)(\([^\(),]*\):\([^\(),]*\),* */(\\2:\\3)->f\\1(/'" qFindChild git grep -O"sed -i 's/qF\(indChildr*e*n*<[^>]*>\)(\([^\(),]*\),* */\\2->f\\1(/'" qFindChild Rev-by: dev mailing list
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-285-111/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/kernel/qapplication.cpp tests/auto/qfileinfo/tst_qfileinfo.cpp tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf tools/qdoc3/test/qmake.qdocconf tools/qdoc3/test/qt-build-docs.qdocconf tools/qdoc3/test/qt.qdocconf
| * Remove qMemCopy() usage from all .cpp files of Qt itself.Robin Burchell2010-07-181-1/+1
| | | | | | | | | | | | | | | | This is (supposedly) more efficient as the compiler can optimise it to a builtin, per Thiago. Merge-request: 2430 Reviewed-by: Andreas Kling <andreas.kling@nokia.com>
| * more fine-grained ts targetsOswald Buddenhagen2010-07-152-26/+0
| | | | | | | | | | | | | | | | | | there are now per-language ts-<package>-<lang> and ts-<lang> targets to update only the files relevant for a given language. there is also a ts-all target which does what the old ts target did. the ts-<package> targets are now named ts-<package>-all and should not be used manually - they exist for the convenience of the ts-all target. the ts target is now only a help blurb.
| * remove redundand translations project filesOswald Buddenhagen2010-07-124-107/+26
| | | | | | | | | | | | lupdate is now powerful enough to use the real project files. this avoids that the file lists run out of sync (which they did, though not as much as i expected).
| * make projects lupdate-friendlyOswald Buddenhagen2010-07-121-1/+1
| | | | | | | | | | | | lupdate currently doesn't parse .qmake.cache, so it lacks QT_SOURCE_TREE. so use relative paths in include statements and (the relevant) include paths instead.
| * qhelpgenerator: Fix namespace syntax checking.ck2010-07-091-2/+4
| |
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-151-0/+2
|\ \ | |/ | | | | | | Conflicts: src/gui/kernel/qapplication.h
| * Set the registration time while using the collection generator to register.kh12010-07-051-0/+2
| | | | | | | | | | Task-number: QTBUG-11911 Reviewed-by: ck
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-016-28/+23
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: bin/syncqt src/gui/text/qtextlayout.cpp tools/assistant/tools/assistant/helpviewer_qwv.cpp tools/assistant/tools/assistant/helpviewer_qwv.h tools/configure/configureapp.cpp
| * We need to swallow the event, otherwise it might pop up several times.kh12010-06-231-0/+1
| | | | | | | | Reviewed-by: kh
| * Set the item data thru the model, so we actually emit dataChanged.kh12010-06-233-2/+10
| | | | | | | | | | Task-number: QTBUG-10629 Reviewed-by: kh
| * Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | | | | | | Reviewed-by: Trust Me Requested-by: Legal
| * Fix some kind of race condition while using remote commands.kh12010-06-162-2/+24
| | | | | | | | | | | | | | | | | | | | | | Please do not merge to master, we had to fix it different there. Because of async content loading, we have to cache the url to load. A combination of SetSource and SyncContents would have lead to sync to the old url till loading was finished. So return the cached during loading. Task-number: QTBUG-11342 Reviewed-by: ck
| * use "win32-g++*" scope to match all MinGW makespecsMark Brand2010-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The scope "win32-g++" comes from the name of the makespec. However, it is frequently used to check for MinGW. This works fine as long as win32-g++ is the only makespec for MinGW. Now we need the wildcard to cover "win32-g++-cross" as well. Also reordered test of win32 before win32-g++*. Also took opportunity to use else. Merge-request: 2407 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | Fix some kind of race condition while using remote commands.kh12010-06-165-1/+25
| | | | | | | | | | | | | | | | | | Because of async content loading, we have to cache the url to load. A combination of SetSource and SyncContents would have lead to sync to the old url till loading was finished. So return the cached during loading. Task-number: QTBUG-11342 Reviewed-by: ck
* | Make the open pages widget act on the up/ down key directly.kh12010-06-031-8/+22
| | | | | | | | Reviewed-by: ck
* | Remove leftover.kh12010-06-031-1/+0
| | | | | | | | Reviewed-by: ck
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-06-0213-125/+446
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Backport open pages switcher from Qt Creator. Remove in-page switcher. Add missing trace, small cleanup.
| * | Backport open pages switcher from Qt Creator.kh12010-06-028-30/+403
| | | | | | | | | | | | Reviewed-by: ck
| * | Remove in-page switcher.kh12010-06-025-75/+9
| | | | | | | | | | | | Reviewed-by: ck
| * | Add missing trace, small cleanup.kh12010-06-023-20/+34
| | | | | | | | | | | | Reviewed-by: ck
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-06-013-4/+1
|\ \ \ | |/ / |/| / | |/
| * Doc: replacing old imageMorten Engvoldsen2010-05-311-0/+0
| | | | | | | | Task-number: QT-1520
| * Remove superfluous forward declaration.kh12010-05-271-3/+0
| | | | | | | | | | Task-number: QTBUG-11049 Reviewed-by: ck
| * escape backslashesOswald Buddenhagen2010-05-261-1/+1
| | | | | | | | this makes windows-style path specs *ugly*. that's intentional. :-P
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-194-7/+14
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: tools/assistant/tools/assistant/centralwidget.cpp tools/assistant/tools/assistant/helpviewer_qwv.cpp tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf tools/qdoc3/test/qmake.qdocconf
| * Print icon in doc pages has no effect.kh12010-05-173-0/+3
| | | | | | | | | | Task-number: QTBUG-10579 Reviewed-by: ck
| * Assistant has unnecessary repaints when expand/collapse selected node.kh12010-05-171-7/+11
| | | | | | | | | | Task-number: QTBUG-10575 Reviewed-by: ck
* | Assistant: Fix use of uninitialized address bar.ck2010-05-171-92/+103
| | | | | | | | Also bail out when we can't set up the help engine.
* | Assistant: Enable switching between pages via an in-page combo box.ck2010-05-147-21/+95
| |
* | Sync against latest Qt Creator.kh12010-05-0417-762/+785
| | | | | | | | Reviewed-by: ck
* | added closing parenthesis in helpviewer_qtb.cppZeno Albisser2010-05-031-1/+1
| | | | | | | | Reviewed-by: TrustMe
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-04-2827-915/+1449
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Fix a small typo in setColor description (brush -> color) Unable to load plugin DLLs compiled with the '/clr' option Remove legacy macros. Repositioned _WIN32_WINNT define in tst_qfileinfo and tst_qdir tst_networkselftest: fix building on Windows Assistant: Fix line endings. Assistant: Fix license headers. Fix for missing wchar_t pointer casts in filesystem.h Assistant: Don't display close button when it's not functional. Assistant: Fix some merge artifacts. Use GetProcAddress for GetVolumePathNamesForVolumeNameW Fix for missing wchar_t pointer cast in qfsfileengine_win.cpp Added support for symlinks and junction points on Windows Assistant: Get rid of tabs. Assistant: Move search widget into the dock area.
| * | Assistant: Fix line endings.ck2010-04-274-698/+698
| | |
| * | Assistant: Fix license headers.ck2010-04-272-28/+52
| | |
| * | Assistant: Don't display close button when it's not functional.ck2010-04-261-2/+5
| | | | | | | | | | | | | | | | | | | | | Plus: Show page title in context menu also when right-clicking on the close button. Reviewed-by: kh1