- 02 Oct, 2009 1 commit
-
-
con authored
-
- 01 Oct, 2009 2 commits
-
-
con authored
Which is 'quite' important, since Qt builds by default generate frameworks.
-
Friedemann Kleint authored
-
- 30 Sep, 2009 8 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 29 Sep, 2009 9 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 25 Sep, 2009 3 commits
-
-
Christian Kamm authored
In particular macros that are only checked for definition or are expanded during the evaluation of an #if or #elif directive are now also added to the list available through Document::macroUses(). The names of undefined macros that are interesting (because they're used in an #ifdef or a defined(...)) are now available through Document::undefinedMacroUses(). Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 24 Sep, 2009 1 commit
-
-
Roberto Raggi authored
-
- 23 Sep, 2009 4 commits
-
-
dt authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 22 Sep, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Need to check the character to the right of the cursor.
-
- 17 Sep, 2009 1 commit
-
-
mae authored
-
- 16 Sep, 2009 2 commits
-
-
Daniel Molkentin authored
Some macros are defined not by cl.exe purely, but are pretty standard. We add those manually anyway. Also, remove compiler-specific macro definitions from the model manager. They should be provided by the tool chains only.
-
Thorbjørn Lindeijer authored
Also skip semicolons in when auto parentheses insertion is enabled. Done with mae.
-
- 10 Sep, 2009 1 commit
-
-
con authored
-
- 28 Aug, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
Done-with: Christian Kamm <christian.d.kamm@nokia.com>
-
Thorbjørn Lindeijer authored
-
- 20 Aug, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
Use QFileInfo::fileName() to get the filename, since that also works when the original path wasn't canonical.
-
Thorbjørn Lindeijer authored
No empty entries should be added to the completion list, but it seems like this is what is happening. Maybe this warning will give some more information about the problem. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 13 Aug, 2009 1 commit
-
-
hjk authored
sessionUnloaded was sometimes emitted when the session manager was in an unsafe state (between delete m_file and m_file = new ...) leading to crashes when slots connected to the signal accessed the sessionmanager again. This patch moves the signal emission before delete m_file. Reviewed-by: dt
-
- 04 Aug, 2009 1 commit
-
-
Daniel Molkentin authored
-