- May 28, 2009
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
HTML escaping was moved out of the TypePrettyPrinter since it interferes with other logic there. Instead, the region to mark is now available from the Overview and used by the FunctionArgumentWidget to put the current argument in bold.
-
Friedemann Kleint authored
Introduce settings struct again. Add an errorString() to the settings class. Change checkP4Command to checkP4Configuration and make it report errors when appropriate. Make errorString show up in settings page and add "Test" button. Build options correctly (omit empty settings) and use basic options for the test (which was the bug causing p4 to be disabled if options were actually specified).
-
- May 27, 2009
-
-
mae authored
to update the parentheses information.
-
Alessandro Portale authored
-
Alessandro Portale authored
to their label. Less layout involved.
-
con authored
-
dt authored
-
dt authored
-
dt authored
-
Alessandro Portale authored
-
con authored
The context menu was updated before the current node was set to the right value, later in the showContextMenu method. Task-number: 253989
-
hjk authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Introduce convenience to VCSBaseSubmitEditor. Task-number: 254644
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
The backwards scanner lazily tokenizes strings. This optimizes the common case where scanning one or two lines is enough while at the same time we extended the limit from 5 to 10 lines. Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
-
con authored
Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Task-number: 234394
-
Roberto Raggi authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
Missing is options to base the environment on either: - the last build buildconfiguration (current implementation) - the project environment - a clean environment signals which indicate that the baseEnvironment changed some layout stuff is wrong
-
dt authored
-
dt authored
I don't want it in the run configurations.
-
dt authored
rebuild the cbp file I think that makes sense, we'll see.
-
dt authored
We don't call it with a list anymore, so make it just a QString
-
dt authored
Note: as for qt projects, this is also used for running. And we don't use it for running cmake yet.
-
dt authored
Makes it possible to reuse that code, which I intend to do for cmake and running.
-
dt authored
-
Thorbjørn Lindeijer authored
Was missing in commit efc0b208. Reviewed-by: Roberto Raggi
-
hjk authored
-
Thorbjørn Lindeijer authored
Only attempt to activate the completion when there is a function id on the left of the parenthesis. Reviewed-by: Roberto Raggi
-
hjk authored
-
Thorbjørn Lindeijer authored
Joel Nordell (1): XCode-style tab behavior Request-url: http://gitorious.org/qt-creator/qt-creator/merge_requests/542 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Thorbjørn Lindeijer authored
Fixes performance issue with typing opening parentheses. Reviewed-by: Roberto Raggi
-