fix cwin bksp=del key, fix mode keyframe in rev play, update ru
authorGood Guy <good1.2guy@gmail.com>
Tue, 20 Sep 2016 23:23:28 +0000 (17:23 -0600)
committerGood Guy <good1.2guy@gmail.com>
Tue, 20 Sep 2016 23:23:28 +0000 (17:23 -0600)
cinelerra-5.1/cinelerra/cwindowgui.C
cinelerra-5.1/cinelerra/virtualvnode.C
cinelerra-5.1/po/ru.po

index 113a8cda6e2e3da0e1b02ef91215bbf4d3f07e4c..187fc502ebd3c624be07cd2a9035dc9327841f81 100644 (file)
@@ -458,7 +458,7 @@ int CWindowGUI::keypress_event()
                        mwindow->gui->unlock_window();
                        lock_window("CWindowGUI::keypress_event 2");
                        break;
-               case BACKSPACE:
+               case DELETE:
                        unlock_window();
                        mwindow->gui->lock_window("CWindowGUI::keypress_event 2");
                        mwindow->clear_entry();
index 27c65bba868c84319be7c0711536103cd90c757c..e3c69f1e755086abc84c5a011bbce0798e2c4386 100644 (file)
@@ -391,8 +391,9 @@ int VirtualVNode::render_projector(VFrame *input, VFrame *output,
 
        if(output)
        {
-               ((VTrack*)track)->calculate_output_transfer(start_position_project,
-                       renderengine->command->get_direction(),
+               int direction = renderengine->command->get_direction();
+               ((VTrack*)track)->calculate_output_transfer(
+                       start_position_project, direction,
                        in_x1, in_y1, in_x2, in_y2,
                        out_x1, out_y1, out_x2, out_y2);
 
@@ -405,11 +406,10 @@ int VirtualVNode::render_projector(VFrame *input, VFrame *output,
                if(out_x2 > out_x1 && out_y2 > out_y1 && 
                        in_x2 > in_x1 && in_y2 > in_y1)
                {
-                       int direction = renderengine->command->get_direction();
                        IntAuto *mode_keyframe = 0;
                        mode_keyframe = 
                                (IntAuto*)track->automation->autos[AUTOMATION_MODE]->get_prev_auto(
-                                       start_position_project, direction, (Auto* &)mode_keyframe);
+                                       start_position_project, PLAY_FORWARD, (Auto* &)mode_keyframe);
 
                        int mode = mode_keyframe->value;
 
index 17c3e9e5a60f093861793b7f7765b04d9142ce48..b6e7b5984222ef75c672bdbb12b66ab3f6be340d 100644 (file)
@@ -1012,7 +1012,7 @@ msgstr ""
 
 #: cinelerra//bdcreate.C:662 cinelerra//dvdcreate.C:782
 msgid "Media:"
-msgstr ""
+msgstr "мультимедиа:"
 
 #: cinelerra//bdcreate.C:673 cinelerra//dvdcreate.C:793
 #: cinelerra//recordgui.C:223
@@ -3954,7 +3954,7 @@ msgstr ""
 
 #: cinelerra//keyframepopup.C:514
 msgid "Hide keyframe type"
-msgstr ""
+msgstr "Скрыть тип ключевой кадр"
 
 #: cinelerra//labeledit.C:79
 msgid ": Label Info"
@@ -10134,3 +10134,46 @@ msgstr "Увеличение"
 #: plugins/zoomblur/zoomblur.C:402
 msgid "Zoom Blur"
 msgstr "Размытие масштабом"
+
+msgid "Audio Effects"
+msgstr "Аудио эффектов"
+msgid "Video Effects"
+msgstr "Видео эффектов"
+msgid "Audio Transitions"
+msgstr "Аудио Переходы"
+msgid "Video Transitions"
+msgstr "Видео Переходы"
+msgid "Labels"
+msgstr "Метки"
+msgid "Clips"
+msgstr "Клипсы"
+msgid "Media"
+msgstr "мультимедиа"
+
+msgid "Flags"
+msgstr "флажки"
+
+msgid "Show Plugin Settings"
+msgstr "Показать Плагина настройки "
+
+msgid "speed"
+msgstr "скорость "
+
+msgid "XML file %s\n"
+msgstr "XML файла %s\n"
+
+msgid "Unknown %s"
+msgstr "Неизвестно %s"
+
+msgid "Vertical average"
+msgstr "Вертикальное усредняем"
+msgid "Horizontal interpolate"
+msgstr "Горизонтальное интерполировать"
+
+msgid "Offset:"
+msgstr "Смещение:"
+msgid "Bias:"
+msgstr "Смещение:"
+msgid "Warning: colormodel not YUV"
+msgstr "Предупреждение: colormodel not YUV"
+