summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Assistant: Performance improvements in qhelpgenerator.ck2009-12-142-13/+16
| | | | | | | - Get rid of double container lookups for conditional access. - count() == 0 => isEmpty(). Reviewed-by: kh1
* Assistant: Added rebuild-search-index command line option.ck2009-12-103-3/+40
| | | | Reviewed-by: kh1
* Assistant: Make doc file watching work for the intended use case.ck2009-12-092-1/+75
| | | | | | | | | | The QFileSystemWatcher signals the changing of a file several times, with the first one coming too early. As a result, we are likely checking a file that is not yet fully constructed. The workaround/solution is to delay reacting to the change until after the (hopefully) last signal from the QFileSystemWatcher. Reviewed-by: kh1
* Assistant: Try to reload open pages on doc file update.ck2009-12-095-10/+23
| | | | Reviewed-by: kh1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtck2009-12-093-5/+4
|\
| * Merge branch '4.6'Thiago Macieira2009-12-083-5/+4
| |\
| | * Merge remote branch 'staging/4.6' into 4.6Oswald Buddenhagen2009-12-073-5/+4
| | |\
| | | * make qdoc3 a proper tools subtarget and install itOswald Buddenhagen2009-12-042-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | needed for building qtmobility and qtcreator docs without magic. Reviewed-by: Daniel Molkentin
| | | * remove dead fileOswald Buddenhagen2009-12-041-5/+0
| | | |
* | | | Assistant: Allow search tab to be displayed on start-up.ck2009-12-081-2/+2
|/ / / | | | | | | | | | Reviewed-by: kh1
* | | Assistant: Don't re-load saved pages that don't exist anymore.ck2009-12-081-11/+13
| | | | | | | | | | | | Reviewed-by: kh1
* | | Assistant: Add "shared" directory to dependency list.ck2009-12-071-0/+1
| | |
* | | Assistant: Use tracing macro in all functions.ck2009-12-0718-0/+472
| | | | | | | | | | | | Reviewed-by: kh1
* | | Assistant: Logical re-structuring of start-up code.ck2009-12-076-148/+172
| | | | | | | | | | | | Reviewed-by: kh1
* | | Cleanup, no functional change.kh12009-12-071-23/+30
| | |
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-12-0511-28/+170
|\ \ \ | |/ /
| * | Merge commit '33441e2a611f07207b0b942368aab9010cdf8ab1' of ↵Simon Hausmann2009-12-0510-26/+168
| |\ \ | | | | | | | | | | | | oslo-staging-1/4.6 into 4.6
| | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2009-12-047-11/+11
| | |\ \
| | * | | doc: Example page now lists images used by the exampleMartin Smith2009-12-0410-26/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It just links to an empty page at the moment, i.e., it doesn't load the images. But I will add that. Task-number: QTBUG-4484
| * | | | Merge commit 'c0b81480b2909b18ac15bdd124a562ae005c2f41' into origin-4.6Olivier Goffart2009-12-041-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵axis2009-12-031-2/+2
| | |\ \ \ | | | | | | | | | | | | | | | | | | 4.6-staging2
| | | * | | Fixed "illegal empty declaration" warning from \tools\xmlpatternsJanne Anttila2009-12-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following warning was reported by Symbian compilers: tools\xmlpatterns\main.cpp:83: warning: illegal empty declaration Reviewed-by: TrustMe
* | | | | | Assistant: More small refactorings + compile fix.ck2009-12-041-37/+49
| | | | | |
* | | | | | Merge branch '4.6'Thiago Macieira2009-12-032-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-12-039-14/+19
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Assistant: Fix race condition in CLucene indexer.ck2009-12-012-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to make sure the running thread can respond to the cancel request before overwriting it. Reviewed-by: kh1
* | | | | | Assistant: Another small refactoring.ck2009-12-031-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: kh1
* | | | | | Assistant: Small refactoring to prepare for upcoming functional change.ck2009-12-031-18/+24
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: kh1
* | | | | | Assistant: Compile fix for namespaced Qt.ck2009-12-032-0/+8
| | | | | |
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtck2009-12-0310-36/+85
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.6'Thiago Macieira2009-12-0210-36/+85
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/global/qglobal.h src/gui/dialogs/qfiledialog_win.cpp src/plugins/qpluginbase.pri src/qbase.pri tests/auto/selftests/expected_cmptest.txt tests/auto/selftests/expected_crashes_3.txt tests/auto/selftests/expected_longstring.txt tests/auto/selftests/expected_maxwarnings.txt tests/auto/selftests/expected_skip.txt tools/assistant/tools/assistant/doc/assistant.qdocconf 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
| | * | | | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-12-027-11/+11
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | / | | | |_|_|/ | | |/| | |
| | | * | | Bump version to 4.6.1Jason McDonald2009-12-017-11/+11
| | | |/ / | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | | Creator crashes when reloading externally modified .ui files on MacPrasanth Ullattil2009-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Mac QWidget::destroy() sends an AcceptDropsChange event after clearing the guards for QPointer. This was used to store a QPointer to the widget being deleted & that will never be cleared. The fix removed the setAcceptDrops() from destroy. And as an extra protection make sure designer will not treat that event as interesting. Task-number: QTCREATORBUG-307 Reviewed-by: Denis Dzyubenko Reviewed-by: Friedemann Kleint
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-298-33/+77
| | |\ \ \ | | | |/ /
| | | * | fix crash on closing all files under certain circumstancesOswald Buddenhagen2009-11-263-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after all, it is no good idea to announce the removal of all columns just to let the view headers adjust themselves - it also makes the views emit currentItemChanged() which has some undesirable side effects. so don't do it an fix the header manually.
| | | * | ignore Alt+Space acelerators - useless and too many false positivesOswald Buddenhagen2009-11-261-2/+13
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-4429
| | | * | offer only possible countries for each languageOswald Buddenhagen2009-11-252-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | | otherwise qlocale will silently clobber the user's (most probably bogus) choice anyway.
| | | * | make qph use language attributesOswald Buddenhagen2009-11-251-5/+18
| | | | |
| | | * | the definition needs xml escaping, tooOswald Buddenhagen2009-11-251-1/+1
| | | | |
| | | * | don't write context into <definition> fieldOswald Buddenhagen2009-11-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there is really no point in doing so Reviewed-by: hjk
| | | * | qph: don't clobber <definition> fieldsOswald Buddenhagen2009-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the translator comment field is not written out, so reading the definition into it is basically discarding it as far as any roundtrips which arrive at qph again are concerned. the message's disambiguation seems most suitable for the task. Reviewed-by: hjk Task-number: QTBUG-4498
| | | * | fix class/struct mismatch in the bootstrap magicOswald Buddenhagen2009-11-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qlocale.h includes qobjectdefs.h which forward-declares it as a class. Reviewed-by: aportale
| | | * | Assistant: Move tab widget allocation up.ck2009-11-251-1/+1
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | We follow the controversial RABU ("Resource Acquisition Before Usage") pattern here. Patch is actually by con. Reviewed-by: con
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-271-0/+7
| | |\ \ | | | |/
| | * | Fixed key handling in the documentation index widgetDenis Dzyubenko2009-11-251-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Mac up/down arrow keys move the cursor to the beginning/end of the lineedit, however if the lineedit is used to control the indexwidget in assistant, we need to prevent it to get those events and move the text cursor. Reviewed-by: kh
* | | | Assistant: Encapsulate accesses to help engine.ck2009-12-0326-772/+1224
|/ / / | | | | | | | | | Reviewed-by: kh1
* | | trolltech => nokiaOswald Buddenhagen2009-11-271-1/+1
| | |
* | | support @-style list files on the command lineOswald Buddenhagen2009-11-261-61/+79
| | | | | | | | | | | | Task-number: QTBUG-4099
* | | Merge branch '4.6'Thiago Macieira2009-11-2582-851/+1152
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/modules.qdoc examples/assistant/simpletextviewer/findfiledialog.cpp examples/webkit/fancybrowser/mainwindow.cpp src/gui/widgets/qtabbar.cpp src/gui/widgets/qtabbar_p.h tests/auto/qpixmap/tst_qpixmap.cpp tools/assistant/compat/helpdialog.cpp tools/assistant/compat/tabbedbrowser.cpp translations/translations.pri