summaryrefslogtreecommitdiffstats
path: root/tools/assistant
Commit message (Collapse)AuthorAgeFilesLines
* fixes undefined behavior will closing all tabskh2009-04-276-116/+165
| | | | | Task-number: 249001, 236473 Reviewed-by: kh
* fixes empty tab titles after restartkh2009-04-242-14/+10
|
* cleanup, no functional changekh2009-04-243-94/+118
|
* init combobox member and make sure we won't access it uninitializedkh2009-04-241-6/+9
|
* Change Qt version number to 4.5.2Thiago Macieira2009-04-241-1/+1
| | | | Reviewed-By: TrustMe
* cleanupkh2009-04-233-68/+22
|
* fixes open an empty page on invalid keywordkh2009-04-231-0/+2
|
* make sure we wait until the page has fully loaded before duplicatingkh2009-04-233-1/+19
|
* update the filter combobox if we set a passed filterkh2009-04-231-2/+11
|
* Set the current filter if one gets passed by commandline.kh2009-04-231-0/+3
| | | | | Task-number: none Reviewed-by: kh
* cleanup, normalized connect, etc...kh2009-04-231-24/+24
| | | | | Task-number: none Reviewed-by: TrustMe
* Make all qdoc footers consistent with the main Qt docs.Jason McDonald2009-04-221-2/+1
| | | | | | | | Use the same copyright message in all doc footers. As a side-effect, this change also removes most of the remaining THISYEAR placeholders, and fixes some footers that try to use 110% of the page width. Reviewed-by: Thiago
* correct the HowTokh2009-04-211-3/+2
| | | | | Task-number: none Reviewed-by: kh
* Fix incorrect year and version number in assistant docs.kh2009-04-211-0/+0
| | | | | | | | | Should have been part of 8aa8997f18afb85cb17f5b2a875a004302df4c72 Sorry the HOWTO file was not entirely clear that the *.qch needs to be updated too. Task-number: 251421 Reviewed-by: kh
* BT: Remove turkish translation files created by previous change.Jason McDonald2009-04-213-3/+0
| | | | | | | | Remove the *_tr_TR.ts files added in change 5e3cae2754bf5f50aa10fef2c8d3bb7d33407b96 and remove their entries from .pro files to prevent them coming back next time someone does "make ts". Reviewed-by: Trust Me
* Fix the About Qt dialog text to be truthful, post-LGPLJason McDonald2009-04-182-38/+5
| | | | | | | | | | | | | | | | | Update the text of the About Qt dialog, as directed by Legal. Note that this change breaks string freeze as the text is translatable, however Legal has decided that shipping legally correct text has priority over shipping complete translations. This change includes updated .ts files to correct the source strings, but no updated translations. This change also removes out-of-date licensing text from the About dialogs of Designer, Assistant, Linguist, QtConfig and qdbusviewer. Those particular changes should not break translations as they only remove translatable strings and do not modify any others. Task-number: 247608 Reviewed-by: Trust Me .....review will be conducted after submission.
* Fix incorrect year and version number in assistant docs.Jason McDonald2009-04-171-2/+2
| | | | | Task: 251421 Reviewed-by: Trust Me
* fixes empty tab after pdf file open, new tab after middle mouse clickkh2009-04-022-3/+57
| | | | | Task-number: none Reviewed-by: --global
* fixes empty tab after pdf file openkh2009-04-021-3/+10
| | | | | Task-number: none Reviewed-by: --global
* fixes empty tab after pdf file openkh2009-04-022-6/+17
| | | | | Task-number: none Reviewed-by: --global
* don't invoke the current item without selectionkh2009-04-011-18/+23
| | | | | Task-number: none Reviewed-by: hjk
* don't open the TopicChooser if no link is avaliablekh2009-04-012-35/+23
| | | | | Task-number: none Reviewed-by: hjk
* strip fragment and other parts from url in case of pdfkh2009-04-011-8/+16
| | | | | Task-number: part of 238496 Reviewed-by: hjk
* 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
* Fixes missing quotation markkh2009-03-261-1/+1
| | | | Reviewed-by: TrustMe
* Fixes missing quotation markkh2009-03-261-1/+1
| | | | | Task-number: none Reviewed-by: TrustMe
* Fix broken shortcutskh2009-03-262-135/+132
| | | | | | | | We where using hardcoded shortcuts, replaced now by QKeySequence, some further code clenup etc... Task-number: 248304, 247392 Reviewed-by: hjk
* Long live Qt 4.5!Lars Knoll2009-03-23298-0/+38928