- 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
-
- Dec 08, 2010
-
-
Leandro Melo authored
Groups are no longer enum values but identified from snippet providers.
-
Leandro Melo authored
Provide an interface so users can create/edit/remove snippets.
-
hjk authored
-
- Dec 06, 2010
-
-
Leandro Melo authored
Reviewed-by: Roberto Raggi
-
con authored
Also add the alternative way: IOptionsPageProvider, which states a category, and is asked for a list of options pages for that category when it is shown. Task-number: QTCREATORBUG-3131
-
- Dec 02, 2010
-
-
con authored
-
- Dec 01, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- Nov 22, 2010
-
-
Friedemann Kleint authored
used by CDB debugger tooltip (introduced by A 354b9712). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Rubber-stamped-by: dt
-
Christian Kamm authored
Task-number: QTCREATORBUG-3136 Reviewed-by: Erik Verbruggen
-
- Nov 11, 2010
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-3039 Reviewed-by: con
-
- Nov 08, 2010
-
-
Roberto Raggi authored
Reviewed-by: Erik Verbruggen
-
- Nov 04, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2994
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-