238 Commits (038b3b87b882d08fb86164fabdfef8c00d052521)

Author SHA1 Message Date
Pertti Kellomäki 9cda284174 Fixes: NB#257654 - QApplication::applicationDirPath() and QApplication::applicationFilePath() return wrong values for d-boosted applications
Details: Set application attribute Qt::AA_LinuxReinitPathsFromArgv0
         so that QCoreApplication::applicationFilePath() and
         QCoreApplication::applicationDirPath() work correctly
         for d-boosted applications.
RevBy: Alexey Shilov
15 years ago
Alexey Shilov 705b9f1d37 Fixes: NB#263422 - Precached (QML) applications do not set WM_NAME window atom properly
RevBy: Pertti Kellomaki
15 years ago
Pertti Kellomäki 1c93b10b0a Changes: Deprecate MDeclarativeCache::applicationDirPath() and
MDeclarativeCache::applicationFilePath().
         Modify examples to use the QCoreApplication members.
RevBy: Juha Lintula
15 years ago
Alexey Shilov 1bdcafe2d8 Fixes: NB#261960 - [TASK] "Invoker" should be able to launch applications even when "applauncherd" is not running
RevBy: Pertti Kellomaki
15 years ago
Pertti Kellomäki 983b8bb30e Changes: Explicity require and use python 2.6 for building.
RevBy: TrustMe
15 years ago
Pertti Kellomäki 8f9ac6c5bc Fixes: Bug 247707 - Invoker interferes with qttas plugin loading for qml applications
Details: Testability enabling with the QT_LOAD_TESTABILITY environment variable was not working.
RevBy: Olli Leppänen
15 years ago
Pertti Kellomäki 642c0bb5ee Changes: Typo fix.
RevBy: TrustMe
15 years ago
Pertti Kellomäki 48923a2975 Changes: Add checking for runtime dependencies in library-helper.
Minimize the set of libraries linked or dlopened, does not
         include libraries that are already pulled in by some other library.
RevBy: Juha Lintula
15 years ago
Juha Lintula 5e6baa665b Fixes: NB#250404 - Unable to create non-native single-instance applications with /usr/bin/single-instance or /usr/bin/invoker
RevBy: Pertti Kellomaki
15 years ago
Pertti Kellomäki c0cf2e8b37 Changes: Add --no-as-needed for applauncherd.bin linking.
RevBy: TrustMe
15 years ago
Alexey Shilov df8da98576 Changes: Refactoring of testability plug-in loading
RevBy: Pertti Kellomaki
15 years ago
Pertti Kellomäki 87ef62a658 Changes: Move list of libraries to preload to scripts/library-helper.py.
The library list is used to generate both the list of libraries
         to link againts, and the list of libraries to dlopen.
RevBy: Alexey Shilov
15 years ago
Alexey Shilov 500794cbeb Fixes: NB#254878 - COREWEB: /usr/bin/camera-ui.launch 'AppData::deleteArgv Booster::launchProcess'
RevBy: Pertti Kellomaki
15 years ago
Alexey Shilov c84f5569a4 Fixes: NB#250971 - a booster is wasted with --single-instance
RevBy: Pertti Kellomaki
15 years ago
Juha Lintula 1adde0dbe0 Fixes: NB#253352 - libmeegotouchpreloader should be dlopened
RevBy: Olli Leppanen
15 years ago
Alexey Shilov f2dbc2631d Fixes: NB#247707 - Invoker interferes with qttas plugin loading for qml applications
RevBy: Jussi Lind
15 years ago
Juha Lintula 8efd8cbbea Fixes: NB#249151 - applauncher: security issue: memory area marked as writable and executable
RevBy: Jussi Lind
15 years ago
Jussi Lind 4418db2bce New: Content added to invokerparameters.dox 15 years ago
Alexey Shilov 5069b5988b Changes: suppress coverity tool warnings
RevBy: TrustMe
15 years ago
Pertti Kellomäki 34bf373ac8 Changes: Removed obsoleted library from preload list.
RevBy: TrustMe
15 years ago
Alexey Shilov 98ad292ceb Changes: Refactoring for coverity tool
RevBy: TrustMe
15 years ago
Jussi Lind 6221ea763d Changes: Error handling improvements.
Details: Throw std::runtime_error() instead of logErrorAndDie().

RevBy: Alexey Shilov
15 years ago
Juha Lintula 1a7ab8474c Changes: Preloading of libcontactswidgets.so and libmeegocontrol.so added
RevBy: Jussi Lind
15 years ago
Jussi Lind 899b2832b9 Changes: Check that pid > 0 when killing boosters or invoker.
RevBy: Pertti Kellomäki
15 years ago
Alexey Shilov afe5a055fa Changes: refactoring for Coverity tool
RevBy: Jussi Lind
15 years ago
Alexey Shilov 625ace3e88 Changes: More Coverity tool defect fixes
RevBy: TrustMe
15 years ago
Alexey Shilov 8e20669c79 Changes: Some coverity tool defects are fixed
RevBy: TrustMe
15 years ago
Alexey Shilov aabc0182eb Fixes: NB#246767 - Invoker is killed when used to maximize already running single-instance application
RevBy: Jussi Lind
15 years ago
Alexey Shilov 2fedc24bde Fixes: NB#238937 - minor splash-screen bugs
RevBy: Jussi Lind
15 years ago
Jussi Lind 1efcadaac3 Changes: Refactored invoker.c
- Comments added / fixed
- invoke_remote() split into two functions
- Some variables renamed

RevBy: Alexey Shilov
15 years ago
Juha Lintula 75caf6691b Fixes: NB#Bug 243857 - Mismatched new[] - delete in applauncherd
RevBy: Alexey Shilov
15 years ago
Alexey Shilov 9e1f773ac5 Fixes: NB#244103 - Device hangs on closing application in connecting view while configuring MFE account
RevBy: Jussi Lind, Pertti Kellomaki
15 years ago
Jussi Lind bcd260fca8 Changes: Minor refactoring, added/improved some comments. 15 years ago
Jussi Lind fe6c689250 Changes: Fixed file locking when --daemon is used.
RevBy: Pertti Kellomäki
15 years ago
Oskari Timperi 73f758db99 Merge branch 'coverage' 15 years ago
Oskari Timperi 56fc682152 Changes: add coverage enablers to the code
RevBy: Pertti Kellomäki

Details: explicitly flush the coverage data to disk in a few key locations
15 years ago
Jussi Lind 8899429350 Changes: libprdrm* removed from preload.h
RevBy: Pertti Kellomäki
15 years ago
Alexey Shilov 387f5bd1aa Fixes: NB#242533 - applauncherd.bin is terminated by SIGPIPE
RevBy: Jussi Lind
15 years ago
Jussi Lind b9b14bfc01 New: applauncherd-dev installs MDeclarativeCache header. 15 years ago
Antti Kervinen 23bad7dbda Changes: Lock files moved from /tmp to /var/run.
RevBy: Juha Lintula
15 years ago
Jussi Lind 503d56eabd Fixes: NB#241927 - QML boosted applications have incorrect MApplication::objectName
RevBy: Alexey Shilov
15 years ago
Jussi Lind 1bf3851859 Fixes: NB#241755 - Booster-e doesn't work with executables
RevBy: Antti Kervinen
15 years ago
Alexey Shilov f9aedaf9ea Merge remote branch 'origin/master' 15 years ago
Alexey Shilov 76ff446549 Fixes: NB#239608 - invoker doesn't forward ^C always
RevBy: Antti Kervinen
15 years ago
Juha Lintula 274e070c98 Changes: Partially fixes bug 231306 - Launcher slows down boot by loading irrelevant libraries
RevBy: Antti Kervinen
15 years ago
Antti Kervinen 26d1127f88 Revert "Fixes: NB#231306 - Launcher slows down boot by loading irrelevant libs and not loading relevant ones"
This reverts commit f5436bc631.
15 years ago
Jussi Lind 7663f572bd Changes: Compiler warning about signed/unsigned comparison fixed in invoker.c. DEFAULT_DELAY renamed to EXIT_DELAY.
RevBy: Alexey Shilov
15 years ago
Pertti Kellomäki 43b9128bf8 Fixes: NB#238955 - Copyright tag not defined in applauncherd
RevBy: Juha Lintula
15 years ago
Jussi Lind bf0589c44d Changes: Removed temporary workaround for skype account plugin bug #218766.
RevBy: Antti Kervinen
15 years ago
Antti Kervinen f5436bc631 Fixes: NB#231306 - Launcher slows down boot by loading irrelevant libs and not loading relevant ones
Details: new preloaded library list generated
15 years ago