| Commit message (Expand) | Author | Age | Files | Lines |
| * | CppEditor: Use more FilePath in tests | hjk | 2025-10-21 | 1 | -1/+1 |
| * | Avoid QtTest module imports | Christian Stenger | 2025-07-18 | 1 | -1/+1 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -1/+1 |
| * | CppEditor: Let doxygen continuation logic work also on asterisks | Christian Kandeler | 2024-08-30 | 1 | -0/+12 |
| * | CppEditor: Use a timeout in waitForRehighlightedSemanticDocument() | Christian Kandeler | 2024-07-10 | 1 | -1/+1 |
| * | CppEditor: Mark two tests as incompatible with ClangFormat | Christian Kandeler | 2024-02-29 | 1 | -0/+8 |
| * | CppEditor: Make two test cases ClangFormat-compatible | Christian Kandeler | 2024-02-29 | 1 | -6/+10 |
| * | CppEditor: Let users specify a preferred doxygen command prefix | Christian Kandeler | 2023-08-09 | 1 | -44/+73 |
| * | TextEditor: Introduce a per-project variant of the comments settings | Christian Kandeler | 2023-08-08 | 1 | -10/+18 |
| * | TextEditor: Introduce dedicated comments settings page | Christian Kandeler | 2023-08-07 | 1 | -5/+5 |
| * | CppEditor: Apply 'static pattern' to CppToolsSettings | hjk | 2023-07-26 | 1 | -4/+3 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | CPlusPlus: Proliferate FilePath use | hjk | 2022-11-22 | 1 | -1/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | CppEditor: Remove foreach / Q_FOREACH usage part 2 | Artem Sokolovskii | 2022-05-09 | 1 | -1/+1 |
| * | CppEditor: Fix doxygen comment magic before templates | Christian Kandeler | 2021-10-28 | 1 | -0/+14 |
| * | CppEditor: Merge the four TestDocument classes | Christian Kandeler | 2021-09-08 | 1 | -5/+4 |
| * | CppEditor: Merge two TestCase classes | Christian Kandeler | 2021-09-08 | 1 | -0/+1 |
| * | CppEditor: Remove class CppEditor | Christian Kandeler | 2021-09-03 | 1 | -1/+0 |
| * | Merge CppTools into CppEditor | Christian Kandeler | 2021-09-01 | 1 | -8/+10 |
| * | CppTools/CppEditor: Rename the TestDocument classes | Christian Kandeler | 2021-08-30 | 1 | -3/+3 |
| * | CppEditor: Fix doxygen continuation | Christian Kandeler | 2020-11-06 | 1 | -0/+15 |
| * | Merge remote-tracking branch 'origin/4.13' into master | Eike Ziller | 2020-09-17 | 1 | -2/+2 |
| |\ |
|
| | * | CppEditor: Fix test code | Christian Stenger | 2020-09-15 | 1 | -2/+2 |
| * | | C++: Fix indentation of doxygen comment continuations | Christian Kandeler | 2020-08-25 | 1 | -0/+28 |
| * | | CppEditor: Skip over access specifier when inserting a doxygen comment | Christian Kandeler | 2020-08-21 | 1 | -0/+14 |
| |/ |
|
| * | CppEditor: split CppEditor and CppEditorWidget | Ivan Donchevskii | 2017-09-12 | 1 | -0/+2 |
| * | Remove spaces in initializer lists | Tim Jenssen | 2017-02-22 | 1 | -1/+1 |
| * | Move completion settings page to TextEditor plugin. | David Schulz | 2016-05-30 | 1 | -3/+3 |
| * | CppEditor: Generate doxygen comments for functions with macros | Nikolai Kosjar | 2016-03-04 | 1 | -2/+39 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | CppEditor: Preserve indent during Doxygen continuation handling | Lorenz Haas | 2015-02-27 | 1 | -0/+11 |
| * | Clean exported headers of the TextEditor plugin. | Friedemann Kleint | 2015-02-26 | 1 | -0/+3 |
| * | CppEditor: Fix Doxygen continuation handling for "//!" | Lorenz Haas | 2015-02-17 | 1 | -0/+53 |
| * | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe' | Eike Ziller | 2015-02-12 | 1 | -6/+6 |
| |\ |
|
| | * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | | CppEditor: Tests: Move doxygen tests in separate test class | Nikolai Kosjar | 2015-02-04 | 1 | -87/+80 |
| * | | CppEditor: Tests: Use QTemporaryDir and avoid writing into creator source tree | Nikolai Kosjar | 2015-01-14 | 1 | -0/+4 |
| * | | Merge remote-tracking branch 'origin/3.3' | Eike Ziller | 2015-01-08 | 1 | -0/+18 |
| |\| |
|
| | * | CppEditor: Fix comment continuation | Nikolai Kosjar | 2014-12-15 | 1 | -0/+18 |
| * | | CppEditor: Fix test_doxygen_comments_no_leading_asterisks | Nikolai Kosjar | 2014-12-19 | 1 | -11/+4 |
| |/ |
|
| * | C++: fix multi-line continuation handling. | Erik Verbruggen | 2014-10-21 | 1 | -1/+49 |
| * | 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 |
| * | | CppTools: Change CppModelManager implementation pattern | hjk | 2014-09-19 | 1 | -1/+1 |
| * | | CppEditor: Compile fix for clang after renaming | hjk | 2014-08-28 | 1 | -8/+13 |
| |/ |
|
| * | CppEditor: Use BaseTextEditor{Widget} if possible | Nikolai Kosjar | 2014-06-13 | 1 | -1/+0 |
| * | Cpp{Tools,Editor}: Tests: Use QString instead of QByteArray | Nikolai Kosjar | 2014-05-23 | 1 | -2/+1 |
| * | Merge remote-tracking branch 'origin/3.0' | Eike Ziller | 2014-01-08 | 1 | -1/+1 |
| |\ |
|
| | * | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 1 | -1/+1 |