- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 24, 2012
-
-
Leandro Melo authored
Change-Id: I021074a78d90929b4e83b8aff9db1ae7995e8c6a Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 12, 2012
-
-
Leandro Melo authored
Also extend the refactoring changes to allow for reindenting. Task-number: QTCREATORBUG-6797 Change-Id: I515c9a37d9e62e1d5de52ff99bd492e739a81885 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 23, 2011
-
-
Jarek Kobus authored
Task-number: QTCREATORBUG-5092 Change-Id: I218cef02f7c242e4dfae59b1b8021ea618e60d07 Reviewed-on: http://codereview.qt-project.org/5160 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Aug 19, 2011
-
-
Christian Kamm authored
Previously RefactoringFiles were usually passed around by value. However, since a RefactoringFile may sometimes own a QTextDocument (when it was read from a file), that's not great and caused the file to be reread after every copy. With this change RefactoringFile becomes noncopyable and is always owned by a shared pointer. This change also allowed having const RefactoringFiles which is useful because they can be safely used from other threads. See CppRefactoringChanges::fileNoEditor. Change-Id: I9045921d6d0f6349f9558ff2a3d8317ea172193b Reviewed-on: http://codereview.qt.nokia.com/3084 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Aug 16, 2011
-
-
Christian Kamm authored
When editing a function declaration or definition the code model may realize the same changes have to be applied somewhere else. A refactoring marker will pop up that can be clicked to perform the changes. Alternatively, press enter to apply. Change-Id: I2299a2ecfb6a8f87d4853fc7cfa99486f890a1d3 Reviewed-on: http://codereview.qt.nokia.com/2909 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- May 24, 2011
-
-
Christian Kamm authored
Change-Id: Iaf08edb2361146e6b5e1cbafdb716a23c938875b Done-with: Jarek Kobus Task-number: QTCREATORBUG-2670 Task-number: QTCREATORBUG-4310 Task-number: QTCREATORBUG-2763 Task-number: QTCREATORBUG-3623 Task-number: QTCREATORBUG-567 Reviewed-on: http://codereview.qt.nokia.com/74 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- 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
-
- Feb 07, 2011
-
-
Erik Verbruggen authored
-
- Jan 12, 2011
- Jan 04, 2011
-
-
Christian Kamm authored
-
- Dec 17, 2010
-
-
con authored
-
- Oct 08, 2010
-
-
Erik Verbruggen authored
-
- Sep 30, 2010
-
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
- Sep 13, 2010
-
-
Christian Kamm authored
-
- Sep 09, 2010
-
-
Erik Verbruggen authored
- Changed generator to generate: - Changed AST::lastToken to return 1 if there is none - Changed Bind.cpp to set the scope of the block following a control statement to extend upto (and not including) the first token after the block. So basically, including any whitespace after the control statement. Reviewed-by: Roberto Raggi
-
- Aug 16, 2010
-
-
Kai Koehne authored
Remove unneeded methods from API.
-
- Aug 13, 2010
-
-
Christian Kamm authored
Makes them easy to use everywhere. Also when calling QuickFixData::textOf and friends, it wasn't really clear which file they would run on.
-
Christian Kamm authored
-
- Aug 12, 2010
-
-
Christian Kamm authored
-
Christian Kamm authored
This makes sure styles are consistent for the editor and the quick fix engine.
-
Christian Kamm authored
-
Christian Kamm authored
* Can change files without opening an editor. * Can open an editor without changing a file. * Default to reindenting new files. * Allow reading a file temporarily to access document and text.
-
- Jul 19, 2010
-
-
Roberto Raggi authored
-
- Jun 22, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 14, 2010
-
-
Erik Verbruggen authored
-
- May 18, 2010
-
-
Roberto Raggi authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 02, 2010
-
-
Erik Verbruggen authored
-
- Nov 16, 2009
-
-
Roberto Raggi authored
-