| Commit message (Expand) | Author | Age | Files | Lines |
* | Assistant: Use non-GUI version of QApplication for command-line tasks. | ck | 2009-08-04 | 1 | -1/+15 |
|
|
* | Assistant: Added search history. | ck | 2009-08-04 | 1 | -57/+238 |
|
|
* | Sync with QtCreator source, add's help startup options. | kh1 | 2009-08-03 | 6 | -40/+158 |
|
|
* | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 1 | -2/+4 |
|\ |
|
| * | Fix missing title quoting. | kh | 2009-07-27 | 1 | -2/+4 |
|
|
* | | Compilare necessus est | Volker Hilsheimer | 2009-08-01 | 1 | -1/+1 |
|
|
* | | Assistant: Performance fixes for help generator's pattern matching. | ck | 2009-07-31 | 1 | -7/+36 |
|
|
* | | Fix internal documentation after QUrl change. | kh | 2009-07-31 | 5 | -5/+5 |
|
|
* | | Assistant/helpconverter: Remove hard-coded version check in ADP file. | ck | 2009-07-28 | 2 | -9/+17 |
|
|
* | | Assistant: Removed redundancy in index reader classes. | ck | 2009-07-27 | 8 | -210/+296 |
|
|
* | | Add priority property to QAction | Jens Bache-Wiig | 2009-07-17 | 1 | -1/+7 |
|
|
* | | Allow picking up tool button style from the system | Jens Bache-Wiig | 2009-07-16 | 1 | -0/+5 |
|
|
* | | Added a version information to our executables. | Denis Dzyubenko | 2009-07-15 | 1 | -0/+31 |
|
|
* | | Merge commit 'origin/4.5' | Bill King | 2009-07-08 | 3 | -31/+27 |
|\ \
| |/ |
|
| * | Removed superfluous code in assistant's search module. | ck | 2009-07-06 | 3 | -16/+6 |
|
|
| * | Fixed race condition in search module. | ck | 2009-07-06 | 3 | -15/+21 |
|
|
* | | Added wildcard support for file lists in help projects. | ck | 2009-07-07 | 1 | -3/+19 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-07-02 | 6 | -23/+114 |
|\ \
| |/ |
|
| * | Sync with QtCreator. | kh | 2009-07-01 | 4 | -10/+94 |
|
|
| * | Sync with QtCreator. | kh | 2009-07-01 | 1 | -9/+13 |
|
|
| * | Do not start Assistant without at least an empty page. | kh | 2009-07-01 | 1 | -2/+5 |
|
|
| * | Improve QtHelp error reporting. | Friedemann Kleint | 2009-07-01 | 1 | -2/+2 |
|
|
* | | Remove trailing dot in tooltips. | Ritt Konstantin | 2009-06-29 | 1 | -3/+3 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-06-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Bump Qt version number. | Jason McDonald | 2009-06-25 | 1 | -1/+1 |
|
|
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-23 | 15 | -1/+16 |
|\ \
| |/ |
|
| * | Fix missing member initialization. | kh | 2009-06-23 | 15 | -1/+16 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-18 | 5 | -118/+104 |
|\ \
| |/ |
|
| * | Make it possible to drag bookmarks to the root item. | kh | 2009-06-18 | 1 | -1/+2 |
|
|
| * | Cleanup. | kh | 2009-06-18 | 2 | -117/+99 |
|
|
| * | Add Russian translation for Qt Assistant. | Ritt Konstantin | 2009-06-17 | 2 | -0/+2 |
|
|
| * | Add Russian translation for QtHelp. | Ritt Konstantin | 2009-06-17 | 1 | -0/+1 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 161 | -288/+288 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 161 | -287/+287 |
|
|
| * | We only need to filename, not the full path. | kh | 2009-06-15 | 1 | -1/+1 |
|
|
* | | Merge commit 'origin/4.5' | Bjørn Erik Nilsen | 2009-06-12 | 4 | -48/+55 |
|\ \
| |/ |
|
| * | We do only support files inside or in subdirs of the help project. | kh | 2009-06-11 | 1 | -45/+49 |
|
|
| * | Fix wrong home shortcut, now set to ALT+Home. | kh | 2009-06-11 | 1 | -1/+1 |
|
|
| * | No need to bookmark emty pages. | kh | 2009-06-11 | 2 | -1/+4 |
|
|
| * | Spelling in docs. | Jarek Kobus | 2009-06-10 | 1 | -1/+1 |
|
|
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-08 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Add a comment for the translator so the placeholders are described | Andy Shaw | 2009-06-06 | 1 | -0/+3 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-02 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Fixed build issues with MSVC | Thierry Bastian | 2009-05-29 | 1 | -8/+8 |
|
|
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 4 | -74/+108 |
|\ \
| |/ |
|
| * | Integrate merge-request #549 into branch '4.5' | Simon Hausmann | 2009-05-27 | 2 | -2/+4 |
| |\ |
|
| | * | Updated danish translations. Added them to relevant project files. | Thomas Sondergaard | 2009-05-26 | 2 | -2/+4 |
|
|
| * | | Workaround the palette issue, set it only when we search is open. | kh | 2009-05-26 | 2 | -2/+38 |
|
|
| * | | Fix broken search inside search results. | kh | 2009-05-26 | 2 | -70/+66 |
|
|