- 27 Oct, 2019 3 commits
-
-
Leander Schulten authored
Docker Image: Build qtwebsockets module, needed after commit 6a5da4c9
-
Leander Schulten authored
-
Leander Schulten authored
-
- 26 Oct, 2019 4 commits
-
-
Leander Schulten authored
DeviceView: Pin Configuration: The DMX pin indices starts normally at 1. Show only the real number (1, 2, 4, 8, ...) in the Tooltip. The default DMX address is -1, otherwise devices with index 0 are maybe not shown correctly (the pin configuration)
-
Leander Schulten authored
UX: Delay the loading of the FileDialog in the Settings View. Improves the startup time on windows by 600 ms
-
Leander Schulten authored
-
Leander Schulten authored
-
- 25 Oct, 2019 3 commits
-
-
Leander Schulten authored
UI: Disable the auto login tab for the default user (the default user is always auto logged in)
-
Leander Schulten authored
-
Leander Schulten authored
-
- 24 Oct, 2019 1 commit
-
-
Leander Schulten authored
-
- 21 Oct, 2019 2 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
UI: Slideshow: increase loading offset to 300ms. Shadows are only shown when the image is loaded. Images are only loaded asynchronous, when the loading of an image fails, otherwise the Ready status of the image seems broken (Qt Bug?)
-
- 19 Oct, 2019 1 commit
-
-
Leander Schulten authored
New Feature: Added slideshow. The settings are saved per os-user. All settings can be modified in the settings tab. symposion/symposion#46
-
- 18 Oct, 2019 1 commit
-
-
Leander Schulten authored
-
- 16 Oct, 2019 3 commits
-
-
Leander Schulten authored
-
Leander Schulten authored
UI: Add Support for dimmed or blurred backgrounds in user defined intensity. Add ModalPopupBackground and CenteredPopup and replace Popups through this components. Fix wrong colors in the LEDWindows, LoginView background, Popup content text and ModuleProgramView. Add UI for changing the background of a Popup. Close #66
-
Leander Schulten authored
QML: Structure QML files in folders. Every group with more than three files got a own folder. Close #67
-
- 15 Oct, 2019 2 commits
-
-
Leander Schulten authored
UI: ChannelProgramEditor: Use rectangles to draw points instead of drawing points, because points are not rendered on windows. Close #65
-
Leander Schulten authored
Bugfix/UX: ProgramPrototypeView/channelprogrammeditor: You can now only enter valid doubles as time. The time is now clamped to two decimal digits. Fix wrong type in channelprogrammeditor: time can now be a double and not only an int.
-
- 14 Oct, 2019 1 commit
-
-
Leander Schulten authored
UX:DeviceView: Implemented #59. Show the pin configuration of the currently selected device. Close #59
-
- 13 Oct, 2019 1 commit
-
-
Leander Schulten authored
-
- 12 Oct, 2019 3 commits
-
-
Leander Schulten authored
ProgramPrototype: Fix crash in getValueForTime(...) when the timeline has length x and you want to get the value for y%x == 0
-
Leander Schulten authored
Unix: register signal handlers to release the shared memory when the application crashes, otherwise you can not start the application another time
-
Leander Schulten authored
-
- 10 Oct, 2019 8 commits
-
-
Leander Schulten authored
main.cpp: Crash Fix: Fix crash through printing null pointer char* introduced here: e4a8bd3f
-
Leander Schulten authored
UI: LoginView: Fix wrong background color(#55) and use same "current selection" color as in any other component.
-
Leander Schulten authored
UI: ProgramView: Use Popups instead of Dialogs. See #57. Fix Bug, where text was not visible and invisible items were rendered.
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
UX: Settings: You can now 'savs as' or 'load from' a setting file. If you load a settings file, the Lichtsteuerung can automatically restart to load the new settings. Close #53
-
- 09 Oct, 2019 2 commits
-
-
Leander Schulten authored
main.cpp: UX: Load the Settings file located at the path specified in the user settings. If that fails, try to open the Settings file "QTJSONFile.json" in the current working directory. Previous behavior: the other way round
-
Leander Schulten authored
UX: You can start the Lichtsteuerung only once per computer. On windows you will see a MessageBox with a error message if the Lichtsteuerung is already running.
-
- 08 Oct, 2019 5 commits
-
-
Leander Schulten authored
UX: LoginView: UserSettingsPopup: make the popup modal, so that you can simply click outside the popup the close the popup without clicking the component at this position
-
Leander Schulten authored
-
Leander Schulten authored
-
Leander Schulten authored
UI/UX: In the settings tab you can now customize the theme. Use this theme in the main window and the color dialog. The TextUnderline of TextInputFields is still "lightgreen". The Theme settings are stored in the per user settings of the OS. Closes #55
-
Leander Schulten authored
-