| 
							
							
								 f4exb | f85111251b | Multiple audio support: moved AudioDeviceInfo in DSPEngine and added management methods to AudioDeviceInfo | 2018-03-23 17:52:16 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 72e29fd3f8 | Moved export.h file to root of exports directory and removed util | 2018-03-20 13:49:21 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | c22d146376 | Adapt to MSVC linker | 2018-03-03 20:23:38 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 5bad3637f3 | Show REST API URL in about dialog | 2018-01-12 00:57:05 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 8a032d0532 | Web API: implemented /sdrangel/deviceset/{deviceSetIndex}/focus PATCH | 2018-01-06 03:46:53 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | de5cedffea | Commands: implemented save commands button | 2018-01-05 11:54:05 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | aa8e01f8ce | Commands and presets: added possibility to rename group or merge groups. In addition for presets: added possibility to edit description | 2018-01-05 11:45:20 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 5526ccd5bd | Commands: optional trap of keyboard input in main window to be able to trigger commands | 2018-01-05 05:05:12 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 069d9a7d07 | Commands: implemented run and output GUI | 2018-01-04 20:15:33 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 89f98f504a | Commands: implemented management GUI | 2018-01-04 11:11:53 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 565d463f10 | Get rid of connectSlotsByName: No matching signal for... at startup | 2018-01-03 10:38:06 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 49d1439981 | Device source plugins: implemented an init method for initializations to be done when all collaborating objects are created and possibly connected | 2017-12-25 09:10:19 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | ead034e21d | Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex} DELETE implemented in GUI also | 2017-12-23 23:41:37 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | e428f55c82 | Server: load presets on start and save them on exit | 2017-12-18 13:56:10 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 0e3b558141 | Web API: /sdrangel/deviceset/{deviceSetIndex}/channel (POST) | 2017-12-11 01:18:10 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 3bfdd49b4f | Web API: /sdrangel/deviceset/{index}/device (PUT) implementation | 2017-11-27 08:14:07 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 3086c4772b | Web API: /sdrangel/devicesets (POST, DELETE) implementation | 2017-11-25 22:52:24 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 9fab034f14 | Web API: /sdrangel/preset (DELETE) implementation | 2017-11-25 19:42:56 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 33e39f161a | Web API: /sdrangel/preset (PUT) implementation | 2017-11-25 16:47:13 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 57bda99c2b | Web API: /sdrangel/preset (PATCH) implementation | 2017-11-25 16:08:18 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 93d36b20a4 | Created web API adapter for he main window | 2017-11-18 19:34:47 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 1e73525280 | Implemented arguments parser to pass web API host address and port | 2017-11-18 05:06:43 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 279a88a17f | Put web server for API in place in the main window (1) | 2017-11-17 08:52:15 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 6556096a63 | Implemented optional logging to file | 2017-11-12 02:23:55 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 82083c353e | Main window: implement the logging options dialog. Use it only for log level | 2017-11-11 19:26:23 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | d110a3749d | Moved logger to QtApplication level. Corrections to some messages | 2017-11-11 11:11:44 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 5f22045abb | Imported Stefan Frings' logging library from QtWebApp and use it in main window | 2017-11-11 10:29:32 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | 55ad76f43c | New devices handling (1) | 2017-11-02 03:30:54 +01:00 |  | 
			
				
					| 
							
							
								 f4exb | ec225344d3 | USe DeviceUISet new struct in main window | 2017-10-24 18:34:39 +02:00 |  | 
			
				
					| 
							
							
								 f4exb | a106deeaf7 | Make a static getter of Main Window reference as it is de facto a singleton. Use it in place of plugin API getter | 2017-10-24 13:45:10 +02:00 |  | 
			
				
					| 
							
							
								 f4exb | fa77ca3fb6 | Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split | 2017-10-22 19:12:43 +02:00 |  |