- Nov 12, 2010
-
-
Leandro Melo authored
Block highlights should still be visible even outside the margin (when margins are displayed naturally), since it acts only as indicator of the character limit. Apparently this had already been noticed before and recently there was a merge request (no. 204) with an attempt to fix it. However, the implementation was not handling it in a nice form. This is a small patch that solves the issue and keeps the editor beautiful. (Check the merge request for more details.) Reviewed-by: Thorbjorn Lindeijer
-
Christian Kamm authored
Task-number: QTCREATORBUG-3067 Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
con authored
-
con authored
-
Roberto Raggi authored
-
con authored
Since the move to Info.plist.in, Mac builds were missing their Info.plist, because the combination of QMAKE_INFO_PLIST and QMAKE_SUBSTITUTES doesn't play well. Moving to use QMAKE_SUBSTITUTES exclusively.
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
Christian Kamm authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-2155 Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Task-number: QTCREATORBUG-2642 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-2619 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
This will allow distinguishing mere strings from urls and allow different completion. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Rhys Weatherley authored
-
- Nov 11, 2010
-
-
Rhys Weatherley authored
Eventually we will need some way to locate an identifier's definition, so add "lineno" to each AST node. May want to change this to "position" later. The makeAstNode<T>() function takes care of automatically decorating nodes with line numbers.
-
Rhys Weatherley authored
-
Oswald Buddenhagen authored
they are initialized from the build configuration upon construction
-
Oswald Buddenhagen authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Christian Kamm authored
-
con authored
Introduces a ICore::userInterfaceLanguage method, which centralizes the previous qApp property hack for help and designer integration. Reviewed-by: Friedemann Kleint
-
Kai Koehne authored
Make sure that help/helpmanager.h is before coreplugin/helpmanager.h in the INCLUDEPATH.
-
Christian Kandeler authored
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-3047 Reviewed-by: Erik Verbruggen
-
Roberto Raggi authored
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-2666 Reviewed-by: Christian Kamm
-
Christian Kandeler authored
Save all relevant information at run control creation time, so we can re-run even without a project. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=203698
-
Thomas Hartmann authored
-
Thomas Hartmann authored
We have to follow the prototype chain Reviewed-by: Christian Kamm
-
Thomas Hartmann authored
Reviewed-by: Christian Kamm
-
Christian Kamm authored
Added hasLocalProperty() hasProperty() keysForEnum() Reviewed-by: Christian Kamm
-