- 01 Mar, 2010 1 commit
-
-
con authored
-
- 19 Feb, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
They are NVIDIA CUDA files which use C syntax. Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-694
-
- 16 Feb, 2010 1 commit
-
-
Christian Kamm authored
Both for CppEditor::Internal::SemanticInfo and QmlJSEditor::Internal:: SemanticInfo.
-
- 15 Feb, 2010 2 commits
-
-
Erik Verbruggen authored
This reverts commit 2a59d2ae.
-
Erik Verbruggen authored
Because apparently, while designing the Objective-C language, somebody thought it was a world-class idea to allow any white-space between the '@' character and the subsequent keyword. With this fix, we now correctly parse: @ dynamic and: @ selector and: @"foo" "bar" @"mooze" (This last one is 1 single string split over multiple lines.) Wonderful, isn't it? What we (and Clang) do not support, but what GCC supports is something like: @"foo"@@ "bar" @"mooze" @@ which is equivalent to @"foobarmooze".
-
- 11 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 08 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 05 Feb, 2010 1 commit
-
-
Jeffrey Baumes authored
Merge-request: 1949 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- 03 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
Reviewed-by: Roberto Raggi
-
- 01 Feb, 2010 2 commits
-
-
Roberto Raggi authored
Done with: Thorbjorn.
-
Friedemann Kleint authored
foreach()-Loops.
-
- 29 Jan, 2010 1 commit
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- 28 Jan, 2010 1 commit
-
-
Friedemann Kleint authored
Streamline code, avoid functions and container.end() invocations, introduce private, reduce #ifdefs, clarify code and add comments about usage on various platforms. Implement QFileIconProvider interface, making it usable for file system models. Use in FolderNavigationWidget. On this occasion, add checkable "Synchronize" action to FolderNavigationWidget. Task-number: QTCREATORBUG-62
-
- 26 Jan, 2010 1 commit
-
-
Roberto Raggi authored
-
- 15 Jan, 2010 1 commit
-
-
con authored
-
- 12 Jan, 2010 1 commit
-
-
Roberto Raggi authored
-
- 11 Jan, 2010 3 commits
-
-
con authored
They were no longer showing e.g. the file name of the diffed file. Also separate editor id and editor context a bit.
-
Thorbjørn Lindeijer authored
Due to wrongly checking whether findPreviousBlockOpenParenthesis and findNextBlockOpenParenthesis actually found anything, the wrong range was counted when a code block start or end was not found. Reviewed-by: mae
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- 08 Jan, 2010 1 commit
-
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 07 Jan, 2010 2 commits
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
con authored
-
- 06 Jan, 2010 7 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Thorbjørn Lindeijer authored
-
- 23 Dec, 2009 2 commits
-
-
Christian Kamm authored
There's no need to reparse something we already got the AST of.
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- 22 Dec, 2009 1 commit
-
-
Christian Kamm authored
-
- 21 Dec, 2009 2 commits
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
In preparation for finding macro uses. * Macro: add offset and length * MacroUse: add line * Document: add convenience functions for finding a macro definition, use or undefined use at a given location. Reviewed-by: Erik Verbruggen
-
- 18 Dec, 2009 1 commit
-
-
Erik Verbruggen authored
-
- 15 Dec, 2009 2 commits
-
-
Roberto Raggi authored
-
Christian Kamm authored
-
- 08 Dec, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Several special cases that are handled by the CPPEditor did not take into account code that was using tab characters. Task-number: QTCREATORBUG-292 Reviewed-by: Roberto Raggi
-
- 07 Dec, 2009 1 commit
-
-
Roberto Raggi authored
Encapsulate the details.
-
- 03 Dec, 2009 1 commit
-
-
mae authored
-