summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/qhelpgenerator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Assistant: Insert all keywords with empty ids, as ids are not mendatory.kh12010-10-121-6/+7
| | | | | Task-number: QTBUG-14393 Reviewed-by: ck
* Set database write behavior to synchronous=OFF and increase page cache.kh12010-03-041-0/+3
| | | | | | | | | This improves the INSERT performance dramatically, since we won't wait anymore until all data is written back to the database. Should not have any impact on the database consistency in case of an app crash, only in case the whole OS crashes, but then you might be in trouble anyway. Reviewed-by: ck
* Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-041-7/+7
|\ | | | | | | | | | | | | | | | | Conflicts: examples/assistant/simpletextviewer/findfiledialog.cpp qmake/generators/symbian/symmake.cpp tools/assistant/lib/qhelpgenerator.cpp tools/assistant/lib/qhelpsearchquerywidget.cpp translations/translations.pri
| * Assistant: Use const references in foreach loops.ck2010-02-011-8/+8
| | | | | | | | Reviewed-by: kh1
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: bin/syncqt doc/src/deployment/deployment.qdoc src/corelib/io/qfsfileengine_win.cpp src/corelib/xml/qxmlstream.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h tools/assistant/tools/assistant/centralwidget.cpp tools/linguist/lupdate/main.cpp
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | | | | | Reviewed-by: Trust Me
| * Assistant: Look for document encoding in XML headers as well.ck2009-11-051-1/+1
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-1770 Reviewed-by: kh1 Conflicts: tools/assistant/lib/lib.pro
* | qhelpgenerator: Don't insert identical indices.ck2009-12-141-2/+12
| | | | | | | | Reviewed-by: kh1
* | Assistant: Performance improvements in qhelpgenerator.ck2009-12-141-12/+15
| | | | | | | | | | | | | | - Get rid of double container lookups for conditional access. - count() == 0 => isEmpty(). Reviewed-by: kh1
* | Help generator: Add option to check HTML links.ck2009-11-181-0/+65
| | | | | | | | | | | | | | | | | | We look up all "a href" and "img src" link in the project's HTML files and give a warning if the link target does not exist or is not listed in the project's filter sections. Task-number: QTBUG-2485 Reviewed-by: kh1
* | Assistant: Look for document encoding in XML headers as well.ck2009-11-051-1/+1
|/ | | | | Task-number: QTBUG-1770 Reviewed-by: kh1
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* We only need to filename, not the full path.kh2009-06-151-1/+1
| | | | Reviewed-by: kh
* We do only support files inside or in subdirs of the help project.kh2009-06-111-45/+49
| | | | | Task-number: 255888 Reviewed-by: kh
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+823