- Mar 01, 2010
-
-
con authored
-
- Feb 23, 2010
-
-
dt authored
Reviewed-by: Friedemann Kleint
-
- Feb 22, 2010
-
-
Erik Verbruggen authored
-
Friedemann Kleint authored
Introduce multithread-locking to Core::MimeDatabase as it is invoked from the indexer thread to sort apart headers and sources. Add a convenience to operate on a sequence to avoid locking for each file.
-
- Feb 15, 2010
-
-
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".
-
- Feb 04, 2010
-
-
Friedemann Kleint authored
To improve CDB debugger tooltips which go via the function name.
-
- Feb 03, 2010
-
-
Wolfgang Beck authored
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
foreach()-Loops.
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 26, 2010
-
-
Roberto Raggi authored
-
- Jan 20, 2010
-
-
Thorbjørn Lindeijer authored
-
- Jan 19, 2010
-
-
Wolfgang Beck authored
-
- Jan 14, 2010
-
-
Thorbjørn Lindeijer authored
-
- Jan 12, 2010
-
-
dt authored
QMake passes those headers directly to gcc, so the user doesn't need to include themselves.
-
Roberto Raggi authored
-
- Jan 11, 2010
-
-
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.
-
Roberto Raggi authored
-
- Jan 07, 2010
-
-
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
-
Thorbjørn Lindeijer authored
Avoids some annoyance for people using case-sensitive completion, when unrelated completions items would get higher relevance because they start with the typed string when matched case-insensitively. In case-insensitive mode, a case-sensitive prefix match now does get a higher relevance than a case-insensitive match. Reviewed-by: con
-
ck authored
If this macro is used inside a namespace, it hides global operators. Reviewed-by: hjk
-
- Dec 21, 2009
-
-
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
-
con authored
-
con authored
This uses the same UI as "Rename Symbol". Moves the actual rename implementation to a static method in BaseFileFind and uses it for rename symbol and search & replace. Moves the signal notification for the code model from VCSManager to the more general FileManager. Note that as for rename symbol, there's no undo yet. Task-number: QTCREATORBUG-73
-
- Dec 18, 2009
-
-
Daniel Molkentin authored
__stdcall for all compilers (MSVC and MinGW, possibly others may use it) __w64 is MSVC only, deprecated there, but still used in some places Reviewed-By: Roberto Raggi (cherry picked from commit 5832c6b5)
-
- Dec 15, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Dec 11, 2009
-
-
Thorbjørn Lindeijer authored
Even when an upper case character can also match a lower case one, it should only be treated as a CamelCase match when the matched character is also upper case. This avoids some false positives. Also, the part that allows a word in a CamelCase identifier to be truncated should never be matched case-insensitively.
-
- Dec 10, 2009
-
-
Daniel Molkentin authored
__stdcall for all compilers (MSVC and MinGW, possibly others may use it) __w64 is MSVC only, deprecated there, but still used in some places Reviewed-By: Roberto Raggi
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Dec 09, 2009
-
-
Thorbjørn Lindeijer authored
By default now only the first letter is case-sensitive. It is still possible to choose full or no case-sensitivity as well. Task-number: QTCREATORBUG-236 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Dec 08, 2009
-
-
Roberto Raggi authored
-
- Dec 07, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-