30 Commits (856f65c04d7dd910a656cc8178e0dcc8df8ec711)

Author SHA1 Message Date
Juha Lintula dc252f484e Changes: Start-up performance test script fixed. Screen lock removal added and sysuid killing removed.
RevBy: Antti Kervinen
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 26ddcc35d0 Changes: Add QML Helloworld test application. 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
Juha Lintula 0b74f94152 Changes: Test application xsendevent modified and test application fala_multi-hello added
RevBy: Antti Kervinen

Details: Added support for parameter "iconify" to xsendevent which puts the application window to
task switcher. fala_multi-hello is boostable test application which is possible to start
as a multiple instances.
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
Olli Leppanen ed86371ce3 Changes:Removed README file of test application
RevBy:TrustMe
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
Nimika Keshri 8ef73be92d Changes: Test Application xsesndevent added. Launch prestarted app modified
RevBy: Olli Leppanen
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
Olli Leppanen 9258944a92 Changes:Changed wait time between button press and release
from 100ms to 200ms in pixelchanged.

RevBy:TrusMe
15 years ago
Oskari Timperi 0e73119b56 Changes: Add possibility to track 2 pixels at a time to pixelchanged
and increase the delay between mouse press and release to 100ms

RevBy: Olli Leppänen
15 years ago
Olli Leppanen ee305be5ca Changes:Removed XMapRaised call from pixelchanged to prevent
windowstack failures.

RevBy:Antti Kervinen
15 years ago
Jussi Lind a05e7ddaa0 Changes: Some useless X11 modules removed from fala_windowid's CMakeLists.txt
RevBy: TrustMe
15 years ago
Olli Leppanen b5a0735213 Changes: Added windowid binary to be used in startup time tests.
Changed the order of startup time tests from tests.xml

RevBy:TrustMe
15 years ago
Jussi Lind 5c63c83aac Changes: pixelchanged can raise a window with -r.
RevBy: Antti Kervinen
15 years ago
Jussi Lind f34a9aa9ec Changes: Test apps use the default C-flags defined in the top-level CMakeLists.txt. 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
Nimika Keshri 92fceb00d2 Changes: Removing static linking from testapps fala_gettime and fala_gettime_ms
RevBy: Antti Kervinen
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
Jussi Lind 70219408d4 Changes:
- License plates added to some test apps.
- fala_gettime.cpp => fala_gettime.c, fala_gettime_ms.cpp => fala_gettime_ms.c.
- Default C-flags added to top-level CMakeLists.

RevBy: TrustMe
15 years ago
Jussi Lind 1de4b4567a Changes: pixelchanged test: use pkg-config for x11, xtst and xi. C flags set correctly. Warnings fixed.
RevBy: TrustMe
15 years ago
Olli Leppanen 35128d4df1 Changes:Modified test-perf-rb to support command line starting and
parameters.

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