Commit graph

14 commits

Author SHA1 Message Date
Geoff Beier
8eb2d5cf95 use store_element() and restore_element() in on_button_accept_clicked
In file_movie.on_button_accept_clicked() file_movie.store_file() and
restore_file() are called. These methods don't exist; it looks like the
intent was to call store_element() and restore_element().

Testing confirms this; properties are now applied to all the selected
files.

Fixes Issue #79
2019-07-20 22:26:21 -04:00
Sergio Costas
c222c4ab14 Allow to add separator
Until now, all the menu entries were shown in a continuous list, one
after another. This patch allows to add separators between entries.
2019-01-03 23:18:59 +01:00
Sergio Costas
3a532f504a Replace EVAL and EXEC
In the old code, eval() and exec() were used to insert properties in
an object with an specific name. This is clearly an ugly solution,
when the right way is to use self.__setattr__ and self.__dict__.

This patch replaces that ugly code with new one that follows the
pythonic way of doing the things.
2019-01-02 22:47:09 +01:00
Sergio Costas
6b3b7ccf81 Added extra checks for odd aspect ratios 2018-03-24 13:54:27 +01:00
Sergio Costas
8dfa31ea25 Added check to avoid division by zero when the aspect ratio is zero 2018-02-04 18:23:41 +01:00
Sergio Costas
fdf7f148c1 Passed autopep8 2017-01-06 19:36:01 +01:00
Sergio Costas
ff89f38692 Now allows to change from the main window if a file is shown in the DVD menu 2016-11-04 00:06:19 +01:00
Sergio Costas
6a482cf759 Fixed a division by zero when a clip's duration is less than one second. 2016-08-12 21:16:05 +02:00
Sergio Costas
7a7d60ce92 Syntax change to make the code more "pythonyst" 2016-02-05 22:18:19 +01:00
Sergio Costas
4ddb219000 Added help 2015-10-26 14:45:44 +01:00
Sergio Costas
f8cc036f51 Merge branch 'master' of https://github.com/rastersoft/devedeng 2015-08-22 19:19:49 +02:00
klarkc
06d04c40c4 Added manual chapters entry 2015-08-19 12:50:01 -03:00
Sergio Costas
0ad10c2af1 Fixed dependencies in DEB package
Trying to fix a bug with stream numbering
2015-06-30 01:08:49 +02:00
Sergio Costas
bc6fa87b3c Renamed module from devede to devedeng
Now it uses the 'locale' folder to create the locales list names.
2015-01-29 00:34:47 +01:00
Renamed from src/devede/file_movie.py (Browse further)