con 
							
						 
					 
					
						
						
							
						
						eb32fab806 
					 
					
						
						
							
							Adapt to new packaging system in Qt for Symbian.  
						
						
						
						
					 
					
						2009-10-07 17:22:46 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						772a9a943a 
					 
					
						
						
							
							Trk/S60: Determine symbol file correctly.  
						
						
						
						
					 
					
						2009-10-06 17:12:52 +02:00 
						 
				 
			
				
					
						
							
							
								Robert Loehning 
							
						 
					 
					
						
						
							
						
						44f224ac53 
					 
					
						
						
							
							Trk: Checking result of TrkCloseFile  
						
						
						
						
					 
					
						2009-10-06 12:29:43 +02:00 
						 
				 
			
				
					
						
							
							
								Robert Loehning 
							
						 
					 
					
						
						
							
						
						05805ce0aa 
					 
					
						
						
							
							Trk: Fixed init of Laucher for debugging  
						
						
						
						
					 
					
						2009-10-06 09:56:36 +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 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						d38f654d53 
					 
					
						
						
							
							Fix Trk error handling  
						
						... 
						
						
						
						Do not close a trk device from its read handler, wire messages
correctly. TrkDevice: Terminate threads before closing. 
						
						
					 
					
						2009-10-05 15:07:47 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						5948e284bb 
					 
					
						
						
							
							Rename namespace Core::Utils into Utils  
						
						... 
						
						
						
						Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor. 
						
						
					 
					
						2009-10-05 11:06:05 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						4252836b4d 
					 
					
						
						
							
							Fix windows build.  
						
						
						
						
					 
					
						2009-10-01 10:05:06 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						c3bb032753 
					 
					
						
						
							
							Trk/S60: Wire debugger parameters.  
						
						... 
						
						
						
						Remove conditionals from toolchain enumeration, pass parameters to
TrkGdbAdapter, rename function in runconfig, derive symbol
file from local exe file. 
						
						
					 
					
						2009-09-29 13:49:35 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						ad294f8467 
					 
					
						
						
							
							Project explorer: Make public headers compile with NO_CAST_FROM_ASCII  
						
						... 
						
						
						
						.. and purge unneeded includes. 
						
						
					 
					
						2009-09-29 11:39:55 +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 
							
						 
					 
					
						
						
							
						
						9839d0a8b3 
					 
					
						
						
							
							Trk: Checking errorCode of CreateProcess message.  
						
						... 
						
						
						
						Reviewed-by: con 
						
						
					 
					
						2009-09-28 11:04:29 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						978cf4bda8 
					 
					
						
						
							
							Rename IRunConfigurationRunner -> IRunControlFactory...  
						
						... 
						
						
						
						and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
preparing remote debugging. Change the interface canRun() to be const,
run() to create() (since it does not run anything), use references
to the QSharedPointer<Foo>. Introduce d-Pointer and remove
unneeded headers from ProjectExplorerPlugin and add missing includes
everywhere. 
						
						
					 
					
						2009-09-25 11:35:44 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						0915342d15 
					 
					
						
						
							
							Another build fix.  
						
						
						
						
					 
					
						2009-09-14 17:44:48 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Molkentin 
							
						 
					 
					
						
						
							
						
						78724a83ab 
					 
					
						
						
							
							Build again with S60 defined on Windows.  
						
						
						
						
					 
					
						2009-09-14 16:36:22 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						334837d776 
					 
					
						
						
							
							Move initialization code out of ::start method  
						
						
						
						
					 
					
						2009-09-10 16:59:12 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Molkentin 
							
						 
					 
					
						
						
							
						
						5476bcf560 
					 
					
						
						
							
							Find Qt installation by specification of qmake rather than a "Qt dir".  
						
						... 
						
						
						
						Rationale: The concept of a "Qt Dir" is dead ever since Qt can be
installed. Specifying the qmake location otoh makes it possible to
unambigously detect all parts of a Qt installation. 
						
						
					 
					
						2009-09-03 19:16:40 +02:00 
						 
				 
			
				
					
						
							
							
								dt 
							
						 
					 
					
						
						
							
						
						9f91842813 
					 
					
						
						
							
							Compile without rtti support  
						
						... 
						
						
						
						Since we can easily do that, just do it. No gurantee that we aren't
going to use rtti in the future. 
						
						
					 
					
						2009-08-27 12:12:35 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						af9bb2bfea 
					 
					
						
						
							
							Show copy progress.  
						
						
						
						
					 
					
						2009-08-26 17:36:02 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						a04d0978f8 
					 
					
						
						
							
							I18n: Updated German translation, fixed tr-Bugs  for 1.2.9  
						
						
						
						
					 
					
						2009-08-19 12:32:23 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						17747ba42e 
					 
					
						
						
							
							Rename some labels for signing.  
						
						
						
						
					 
					
						2009-08-19 12:13:03 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						37055c0457 
					 
					
						
						
							
							S60: Compile on Linux  
						
						
						
						
					 
					
						2009-08-17 11:47:17 +02:00 
						 
				 
			
				
					
						
							
							
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						b68cbcc9ae 
					 
					
						
						
							
							S60: Give more progress/error information.  
						
						... 
						
						
						
						- Add methods to obtain executable from the run configuration
  (to be used by Debugger later on)
- Log the file names and sizes
- Pass on CreateFile() errors.
- Rename class Adapter to Launcher. 
						
						
					 
					
						2009-08-14 14:29:19 +02:00 
						 
				 
			
				
					
						
							
							
								hjk 
							
						 
					 
					
						
						
							
						
						93cbef8724 
					 
					
						
						
							
							long live the king  
						
						
						
						
					 
					
						2009-08-14 09:30:56 +02:00 
						 
				 
			
				
					
						
							
							
								dt 
							
						 
					 
					
						
						
							
						
						39913b3216 
					 
					
						
						
							
							Fix "TARGET=" in .pro files  
						
						... 
						
						
						
						Default to the baseName() of the .pro file. 
						
						
					 
					
						2009-08-13 17:18:42 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						fe92b40f45 
					 
					
						
						
							
							Start on rvct support.  
						
						... 
						
						
						
						It works, except that the code model doesn't get the rvct include
directories and defines yet. And you need to have everything for
rvct set up in your environment. 
						
						
					 
					
						2009-08-05 17:08:15 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						85596e7b19 
					 
					
						
						
							
							Debug output from TRK might have windows style line endings  
						
						
						
						
					 
					
						2009-08-04 19:03:20 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						d680a7dd32 
					 
					
						
						
							
							Handle application output that comes over TRK.  
						
						
						
						
					 
					
						2009-08-04 19:03:19 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						86ff16e58c 
					 
					
						
						
							
							Nicer output.  
						
						
						
						
					 
					
						2009-08-04 15:58:56 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						33bbae9e5e 
					 
					
						
						
							
							Show the user the device name in application output.  
						
						... 
						
						
						
						Reviewed-by: Daniel Molkentin 
						
						
					 
					
						2009-08-04 15:58:55 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						a61d3f90e4 
					 
					
						
						
							
							A bit refactoring and make S60 Qt detection more flexible.  
						
						
						
						
					 
					
						2009-08-04 10:11:11 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						036e220700 
					 
					
						
						
							
							Find out when devices get connected / disconnected.  
						
						... 
						
						
						
						And adapt the device selection list. 
						
						
					 
					
						2009-07-31 17:05:39 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Molkentin 
							
						 
					 
					
						
						
							
						
						99136262ce 
					 
					
						
						
							
							S60: Fix target name for release builds  
						
						
						
						
					 
					
						2009-07-30 18:05:20 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						f0a482a11f 
					 
					
						
						
							
							Add some listing of serial devices with friendly names.  
						
						... 
						
						
						
						This doesn't update at all yet, so you'll need to recreate the run
configuration or restart creator. 
						
						
					 
					
						2009-07-30 16:48:41 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						8cadee7b99 
					 
					
						
						
							
							Make port selectable.  
						
						
						
						
					 
					
						2009-07-30 11:46:30 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						3419c2561b 
					 
					
						
						
							
							Add some progress information.  
						
						
						
						
					 
					
						2009-07-30 10:33:31 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						a30d696c09 
					 
					
						
						
							
							Don't block, and be able to terminate remote application.  
						
						
						
						
					 
					
						2009-07-30 10:33:30 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						2715c03303 
					 
					
						
						
							
							Use launcher class.  
						
						
						
						
					 
					
						2009-07-29 20:21:02 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						2c1b85f05c 
					 
					
						
						
							
							Copy and install file prior to running it.  
						
						
						
						
					 
					
						2009-07-29 18:11:04 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						a1e5884646 
					 
					
						
						
							
							Use the new launcher for starting application on device  
						
						... 
						
						
						
						Not much error reporting etc yet. Application TRK needs to be
running on device. 
						
						
					 
					
						2009-07-24 17:18:34 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						1ccf39f8ce 
					 
					
						
						
							
							Actually get the exit code from package creation and signing  
						
						
						
						
					 
					
						2009-07-23 15:06:04 +02:00 
						 
				 
			
				
					
						
							
							
								dt 
							
						 
					 
					
						
						
							
						
						406d853e2b 
					 
					
						
						
							
							Move the qmake config settign into qt4project.  
						
						... 
						
						
						
						One less need for qmakestep. 
						
						
					 
					
						2009-07-21 14:50:54 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						43fe1df534 
					 
					
						
						
							
							Missing headers.  
						
						
						
						
					 
					
						2009-07-20 11:06:35 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						936ba4c070 
					 
					
						
						
							
							Make target information update also for non-Qt4RunConfigurations  
						
						... 
						
						
						
						Transform the method in Qt4Project into a signal that is handled
by the run configurations themselves. 
						
						
					 
					
						2009-06-24 13:41:49 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						07187e0a80 
					 
					
						
						
							
							Custom signature support.  
						
						... 
						
						
						
						Not able to give it an additional passphrase yet, though. 
						
						
					 
					
						2009-06-24 13:41:48 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						d0c21f9d1e 
					 
					
						
						
							
							Install on device, currently using PCSuite.  
						
						
						
						
					 
					
						2009-06-24 13:41:47 +02:00 
						 
				 
			
				
					
						
							
							
								con 
							
						 
					 
					
						
						
							
						
						7690de0dab 
					 
					
						
						
							
							Sign the sis package (self signed at the moment).  
						
						
						
						
					 
					
						2009-06-24 13:41:47 +02:00