Commit Graph

30 Commits

Author SHA1 Message Date
kh1
4469564f2d Remove unused code. 2010-03-25 18:37:36 +01:00
kh1
6ac6be5db2 Rewrite of the whole help modul initialization.
We now do as much as possible lazy initialisation, e.g only start the
full text search indexer if we really access the search widget. Also
moved the QFutur progress into the search widget. Changed all ctors to
be called without an argument, since we share the help engines from
help manager all over the place. Make use of the fact that we only need
to call setupData on the gui engine if we access the help mode, otherwise
all data is fetched thru the core engine whichs setupData is really fast.
2010-03-23 18:13:12 +01:00
kh1
fa32d9a9d0 Make use of the core engine, no need for gui stuff. 2010-03-23 18:13:04 +01:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Oswald Buddenhagen
75b42f18d8 Merge remote branch 'origin/1.3'
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Oswald Buddenhagen
a6ca348636 remove trailing whitespace
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00
kh1
1a1d0e269d Use HighlightAllOccurrences to have highlighting during type and search.
Task-number: QTCREATORBUG-235
2010-01-21 18:10:07 +01:00
kh1
a0af55e7bd Add an combo box to switch between the opened tabs.
Follow the text editor and provide a combo box for opened documents. We
might consider removing the tabs all together to look more consistent.

Task-number: QTCREATORBUG-584
Reviewed-by: ck
2010-01-18 15:22:07 +01:00
dt
a67e13942b Fix memory leak in welcome plugin and right hand side pane 2009-11-04 17:20:33 +01:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
kh
99ae7ef46b Sync with Assistant source, fixes empty tab title. 2009-07-27 14:35:00 +02:00
Alessandro Portale
d3f9757916 Removing some unused semicolons after Q_UNUSED
There were both variants, with and without extra semicolon.
2009-07-13 17:35:17 +02:00
kh
a175a5f6ee Implement home page settings and help startup options. 2009-06-26 16:50:50 +02:00
kh
bfc04b98f0 Store and restore font size for help viewers. Add font reset shortcut.
Task-number: 253365
Reviewed-by: kh
2009-06-25 16:03:02 +02:00
kh
c798f54fd3 Clenaup, sync with Assistant source. 2009-06-25 15:20:38 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
kh
cb71de60dd No need to bookmark empty pages, also disable menu item in case of.
Reviewed-by: dt
2009-06-04 13:12:20 +02:00
Oswald Buddenhagen
d2a8449bea ifdef Q_?S_* cleanup
- clear up some Q_OS_LINUX vs. Q_OS_UNIX
- clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
- use proper #if-#else cascades instead of free-standing #ifs
2009-06-03 20:54:59 +02:00
kh
7b24a59382 Whitespace cleanup, normalize connect.
Reviewed-by: dt
2009-06-02 18:41:12 +02:00
Friedemann Kleint
14e39ba5af Fixed translation issues. 2009-05-07 15:34:52 +02:00
hjk
8ca887aae2 Fixes: change file license headers to include LGPL 2009-02-25 09:15:00 +01:00
Patrick Star
549ad43a95 Fixes: - nothing
Task:     - none
RevBy:    - Thorbjoern
AutoTest: - compile
Details:  - remove font settings stuff, since we overwrite it in coreplugin
2009-01-29 15:34:12 +01:00
Patrick Star
37aef09885 Fixes: - compile on gcc3
Task:     - none
RevBy:    - TrustMe
2009-01-29 13:14:32 +01:00
Patrick Star
49b245aff1 Fixes: - wrong font settings for helpviewer, cleanup
Task:     - none
RevBy:    - me
AutoTest: - manual
2009-01-28 16:04:09 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
ab83dcd87c off-by-one in headers 2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3 end-of-line whitespace correction of the new headers 2008-12-02 14:17:16 +01:00
Patrick Star
7d6f2bb45a Fixes: - use QT_NO_WEBKIT instead of QT_WEBKIT, USE_WEBKIT
Task:     - none
AutoTest: - compile test
Details:  - use QT_NO_WEBKIT instead of QT_WEBKIT, USE_WEBKIT
2008-12-02 13:38:31 +01:00
con
05c35356ab Initial import 2008-12-02 12:01:29 +01:00