| Commit message (Expand) | Author | Age | Files | Lines |
* | IncrediBuild: Do not translate "Profile.xml" | Eike Ziller | 10 days | 1 | -1/+1 |
* | ProjectExplorer: Replace various direct calls to Target::kit() | Christian Kandeler | 2025-02-07 | 1 | -4/+2 |
* | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -1/+1 |
* | Plugins A-L: Make static QRegularExpression instances static const | Alessandro Portale | 2024-11-20 | 2 | -3/+3 |
* | ProjectExplorer: Dissolve kitaspects.{h,cpp} | Christian Kandeler | 2024-11-20 | 1 | -1/+1 |
* | Plugins: Improve display names of plugins | Alessandro Portale | 2024-11-19 | 1 | -0/+1 |
* | IncrediBuild: Use newest plugin setup pattern | hjk | 2024-10-21 | 5 | -35/+33 |
* | ProjectExplorer: disable project file defined build configurations | David Schulz | 2024-10-08 | 1 | -1/+1 |
* | ExtensionSystem: Add PluginId and VendorId | Marcus Tillmanns | 2024-09-02 | 1 | -0/+2 |
* | Plugins: Add URLs to manual page to plugin metadata | Alessandro Portale | 2024-07-29 | 1 | -0/+1 |
* | Utils: Make Aspect::addToLayout() const | hjk | 2024-07-08 | 2 | -2/+2 |
* | Plugin meta data: Add full stop to descriptions | Eike Ziller | 2024-06-28 | 1 | -1/+1 |
* | Utils: Rename PathChooser::rawFilePath() to unxepandedFilePath() | hjk | 2024-06-19 | 1 | -1/+1 |
* | Add long descriptions to some plugins | Leena Miettinen | 2024-05-31 | 1 | -1/+5 |
* | PluginSpecs: Change URLs from http:// to https:// | Alessandro Portale | 2024-05-28 | 1 | -1/+1 |
* | Use LayoutBuilder V2 | hjk | 2024-05-27 | 2 | -2/+2 |
* | Translations: Fix various \n, full stops, spaces | Eike Ziller | 2024-04-18 | 2 | -10/+16 |
* | Utils: Fix build with MSVC with C++20 | Eike Ziller | 2024-02-28 | 1 | -1/+1 |
* | GuiUtils: Apply wheel blocker to more widgets | Jarek Kobus | 2024-01-05 | 1 | -0/+2 |
* | ProjectExplorer: Some more ToolChain->Toolchain renamings | hjk | 2023-12-12 | 1 | -1/+1 |
* | ProjectExplorer: Rename Tool{C,c}hainKitAspect | hjk | 2023-11-27 | 1 | -1/+1 |
* | ProjectExplorer: Rename ToolChain to Toolchain | hjk | 2023-11-24 | 1 | -1/+1 |
* | Fix missing overrides and redundant virtual | Alessandro Portale | 2023-11-14 | 1 | -1/+1 |
* | ExtensionSystem: Stop reworking initialization order system | hjk | 2023-08-31 | 1 | -3/+11 |
* | Plugins: A bit more Keys and Store | hjk | 2023-08-25 | 3 | -8/+13 |
* | Utils: Rename the new Storage to Store | hjk | 2023-08-24 | 4 | -6/+6 |
* | Use Utils::Storage instead of QVariantMap in a few places | hjk | 2023-08-23 | 4 | -6/+6 |
* | ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp} | hjk | 2023-08-15 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/11.0' | Eike Ziller | 2023-08-03 | 1 | -1/+2 |
|\ |
|
| * | IncrediBuild: Fix missing UI in build steps | Eike Ziller | 2023-07-31 | 1 | -1/+2 |
* | | Build: Change plugin json.in files to CMake style | Eike Ziller | 2023-07-25 | 1 | -17/+17 |
|/ |
|
* | Incredibuild: Fix quoting of additional command line args | hjk | 2023-06-09 | 1 | -23/+21 |
* | Incredibuild: Auto-register aspects in build steps | hjk | 2023-06-09 | 2 | -228/+229 |
* | Incredibuild: Simpler plugin setup | hjk | 2023-05-26 | 4 | -44/+16 |
* | Incredibuild: Use FilePathAspect | hjk | 2023-05-23 | 1 | -6/+3 |
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h} | Jarek Kobus | 2023-05-04 | 1 | -1/+1 |
* | Layouting: Make aspects operate on parent items, not LayoutBuilder | hjk | 2023-05-03 | 2 | -5/+5 |
* | Utils: Make Layouting a top level namespace | hjk | 2023-04-25 | 1 | -1/+1 |
* | Translations: Change translation context prefix from "::" to "QtC::" | Alessandro Portale | 2023-02-10 | 1 | -1/+1 |
* | Utils: Flatten LayoutBuilder related hierarchies | hjk | 2023-01-20 | 2 | -2/+2 |
* | Use simpler Plugin::initialize() when feasible | hjk | 2023-01-20 | 2 | -7/+2 |
* | Incredibuild: Tr::tr and code cosmetics | hjk | 2023-01-19 | 16 | -239/+187 |
* | Prefix Tr::tr contexts with :: | hjk | 2023-01-13 | 1 | -1/+1 |
* | Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settings | hjk | 2023-01-10 | 1 | -2/+2 |
* | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 17 | -17/+17 |
* | Remove unused includes of QFormLayout | Jarek Kobus | 2022-11-18 | 1 | -1/+0 |
* | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 17 | -408/+34 |
* | Drop Qt5: Various plugins: Get rid of QOverload | Jarek Kobus | 2022-07-20 | 1 | -2/+1 |
* | Merge remote-tracking branch 'origin/8.0' | Eike Ziller | 2022-06-29 | 1 | -1/+1 |
|\ |
|
| * | UI text: Fix grammar errors and capitalization issues | Leena Miettinen | 2022-06-28 | 1 | -1/+1 |