From: Good Guy Date: Sat, 30 May 2020 01:46:01 +0000 (-0600) Subject: additional patchgui height icons, perspective test for zero area, es.po update X-Git-Tag: 2020-05~2 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=5dc041305c444ac2612602a93f06c42a144043db additional patchgui height icons, perspective test for zero area, es.po update --- diff --git a/cinelerra-5.1/guicast/bcmenuitem.C b/cinelerra-5.1/guicast/bcmenuitem.C index 38c46b76..6ec65a93 100644 --- a/cinelerra-5.1/guicast/bcmenuitem.C +++ b/cinelerra-5.1/guicast/bcmenuitem.C @@ -136,7 +136,7 @@ int BC_MenuItem::deactivate_submenus(BC_MenuPopup *exclude) return 0; } -int BC_MenuItem::get_enabled(int v) +int BC_MenuItem::get_enabled() { return enabled; } diff --git a/cinelerra-5.1/guicast/bcmenuitem.h b/cinelerra-5.1/guicast/bcmenuitem.h index 7f97740a..561754b7 100644 --- a/cinelerra-5.1/guicast/bcmenuitem.h +++ b/cinelerra-5.1/guicast/bcmenuitem.h @@ -67,7 +67,7 @@ public: 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: diff --git a/cinelerra-5.1/plugins/perspective/perspective.C b/cinelerra-5.1/plugins/perspective/perspective.C index 6ad79e5f..3bfa66fe 100644 --- a/cinelerra-5.1/plugins/perspective/perspective.C +++ b/cinelerra-5.1/plugins/perspective/perspective.C @@ -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; + 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; diff --git a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_bottom.png b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_bottom.png index a3ede9d7..623f2a22 100644 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 diff --git a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_hi.png b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_hi.png index 7d5b2f82..b2933086 100644 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 diff --git a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_top.png b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_top.png index d386668b..1c43f6b7 100644 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 diff --git a/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_up.png b/cinelerra-5.1/plugins/theme_blond/data/tumblepatch_up.png index 1cc13fa4..2bcd7c68 100644 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 diff --git a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_bottom.png b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_bottom.png index ed8edfbc..031af059 100644 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 diff --git a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_hi.png b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_hi.png index 00804463..b1fad8b7 100644 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 diff --git a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_top.png b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_top.png index f93fa1a3..55fe12d6 100644 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 diff --git a/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_up.png b/cinelerra-5.1/plugins/theme_blue/data/tumblepatch_up.png index 1364c061..da57a870 100644 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 diff --git a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_bottom.png b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_bottom.png index feeefb12..7ed798a8 100644 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 diff --git a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_hi.png b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_hi.png index 4fa1d681..9af26f4f 100644 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 diff --git a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_top.png b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_top.png index a3192560..f869f379 100644 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 diff --git a/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_up.png b/cinelerra-5.1/plugins/theme_hulk/data/tumblepatch_up.png index 00a68a9a..4d4a392c 100644 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 diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_bottom.png b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_bottom.png index c14ea51f..0cce7e8d 100644 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 diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_hi.png b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_hi.png index 98579d29..7ab3b459 100644 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 diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_top.png b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_top.png index 8ca5d1fa..c9ab0c9e 100644 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 diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_up.png b/cinelerra-5.1/plugins/theme_neophyte/data/tumblepatch_up.png index 1a50b631..946358bb 100644 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 diff --git a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_bottom.png b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_bottom.png index 49c79e3c..c7a2970b 100644 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 diff --git a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_hi.png b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_hi.png index fd65e7bd..cf32f911 100644 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 diff --git a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_top.png b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_top.png index f2d942d7..2274f56f 100644 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 diff --git a/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_up.png b/cinelerra-5.1/plugins/theme_pinklady/data/tumblepatch_up.png index bf532629..fed6cfe7 100644 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 diff --git a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_bottom.png b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_bottom.png index 8cc63bfd..378a367a 100644 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 diff --git a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_hi.png b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_hi.png index dd434b5c..406e8211 100644 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 diff --git a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_top.png b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_top.png index dbabd14c..6f769b19 100644 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 diff --git a/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_up.png b/cinelerra-5.1/plugins/theme_unflat/data/tumblepatch_up.png index c0ae5333..1f637049 100644 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 diff --git a/cinelerra-5.1/po/es.po b/cinelerra-5.1/po/es.po index 46855f5f..0ddaf26d 100644 --- a/cinelerra-5.1/po/es.po +++ b/cinelerra-5.1/po/es.po @@ -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" -"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 \n" "Language-Team: SPANISH \n" "Language: es\n" @@ -13214,7 +13214,7 @@ msgstr "off" #: plugins/sketcher/sketcherwindow.C:47 msgid "line" -msgstr "línea" +msgstr "recta" #: plugins/sketcher/sketcherwindow.C:48 msgid "curve" @@ -13303,7 +13303,7 @@ msgid "" msgstr "" " BDRatón\n" "nuevo · para curva\n" -"seleccionar curva\n" +"seleccionar dibujo\n" "mover dibujo actual\n" "nuevo dibujo\n" "nuevo punto apagado"