Package: openshot-qt / 2.6.1+dfsg1-3

Metadata

Package Version Patches format
openshot-qt 2.6.1+dfsg1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use the temporary directory instead of the home dire.patch | (download)

src/classes/info.py | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 use the temporary directory instead of the home directory for
 package building


0002 Use the binary name for the manpage as well.patch | (download)

doc/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use the binary name for the manpage as well


0003 Fix MIME information.patch | (download)

xdg/openshot-qt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix mime information


0004 Use Cantarell font instead of non free Ubuntu regula.patch | (download)

src/classes/app.py | 18 7 + 11 - 0 !
1 file changed, 7 insertions(+), 11 deletions(-)

 use cantarell font instead of non-free ubuntu regular


0005 Add German translation for desktop file.patch | (download)

xdg/org.openshot.OpenShot.desktop | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 add german translation for desktop file.

Thanks: Ronny Standtke <ronny.standtke@gmx.net>
Closes: #890002

0006 Support for previewing anamorphic video profiles inc.patch | (download)

src/windows/video_widget.py | 22 7 + 15 - 0 !
1 file changed, 7 insertions(+), 15 deletions(-)

 support for previewing anamorphic video profiles,
 including a few code clean-ups.


0007 Preferences Fix logging calls.patch | (download)

src/launch.py | 2 1 + 1 - 0 !
src/windows/preferences.py | 18 11 + 7 - 0 !
2 files changed, 12 insertions(+), 8 deletions(-)

 preferences: fix logging calls


0008 Enforce integer function arguments.patch | (download)

src/windows/export.py | 8 4 + 4 - 0 !
src/windows/models/properties_model.py | 34 17 + 17 - 0 !
src/windows/process_effect.py | 2 1 + 1 - 0 !
src/windows/video_widget.py | 596 392 + 204 - 0 !
src/windows/views/effects_listview.py | 7 4 + 3 - 0 !
src/windows/views/effects_treeview.py | 7 4 + 3 - 0 !
src/windows/views/emojis_listview.py | 7 4 + 3 - 0 !
src/windows/views/files_listview.py | 7 4 + 3 - 0 !
src/windows/views/files_treeview.py | 7 4 + 3 - 0 !
src/windows/views/properties_tableview.py | 38 23 + 15 - 0 !
src/windows/views/transitions_listview.py | 7 4 + 3 - 0 !
src/windows/views/transitions_treeview.py | 7 4 + 3 - 0 !
src/windows/views/tutorial.py | 14 11 + 3 - 0 !
13 files changed, 476 insertions(+), 265 deletions(-)

 enforce integer function arguments


0009 VideoWidget New checkTransformMode.patch | (download)

src/windows/video_widget.py | 160 61 + 99 - 0 !
1 file changed, 61 insertions(+), 99 deletions(-)

 videowidget: new checktransformmode

Replacement for getTransformMode with less repetitious code

0010 VideoWidget Protect property accesses.patch | (download)

src/windows/video_widget.py | 61 34 + 27 - 0 !
1 file changed, 34 insertions(+), 27 deletions(-)

 videowidget: protect property accesses


0011 classes thumbnail Fix dangling filehandles.patch | (download)

src/classes/thumbnail.py | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 classes/thumbnail: fix dangling filehandles


0012 properties_model Fix bad logging call Codacy flags.patch | (download)

src/windows/models/properties_model.py | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 properties_model: fix bad logging call, codacy flags


0013 Properties Ensure QColor is passed int args.patch | (download)

src/windows/views/properties_tableview.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] properties: ensure qcolor() is passed int args