con
04e32b0049
License headers.
2010-12-17 16:03:42 +01:00
hjk
5bce99b9e5
Replace BaseMode convenience class by individual implementation.
...
Using the convienience class does not really save code and adds another
needless level in the hierarchy. This affects the three remaining BaseMode
users: Help, ProjectExplorer and HelloWorld.
2010-12-07 16:45:58 +01:00
kh1
da84000313
Cannot reset font size for help when shown in side pane.
...
Task-number: QTCREATORBUG-2924
Reviewed-by: ck
2010-11-16 16:25:56 +01:00
kh1
0985f9c1c4
Fix ambiguity with help manager by renaming the file to match class.
...
Task-number: QTCREATORBUG-3090
Reviewed-by: ck
2010-11-16 16:25:55 +01:00
con
17fb150f10
Fix ui language for custom wizards.
...
Introduces a ICore::userInterfaceLanguage method, which centralizes the
previous qApp property hack for help and designer integration.
Reviewed-by: Friedemann Kleint
2010-11-11 13:30:38 +01:00
Friedemann Kleint
68d4d35cae
Coreplugin: Header cleanup.
...
Clean icore.h.
2010-11-02 16:53:56 +01:00
Daniel Molkentin
c4a8e6da3b
Fix regression: WelcomeMode has no RightPanePlaceHolder, switch to Edit
...
Reviewed-by: con
2010-10-27 18:54:06 +02:00
kh1
f707cfd834
Fix potential crash and extra open page on initial help start.
...
Reviewed-by: ck
2010-10-12 17:47:11 +02:00
kh1
699e3657a9
Replace QToolBars with StyledBar. Remove minimum size constraints.
...
Reviewed-by: con
2010-10-05 14:53:29 +02:00
kh1
997e2e5348
Some properties are not being highlighted in context sensitive help.
...
This happens because the may have a different name (like it's frament)
which we now look for while parsing the html for the function name.
Task-number: QTCREATORBUG-2217
Reviewed-by: ck
2010-09-30 14:42:22 +02:00
kh1
2e6217b756
Prefer never documentation over old ones.
...
Task-number: QTCREATORBUG-2080
Reviewed-by: ck
2010-09-29 14:09:49 +02:00
kh1
2c4eb25168
Don't put focus on the viewer if we couldn't find any documentation.
...
Task-number: QTCREATORBUG-2326
2010-09-24 09:43:03 +02:00
kh1
b4dd2080be
Implement opening find toolbar after '/' as requested by hjk.
2010-09-22 15:33:50 +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
Leena Miettinen
224b43034c
UI text - fix capitalization
2010-09-17 11:14:38 +02:00
hjk
ff0ac20a42
coreplugin: use Core::Id is some places
2010-09-10 17:22:28 +02:00
kh1
6ce18c8dcb
The sidebar viewer should not be allowed to open a new page.
2010-09-09 15:54:37 +02:00
Victor Ostashevsky
ea354f258c
Wrong messages/contexts in help plugin
...
Merge-request: 172
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-09-01 10:32:46 +02:00
kh1
8c070031df
Fix build without webkit.
2010-08-26 11:58:39 +02:00
kh1
053721ea22
Should have been part of fc6c2aa998 .
2010-08-25 17:35:42 +02:00
kh1
fc6c2aa998
Small refactoring.
2010-08-25 17:34:36 +02:00
kh1
0cf36e2dc0
The backward menu logic was still broken.
2010-08-25 17:15:58 +02:00
kh1
ffdd1765ca
Better naming.
2010-08-25 16:18:52 +02:00
kh1
1b7a92925d
Make next/ previous button work for external help.
...
Task-number: QTCREATORBUG-2074
2010-08-25 15:51:56 +02:00
kh1
e9305eef3f
Better naming.
2010-08-25 15:51:55 +02:00
kh1
44f4db7a39
Add navigation menus to the back and forth history buttons.
...
Task-number: QTCREATORBUG-347
Reviewed-by: ck
2010-08-25 11:46:04 +02:00
kh1
9e352be3b1
Fix jumping to an anchor once the page has been scrolled.
...
Task-number: QTCREATORBUG-2130
2010-08-23 14:32:09 +02:00
kh1
3170380074
Make sure we set the saved size for the side bar.
2010-08-17 14:48:07 +02:00
kh1
7b3208ce0f
Add some more missing shortcuts.
2010-08-06 14:45:53 +02:00
Friedemann Kleint
7e739985b2
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/debugger/debuggeruiswitcher.cpp
src/plugins/git/gitclient.cpp
src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp
2010-08-06 10:46:50 +02:00
kh1
eec3542433
Missing connects when changed from the options dialog.
2010-08-05 16:17:47 +02:00
kh1
597ceed2c4
Make the side bar able to hide, implement missing shortcuts.
...
Reviewed-by: ck
2010-08-04 15:35:29 +02:00
kh1
c094e8f353
Make use of the user defined filter settings.
2010-08-02 16:33:19 +02:00
kh1
dc3f33890c
Make use of the custom value settings functionality.
2010-08-02 16:32:18 +02:00
kh1
00783d2fbd
Make sure on first start the IDE becomes the active window.
2010-08-02 16:18:34 +02:00
Alessandro Portale
3aa3c5688f
Pedantic cleanup of filename parameters for QIcon constructor
...
Using more *::Constants::ICON_* where it makes sense and
wrapping the file names into QLatin1String where they were
missing.
The increased usage of the ICON constants needed a few more
cross plugin includes of *constants.h, here and there.
I think that it is OK, since the dependencies were alredy there
icon resource wise.
2010-07-30 22:17:14 +02:00
kh1
4660ff4a04
Highlight only topics, not in text hits.
...
Task-number: QTCREATORBUG-1964
Reviewed-by: kh
2010-07-29 15:35:02 +02:00
kh1
7608604c5f
Remove superfluous class member.
2010-07-26 16:08:21 +02:00
kh1
de040e80fc
Initial support for showing help in external window.
...
Task-number: QTCREATORBUG-1473
2010-07-23 16:37:29 +02:00
kh1
8c0223f874
Some preparations for externel help support.
2010-07-23 16:37:29 +02:00
kh1
c242146a0c
Call the proper method to avoid code duplication.
2010-07-23 16:37:28 +02:00
kh1
37b06903d3
Move some code to where it belongs really.
2010-07-23 11:21:06 +02:00
kh1
a59a1e5d37
Use new function signature. Small code cleanup.
2010-07-23 11:21:06 +02:00
kh1
a7d5a1f455
Hide the Unfiltered filter in the settings dialog.
...
Reviewed-by: ck
2010-07-21 10:14:11 +02:00
kh1
37efd0e10f
Implement online help filter.
...
The search for remote content, like stl::vector in cpp-reference,
google, bing, wikipedia etc...
Task-number: QTCREATORBUG-1375
Reviewed-by: ck
2010-07-16 11:16:21 +02:00
kh1
01fb9cdbaf
Make sure we open the help only if needed.
...
Reviewed-by: ck
2010-07-14 17:01:26 +02:00
con
e85d215460
Merge remote branch 'origin/2.0'
2010-07-13 15:43:48 +02:00
kh1
3af05a8f67
Fix build problem without webkit.
2010-07-13 15:31:46 +02:00
con
b3dbc4b4e4
Add flag to IPlugin::aboutToShutdown that allows asynchronous shutdown.
...
If a plugin requests asyncronous shutdown, the shutdown sequence does
not continue to deleting the plugins before it has sent a
asynchronousShutdownFinished signal. During that time an event loop
is running.
2010-07-13 15:25:21 +02:00
Friedemann Kleint
adf2c1b0da
Merge branch '2.0'
...
Conflicts:
src/plugins/qmlinspector/QmlInspector.pluginspec
2010-07-13 15:20:54 +02:00