additional patchgui height icons, perspective test for zero area, es.po update
authorGood Guy <good1.2guy@gmail.com>
Sat, 30 May 2020 01:46:01 +0000 (19:46 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sat, 30 May 2020 01:46:01 +0000 (19:46 -0600)
28 files changed:
cinelerra-5.1/guicast/bcmenuitem.C
cinelerra-5.1/guicast/bcmenuitem.h
cinelerra-5.1/plugins/perspective/perspective.C
cinelerra-5.1/plugins/theme_blond/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_blond/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_blond/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_blond/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_blue/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_blue/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_blue/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_blue/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_up.png
cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_bottom.png
cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_hi.png
cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_top.png
cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_up.png
cinelerra-5.1/po/es.po

index 38c46b76d87e6b72c7246e71b6e8613e61de9d19..6ec65a93599c108340b660164e0a6ceb4c80dafe 100644 (file)
@@ -136,7 +136,7 @@ int BC_MenuItem::deactivate_submenus(BC_MenuPopup *exclude)
        return 0;
 }
 
        return 0;
 }
 
-int BC_MenuItem::get_enabled(int v)
+int BC_MenuItem::get_enabled()
 {
        return enabled;
 }
 {
        return enabled;
 }
index 7f97740af14ad3054d67808a090b968efea4eb80..561754b7ab85058ee528c54a7bbd5d06f2d837aa 100644 (file)
@@ -67,7 +67,7 @@ public:
        BC_WindowBase* get_top_level();
        BC_PopupMenu* get_popup_menu();
        BC_SubMenu *get_submenu();
        BC_WindowBase* get_top_level();
        BC_PopupMenu* get_popup_menu();
        BC_SubMenu *get_submenu();
-       int get_enabled(int v);
+       int get_enabled();
        void set_enabled(int v);
 
 private:
        void set_enabled(int v);
 
 private:
index 6ad79e5f89f5ea583a1a7a651dd30ba8ee07a858..3bfa66fe7f13e7164fa7d2c53b725082074b41d1 100644 (file)
@@ -810,6 +810,12 @@ int PerspectiveMain::process_buffer(VFrame *frame,
            EQUIV(config.x3, 100) && EQUIV(config.y3, 100) &&
            EQUIV(config.x4, 0)   && EQUIV(config.y4, 100) )
                return 1;
            EQUIV(config.x3, 100) && EQUIV(config.y3, 100) &&
            EQUIV(config.x4, 0)   && EQUIV(config.y4, 100) )
                return 1;
+       if( config.mode == AffineEngine::PERSPECTIVE &&
+           ( (EQUIV(config.x1, config.x2) && EQUIV(config.x3, config.x4)) ||
+             (EQUIV(config.y1, config.y3) && EQUIV(config.y2, config.y4)) ) ) {
+               frame->clear_frame();
+               return 0;
+       }
 
        if( !engine ) {
                int cpus = get_project_smp() + 1;
 
        if( !engine ) {
                int cpus = get_project_smp() + 1;
index a3ede9d7b6dc61a9bfb0ebb69cab0dff7898679d..623f2a22ccb23f5a308dae925f03bb19f80baba6 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_bottom.png differ
index 7d5b2f82a1ca9669e1329916618e18caab06b072..b293308603ce24f2aa8073ef13e629d7baa5a7f1 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_hi.png differ
index d386668b831258c58a5c77e920d479e3ba5ae0e9..1c43f6b7abcb9bff59922f324b66c2b2641a60e0 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_top.png differ
index 1cc13fa4b541ebbd22d5e40bace9f11b9d1d702a..2bcd7c68a7bab0d06a0caa2865c69b972a4bf7ae 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_up.png differ
index ed8edfbc5a8fbba4ad950c8483ab97be446d2d34..031af059d1b8b1ca3ad4bcb03584a51b1c9e27ae 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_bottom.png differ
index 00804463baf24a0da15fd93425aef36d012bb62a..b1fad8b743433c5b855bdc5e6b9924a555bd7779 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_hi.png differ
index f93fa1a386600ad8cebba47b4b3a73d57980ef49..55fe12d6d51670a53d2cdb9fad7f41dd8df3448e 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_top.png differ
index 1364c0615f8d0fbfd5da0c522b19f11f4348e860..da57a870d604436e7a37cc8d250693fbbc6301e5 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_up.png differ
index feeefb12d2024575452df238c21b3ab15a98b54c..7ed798a8d46892a42ab3f684d812382f4067ced5 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_bottom.png differ
index 4fa1d681c9cd2efe5bfa08cb526544d9d43df577..9af26f4f293d86333d429215710ca9b3d4a82456 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_hi.png differ
index a31925609948c791fb05181a12cda581d19086f7..f869f379652e78927866deb26610746fa2014239 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_top.png differ
index 00a68a9ab0e073841a1065f24fdfc5c08bae0a0a..4d4a392cfd35d6c48c09acb686cda5bab95384eb 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_up.png differ
index c14ea51f25b65411606bbcf75fa0af62830735f1..0cce7e8debed16a1aff956401ce920e7ba7ce38c 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_bottom.png differ
index 98579d299f4e36ffa8501853e1fd302c8469397d..7ab3b4594a753a1b59ddb4022323f420020efa43 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_hi.png differ
index 8ca5d1faf0f87c2c1ac0ff4aedf5e2a0013df633..c9ab0c9ea5ebc0baeb804d26175635b5447c15d7 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_top.png differ
index 1a50b6319758dbec8bc88f78a5c16989856d9a78..946358bbf8a906fe2e976339b8d93e21ae0b4146 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_up.png differ
index 49c79e3cdac5d12fcc9f87a8727ea8361d401130..c7a2970b5bb226be089d946e1627aeee8fb8a35a 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_bottom.png differ
index fd65e7bdf29fb6e7a83bb70f9d47320218f47e12..cf32f911fdf079f3657b3d775d9e9712ad35b759 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_hi.png differ
index f2d942d7a169f6cd7c5e05763e4ea38768421db0..2274f56fda357a00e189124e8ebfee1595a04df3 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_top.png differ
index bf53262965ea174edee80b28df89f386dc5b2b89..fed6cfe7d90d78ab2fcce256629a50488345f991 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_up.png differ
index 8cc63bfdbb6cf881e8ac2f9c757e40586f5d1c85..378a367a6e9ceeb3be71569d1e6c2ab3c9dab911 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_bottom.png and b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_bottom.png differ
index dd434b5cbe64e16170f8abae1f60409cceadb976..406e82117e04d836b9fe038466c74f8f229f897c 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_hi.png and b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_hi.png differ
index dbabd14cd25d6903d7f7001430cdd7a63366c82a..6f769b197ac8d71108695e512a322e4cdc8e4636 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_top.png and b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_top.png differ
index c0ae533335b8d8eda6d0d2381e6ac577598d3fdf..1f63704928428ffe4926181a135219f969df0271 100644 (file)
Binary files a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_up.png and b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_up.png differ
index 46855f5fbd393aaff9cbb4f114bd0e96783bb1ac..0ddaf26d757e18a0a6a272480416ec5852fe4009 100644 (file)
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: Cinelerra 5.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-10-15 14:02-0600\n"
 "Project-Id-Version: Cinelerra 5.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-10-15 14:02-0600\n"
-"PO-Revision-Date: 2020-05-27 10:42+0200\n"
+"PO-Revision-Date: 2020-05-29 10:42+0200\n"
 "Last-Translator: Sergio Daniel Gomez <sergio.sgsistemas@gmail.com>\n"
 "Language-Team: SPANISH <LL@li.org>\n"
 "Language: es\n"
 "Last-Translator: Sergio Daniel Gomez <sergio.sgsistemas@gmail.com>\n"
 "Language-Team: SPANISH <LL@li.org>\n"
 "Language: es\n"
@@ -13214,7 +13214,7 @@ msgstr "off"
 
 #: plugins/sketcher/sketcherwindow.C:47
 msgid "line"
 
 #: plugins/sketcher/sketcherwindow.C:47
 msgid "line"
-msgstr "línea"
+msgstr "recta"
 
 #: plugins/sketcher/sketcherwindow.C:48
 msgid "curve"
 
 #: plugins/sketcher/sketcherwindow.C:48
 msgid "curve"
@@ -13303,7 +13303,7 @@ msgid ""
 msgstr ""
 "      BDRatón\n"
 "nuevo · para curva\n"
 msgstr ""
 "      BDRatón\n"
 "nuevo · para curva\n"
-"seleccionar curva\n"
+"seleccionar dibujo\n"
 "mover dibujo actual\n"
 "nuevo dibujo\n"
 "nuevo punto apagado"
 "mover dibujo actual\n"
 "nuevo dibujo\n"
 "nuevo punto apagado"