Commit Graph

844 Commits

Author SHA1 Message Date
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
c5db5d3fe3 Make sure the query widget is shown using creator style. 2010-08-17 15:57:27 +02:00
kh1
3170380074 Make sure we set the saved size for the side bar. 2010-08-17 14:48:07 +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
6c580fd71b Make sure we can open local files as well.
Reviewed-by: ck
2010-08-16 15:21:58 +02:00
Thiago Macieira
25433ca87c Fix compilation with Intel CC: Q_UNUSED takes a reference
in qglobal.h, we make Q_UNUSED call a template function that takes T&
as a parameter. So we can't pass an rvalue (the result of the &&
operator).

Reviewed-By: Trust Me
2010-08-11 21:13:44 +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
8e5b17ced6 Fix warning. 2010-08-05 14:55:52 +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
fd6f1b6940 Show user defined filters only, some more of information about the filter.
Reviewed-by: ck
2010-08-03 17:13:48 +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
Olivier Goffart
40c07dbf97 Fix invalid read
One shall check the event is a QKeyEvent before static_cast
2010-08-02 14:46:38 +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
con
6bd790bd0f Version bump 2010-07-22 18:05:53 +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
con
cecf9ac25a Move find flags from IFindSupport to more accessible place.
For later use in IFindFilter.
2010-07-15 16:42:31 +02:00
kh1
01fb9cdbaf Make sure we open the help only if needed.
Reviewed-by: ck
2010-07-14 17:01:26 +02:00
kh1
141e555647 Lower the count to spead up search.
Reviewed-by: ck
2010-07-14 17:01:26 +02:00
con
2c25f5ed7a Add replace action. Replace the icons for replace with text-only.
Also show "Replace", "Replace & Find" and "Replace All" in the tool bar,
i.e. don't show the "Replace & Find Previous" in the tool bar to avoid
it getting crowded.

Reviewed-by: Thorbjørn Lindeijer
2010-07-14 14:45:18 +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
kh1
6a98c17147 Implement topic highlighting after e.g. F1.
Task-number: QTCREATORBUG-1765
Reviewed-by: ck
2010-07-13 13:30:39 +02:00
kh1
2cd7c7b8c8 Force engine setup.
If we where not in full help mode at least once, the engine
would still run without valid help collection due to the new
lazy initialisation, thus the right side pane would not be
able to retrieve the requested help file.

Reviewed-by: ck
2010-07-08 10:43:01 +02:00
kh1
b546e979d3 Force engine setup.
If we where not in full help mode at least once, the engine
would still run without valid help collection due to the new
lazy initialisation, thus the right side pane would not be
able to retrieve the requested help file.

Reviewed-by: ck
2010-07-07 11:26:59 +02:00
kh1
8f76baa647 Fix the missing call to register the qml and internal help files. 2010-06-29 10:48:52 +02:00
kh1
5337667cc4 Fix the missing call to register the qml and internal help files. 2010-06-29 10:44:14 +02:00
hjk
f56dacc76f Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBAL 2010-06-28 14:30:03 +02:00
hjk
2f5f358ff4 Core::Context: compile hot fix for Windows. 2010-06-25 17:38:25 +02:00
hjk
c7e8b51d37 core: use a class derived from QList<int> instead of a QList<int> for Core::Context
A mostly mechanical change.

Reviewed-By: con
2010-06-25 12:58:07 +02:00
con
af44136e22 Merge remote branch 'origin/2.0'
Conflicts:
	doc/qtcreator.qdoc
	src/plugins/help/helpplugin.cpp
	src/plugins/projectexplorer/projectexplorer.cpp
	src/plugins/projectexplorer/projectexplorer.h
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.h
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemoruncontrol.cpp
	src/tools/qml/qmldump/main.cpp
2010-06-24 11:40:22 +02:00
kh1
38b2ffce04 Fix missing help plugin shortcuts.
Reviewed-by: ck
2010-06-21 13:27:42 +02:00
Erik Verbruggen
05639e4688 Merge branch 'origin/2.0' (early part) 2010-06-15 11:30:51 +02:00
kh1
106d111f9b Fixes broken attribute list for real.
Task-number: QTCREATORBUG-1621
2010-06-14 18:07:20 +02:00
kh1
3cf8d21115 Fix build without webkit. 2010-06-14 16:57:53 +02:00