| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QStringList instead of QList<QString> | Alessandro Portale | 2025-10-02 | 1 | -1/+1 |
| * | Utils: Return Result<> from one of the FileSaver::finalize() overloads | hjk | 2025-04-23 | 1 | -7/+6 |
| * | TextEditor: Code cosmetics | hjk | 2025-04-10 | 1 | -9/+9 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -1/+1 |
| * | TextEditor: Use IOptionPage::setWidgetCreator() for snippets settings | hjk | 2023-04-21 | 1 | -3/+1 |
| * | Translations: Replace QCoreApplication::translate() with Tr::tr() | Alessandro Portale | 2023-02-10 | 1 | -1/+1 |
| * | TextEditor: Tr::tr | hjk | 2023-01-18 | 1 | -5/+6 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Utils: Wrap various file system iteration flags and filters | hjk | 2022-01-26 | 1 | -1/+2 |
| * | TextEditor: Fix compile with Qt 5 | Christian Stenger | 2021-12-06 | 1 | -8/+9 |
| * | Fix crash when removing built-in snippets | Eike Ziller | 2021-12-06 | 1 | -20/+26 |
| * | TextEditor: Modernize SnippetsCollection | hjk | 2021-08-19 | 1 | -34/+31 |
| * | Utils: filepathify fileutils | David Schulz | 2021-05-18 | 1 | -1/+1 |
| * | Core: Add a default parameter to various ICore::*path functions | hjk | 2021-04-27 | 1 | -1/+1 |
| * | ICore: Change some path API to use FilePath | Eike Ziller | 2021-04-26 | 1 | -4/+4 |
| * | Editor: Validate trigger from snippets xml | David Schulz | 2020-08-14 | 1 | -2/+11 |
| * | TextEditor: Modernize | Alessandro Portale | 2018-11-30 | 1 | -3/+2 |
| * | Merge remote-tracking branch 'origin/4.6' | Eike Ziller | 2018-02-23 | 1 | -1/+11 |
| |\ |
|
| | * | Editor: make additional snippet info translatable | David Schulz | 2018-02-16 | 1 | -1/+11 |
| * | | TextEditor: De-qobjectify SnippetProvider | hjk | 2018-02-07 | 1 | -2/+2 |
| |/ |
|
| * | De-emphasize PluginManager::getObjects<Type>() | hjk | 2017-12-15 | 1 | -3/+1 |
| * | Remove the need to create ISnippetProvider subclasses | Eike Ziller | 2017-04-25 | 1 | -4/+4 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | TextEditor: Use Qt5-style connects | Orgad Shaneh | 2015-12-18 | 1 | -1/+2 |
| * | Don't mix iterator and const_iterator | Kai Koehne | 2015-04-02 | 1 | -1/+1 |
| * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | CleanUp usage of QtAlgorithms | Nikita Baryshnikov | 2014-06-17 | 1 | -30/+16 |
| * | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 1 | -1/+1 |
| * | Fix Krazy warnings about values or keys iteration in Editor/C++. | Friedemann Kleint | 2013-03-15 | 1 | -1/+5 |
| * | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| * | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| * | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| * | Make PluginManager mostly static. | Eike Ziller | 2012-06-19 | 1 | -1/+1 |
| * | Removed module names from #include directives. | Erik Verbruggen | 2012-02-15 | 1 | -6/+6 |
| * | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| * | Use new static ICore interface. | hjk | 2012-01-24 | 1 | -2/+2 |
| * | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| * | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| * | add/unify i/o error handling | Oswald Buddenhagen | 2011-04-18 | 1 | -18/+26 |
| * | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| * | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| * | License headers, part 2 | con | 2010-12-17 | 1 | -7/+11 |
| * | Snippets: Replace forward declaration by include | Leandro Melo | 2010-12-09 | 1 | -1/+0 |
| * | Snippets: Remove the snippets manager | Leandro Melo | 2010-12-08 | 1 | -0/+6 |
| * | Snippets: Make it flexible for adding builtin snippets | Leandro Melo | 2010-12-08 | 1 | -10/+23 |
| * | Snippets: Make it easier for plugins to add snippets groups | Leandro Melo | 2010-12-08 | 1 | -62/+92 |
| * | Snippets: Add more use-cases | Leandro Melo | 2010-12-08 | 1 | -26/+68 |