aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cppqtstyleindenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Do not indent within string literalsChristian Kandeler2020-08-201-4/+8
* CppTools: ModernizeNikolai Kosjar2019-02-081-1/+1
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-311-4/+9
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-25/+18
* CppTools: modernizeAlessandro Portale2019-01-211-5/+2
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-121-1/+2
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-2/+0
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-1/+3
* Editor: Collect indentation for a list of text blocksDavid Schulz2016-08-311-0/+18
* Editor: Fix whitespace cleaning.David Schulz2016-02-241-0/+12
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-5/+5
* | CppTools: Fix auto-indent for break in switch statementlemelisk2014-11-041-0/+3
|/
* License updateEike Ziller2014-10-091-7/+8
* CppTools: Optimize test for electric char in contextOrgad Shaneh2014-05-231-3/+6
* CppTools: Define '<' and '>' as electrical charactersOrgad Shaneh2014-05-151-17/+26
* CppTools: Minor cleanupOrgad Shaneh2014-05-131-4/+5
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Clean headers in CppTools.Friedemann Kleint2013-04-101-4/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-0/+1
* 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
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Implement Code Style schemesJarek Kobus2011-09-231-3/+9
* Refactor: Get rid of BaseTextEditorWidget from IndenterJarek Kobus2011-08-051-12/+9
* Indenters: Fix dangling pointer when project settings are deleted.Christian Kamm2011-07-121-0/+2
* C++ indenter: Fix reindenting 'Q_SIGNALS:'.Christian Kamm2011-05-251-1/+2
* Make C++ code style configurable.Christian Kamm2011-05-241-0/+164