Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								e569ef6412 
								
							 
						 
						
							
							
								
								GFilePicker: Add a button for moving up to parent directory.  
							
							
							
						 
						
							2019-05-09 15:51:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								fa232ac180 
								
							 
						 
						
							
							
								
								LibGUI: Remove GModel activations to GAbstractView.  
							
							... 
							
							
							
							Now you can hook activation via GAbstractView::on_activation.
The design still isn't quite right, we should eventually move the selection
away from the model somehow. 
							
						 
						
							2019-05-09 04:56:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								bffaa5ece6 
								
							 
						 
						
							
							
								
								GLayout: Add a simple spacer concept; dummy item that expands-to-fit.  
							
							... 
							
							
							
							A spacer can be inserted anywhere in a layout and will simply expand to fill
the available space. This is useful for pushing widgets into place. :^) 
							
						 
						
							2019-05-09 03:06:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								bd5c79aff2 
								
							 
						 
						
							
							
								
								LibGUI: Start working on a file picker dialog (GFilePicker).  
							
							... 
							
							
							
							Have LibGUI adopt GDirectoryModel from FileManager since it fits perfectly
for the needs of a file picker. 
							
						 
						
							2019-05-09 01:24:37 +02:00