John Brooks
07a233fb3b
[mapplauncherd] Remove Booster::boosterTemporaryProcessName
13 years ago
John Brooks
25dfb62293
[mapplauncherd] Change booster type to strings
...
Single-character booster types could potentially conflict when
using out-of-tree boosters, and quickly become confusing.
Old types are mapped for compatibility.
13 years ago
John Brooks
b6e9aa171b
[mapplauncherd] Remove applauncherd and refactor boosters into independent processes
...
Having a single applauncherd process with boosters as plugins is a
flawed idea: most notably, it's not possible to have two boosters with
conflicting libraries, like Qt4 and Qt5.
A much cleaner solution is to turn libapplauncherd into a support
library for boosters, and have each booster run as an independent
process.
13 years ago
John Brooks
adef09cd6f
[mapplauncherd] Remove Qt boosters and related tests
...
These have been split to a separate repository and package.
13 years ago
Pekka Lundstrom
23aa7485ce
Added systemd notification. Fixes NEMO#637
...
Signed-off-by: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
13 years ago
John Brooks
519330b404
Fix build dependency for mdeclarativecache
13 years ago
John Brooks
63ba6b77df
Move eventhandler to mdeclarativecache
...
EventHandler is only used by qdeclarativebooster and its derivatives
at the moment. It can't be included in libapplauncherd, because of the
Qt dependency, but it needs to be available for out-of-tree plugins.
Putting it into libmdeclarativecache seems like the most reasonable
option at present.
13 years ago
John Brooks
fe2101cfb7
Remove meegotouch dependency and meegotouch-specific tests
13 years ago
John Brooks
593ea85036
Remove mbooster
13 years ago
Robin Burchell
56446432be
remove aegis/creds code
13 years ago
Robin Burchell
286ec56fc7
also link test against qtdbus
13 years ago
Marko Saukko
a2f83ddecd
Fix build with newer toolchains by adding the missing libs to linking.
...
Signed-off-by: Marko Saukko <marko.saukko@cybercom.com>
13 years ago
Dmitry Rozenshtein
c99cc0b7ea
Fixes: NB#299083 - apps started via invoker --type m retain applauncher's privileges on D-Bus
...
RevBy: Alexey Shilov
14 years ago
Thyagarajan Balakrishnan
d6b65e913d
Changes: pixel size changed to workaround slow startup time
...
RevBy: TrustMe
14 years ago
Alexey Shilov
0718cddc3a
Changes: Set explicitly background color for performance test application
...
RevBy: TrustMe
14 years ago
Alexey Shilov
0c244451de
Changes: Exception handlers for test applications added
...
RevBy: TrustMe
14 years ago
Alexey Shilov
a5345a3220
Changes: Fix for daemon unit tests
...
RevBy: TrustMe
14 years ago
Dmitry Rozenshtein
61f3ee3521
Changes: QML test application updated to store QML in resource file
...
RevBy: TrustMe
14 years ago
Juha Lintula
2648902416
Changes: Random error in ut_logger fixed. Log was not updated when it was read.
...
RevBy: Olli Leppanen
14 years ago
Dmitry Rozenshtein
ca93b45dfc
Changes: Fix performance tests
...
RevBy: Nimika Keshri
14 years ago
Dmitry Rozenshtein
3f737e5fab
Changes: Add unit test for Logger - open log twice
...
RevBy: Juha Lintula
14 years ago
Dmitry Rozenshtein
a088e783fd
Changes: NB#274400 (fixes daemon.cpp forkBooster and readFromBoosterSocket + unit tests)
...
RevBy: Alexey Shilov
14 years ago
Dmitry Rozenshtein
5973dd0e3c
Changes: NB#274400 - (single instance for windowless application fix)
...
RevBy: Alexey Shilov
14 years ago
Dmitry Rozenshtein
d1ff34ecf3
Changes: NB#274400 - (remove console output from applauncherd)
...
RevBy: Alexey Shilov
14 years ago
Dmitry Rozenshtein
e8a7e61897
Changes: Added functional tests for WM_CLASS
...
RevBy: Nimika Keshri
14 years ago
Nimika Keshri
b591b5faae
Changes: New test for checking library linking
...
RevBy: Olli Leppanen
14 years ago
Joona Hakkarainen
66ea5f6210
Changes: New unit tests for booster.cpp: - negative cases for loadMain() - call boosterLauncherSocket()
...
RevBy: Dmitry Rozenshtein
14 years ago
Dmitry Rozenshtein
b80c2b5619
Changes: Modified unittest for Connection
...
RevBy: TrustMe
14 years ago
Pertti Kellomäki
02d1325981
Changes: Remove garbage comment from test case.
...
RevBy: TrustMe
14 years ago
Dmitry Rozenshtein
b47067dc92
Changes: Add new unittests for Connection
...
RevBy: Alexey Shilov
14 years ago
Dmitry Rozenshtein
fa069ba7ca
Changes: Added unut tests for Logger
...
RevBy: Alexey Shilov
15 years ago
Joona Hakkarainen
8592b4a554
Changes: Added new unittest ut_appdata, for testing - call entry () function
...
RevBy: Alexey Shilov
15 years ago
Dmitry Rozenshtein
010d0d939d
Changes: Added missed CMakeLists.txt for unit tests BoosterPluginRegistry
...
RevBy: TrustMe
15 years ago
Dmitry Rozenshtein
c1b4ec4d9d
Changes: Added unit tests for BoosterPluginRegistry
...
RevBy: Alexey Shilov
15 years ago
Dmitry Rozenshtein
a86d2d4af8
Changes: Added unittests for SingleInstance
...
RevBy: Alexey Shilov
15 years ago
Nimika Keshri
c3cba0a91e
Changes: New functional tests for invoker.
...
RevBy: Olli Leppanen
15 years ago
Dmitry Rozenshtein
8593d359db
Merge branch 'master' into add_unit_tests
15 years ago
Dmitry Rozenshtein
1635ca678d
Changes: Added unittests for mbooster, qtbooster, ebooster, dbooster
...
RevBy: TrustMe
15 years ago
Pertti Kellomäki
3368c34aad
Changes: Added test cases for argument passing to cached [QM]Application.
...
RevBy: Nimika Keshri
15 years ago
Pertti Kellomäki
5b701f8d67
Changes: Fix dir path logging in test apps. Remove test case applauncherd__test_dirPath_filePath_m
...
RevBy: TrustMe
15 years ago
Nimika Keshri
b7c2db010f
Changes: Test for QApplication::applicationFilePath and applicationDirPath
...
RevBy: Pertti Kellomaki
15 years ago
Pertti Kellomäki
2e4b3f5d6a
Changes: Modify test applications to use _exit().
...
RevBy: Alexey Shilov
15 years ago
Nimika Keshri
6f18eef53e
Changes: Test for single-instance when application started with script
...
RevBy: Juha Lintula
15 years ago
Alexey Shilov
625ace3e88
Changes: More Coverity tool defect fixes
...
RevBy: TrustMe
15 years ago
Alexey Shilov
568142d8a2
Changes: Coverity tool defect fixes for tests
...
RevBy: TrustMe
15 years ago
Olli Leppanen
b4a7a64ace
Changes: Corrected misbehaving pixelchanged application
...
RevBy:Juha Lintula
15 years ago
Jussi Lind
540677445f
Changes: Erroneous comment fixed in tests/common/testapps/fala_qml_helloworld/CMakeLists.txt
15 years ago
Jussi Lind
3601fd1df3
Changes: Directory naming in the source tree made consistent => all lower case.
...
RevBy: Antti Kervinen
15 years ago