| Commit message (Expand) | Author | Age | Files | Lines |
| * | CPlusPlus: Try a bit harder to find the start of a function call | Christian Kandeler | 2025-11-03 | 1 | -1/+1 |
| * | Replace GPL-3.0 with GPL-3.0-only | Kai Köhne | 2023-01-10 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | endless loop when tokens do not represent a lambda | Jasmin Fazlic | 2021-08-05 | 1 | -2/+2 |
| * | Remove unused private functions | Alessandro Portale | 2020-10-08 | 1 | -12/+0 |
| * | Clang: Do not show completions after comma in initializer list | Ivan Donchevskii | 2019-03-12 | 1 | -1/+1 |
| * | Clang: Treat brace initialization as constructor completion | Ivan Donchevskii | 2018-08-21 | 1 | -1/+1 |
| * | TextEditor: Highlight punctuators as Text | Hugo Holgersson | 2018-05-03 | 1 | -1/+1 |
| * | 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 | -3/+4 |
| * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | C++: Use Token::utf16chars{Begin,End} where appropriate | Nikolai Kosjar | 2014-05-23 | 1 | -1/+1 |
| * | C++: Clarify units of a Token | Nikolai Kosjar | 2014-05-15 | 1 | -1/+1 |
| * | 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 | -4/+5 |
| * | C++: code completion for lambda calls | Przemyslaw Gorszkowski | 2013-07-12 | 1 | -0/+24 |
| * | fix include style relating to cplusplus libraries | Oswald Buddenhagen | 2013-04-03 | 1 | -1/+3 |
| * | Merge remote-tracking branch 'origin/2.6' | Oswald Buddenhagen | 2013-01-31 | 1 | -1/+1 |
| |\ |
|
| | * | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| * | | Remove braces for single lines of conditions | Orgad Shaneh | 2013-01-08 | 1 | -3/+2 |
| * | | C++: fix code completion: casting inside parentheses | Przemyslaw Gorszkowski | 2012-12-06 | 1 | -0/+2 |
| |/ |
|
| * | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| * | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| * | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| * | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| * | cplusplus: remove unneeded declaration and destructor | hjk | 2011-05-30 | 1 | -3/+0 |
| * | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| * | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| * | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| * | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| * | Removing SimpleToken | Erik Verbruggen | 2010-07-02 | 1 | -4/+4 |
| * | Removed the TokenCache. | Erik Verbruggen | 2010-07-02 | 1 | -5/+4 |
| * | Introduced token caching to prevent repetetive tokenizing. | Erik Verbruggen | 2010-06-14 | 1 | -4/+5 |
| * | Revert "Introduced a token cache for the C++ editor." | Erik Verbruggen | 2010-06-04 | 1 | -5/+4 |
| * | Introduced a token cache for the C++ editor. | Erik Verbruggen | 2010-06-04 | 1 | -4/+5 |
| * | Disabled invalid ObjC++ discovery code. | Erik Verbruggen | 2010-05-28 | 1 | -0/+2 |
| * | Added boundary check. | Erik Verbruggen | 2010-03-12 | 1 | -5/+7 |
| * | Added bounds check. | Erik Verbruggen | 2010-03-12 | 1 | -1/+1 |
| * | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| * | Fixed scope completion after a template-id. For example, when completing std:... | Roberto Raggi | 2009-12-07 | 1 | -6/+13 |
| * | Changed ExpressionUnderCursor to handle Objective-C send-message operations. | Erik Verbruggen | 2009-11-11 | 1 | -2/+39 |
| * | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 1 | -0/+2 |
| * | Initialize ExpressionUnderCursor's _jumpedComma. | Roberto Raggi | 2009-10-21 | 1 | -0/+1 |
| * | Stop at the T_COMMA when searching backward for an expression. | Roberto Raggi | 2009-10-12 | 1 | -0/+1 |
| * | Search for `complete' expressions followed by a T_COMMA | Roberto Raggi | 2009-10-08 | 1 | -2/+27 |
| * | Added BackwardsScanner::mid(tokenIndex). Mid() returns a substring starting f... | Roberto Raggi | 2009-09-21 | 1 | -1/+1 |
| * | Made the indenter more Qt friendly. Added support for moc keywords. | Roberto Raggi | 2009-09-21 | 1 | -1/+1 |
| * | Automagically insert matching characters. | Roberto Raggi | 2009-09-17 | 1 | -3/+1 |
| * | Added the helper class MatchingText and use it to automagically insert text f... | Roberto Raggi | 2009-09-17 | 1 | -47/+7 |