| 
						
					 | 
					
						
						
							
						
						f910b7d057
					 | 
					
						
						
							
							DownloadThread: add real dc-download implementation.
						
						
						
						
						
						
					 | 
					
						2023-12-10 14:43:06 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						5dd90e9597
					 | 
					
						
						
							
							Use enum value as array index.
						
						
						
						
						
						
					 | 
					
						2023-12-10 14:42:28 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						47f09067ea
					 | 
					
						
						
							
							Added functionality for actually downloading a real dc.
						
						
						
						
						
						
					 | 
					
						2023-12-08 19:00:43 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						65163354bd
					 | 
					
						
						
							
							First draft implementation of reporting thread sending reports to ATBUpdateTool, which
						
						
						
						
						
						
						
						contains the necessary connects. 
						
						
					 | 
					
						2023-12-08 13:02:22 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						5f88c8f856
					 | 
					
						
						
							
							Test implementation of download thread without an actual download of dc.
						
						
						
						
						
						
					 | 
					
						2023-12-08 13:01:47 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						4efbbcbb5a
					 | 
					
						
						
							
							Implement download interfcae api.
						
						
						
						
						
						
					 | 
					
						2023-12-08 13:00:48 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						1155b83ca9
					 | 
					
						
						
							
							Removed dcDownloadStart().
						
						
						
						
						
						
						
						dcDownloadRequested():	return if download of dc has been requested.
dcDownloadResetRequested(): reset state of m_requested. 
						
						
					 | 
					
						2023-12-08 12:58:31 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						631550b55e
					 | 
					
						
						
							
							dcDownloadRequest(): declare as const and set m_finished = true;
						
						
						
						
						
						
					 | 
					
						2023-12-08 12:55:10 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						b7ff6dcdbe
					 | 
					
						
						
							
							devl continue
						
						
						
						
						
						
					 | 
					
						2023-12-06 16:35:17 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						2025a75d56
					 | 
					
						
						
							
							Save as changing to master.
						
						
						
						
						
						
					 | 
					
						2023-12-06 14:53:52 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						6176285b89
					 | 
					
						
						
							
							Keep test code.
						
						
						
						
						
						
					 | 
					
						2023-12-03 19:55:23 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						68813a49c5
					 | 
					
						
						
							
							Add reporting thread and download thread.
						
						
						
						
						
						
					 | 
					
						2023-12-03 19:53:18 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						fd58f41c87
					 | 
					
						
						
							
							Implement helpers:
						
						
						
						
						
						
						
						virtual void dcDownloadStart() {}^M
virtual bool dcDownloadRequested() const { return false; }^M
virtual void dcDownloadResetRequest() {}^M
virtual QString dcDownloadFileName() const { return ""; }^M
virtual void dcDownloadReportStart() {}^M
						
						
					 | 
					
						2023-12-02 09:47:51 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						6b2830ee83
					 | 
					
						
						
							
							start download thread in cycleSend() when reuested
						
						
						
						
						
						
					 | 
					
						2023-12-02 09:46:18 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						cd4bddd169
					 | 
					
						
						
							
							Minor: only hwinf as parameter needed
						
						
						
						
						
						
					 | 
					
						2023-12-02 09:44:59 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						8a380c9845
					 | 
					
						
						
							
							Minor: only hwinf as parameter needed
						
						
						
						
						
						
					 | 
					
						2023-12-02 09:44:51 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						ee26eef50f
					 | 
					
						
						
							
							Save development files.
						
						
						
						
						
						
					 | 
					
						2023-12-01 14:28:07 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						78700e7bea
	
				 
					 | 
					
						
						
							
							Fix: return value prn_getPrintResult()
						
						
						
						
						
						
					 | 
					
						2023-11-30 14:27:17 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Thomas Sax
							
						 
					 | 
					
						
						
							
						
						53054ca2d0
					 | 
					
						
						
							
							Add file
						
						
						
						
						
						
					 | 
					
						2023-11-14 08:48:48 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Thomas Sax
							
						 
					 | 
					
						
						
							
						
						ca067b0246
					 | 
					
						
						
							
							Extended with bna-functionality.
						
						
						
						
						
						
					 | 
					
						2023-11-14 08:47:37 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Thomas
							
						 
					 | 
					
						
						
							
						
						7c4fcab33c
					 | 
					
						
						
							
							remove obsolete file
						
						
						
						
						
						
					 | 
					
						2023-11-14 08:45:57 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Thomas
							
						 
					 | 
					
						
						
							
						
						7628ec0d5f
					 | 
					
						
						
							
							remove unused file
						
						
						
						
						
						
					 | 
					
						2023-11-14 08:45:05 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Thomas
							
						 
					 | 
					
						
						
							
						
						c89decdeae
					 | 
					
						
						
							
							Implemented bna-functionality
						
						
						
						
						
						
					 | 
					
						2023-11-14 08:40:54 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Thomas
							
						 
					 | 
					
						
						
							
						
						40848344f5
					 | 
					
						
						
							
							Changes for BNAÖ case 41, 42, 16.
						
						
						
						
						
						
					 | 
					
						2023-11-14 08:39:15 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						605d190dcb
					 | 
					
						
						
							
							main (as entry point of both libraries) outputs version info.
						
						
						
						
						
						
					 | 
					
						2023-11-08 16:25:29 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						a9041d417d
					 | 
					
						
						
							
							Start repository
						
						
						
						
						
						
					 | 
					
						2023-11-08 13:02:26 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |