aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/macros
Commit message (Expand)AuthorAgeFilesLines
* Utils: Split user interaction out of FileSaver::finalize()hjk2025-04-231-1/+5
* Utils: Return Result<> from one of the FileSaver::finalize() overloadshjk2025-04-231-0/+1
* ILocator: Make ILocator subclasses finalJarek Kobus2025-03-041-1/+1
* Macros: Simplify Macro::load()hjk2025-02-252-9/+3
* Macros: Shift responsibility of providing widget parenthjk2025-02-253-14/+12
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* ILocatorFilter: Refactor ILocatorFilter::matchers() functionJarek Kobus2024-10-071-8/+6
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Utils: Make Id::name() return a QByteArrayViewhjk2024-09-021-1/+1
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+4
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-4/+4
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-4/+4
* Macro: Fix validation of save dialogChristian Stenger2023-12-041-1/+7
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* Macros: Use ActionBuilderhjk2023-11-131-31/+34
* Macros: Move plugin class definition to .cpphjk2023-11-134-80/+63
* Macro: Inline SaveDialoghjk2023-11-136-113/+59
* Macros: Remove Q_OBJECT macro from some classes that don't need ithjk2023-11-107-38/+24
* All: Even less #include <QSettings>hjk2023-09-271-1/+0
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-15/+15
* Reduce usage of app_version headerEike Ziller2023-06-262-5/+2
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-2/+3
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-06-066-233/+186
|\
| * Macros: Merge macrooptionswidget.{h,cpp} into macrooptionspage.cpphjk2023-06-016-233/+186
* | FindFlags: Move it into Utils libJarek Kobus2023-05-264-44/+44
|/
* MacroLocatorFilter: Remove the old matchesFor() implementationJarek Kobus2023-05-122-55/+2
* Layouting: Drop compile dependency on BoolAspecthjk2023-05-021-2/+0
* ILocatorFilter: Simplify Sync's onSetup in matchersJarek Kobus2023-04-271-2/+0
* MacroLocatorFilter: Reimplement matchers()Jarek Kobus2023-04-262-2/+52
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* MacroLocatorFilter: Use Acceptor for LocatorFilterEntryJarek Kobus2023-04-202-28/+18
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | LocatorFilterEntry: Discourage the use of internalDataJarek Kobus2023-04-051-1/+2
|/
* LocatorFilterEntry: Add linkForEditorJarek Kobus2023-02-161-1/+1
* Some fixes in translated stringsEike Ziller2023-02-151-1/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* Macros: Tr::trAlessandro Portale2023-01-236-34/+41
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-8/+2
* Prefix Tr::tr contexts with ::hjk2023-01-132-2/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0628-28/+28
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-073-5/+5