| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -1/+1 |
| * | Use Utils::FilePaths instead of QList<Utils::FilePath> | Alessandro Portale | 2025-10-02 | 1 | -1/+1 |
| * | Fix UI text 2 | Leena Miettinen | 2025-10-01 | 1 | -2/+2 |
| * | Avoid calling throwing functions | Eike Ziller | 2025-09-01 | 1 | -1/+1 |
| * | PE: Add convenience function for clearing and removing a Task | Christian Kandeler | 2025-07-18 | 1 | -4/+1 |
| * | Python: Prefer issues pane to general messages | Christian Kandeler | 2025-07-18 | 1 | -8/+24 |
| * | Utils: Return QString from FilePath::relativePathFromDir() | hjk | 2025-07-15 | 1 | -3/+3 |
| * | ProjectExplorer: Better separation between project managers and QmlJS | hjk | 2025-07-11 | 1 | -14/+9 |
| * | ProjectExplorer: Add convenience overload to TaskHub | Christian Kandeler | 2025-06-25 | 1 | -2/+2 |
| * | Utils: Make file contents part of TextFileFormat::ReadResult | hjk | 2025-05-09 | 1 | -3/+2 |
| * | Utils: Make TextFileFormat::ReadResult a class | hjk | 2025-04-23 | 1 | -4/+3 |
| * | Replace most expected_str by Utils::Result | hjk | 2025-04-11 | 1 | -4/+4 |
| * | Avoid potential detach of non-const Qt containers in range-loops 2/2 | Alessandro Portale | 2025-03-24 | 1 | -1/+1 |
| * | Add pyproject.toml support for Python projects | Jaime Resano | 2025-03-11 | 1 | -17/+56 |
| * | Utils: Simplify FilePath::relativePathFrom | hjk | 2025-03-04 | 1 | -3/+3 |
| * | Fix adding duplicated project files | Jaime Resano | 2025-02-13 | 1 | -26/+34 |
| * | ProjectExplorer: Switch BuildSystem to "per build config" approach | Christian Kandeler | 2025-02-11 | 1 | -1/+1 |
| * | Python: Remove unneeded BuildSystem constructor and member | Christian Kandeler | 2025-01-30 | 1 | -18/+1 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -3/+3 |
| * | Plugins M-V: Make static QRegularExpression instances static const | Alessandro Portale | 2024-11-20 | 1 | -1/+1 |
| * | ProjectExplorer: Let build systems do renamings in bulk | Christian Kandeler | 2024-09-16 | 1 | -7/+23 |
| * | Debugger: add python debugger setting in run configuration | David Schulz | 2023-12-04 | 1 | -0/+7 |
| * | Python: Create a default BuildSystem for Python targets | David Schulz | 2023-12-01 | 1 | -0/+10 |
| * | Python: use kits page in python wizards | David Schulz | 2023-11-28 | 1 | -4/+17 |
| * | Python: split buildsystem and project into separate files | David Schulz | 2023-11-14 | 1 | -0/+364 |