- 02 Oct, 2019 1 commit
-
-
Leander Schulten authored
main.cpp: Stop the Modules::Controller and the AudioCaptureManager before exiting the application, otherwise these threads will continue running and reading from other objects that will be destroyed.
-
- 28 Sep, 2019 2 commits
-
-
Leander Schulten authored
ColorPlot: Cleanup and improve code. Only render visible area. Update only when visible for the user. ColorPlot UX: The user can now zoom the colorplot.
-
Leander Schulten authored
-
- 27 Sep, 2019 3 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
-
- 20 Sep, 2019 1 commit
-
-
Leander Schulten authored
-
- 17 Sep, 2019 1 commit
-
-
Leander Schulten authored
Convert segfaults and div by zero to exeptions. Closes #2. If a modules segfaults show an error and on windows the line of the error
-
- 22 Aug, 2019 1 commit
-
-
Leander Schulten authored
-
- 19 Aug, 2019 1 commit
-
-
Leander Schulten authored
-
- 18 Aug, 2019 1 commit
-
-
Leander Schulten authored
-
- 17 Aug, 2019 1 commit
-
-
Leander Schulten authored
-
- 14 Aug, 2019 1 commit
-
-
Leander Schulten authored
-
- 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
-