- sept. 03, 2023
-
-
Elliu a rédigé
Will need to connect properties and factors to sliders to test what is best easily
-
- sept. 02, 2023
- sept. 01, 2023
- juil. 24, 2022
- juil. 22, 2022
-
-
Elliu a rédigé
Buggy address found by ASAN
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
Inherit from AbstractVivyDocumentNeeder for classes needing easy access to their rootVivyDocument[Const] and rootVivyDocumentView[Const]. Make the change for AudioVisualizer and TimingScene for now
-
Elliu a rédigé
currentVivyDocument and currentScriptDocument macros don't always return the "parent" document. This assumption lead to some badly initialized data that considered the wrong document to be the "parent" of the view. Fix the bad usage of those macros
-
Elliu a rédigé
Replace QJsonValue.isNull() with QJsonValue.isUndefined()
-
Elliu a rédigé
-
Elliu a rédigé
Display the ASS lines on the AudioVisualizer no matter the construction order of AudioVisualizer and AssDocumentView (connect it to assSubDocumentChanged())
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
-
When the editor was in vim mode, a failure in a vim command (:w or :wq) triggered std::terminate because a lambda that was declared as noexcept invoked to save threw an std::runtime_error. Use the same try/catch block from the MainWindow in the ScriptDocumentView when we use the fake vim editor.
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
Except for the starting line bar
-
Elliu a rédigé
-
Elliu a rédigé
-