- 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
Reviewed-By: hjk
-
dt authored
-
dt authored
-
hjk authored
-
dt authored
Also makes the code a lot smaller.
-
Alessandro Portale authored
-
dt 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.
-
hjk authored
-
hjk authored
-
hjk authored
Basic TRK/adapter communication now works using "rfcomm listen /dev/rfcomm0 1 && ./adapter -f -v /dev/rfcomm0 127.0.0.1:3222 && ./cs-gdb" This is wrapped up in a "runner" binary
-
hjk authored
-
dt authored
-
- Sep 02, 2009
-
-
Pierre Rossi authored
-
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
-
con authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Benjamin Poulain authored
-
con authored
-
- Sep 01, 2009
-
-
dt authored
-
con authored
-
con authored
-
dt 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
-
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.
-
Alessandro Portale authored
Reviewed-by: Trustme
-
dt authored
-
Henrik Hartz authored
-