summaryrefslogtreecommitdiffstats
path: root/tools/assistant
Commit message (Expand)AuthorAgeFilesLines
...
* | | Help generator: Add option to check HTML links.ck2009-11-185-4/+87
* | | Assistant: Cache directory can be given relative to collection file.ck2009-11-182-3/+16
* | | Assistant: Display "Page not found" message for invalid URLs.ck2009-11-161-4/+11
* | | Merge branch '4.6'Thiago Macieira2009-11-132-8/+7
|\ \ \ | | |/ | |/|
| * | Add tr() to strings of Assistant that need to be translatedBenjamin Poulain2009-11-111-2/+2
| * | french translation of qt_helpPierre Rossi2009-11-111-1/+2
| * | Assistant: Add missing initialization of member variable.qt-info@nokia.com2009-11-111-0/+1
| * | Fix Assistant losing font settings across invocations.kh12009-11-112-62/+67
| * | Fix some warnings.kh12009-11-111-3/+2
| * | Assistant: Fix bugs related to setting the current filter remotely.qt-info@nokia.com2009-11-113-10/+14
| * | Doc: Fixed whitespace.David Boddie2009-11-111-6/+5
* | | Assistant: Refactor command line parser.ck2009-11-133-159/+173
* | | Assistant: Fix expandToc logic.ck2009-11-133-7/+13
* | | Assistant: Fix some license headers.ck2009-11-132-2/+2
* | | Assistant: Refactoring of remote show/hide handling.ck2009-11-124-49/+73
* | | Assistant: Refactor the handleCommand() function.ck2009-11-122-109/+175
* | | Assistant: Allow (un)registering documentation files remotely.ck2009-11-124-10/+34
* | | On windows we need to pass the length read to function properly.kh12009-11-111-2/+2
* | | Merge branch '4.6'Thiago Macieira2009-11-1017-111/+139
|\ \ \
| * | | french translation of qt_helpPierre Rossi2009-11-101-1/+2
| | |/ | |/|
| * | Merge branch 'tools-team/4.6' (early part) into 4.6Oswald Buddenhagen2009-11-107-75/+84
| |\ \ | | |/ | |/|
| | * Assistant: Add missing initialization of member variable.ck2009-11-091-0/+1
| | * Fix Assistant losing font settings across invocations.kh12009-11-092-62/+67
| | * Fix some warnings.kh12009-11-091-3/+2
| | * Assistant: Fix bugs related to setting the current filter remotely.ck2009-11-093-10/+14
| * | Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-095-12/+23
| |\ \ | | |/ | |/|
| | * API review: *Count() are not pluralMarius Storm-Olsen2009-11-095-12/+23
| * | Assistant: Fixes related to search configuration.ck2009-11-062-3/+2
| * | Assistant: Fix bugs on cached collection file handling.ck2009-11-061-1/+7
| * | Assistant: Reset default homepage on collection file update.ck2009-11-051-0/+2
| * | Assistant: Look for document encoding in XML headers as well.ck2009-11-056-57/+124
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-041-1/+1
| |\ \ | | |/
| | * Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-041-1/+1
| | |\
| | | * Removed the margin in assistant on Mac.Denis Dzyubenko2009-10-301-1/+1
| | | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Bradley T. Hughes2009-10-301-0/+1
| | | |\
| * | | | Fix Assistant to never access the network.kh12009-11-041-17/+15
| |/ / /
| * | | Add a French translation to Assistant. Update the phrase book.Benjamin Poulain2009-10-301-0/+1
| * | | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-301-0/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Tabs with corner widgets are drawn incorrectly in document mode on Mac.Prasanth Ullattil2009-10-291-0/+1
| * | Fix wrong version number in Assistant internal help.kh12009-10-291-0/+0
| |/
* | Assistant: Fix documentation for QHelpEngineCore::addCustomFilter().ck2009-11-101-2/+3
* | Assistant: Replace a "while" with an "if".ck2009-11-101-3/+1
* | Assistant: Make Edit name of a bookmark folder right after creation.ck2009-11-102-8/+14
* | Assistant: Allocate print dialog on the stack.ck2009-11-101-7/+6
* | Assisant: Allow absolute path names in collection project files.ck2009-11-061-6/+14
* | Assistant: Don't escape special characters in search fields.ck2009-11-061-33/+6
* | Assistant: Give internal linkage to file-scope functions in main.cpp.ck2009-11-051-0/+4
* | Assistant: Speed up document encoding detection.ck2009-11-051-7/+7
* | Assistant: Look for document encoding in XML headers as well.ck2009-11-056-57/+124
* | Implement bookmark export/import.kh12009-11-049-11/+390