- Sep 03, 2009
-
-
Daniel Molkentin authored
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be installed. Specifying the qmake location otoh makes it possible to unambigously detect all parts of a Qt installation.
-
dt authored
-
dt authored
Also makes the code a lot smaller.
-
Alessandro Portale authored
-
dt authored
If there are multiple files with the same name, then we try harder to find the correct one. That is for jom and nmake we have a relative path so we try to find a file which matches the relative path completly. Instead of just comparing the last part.
-
dt authored
-
- Sep 02, 2009
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Creator would get darker and darker when dragging or clicking the mouse. Don't paint the editor indicator when there is no view or the view has editors. Reviewed-by: mae Reviewed-by: Daniel Molkentin
-
Jarek Kobus authored
Fix parsing the end of class definition. In case we look for closing '"' character we count preceding '\\' characters to detect if we should skip the '"' or not. The bug discovered during doing the similar parser for eclipse.
-
hjk authored
Locals view was broken, also unknown entries should not have children.
-
Daniel Molkentin authored
-
Daniel Molkentin authored
On Unix, we cannot select the specific file, so the entry there is called "Open containing folder".
-
hjk authored
-
hjk authored
-
- Sep 01, 2009
-
-
con authored
-
dt authored
Closer again to qmake, ossi won't like it, but this is exactly what qmake does, even it it looks a little bit strange. He can come up with a better fix after he is back from vacation.
-
mae authored
focus in events resulted in currentEditorView() being 0)
-
Thorbjørn Lindeijer authored
Make the background of the files and line numbers adapt to the background color. Making it darker only works nicely for non-dark backgrounds, but it's better than hardcoding a light background. The highlight of the search results still has to be fixed.
-
Thorbjørn Lindeijer authored
It was opaque, whereas now it adapts better with varying background colors.
-
dt authored
-
Henrik Hartz authored
-
- Aug 31, 2009
-
-
Christian Kamm authored
-
hjk authored
Split the concepts 'enabled' and 'editable' in the dumper output Disable "<not in scope>" entries, also fix their type. Fix glitch in type beautification for display Find reason for failing bulk updates.
-
Thorbjørn Lindeijer authored
Previously, the image used as background forced it to be white, which made the text impossible to read when the palette foreground color happened to be white as well. Task-number: 258167
-
con authored
If you double-click on a file, this file should be opened, not its link target.
-
- Aug 28, 2009
-
-
hjk authored
-
dt authored
-
dt authored
Beware of negative sizes.
-
Thorbjørn Lindeijer authored
Done-with: Christian Kamm <christian.d.kamm@nokia.com>
-
Thorbjørn Lindeijer authored
-
hjk authored
-
hjk authored
-
ck authored
-
Thorbjørn Lindeijer authored
-
hjk authored
Add a dumper for QStack. Also don't crash when accessing an uninitialized pointer when the pointer looks bad to begin with.
-
- Aug 27, 2009
-
-
hjk authored
-
dt authored
-
Christian Kamm authored
By fixing a bug in CdbDebugEnginePrivate::setCodeLevel. Reviewed-by: hjk
-
Christian Kamm authored
Reviewed-by: hjk
-
Alessandro Portale authored
modified: src/plugins/qt4projectmanager/qtmodulesinfo.cpp
-