| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | Clean exported headers of the CppTools plugin. | Friedemann Kleint | 2015-03-05 | 1 | -0/+2 |
| * | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe' | Eike Ziller | 2015-02-12 | 1 | -6/+6 |
| |\ |
|
| | * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | | C++: Remove unneeded qualifications | Orgad Shaneh | 2015-02-04 | 1 | -2/+5 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-10-14 | 1 | -7/+8 |
| |\ |
|
| | * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | | TextEditor: Rename BaseTextEditorWidget to TextEditorWidget | hjk | 2014-09-29 | 1 | -2/+2 |
| * | | Rename {Core,TextEditor},{Base,}TextDocument classes | hjk | 2014-09-25 | 1 | -2/+2 |
| * | | CppTools: Change CppModelManager implementation pattern | hjk | 2014-09-19 | 1 | -2/+2 |
| * | | C++: Change QStringList to QSet<QString> to prevent conversions. | Erik Verbruggen | 2014-09-04 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-09-03 | 1 | -4/+0 |
| |\| |
|
| | * | C++: Fix possible use-after-free of AST. | Erik Verbruggen | 2014-08-29 | 1 | -4/+0 |
| * | | CppTools: Move WorkingCopy to new cppworkingcopy.{h,cpp} | Nikolai Kosjar | 2014-08-20 | 1 | -1/+3 |
| |/ |
|
| * | Unify Utils::ChangeSet usages | Orgad Shaneh | 2014-06-02 | 1 | -5/+4 |
| * | C++: Use Token::utf16chars{Begin,End} where appropriate | Nikolai Kosjar | 2014-05-23 | 1 | -2/+2 |
| * | C++: TranslationUnit::getPosition takes utf16char offsets | Nikolai Kosjar | 2014-05-23 | 1 | -4/+4 |
| * | C++: Clarify units of a Token | Nikolai Kosjar | 2014-05-15 | 1 | -6/+6 |
| * | Use document instead of widget in TextEditor::RefactoringChangesData | Eike Ziller | 2014-01-21 | 1 | -4/+4 |
| * | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 1 | -1/+1 |
| * | C++: change working-copy to work on UTF-8 encoded QByteArrays. | Erik Verbruggen | 2013-09-11 | 1 | -2/+2 |
| * | Clean headers in CppTools. | Friedemann Kleint | 2013-04-10 | 1 | -11/+0 |
| * | CppTools: Use namespace CppTools consistently | Tobias Hunger | 2013-04-08 | 1 | -3/+3 |
| * | fix include style relating to cplusplus libraries | Oswald Buddenhagen | 2013-04-03 | 1 | -6/+9 |
| * | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| * | C++: Fix outdated macro usage info in documents. | Erik Verbruggen | 2012-10-15 | 1 | -2/+1 |
| * | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| * | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| * | Removed module names from #include directives. | Erik Verbruggen | 2012-02-15 | 1 | -1/+1 |
| * | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| * | C++: Replace non-absolute-critical asserts for soft ones | Leandro Melo | 2012-01-24 | 1 | -1/+2 |
| * | C++: Preserve original indentation in extract function | Leandro Melo | 2012-01-12 | 1 | -17/+12 |
| * | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| * | Implement Code Style schemes | Jarek Kobus | 2011-09-23 | 1 | -1/+1 |
| * | Refactoring changes: Cleanup and improvements. | Christian Kamm | 2011-08-19 | 1 | -41/+84 |
| * | C++: Synchronize function decl/def refactoring. | Christian Kamm | 2011-08-16 | 1 | -7/+12 |
| * | Make C++ code style configurable. | Christian Kamm | 2011-05-24 | 1 | -1/+6 |
| * | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| * | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| * | texteditor: merge ITextEditable into ITextEditor | hjk | 2011-02-22 | 1 | -2/+2 |
| * | Text editor: Introduce per project settings | Leandro Melo | 2011-02-21 | 1 | -2/+6 |
| * | Fixed regression in tst_Codegen. | Erik Verbruggen | 2011-02-07 | 1 | -1/+4 |
| * | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| * | C++: Move the ModelManagerInterface from CppTools to CPlusPlus. | Christian Kamm | 2011-01-04 | 1 | -1/+2 |
| * | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| * | C++ Editor: check for method existing decl/def when inserting new ones. | Erik Verbruggen | 2010-10-08 | 1 | -1/+2 |
| * | C++: added quickfix to insert a method definition. | Erik Verbruggen | 2010-09-30 | 1 | -0/+217 |
| * | Moved CppRefactoringChanges. | Roberto Raggi | 2010-06-22 | 1 | -76/+0 |
| * | Preprocess the source file. | Roberto Raggi | 2010-06-22 | 1 | -1/+2 |
| * | Added infrastructure to change multiple files at once. | Erik Verbruggen | 2010-06-14 | 1 | -0/+75 |