sdrangel/sdrbase/device
Jon Beniston 68603fec43 Allow sampling devices to be refreshed while SDRangel is running.
(Possibly need to add a mutex for MainCore::getPluginManager, so only
can be used by one thread)
Add option to automatically update My Position based on GPS. This is
started in MainCore, so we get position as soon as possible.
Don't set QFileDialog::DontUseNativeDialog on Android, as Qt's file
dialog can't access user storage. Set globally for Linux/Windows, rather
than for each dialog.

 MainWindow:
 - Add welcome dialog for Android.
 - Don't show menu bar or status bar on Android to save screen space.
 - On Android, change tab position when screen orientation changes.
 - Load default configurations and presets first time SDRangel is run.
 - Change loadConfiguration to use a QProgressDialog rather than
   QMessageBox, as the latter was crashing on Android.
   - Use DialogPositioner to ensure dialogs are on screen.
2022-12-20 21:06:39 +00:00
..
deviceapi.cpp Add start/stop all devices button in toolbar. Add device stateChanged signal. Use in RTL SDR GUI for updating device state 2022-08-27 10:18:17 +01:00
deviceapi.h Add start/stop all devices button in toolbar. Add device stateChanged signal. Use in RTL SDR GUI for updating device state 2022-08-27 10:18:17 +01:00
deviceenumerator.cpp Allow sampling devices to be refreshed while SDRangel is running. 2022-12-20 21:06:39 +00:00
deviceenumerator.h Allow sampling devices to be refreshed while SDRangel is running. 2022-12-20 21:06:39 +00:00
deviceset.cpp Some clang warnong fixes 2022-07-24 21:48:02 +02:00
deviceset.h Massive UI revamping (v7): added channels 2022-04-12 16:20:45 +02:00
deviceuserargs.cpp Update sdrbase and sdrgui to support Qt5 and Qt6 2022-11-17 14:41:55 +00:00
deviceuserargs.h Device user arguments: implemented non discoverable devices specification in GUI 2019-12-15 00:19:50 +01:00
deviceutils.cpp REST API: config: fixes (2) 2019-08-13 12:18:47 +02:00
deviceutils.h REST API: config: GET (11). Support of the rest of devices 2019-08-04 20:24:44 +02:00
devicewebapiadapter.h REST API: config: GET (10): mechanism to deal with device settings API formatting without creating a complete device object. Applied to Airspy input 2019-08-03 11:21:46 +02:00