- 13 Aug, 2019 3 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
Fixes #34 (show an error when OpenSSL support is missing). Improve error dialog (unified UI look and feel)
-
- 29 Jul, 2019 1 commit
-
-
Leander Schulten authored
-
- 22 Jun, 2019 1 commit
-
-
Leander Schulten authored
Added DrMinGW to create crash reports when using MinGW 64-Bit. The Reports gets send to the orga symposion server who forward the request slightly modified to the GitLab API (create issue)
-
- 09 Jun, 2019 1 commit
-
-
Leander Schulten authored
-
- 26 May, 2019 2 commits
-
-
Leander Schulten authored
call the checkForUpdate method after creating the QGuiApplication, otherwise the network is not ready
-
Leander Schulten authored
Add updater, does not run in IDE. Checks for new version and download if exists. when exiting run update script
-
- 25 May, 2019 1 commit
-
-
Leander Schulten authored
-
- 21 May, 2019 2 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
Remove bug prone logic of the IDBase class. Now the class does not manages automatically all objects instances of the subclasses which has caused many problems. Now the Models are managed in a ModelManager singleton and for some classes the centralized model management gets removed(e.g. now the Program owns the DevicePrograms). The ModelVector is now the only QAbstractItemModel subclass. All other subclasses gets replaced by the ModelVector class.
-
- 17 May, 2019 4 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
-
- 27 Apr, 2019 1 commit
-
-
Leander Schulten authored
-
- 26 Apr, 2019 1 commit
-
-
Leander Schulten authored
Show the lights in the map view. You can move the lights and change the value of the channel filter for every channel of a selected device.
-
- 31 Mar, 2019 1 commit
-
-
Leander Schulten authored
Added support for spotify. Users can login in the Login View. If you are logged in one time, the login will be remembered. In Modules the spotify data can be used. The CodeEditorHelper was adapted to support the new spotify features as well as the Modulemanager and the controller. NOTE: The minimum c++ standard in now c++17!
-
- 07 Mar, 2019 3 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
Update DMXConsumer so that the consumer can be used in ProgramBlocks. Use DMXConsumer data in Driver and DriverDummy
-
Leander Schulten authored
-
- 06 Mar, 2019 1 commit
-
-
Leander Schulten authored
Added possibility to load settings from local settings.ini file in the same dir as the executable. If a setting is not found in the local ini-file, it is loaded from the global settings
-
- 02 Mar, 2019 1 commit
-
-
Leander Schulten authored
improve fileSelector inputfield in SettingsView. Update Capture Windows Sound Output lib. minor improvements
-
- 05 Feb, 2019 2 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
Fix error when removing Programs/Filter/consumer from a programblock Fix wrong Version of QtQuick.Controls
-
- 04 Feb, 2019 2 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
Move programblock running/not_running logic from the controller to the programblock and extend it to the states: stopped/running/paused
-
- 30 Jan, 2019 1 commit
-
-
Leander Schulten authored
-
- 20 Nov, 2018 1 commit
-
-
Leander Schulten authored
-
- 18 Nov, 2018 1 commit
-
-
Leander Schulten authored
Changed LoopProgramm API, so that the context switching has its own api and must not be implemented with boost(and the module compiler need no boost libs)
-
- 16 Nov, 2018 1 commit
-
-
Leander Schulten authored
Alle Module(Programme, Filter, Consumer) sind jetzt an eine Lib gebunden, wenn diese ungeladen wird, werden diese alle mitentfernt. Module haben nur einen normalen Pfad(../../Test) und bekommen erst vom ModuleManager einen freien Platz von dem noch keine Lib geladen wurde, da es sonst zu Problemen kommt(z.B. ../../Test____1.so)
-
- 22 Oct, 2018 1 commit
-
-
Leander Schulten authored
-
- 16 Sep, 2018 1 commit
-
-
Leander Schulten authored
The raw data are now not getting modified. The fft output data are now right scaled. The Colorplot, graph, Oscillogram have now other computations to compute the displayed output.
-
- 04 Sep, 2018 1 commit
-
-
Leander Schulten authored
Smal changes
-
- 31 Aug, 2018 1 commit
-
-
Leander Schulten authored
-
- 30 Aug, 2018 1 commit
-
-
Leander Schulten authored
API BREAK: Consumer has now a stop function Add ModelProgramView to view the ProgramBlocks and to edit them(not yet possible) When code gets recompiled, the old modules get unloaded and all old modules in the program blocks get replaced by the new compiled versions Add WrappedArray type
-
- 05 Aug, 2018 1 commit
-
-
Leander Schulten authored
-
- 31 Jul, 2018 1 commit
-
-
Leander Schulten authored
-
- 23 Jun, 2018 1 commit
-
-
Leander Schulten authored
replace ProgrammTemplate through TypedProgram Adds Module class which holds name code and properties of one module Make Modules save and loadable Add Compiler for Windows Add Compiler Settings to Settings view/system Improve ModuleView Improve ModelVector CodeEditorHelpen can now Compile code
-
- 21 Jun, 2018 1 commit
-
-
Leander Schulten authored
-