aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppcodeformatter.h
Commit message (Expand)AuthorAgeFilesLines
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Lambda formatting issues.Flex Ferrum2012-03-121-1/+10
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* C++ indenter: Improve member initializer indent.Christian Kamm2011-12-081-1/+2
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | C++ indenter: Accept attributes in access specifiers.Christian Kamm2011-10-111-0/+2
|/
* C++ indenter: Fix function declaration continuation indent.Christian Kamm2011-07-061-0/+2
* Make C++ code style configurable.Christian Kamm2011-05-241-18/+10
* C++ indenter: Treat extern "C" like namespace.Christian Kamm2011-05-191-0/+3
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-2/+2
* | C++ indenter: Fix labels.Christian Kamm2010-12-011-0/+1
|/
* C++ indenter: Simplify debugging by making dump() more verbose.Christian Kamm2010-09-241-1/+4
* C++ indenter: Separate indent into logical indent and padding.Christian Kamm2010-09-131-12/+19
* C++: Only reindent on electric characters if indent wasn't user-changed.Christian Kamm2010-09-081-0/+1
* Indenters: Move style setup into the QtStyleCodeFormatter constructors.Christian Kamm2010-08-121-0/+5
* C++ indenter: Indent member initializer lists correctly.Christian Kamm2010-07-161-0/+3
* C++ indenter: Respect user indent with stream operators.Christian Kamm2010-07-151-1/+2
* Add missing license headers.Christian Kamm2010-07-091-0/+29
* C++ indenter: Build fix for windows.Christian Kamm2010-07-081-1/+2
* C++ indenter: Refactor to be independent of BaseTextDocumentLayout.Christian Kamm2010-07-081-3/+27
* C++ indenter: Add more functions to manage the indenter state.Christian Kamm2010-07-061-0/+6
* C++ indenter: Require explicit state update requests.Christian Kamm2010-07-061-1/+1
* C++: Use the new indenter.Christian Kamm2010-07-051-1/+2
* C++ indenter: Store tab size and use it to calculate the column positionChristian Kamm2010-07-051-0/+5
* C++ indenter: Make building custom styles easier, fix style issues.Christian Kamm2010-07-051-15/+14
* C++ indenter: Add support for other brace styles.Christian Kamm2010-07-051-0/+8
* C++: Introduce the new CodeFormatter.Christian Kamm2010-07-021-0/+195