summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib
Commit message (Collapse)AuthorAgeFilesLines
* Removed superfluous code in assistant's search module.ck2009-07-063-16/+6
| | | | Reviewed-by: kh
* Fixed race condition in search module.ck2009-07-063-15/+21
| | | | | Task-number: 257441 Reviewed-by: kh
* Improve QtHelp error reporting.Friedemann Kleint2009-07-011-2/+2
| | | | Reviewed-by: kh <qtc-committer@nokia.com>
* Fix missing member initialization.kh2009-06-2315-1/+16
| | | | Reviewed-by: ossi
* Update license headers as requested by the marketing department.Jason McDonald2009-06-1670-106/+106
| | | | 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
* Spelling in docs.Jarek Kobus2009-06-101-1/+1
|
* Add a comment for the translator so the placeholders are describedAndy Shaw2009-06-061-0/+3
| | | | Reviewed-by: TrustMe
* Fixed build issues with MSVCThierry Bastian2009-05-291-8/+8
| | | | | | | | | | in atomic operations, we declare Interlock... functions in the namespace That can confuse the compiler because they are also declared in another header outside the namespace. Same problem in clucene where we include windows.h from within the NS. Task-number: 254214 Reviewed-by: ogoffart
* fixes search for non latin1 characterskh2009-03-313-55/+482
| | | | | | | | | while parsing html files, we removed some entities the should have been converted to there native representation, thus we were not able to find them Task-number: 247732 Reviewed-by: hjk
* Long live Qt 4.5!Lars Knoll2009-03-2379-0/+15661