giant rendering overhaul and many small fixes
This commit is contained in:
+13
-1
@@ -27,7 +27,9 @@
|
||||
#include "io/path.h"
|
||||
#include "io/config.h"
|
||||
|
||||
#include "playback/audio.h"
|
||||
#include "ui/mediaiconservice.h"
|
||||
|
||||
#include "rendering/audio.h"
|
||||
|
||||
#include "dialogs/demonotice.h"
|
||||
#include "dialogs/preferencesdialog.h"
|
||||
@@ -279,6 +281,16 @@ void OliveGlobal::open_preferences() {
|
||||
pd.exec();
|
||||
}
|
||||
|
||||
void OliveGlobal::set_sequence(SequencePtr s)
|
||||
{
|
||||
panel_effect_controls->clear_effects(true);
|
||||
|
||||
olive::ActiveSequence = s;
|
||||
panel_sequence_viewer->set_main_sequence();
|
||||
panel_timeline->update_sequence();
|
||||
panel_timeline->setFocus();
|
||||
}
|
||||
|
||||
void OliveGlobal::open_project_worker(const QString& fn, bool autorecovery) {
|
||||
update_project_filename(fn);
|
||||
panel_project->load_project(autorecovery);
|
||||
|
||||
Reference in New Issue
Block a user