flow 
							
						 
					 
					
						
						
							
						
						17bbfe8d89 
					 
					
						
						
							
							fix: virtual signal in Task.h  
						
						 
						
						
						
						
					 
					
						2022-05-17 06:47:00 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								flow 
							
						 
					 
					
						
						
							
						
						dd2b324d8f 
					 
					
						
						
							
							chore: add license header to remaining files  
						
						 
						
						... 
						
						
						
						Also remove some unused imports 
						
						
					 
					
						2022-05-12 18:11:55 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								flow 
							
						 
					 
					
						
						
							
						
						57d65177c8 
					 
					
						
						
							
							fix: abort and fail logic in tasks  
						
						 
						
						... 
						
						
						
						Also sets up correctly the status connections 
						
						
					 
					
						2022-05-12 18:11:55 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								flow 
							
						 
					 
					
						
						
							
						
						efa3fbff39 
					 
					
						
						
							
							refactor: remove some superfluous signals  
						
						 
						
						... 
						
						
						
						Since now we're inheriting from Task, some signals can be reused. 
						
						
					 
					
						2022-05-12 18:11:55 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								flow 
							
						 
					 
					
						
						
							
						
						8c8eabf7ac 
					 
					
						
						
							
							refactor: organize a little more the code in launcher/net/  
						
						 
						
						... 
						
						
						
						This also reduces some code duplication by using some Task logic in
NetAction. 
						
						
					 
					
						2022-05-12 18:11:49 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								flow 
							
						 
					 
					
						
						
							
						
						eeae3eca67 
					 
					
						
						
							
							test: add new test to Task test  
						
						 
						
						... 
						
						
						
						Also adds one more check to setStatus test 
						
						
					 
					
						2022-04-07 19:42:26 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								flow 
							
						 
					 
					
						
						
							
						
						d0cda6d605 
					 
					
						
						
							
							test: add basic Task unit test  
						
						 
						
						... 
						
						
						
						Only only two tests for now. We can iterate on this later :^)
This is to try to avoid breaking things again! 
						
						
					 
					
						2022-04-07 19:08:01 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								flow 
							
						 
					 
					
						
						
							
						
						be2512bb4b 
					 
					
						
						
							
							fix: issue with status of non-sequencial tasks  
						
						 
						
						
						
						
					 
					
						2022-04-07 18:41:32 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								flow 
							
						 
					 
					
						
						
							
						
						9b8493c304 
					 
					
						
						
							
							feat: Use a single progress dialog when doing multiple tasks  
						
						 
						
						... 
						
						
						
						This puts all mod downloading tasks inside a SequentialTask, which is,
for more than one task, a multi step task. This is handled by the
ProgressDialog by showing both the global progress of tasks executed,
and the individual progress of each of them. 
						
						
					 
					
						2022-04-01 09:32:00 -03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Petr Mrázek 
							
						 
					 
					
						
						
							
						
						9fc677c2a4 
					 
					
						
						
							
							NOISSUE more refactoring  
						
						 
						
						
						
						
					 
					
						2021-11-21 23:36:55 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Petr Mrázek 
							
						 
					 
					
						
						
							
						
						69213b1206 
					 
					
						
						
							
							NOISSUE continue refactoring things to make tests pass  
						
						 
						
						
						
						
					 
					
						2021-11-21 23:21:12 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Petr Mrázek 
							
						 
					 
					
						
						
							
						
						c2c56a2f6c 
					 
					
						
						
							
							NOISSUE fix build  
						
						 
						
						
						
						
					 
					
						2021-11-20 17:08:34 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Petr Mrázek 
							
						 
					 
					
						
						
							
						
						5b3dffce62 
					 
					
						
						
							
							NOISSUE continue debranding...  
						
						 
						
						
						
						
					 
					
						2021-10-21 00:47:53 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Petr Mrázek 
							
						 
					 
					
						
						
							
						
						20b9f2b42a 
					 
					
						
						
							
							NOISSUE Flatten gui and logic libraries into MultiMC  
						
						 
						
						
						
						
					 
					
						2021-07-25 19:50:44 +02:00