| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -2/+2 |
| * | CppEditor: Do not try to auto-insert "closing quotes" inside strings | Christian Kandeler | 2025-11-11 | 1 | -1/+2 |
| * | CppEditor: Prevent spuriously applying raw string prefix magic | Christian Kandeler | 2025-10-08 | 1 | -1/+2 |
| * | CPlusPlus: Support paren matching in raw string literals | Christian Kandeler | 2025-05-06 | 1 | -0/+31 |
| * | Editor: Make braceDepth an explicit member in TextBlockUserData | David Schulz | 2025-01-20 | 1 | -1/+1 |
| * | Replace GPL-3.0 with GPL-3.0-only | Kai Köhne | 2023-01-10 | 1 | -1/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Utils: Remove Utils::optional | Eike Ziller | 2022-09-01 | 1 | -2/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | CPlusPlus: Remove foreach / Q_FOREACH usage | Artem Sokolovskii | 2022-05-20 | 1 | -1/+1 |
| * | CppTools: Fix QStringRef and QSharedPointer related issues with Qt6 | Eike Ziller | 2020-09-15 | 1 | -1/+1 |
| * | Standardize on int for line and column values | hjk | 2019-07-26 | 1 | -4/+4 |
| * | C++: Support single quote digit separator in integer literals | Joel Smith | 2019-07-09 | 1 | -0/+1 |
| * | C++: Do not auto-insert '}' after control flow constructs | Nikolai Kosjar | 2019-05-28 | 1 | -0/+29 |
| * | TextEditor: Highlight punctuators as Text | Hugo Holgersson | 2018-05-03 | 1 | -1/+1 |
| * | C++: Fix unit-tests for MatchingText | Ivan Donchevskii | 2018-02-22 | 1 | -2/+2 |
| * | C++: Fix crash on '{' press | Ivan Donchevskii | 2018-02-20 | 1 | -1/+1 |
| * | C++: Do not auto-insert '}' after class/struct/enum/union | Nikolai Kosjar | 2018-02-08 | 1 | -1/+48 |
| * | C++: Check previous lines for auto insertion of closing brace | Nikolai Kosjar | 2018-02-07 | 1 | -65/+64 |
| * | C++: Do not insert matching } within string | Nikolai Kosjar | 2017-08-07 | 1 | -0/+5 |
| * | C++: Fine-tune auto insertion of '}' | Nikolai Kosjar | 2017-07-21 | 1 | -21/+204 |
| * | CppEditor: Avoid auto insertion of '}' in empty line | Nikolai Kosjar | 2017-07-17 | 1 | -1/+5 |
| * | C++: Handle curly braces like other brace types | Nikolai Kosjar | 2017-05-23 | 1 | -8/+4 |
| * | Use const'ref in theses methods | Montel Laurent | 2017-04-21 | 1 | -1/+1 |
| * | Remove spaces in initializer lists | Tim Jenssen | 2017-02-22 | 1 | -1/+1 |
| * | C++: Do not add double quotes when splitting raw string litterals | David Schulz | 2017-02-22 | 1 | -4/+4 |
| * | C++: Fix handling of Objective-C/C++ | Francois Ferrand | 2016-12-05 | 1 | -0/+1 |
| * | C++: Disable C++ keywords in C files | Francois Ferrand | 2016-08-23 | 1 | -0/+1 |
| * | Editor: Skip auto completed character only if it was recently inserted. | David Schulz | 2016-06-21 | 1 | -8/+10 |
| * | CPP: Remove unused function. | David Schulz | 2016-05-26 | 1 | -13/+0 |
| * | C++: Improve automatic quoting magic. | David Schulz | 2016-05-25 | 1 | -3/+16 |
| * | Editor: Separate auto insert brace and quote magic. | David Schulz | 2016-05-25 | 1 | -23/+49 |
| * | C++: optimize paragraph insertion. | David Schulz | 2016-05-20 | 1 | -12/+2 |
| * | Remove duplicated code from c++ and glsl completer. | David Schulz | 2016-05-20 | 1 | -8/+110 |
| * | CppEditor: Simplify insert matching characters. | David Schulz | 2016-05-20 | 1 | -59/+61 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | C++: Accept language features in BackwardsScanner et al | Orgad Shaneh | 2015-02-27 | 1 | -2/+3 |
| * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | 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 |
| * | | CPlusPlus: Simplify MatchingText interface | hjk | 2014-09-17 | 1 | -8/+5 |
| |/ |
|
| * | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 1 | -1/+1 |
| * | Fix coding style for else statements | Orgad Shaneh | 2013-07-17 | 1 | -1/+1 |
| * | fix include style relating to cplusplus libraries | Oswald Buddenhagen | 2013-04-03 | 1 | -2/+3 |
| * | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| * | CplusPlus: Remove pragma suppressing gcc warning. | Christian Kandeler | 2012-10-15 | 1 | -9/+0 |
| * | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| * | rename QtDebug to QDebug | hjk | 2012-08-06 | 1 | -1/+1 |
| * | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| * | C++: Introduce unicode char/strings support | Leandro Melo | 2012-06-06 | 1 | -2/+2 |