- Feb 10, 2009
-
-
Thorbjørn Lindeijer authored
These checks are necessary cause of a recent change in the C++ engine. Reviewed-by: Roberto Raggi
-
- Feb 09, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 06, 2009
-
-
Thorbjørn Lindeijer authored
The helpId was working but the tooltip text was empty. Reviewed-by: Roberto
-
- Feb 05, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
RevBy: Roberto
-
- Feb 04, 2009
-
-
con authored
-
- Jan 29, 2009
-
-
Roberto Raggi authored
-
- Jan 27, 2009
-
-
Thorbjørn Lindeijer authored
In some projects these kind of files are used for completely inlined classes, that can be split up in a header and source file automatically.
-
Jens Bache-Wiig authored
Details: This patch makes use of system icons as a base and draws overlay on top. This should blend a bit better into the native icon theme.
-
- Jan 26, 2009
-
-
hjk authored
-
- Jan 23, 2009
-
-
Thorbjørn Lindeijer authored
-
- Jan 21, 2009
-
-
Thorbjørn Lindeijer authored
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
-
- Jan 20, 2009
- Jan 19, 2009
-
-
hjk authored
forward declaration is sufficient.
-
- Jan 14, 2009
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
con authored
Details: - To make it conform to naming convention.
-
- Jan 06, 2009
-
-
con authored
-
- Dec 22, 2008
-
-
Roberto Raggi authored
-
- Dec 18, 2008
-
-
goro authored
-
Roberto Raggi authored
-
- Dec 17, 2008
-
-
Thorbjørn Lindeijer authored
The overview combo in the toolbar above the editor traditionally liked to be rather small. Now it will prefer to expand.
-
- Dec 16, 2008
-
-
hjk authored
-
dt authored
Details: in all pluginspecs.
-
hjk authored
-
Thorbjørn Lindeijer authored
Necessary because the CppHoverHandler uses QtHelp and moved from CppTools to CppEditor.
-
Thorbjørn Lindeijer authored
Lowercase is the more prevalent style in this plugin and CppTools. Unfortunately CPPEditor can't be named CppEditor cause of the CppEditor namespace.
-
Thorbjørn Lindeijer authored
It used to be in CppTools, but since the hover handler only makes sense in the context of the C++ editor, this is a better place.
-
- Dec 12, 2008
-
-
Roberto Raggi authored
This change removes a number of wrong usages of the CppModelManager::documents()/document().
-
- Dec 11, 2008
-
-
mae authored
-
Roberto Raggi authored
when opening files from the C++ editor (e.g. when the user press F2 on #include <QMutex>).
-
- Dec 10, 2008
-
-
Roberto Raggi authored
-
- Dec 09, 2008
-
-
Roberto Raggi authored
-