- Dec 01, 2010
-
-
Leandro Melo authored
This is basically a continuation of the commits which refactor code out of the base text editor. For instance, 36fa1de4 and 3a684586. Also removed the doXXXX() forwarding methods.
-
- Nov 18, 2010
-
-
Erik Verbruggen authored
The condition resolving now looks through typedefs and calls. Task-number: QTCREATORBUG-2051 Reviewed-by: Christian Kamm
-
- Nov 10, 2010
-
-
Leandro Melo authored
It was being reset based on the highlighter definitions. Consider some refactoring with the related options as well to avoid overriding user's settings. Done-with: Thorbjorn Lindeijer
-
- Nov 09, 2010
-
-
Leandro Melo authored
Reviewed-by: Thorbjorn Lindeijer
-
- Nov 05, 2010
-
-
Leandro Melo authored
Reviewed-by: ckamm
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
con authored
-
- Nov 01, 2010
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
- Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
-
con authored
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
-
- Oct 29, 2010
-
-
Friedemann Kleint authored
Remove internal markers from exported headers, introduce private class for BaseTextDocument. Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Oct 27, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2240 Reviewed-by: Erik Verbruggen
-
- Oct 20, 2010
-
-
con authored
The debugger plugin opens an editor in this case, leading to fakevim and cppeditor crashing. This commit doesn't fix the problem's source, but adds safeguards that are sensible anyhow: FakeVim should not register with editors during shutdown, and CppEditor should not unconditionally assume an existing editor manager in the destructor. Reviewed-by: Friedemann Kleint
-
- Oct 19, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
Friedemann Kleint authored
As they do not look nice in the layouts and several options pages are involved in the case of the form class wizard. Reviewed-by: con Task-number: QTCREATORBUG-2778
-
- Oct 11, 2010
-
-
Christian Kamm authored
It is unnecessary to try hard to resolve a class forward declaration when all you want to know is whether it is a valid link or not. Task-number: QTCREATORBUG-2688 Reviewed-by: Thorbjorn Lindeijer
-
- Oct 08, 2010
-
-
hjk authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Reviewed-by: Roberto Raggi
-
- Oct 07, 2010
-
-
hjk authored
-
Christian Kamm authored
Reviewed-by: hjk Reviewed-by: Erik Verbruggen
-
- Oct 06, 2010
-
-
Leandro Melo authored
Currently used by the QML outline and C++ type hierarchy. Reviewed-by: kkoehne Task-number: QTCREATORBUG-2583
-
- Oct 05, 2010
-
-
Friedemann Kleint authored
-
- Oct 01, 2010
-
-
Leandro Melo authored
The C++ hover handler should just iterate over the list of candidates, since it was created by the element evaluator considering all possible name qualifications and in the right order. Reviewed-by: kh1
-
Leandro Melo authored
This is basically for consistency with the docs and with the html extraction mechanism. Reviewed-by: Roberto Raggi
-
- Sep 30, 2010
-
-
Leandro Melo authored
This is actually a general improvement that splits the qualified names so more help ids candidates are considered when searching in the docs. Reviewed-by: kh1
-
Thorbjørn Lindeijer authored
-
hjk authored
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1 days, and we'd like to have odd subminor for 'working' and even subminor numbers for pure cherry-picking release branches anyway.
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
hjk authored
Reviewed-by: Roberto Raggi
-
hjk authored
Reviewed-by: Leandro Melo
-
- Sep 29, 2010
-
-
Roberto Raggi authored
-
Erik Verbruggen authored
Reviewed-by: Roberto Raggi
-
Friedemann Kleint authored
Make DebuggerRunner handle QProcess::startFailed correctly on Windows (synchronous signal emission within startDebugger()). Remove debug output/warnings. Reviewed-by: hjk
-
- Sep 27, 2010
-
-
Erik Verbruggen authored
(cherry picked from commit 519f1d11947ff3109850e559fae868c4a55deb43)
-