- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 17 Mar, 2011 4 commits
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-4090
-
Christian Kamm authored
Task-number: QTCREATORBUG-4097
-
Thomas Hartmann authored
Editing gradients in PropertyChanges is not allowed. Task-number: QTCREATORBUG-2969
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-3702 Reviewed-by: Christian Kamm
-
- 28 Feb, 2011 2 commits
-
-
Leandro Melo authored
We decided to have text-based buttons by default.
-
Leandro Melo authored
This reverts commit 561f87fc.
-
- 25 Feb, 2011 3 commits
-
-
Leandro Melo authored
In terms of buttons, layouts, aesthetics in general.
-
Thorbjørn Lindeijer authored
Cleaned up some hacky code in the process. Done-with: Tobias Hunger
-
Friedemann Kleint authored
-
- 22 Feb, 2011 1 commit
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- 21 Feb, 2011 4 commits
-
-
Christian Kamm authored
The problem was that several lookup calls suddenly failed because the actual QML types were no longer in the default scope chain. However, the QML documentation says the type names are in the scope. Also, 'MyComponent.' in a JS-expression context only showed the attached properties of MyComponent and missed the enums. With this change completion now may offers too many options, but that's better than missing some. This reverts parts of 490f2797 Reviewed-by: Leandro Melo
-
hjk authored
Reviewed-by: con
-
hjk authored
-
hjk authored
Introduce CompletionPolicy enum, use 'TextCompletion' for the new plain text completion, and 'SemanticCompletion' or 'QuickFixCompletion' for the existing cases. Reviewed-by: Erik Verbruggen
-
- 18 Feb, 2011 1 commit
-
-
Kai Koehne authored
-
- 10 Feb, 2011 1 commit
-
-
Christian Kamm authored
-
- 04 Feb, 2011 2 commits
- 24 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 20 Jan, 2011 1 commit
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- 19 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 12 Jan, 2011 4 commits
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3490
-
con authored
-
Christian Kamm authored
Also don't require a rehighlight of every open document when the signal is emitted. Reviewed-by: Roberto Raggi
-
con authored
Reviewed-by: hjk
-
- 07 Jan, 2011 1 commit
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- 04 Jan, 2011 2 commits
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3405 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
This change in how electric characters are handled has gone into the C++ indenter a while ago and works well there. It means Creator is less likely to annoyingly change the indent on lines where the indentation whas changed manually. It is still possible to trigger a reindent manually. Reviewed-by: Erik Verbruggen
-
- 20 Dec, 2010 4 commits
-
-
mae authored
Task-id: QTCREATORBUG-3424
-
Roberto Raggi authored
Reviewed-by: Thorbjørn Lindeijer
-
Kai Koehne authored
-
Kai Koehne authored
Task-number: QTCREATORBUG-2976
-
- 17 Dec, 2010 3 commits
- 16 Dec, 2010 2 commits
-
-
Kai Koehne authored
Split up QTC_ASSERT to maybe find out why, from times to times, the original assert fails.
-
Roberto Raggi authored
-
- 14 Dec, 2010 1 commit
-
-
Roberto Raggi authored
-
- 08 Dec, 2010 1 commit
-
-
Leandro Melo authored
Groups are no longer enum values but identified from snippet providers.
-