- May 10, 2011
-
-
Friedemann Kleint authored
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
Thorbjørn Lindeijer authored
They're still separate filters, but by default they share the same prefix, which will now make sure that only one entry shows up in the list of filters. Done-with: Christian Kamm Task-number: QTCREATORBUG-4796
-
- Apr 19, 2011
-
-
Friedemann Kleint authored
-
- Apr 18, 2011
-
-
Oswald Buddenhagen authored
lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
-
- Apr 14, 2011
-
-
Jarek Kobus authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Apr 13, 2011
-
-
hjk authored
-
- Mar 15, 2011
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-4076
-
- Feb 28, 2011
-
-
Leandro Melo authored
We decided to have text-based buttons by default.
-
Leandro Melo authored
This reverts commit 561f87fc.
-
- Feb 25, 2011
-
-
Leandro Melo authored
In terms of buttons, layouts, aesthetics in general.
-
- Feb 22, 2011
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- Feb 21, 2011
-
-
Leandro Melo authored
With some refactorings to make the code look better. Reviewed-by: con
-
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
-
- Feb 10, 2011
-
-
Christian Kamm authored
Having a duplicate prototype chain - once in FakeMetaObjects and once in QmlObjectValues was unnecessary. Now FMOs don't contain references which may allow other simplifications.
-
- Feb 07, 2011
-
-
Erik Verbruggen authored
-
- Feb 04, 2011
- Jan 24, 2011
-
-
Friedemann Kleint authored
-
- Jan 20, 2011
-
-
Friedemann Kleint authored
-
- Jan 19, 2011
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-2854
-
- Jan 17, 2011
-
-
Erik Verbruggen authored
Instead of using the pre-processed source, the original one is used. This makes a difference when a macro is used in the line, where the pre- processed source would have a "#gen true" token. Task-number: QTCREATORBUG-3345
-
- Jan 12, 2011
- Jan 07, 2011
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Jan 06, 2011
-
-
Christian Kamm authored
By moving the offending code into a background thread. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Previously they were leaked when a qmldump or the C++ exported QML type list updated. Just deleting the previous FakeMetaObjects is not an option, as they might still be used in a QmlObjectValue owned by an Engine. Reviewed-by: Erik Verbruggen
-
- Jan 05, 2011
-
-
Christian Kamm authored
-
- Jan 04, 2011
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
-
Christian Kamm authored
-
- Dec 20, 2010
-
-
Roberto Raggi authored
Reviewed-by: Thorbjørn Lindeijer
-
Nicolas Arnaud-Cormos authored
This plugin let the user record and replay some macros: * 3 handlers: action, find and texteditor * almost all texteditor and cpp actions recorded * options page to set the directories where the macros are stored * optional dialog to give a name and comment at the end of a macro * locator integration to play a macro * shortcuts assignment to macro The most important change outside the plugin macros is the isScriptable method for command: All scriptable commands can be stored in a macro. Merge-request: 2176 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Dec 17, 2010
- Dec 16, 2010
-
-
Thorbjørn Lindeijer authored
When the user types '(' then he'll likely also type the matching ')', in which case skipping the automatic closing parenthesis is annoying because you would end up with two of them. Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
-
- Dec 14, 2010
-
-
Roberto Raggi authored
-