summaryrefslogtreecommitdiff
path: root/src/manager-lib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix linking to org.freedesktop.Notifications specificationTopi Reinio2023-05-091-6/+2
* Also expose applications in taskRequestingInstallationAcknowledgeRobert Griebl2023-05-092-0/+10
* Fix API breakage introduced in 6.5.0Robert Griebl2023-05-042-2/+2
* Cleanup the D-Bus interfacesRobert Griebl2023-02-153-11/+11
* Re-enable dbus xml generation from sourceRobert Griebl2023-02-152-0/+10
* Fix race condition when un-installing running appsRobert Griebl2023-02-071-7/+14
* Port from qAsConst to std::as_constMarc Mutz2023-01-155-18/+18
* Fix include style to what's mandated for public headersAlexandru Croitor2022-12-1223-73/+73
* Adjust module to work with syncqt.cppAlexey Edelev2022-12-081-0/+4
* Forward keyboard focus to applicationsBernd Weimer2022-12-012-4/+4
* Fix a potential crash when trying to start applicationsRobert Griebl2022-10-122-8/+10
* Fix a few documentation inconsistenciesRobert Griebl2022-09-271-0/+3
* Intents: add broadcastsRobert Griebl2022-09-162-42/+51
* Work around unused result issue in gccRobert Griebl2022-08-161-2/+3
* Intents: prevent a crash if a sent request is gc'ed too earlyRobert Griebl2022-08-051-0/+3
* Avoid rendering fully transparent nodeBernd Weimer2022-07-131-0/+3
* Prevent linking of AppMan modules into user pluginsRobert Griebl2022-06-301-0/+2
* Fix QScopedPointer::take deprecation warningRobert Griebl2022-06-156-7/+5
* Use SPDX license identifiersDominik Holland2022-06-1556-1680/+224
* Add a new 'ready' property to the PackageManagerRobert Griebl2022-06-102-0/+26
* Fix the qmltypes generationRobert Griebl2022-05-311-0/+1
* Document all environment variablesRobert Griebl2022-05-171-1/+8
* Prevent infinite loopsRobert Griebl2022-05-172-2/+6
* Protect all static variables via Q_GLOBAL_STATIC or similar functionsRobert Griebl2022-05-171-8/+9
* Use AM_TIMEOUT_FACTOR in all tests and the intent handlingRobert Griebl2022-05-121-4/+5
* Better debug output when failing to load resourcesRobert Griebl2022-04-271-2/+6
* Stay backwards compatible with 6.2 LTSRobert Griebl2022-04-261-0/+5
* Correctly track redirected std. IO file descriptors through all layersRobert Griebl2022-03-309-39/+74
* Really fix package removal if documentDir is not setRobert Griebl2022-03-241-1/+1
* Fix QVersionNumber::fromString deprecation warningsMårten Nordheim2022-03-241-2/+2
* Fix QScopedPointer::take deprecation warningMårten Nordheim2022-03-246-21/+32
* Fix minor issuesBernd Weimer2022-03-222-1/+2
* Detect and prevent installing the same package multiple times in parallelRobert Griebl2022-03-223-0/+18
* Handle an empty or invalid documentDir correctlyRobert Griebl2022-03-223-4/+5
* Fix documentation errorsRobert Griebl2022-03-211-7/+0
* Fix memory leaks introduced by adding the PackageInfo mechanismRobert Griebl2022-03-213-0/+15
* Untangle the icon/name/description/categories messRobert Griebl2022-03-216-57/+134
* UrlHandlers have to be properly unregistered nowadaysRobert Griebl2022-03-171-0/+2
* Add an option to configure how very long log messages are passed to DLTRobert Griebl2022-02-251-0/+3
* Add missing property documentationRobert Griebl2022-02-111-0/+6
* Prefer STL style iterators over the Java varietyRobert Griebl2022-02-092-8/+6
* Delay loading packages until a specified partition is mountedRobert Griebl2022-02-022-1/+15
* Fix immediate application restartBernd Weimer2021-09-203-3/+3
* Clazy: fix srcRobert Griebl2021-08-2014-28/+41
* Clazy: fix potential crashesRobert Griebl2021-08-172-3/+6
* Wait for running apps to die on update installationsRobert Griebl2021-08-065-17/+33
* Make the ApplicationManager and PackageManager connections implicitRobert Griebl2021-08-061-1/+17
* Actually set the Application state to NotRunning on app exitRobert Griebl2021-08-062-2/+2
* Fix leak on taskRequestingInstallationAcknowledgeRobert Griebl2021-08-062-3/+5
* Fix the check for duplicate built-in packagesRobert Griebl2021-07-271-2/+3