Commit Graph

27 Commits

Author SHA1 Message Date
Friedemann Kleint
9e71d2bc6d Revert "trk: Handle TrkNotifyStopped in launcher."
This reverts commit 9ac451eaba.
2010-01-21 15:43:58 +01:00
Friedemann Kleint
9ac451eaba trk: Handle TrkNotifyStopped in launcher.
Add signal and static utility functions to parse message.
Reviewed-by:  Robert Loehning <robert.loehning@nokia.com>
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
2010-01-21 15:24:47 +01:00
Friedemann Kleint
670647b820 trk: Add support for command line arguments in trk::Launcher.
Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
2010-01-21 15:13:03 +01:00
Robert Loehning
e494864b08 Trk: Setting correct date and time when closing remote file.
Reviewed-by: Friedemann Kleint
2009-12-02 14:43:22 +01:00
Friedemann Kleint
3a64a10357 S60: Increase timeout for TRK prompt.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
2009-10-30 14:00:51 +01:00
Friedemann Kleint
d749c1dc71 S60: Provide a message box prompting to start TRK
... with cancel, similar to the Bluetooth connect box.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
2009-10-29 12:48:12 +01:00
Friedemann Kleint
1af61fefa8 S60: Add startup logic for Bluetooth to the project/run configuration
Prepare trk::Launcher to deal with a shared trkdevice.
Add encapsulation for the rfcomm listener process and helper
classes for prompting the user to connect the Bluetooth
device. Add a command line prompt to the trklauncher test.
2009-10-23 18:00:20 +02:00
Friedemann Kleint
20edb02093 S60: Use a DetailsWidget for the run configuration widgets, add info
- Move the s60devicerunconfigurationwidget into a separate file,
  add an info button that connects to the device and displays
  CPU/Trk version for testing the connection.
- give TrkLauncher a parent object and an acessor for the device
  description in formatted form.
- Break deadlock when trying to terminate the Windows Trk writer
  thread with bytes pending by using a wait with timeout and
  termination flag.
2009-10-21 16:48:46 +02:00
Robert Loehning
30745d049f Trk: Added preventive disconnects.
Reviewed-by: hjk
2009-10-20 17:51:20 +02:00
Robert Loehning
0a7d402d85 Trk: Ensure proper connecting and disconnecting. 2009-10-19 18:50:26 +02:00
Robert Loehning
4d8cb3954a Trk: Cleaned up waiting for finishing. 2009-10-16 11:32:44 +02:00
Robert Loehning
99172852e1 Trk: Changed Launcher::handleResult so it can be used for running various processes on device.
Reviewed-by: Friedemann Kleint
2009-10-16 10:50:59 +02:00
Robert Loehning
6bcfee4840 Trk: Closing TrkDevice when Launcher emits finished()
Reviewed-by: Friedemann Kleint
2009-10-08 15:21:37 +02:00
Robert Loehning
44f224ac53 Trk: Checking result of TrkCloseFile 2009-10-06 12:29:43 +02:00
Robert Loehning
9f7794a37f Trk: Checking result of TrkInstallFile. 2009-10-05 19:33:33 +02:00
Robert Loehning
51f997d6f0 Trk: Controlling Launcher using an enum. 2009-10-05 18:49:33 +02:00
Robert Loehning
fa2ca2dee1 Trk: Checking for write errors when writing file to device.
Reviewed-by: con
2009-10-05 15:24:24 +02:00
Robert Loehning
bbe3bab2e8 Trk: Fixed installing without running. 2009-10-02 18:35:57 +02:00
Robert Loehning
06bba1dc78 Trk: Renamed handleFileCreated() to handleFileCopied() to make clear. 2009-09-30 18:24:22 +02:00
Friedemann Kleint
5cd639747a S60: Split run configurations
creating a debug run configuration. Import the debugger
into Qt4ProjectManager.
2009-09-28 17:17:11 +02:00
Robert Loehning
12536eeb9f Trk: Checking for result of file creation.
Reviewed-by: con
2009-09-28 16:56:31 +02:00
Robert Loehning
a2bfa61013 Trk: Added some error checking. 2009-09-28 15:11:48 +02:00
Robert Loehning
5583dd7ad1 Trk: Using QScopedPointer in trk::LauncherPrivate::CopyState to ensure deletion
Reviewed-by: con
2009-09-28 13:54:11 +02:00
Robert Loehning
9839d0a8b3 Trk: Checking errorCode of CreateProcess message.
Reviewed-by: con
2009-09-28 11:04:29 +02:00
Friedemann Kleint
454b3bc48e Trk: Use a separate tread for writing, polish interface & trklauncher
Introduce writer thread, fix message & verbose handling.
2009-09-22 17:19:56 +02:00
Robert Loehning
07bb19fe96 Fixed Launcher::handleSupportMask
Reviewed-by: Friedemann Kleint
2009-09-21 16:53:50 +02:00
Friedemann Kleint
21d9ede43d Compile Windows 2009-09-17 09:48:56 +02:00