19 Commits (cd565cbb6cbf779f81eef7583cefecfe2858c328)

Author SHA1 Message Date
Pertti Kellomäki 47899b7607 Changes: Implementation of the applauncherd-mcompositor communication for splash screen.
Sets pid, wmclass, portrait splash image, landscape splash
         image, and pixmap id in the _MEEGO_SPLASH_SCREEN X11 property
         of the compositor window.  Pid is the booster/application
         pid, wmclass is derived from the application binary name,
         splash images are the parameters given for --splash and
         --splash-landscape. The pixmap id is set to the empty stirng.

RevBy: Antti Kervinen
15 years ago
Jussi Lind 8b3322ddc4 Changes: Use QByteArray/QString in MDeclarativeCachePrivate::populate() instead of sprintf and C-arrays. Test argv in ut_dbooster. 15 years ago
Jussi Lind 67edb111cf New: Unit tests for EBooster added. 15 years ago
Alexey Shilov 50bfea727d Changes: add event loop to qdeclarative booster
RevBy: Pertti Kellomäki
15 years ago
Pertti Kellomäki fd11d995ca Changes: Rename qdeclarativeboostercache -> mdeclarativecache.
RevBy: TrustMe
15 years ago
Antti Kervinen 79739dae5d Changes: according to code review
Details:
- qdeclarativeboostercache linked to X11 and QtGui
- install in CMakeLists fixed to use TARGETS instead of FILES in boosters
- removed qapplication parameter checking in booster cache
15 years ago
Pertti Kellomäki c12ae5a2c0 Changes: Unit tests for the qdeclarativebooster. 15 years ago
Nimika Keshri c350cfa520 Changes: Broken tests Fixed
RevBy: Antti Kervinen
Details: 1. Test launch_wo_applauncherd fixed. Now the applications cannot be launched
            if applauncherd is not running.
         2. One of the unit test is started as user.
15 years ago
Jussi Lind 0ff715fb64 Fixes: NB#212024 - Application launcher should be usable (improve performance) also at boot
RevBy: Antti Kervinen

Details:
--boot-mode starts applauncherd in the boot mode:
* Boosters won't initialize cache
* Booster respawn delay is zero

Sending SIGUSR1 forces the launcher to enter the normal mode again.
15 years ago
Antti Kervinen 0d74c5c35d Fixes: NB#217662 - applauncherd depends on WRT
Changes: Library preloading warnings not printed unless --debug is given.

RevBy: Jussi Lind
15 years ago
Alexey Shilov 05abf64ae3 Merge remote branch 'origin/master' 15 years ago
Alexey Shilov 3d94bcf6d9 Changes: remove QObject as base class for Booster
RevBy: Jussi Lind
15 years ago
Jussi Lind 1d459029c2 Changes: Booster::renameProcess() refactored.
RevBy: Antti Kervinen

Details: New arguments copied as a contiguous, NULL-separated block. Unit tests refactored.
15 years ago
Juha Lintula 7d65a7de19 Changes: single-instance support, invoker bad exit status removed, check file added
RevBy: Jussi Lind, Juha Lintula
15 years ago
Jussi Lind 4a0d5de729 Changes: Boosters loaded as plugins.
Details: Boosters are in separate dirs under src/ and are compiled/loaded as plugins.
15 years ago
Jussi Lind 7768e742a2 Changes: Fixed crash of booster-m and booster-w / non-quitting booster-m caused by erroneous handling of SIGHUP.
No more QThread warnings related to QSocketNotifier. Removed SIGHUP handler from main.cpp
         (Set in mbooster.cpp and wrtbooster.cpp. Default behavior is always exit() anyway).

RevBy: TrustMe
15 years ago
Jussi Lind 27762f316d Changes: Access Booster::m_connection and Booster::m_appData through setter/getter in derived classes.
RevBy: TrustMe
15 years ago
Alexey Shilov 0c9adf06e2 Changes: get rid of monitor booster 15 years ago
Nimika Keshri e6f297a561 Changes: Tests separated in different dir for Meego and Harmattan
RevBy: TrustMe
15 years ago