kh1
699e3657a9
Replace QToolBars with StyledBar. Remove minimum size constraints.
...
Reviewed-by: con
2010-10-05 14:53:29 +02:00
kh1
55fe83c291
Make it possible to return editor mode if the last help page was closed.
2010-09-21 17:01:36 +02:00
kh1
ee3ad439a8
Fix memory leak.
...
Task-number: QTCREATORBUG-2335
2010-09-15 15:21:31 +02:00
kh1
fea475ea55
Show tooltip for open pages and add a copy to clipboard option.
2010-08-16 15:25:27 +02:00
kh1
1b6ad08795
Move help manager into core.
...
- lessens open file handles
- improves help plugin startup further
Task-number: QTCREATORBUG-337
Reviewed-by: ck
2010-06-11 13:11:37 +02:00
Thorbjørn Lindeijer
e07821855c
Help mode: don't hide the frame for the open pages switcher
...
Also removed a superfluous elide mode setter.
Reviewed-by: kh1
2010-04-13 17:33:36 +02:00
Thorbjørn Lindeijer
f8a29ea465
Cosmetics
2010-04-12 18:54:05 +02:00
kh1
66e5da215a
Fix typo.
2010-04-12 16:43:23 +02:00
kh1
a84b3b5291
Implement Ctrl+Tab/Ctrl+Shift+Tab support to cycle thru open pages.
...
Reviewed-by: ck
2010-04-12 16:13:58 +02:00
kh1
a11df78318
There was a connect to much, triggering a pages switch on mouse press.
...
Make Thorbjorn happy. :)
Reviewed-by: ck
2010-04-09 11:29:50 +02:00
kh1
d97bdd1af6
Fix warning as seen by fkleint about missing stack widget item.
2010-03-31 13:15:28 +02:00
kh1
9c0478c390
Fix typo and code leftover.
2010-03-31 13:15:27 +02:00
kh1
0cf2bc3b43
Fix dots showing up in second column of the widget.
...
Since we use a two column model/treeview we need to prevent returning
some text data, otherwise we will see dots in the secound column. We also
need to emit pagesChanged once we init the model.
2010-03-30 17:51:43 +02:00
kh1
b1411d540c
Implement open pages classes to handle doc files like edit mode.
...
Based on the implementation done by ck, slightly modified and thus put
under the private help internal namespace.
2010-03-30 17:51:42 +02:00