summaryrefslogtreecommitdiffstats
path: root/src/intent-server-lib
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical files according to QUIP 23Zoltan Gera2025-05-151-0/+1
* Fix race condition on IntentServerRequest address re-useRobert Griebl2025-03-171-12/+12
* Fix deprecation of filter model invalidationZoltan Gera2025-01-271-0/+7
* Prevent recursion on emission of aboutToBe... signalsRobert Griebl2024-10-242-8/+17
* Fix the description model role documentation and availabilityRobert Griebl2024-09-121-0/+10
* Fix Axivion style violationsRobert Griebl2024-06-182-11/+11
* ASAN: leaks on shutdown and invalid downcastRobert Griebl2024-05-311-0/+4
* Warn users about wrongly instantiating QML typesRobert Griebl2024-05-232-1/+15
* Use existing functionality in Qt instead of a custom implementationRobert Griebl2024-05-231-2/+2
* Remove our #pragma once workaround, as it is not needed anymoreRobert Griebl2024-05-151-3/+0
* Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTSRobert Griebl2024-04-223-3/+3
* Replace all #pragma once with old-style #ifdef include guardsRobert Griebl2024-03-055-5/+20
* Axivion: fix or document most of the reported issuesRobert Griebl2024-02-211-8/+9
* Clazy: fixesRobert Griebl2024-01-082-7/+7
* Modernize string literalsRobert Griebl2024-01-082-12/+17
* ASAN: fix potential access to freed memoryRobert Griebl2023-12-121-2/+1
* Fix a potential crash, handling an intent request during app removalRobert Griebl2023-12-085-19/+29
* Simplify builing a custom appman executableRobert Griebl2023-12-061-2/+1
* Fix all outstanding namespace issuesRobert Griebl2023-11-203-16/+16
* Switch to declarative registrationRobert Griebl2023-11-084-16/+0
* QML can now deal with QList<object derived type *> propertiesRobert Griebl2023-09-264-19/+9
* Fix the PackageManager's package role not being usable in strict modeRobert Griebl2023-08-221-3/+12
* Clang-Tidy / Clazy warnings and modernizationRobert Griebl2023-08-011-1/+1
* Add NotificationModel QML typeBernd Weimer2023-07-252-17/+12
* Intents: fix inconsistency in visibility between sysui and appsRobert Griebl2023-06-261-1/+1
* Implement model invalidate() explicitlyBernd Weimer2023-06-232-4/+14
* Mark properties exposed to QML as FINAL to prevent shadowingRobert Griebl2023-06-223-19/+19
* Make all example and doc QML imports versionlessRobert Griebl2023-06-171-2/+2
* Cleanup our custom qmltype generationRobert Griebl2023-06-161-1/+1
* Port from qAsConst to std::as_constMarc Mutz2023-01-141-1/+1
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-125-22/+22
* Intents: add broadcastsRobert Griebl2022-09-168-67/+140
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-301-0/+2
* Use SPDX license identifiersDominik Holland2022-06-1510-298/+38
* Fix the qmltypes generationRobert Griebl2022-05-311-0/+1
* Fix QScopedPointer::take deprecation warningMÃ¥rten Nordheim2022-03-241-3/+4
* Fix memory leaks introduced by adding the PackageInfo mechanismRobert Griebl2022-03-211-0/+2
* Untangle the icon/name/description/categories messRobert Griebl2022-03-214-22/+90
* Prefer STL style iterators over the Java varietyRobert Griebl2022-02-091-3/+1
* Clazy: fix srcRobert Griebl2021-08-203-8/+9
* cmake: remove all comments from the pro2cmake tool conversionRobert Griebl2021-06-301-5/+0
* cmake: remove qmake build system (except in examples/)Robert Griebl2021-06-301-28/+0
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-0/+27
* Update copyright headers to 2021 an finally switch to the GPLRobert Griebl2021-06-0110-249/+130
* Qt6 port, part 2 .. compiling with cmakeRobert Griebl2020-11-281-3/+3
* Qt 6 port, part 1 .. without cmakeRobert Griebl2020-11-281-1/+1
* Build optimization: include all moc cpps directly in the main cpp fileRobert Griebl2020-08-115-0/+10
* Fix memory leaks found with gcc's ASANRobert Griebl2020-08-101-0/+1
* Spelling fixes all over the placeRobert Griebl2020-07-172-7/+7
* Start correct application with intent requestBernd Weimer2020-06-301-8/+4