Commit graph

18 commits

Author SHA1 Message Date
Sergio Costas
501e8aac48 general: removed the "or any later version" statement
After the events happened recently in the management of the FSF,
I decided that it is safer to not rely on the good faith of other
people, so I decided to allow distribution of Devede only under
the current GPLv3 license, and not allow other, still unknown,
future versions of the license.
2019-10-13 18:18:11 +02:00
Sergio Costas
f8227c1be8 removed unused prints 2019-01-04 12:41:02 +01: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
5c6b98647b Added experimental support for 16:9 menues 2018-05-01 20:47:27 +02:00
Sergio Costas
fdf7f148c1 Passed autopep8 2017-01-06 19:36:01 +01:00
Daniel Gullberg
a7062630d6 Fix for PlayAll option when menu spans over several pages
As the PlayAll button will be on top of every menu page, the total number
of buttons will be more than the available titles. Before, this only
worked for menus containing one page.
2016-03-13 11:00:32 +01:00
Sergio Costas
7a7d60ce92 Syntax change to make the code more "pythonyst" 2016-02-05 22:18:19 +01:00
Sergio Costas
d977cfb2ef Fixed the menu working when using the Play all option 2016-02-01 23:36:08 +01:00
Sergio Costas
e5b3a4d32a Now doesn't fail when there is only one video file and no menu 2015-10-25 20:47:02 +01:00
klarkc
79725e337b Fixed: local variable 'manual_chapter_list' referenced before assignment 2015-08-19 16:17:39 -03:00
klarkc
06d04c40c4 Added manual chapters entry 2015-08-19 12:50:01 -03:00
glenntanner3
256e3326ff fix comment 2015-04-30 15:29:09 -04:00
glenntanner3
8131fccd1f Account for autoplay.if play_all is enabled AND auto_play is enabled then auto play all 2015-04-30 15:20:01 -04:00
glenntanner3
d152729d2d Fixed play_all dvd code.Successfully created DVD with playall option enabled and disabled.'Play All' plays all titles then returns to the menu.Titles play then preform user defined action. 2015-04-30 15:11:15 -04:00
glenntanner3
70c8a709b2 First working version of 'Play All' option.Set 'Play All' menu option to off by default.TODO: Test 2015-04-30 13:57:55 -04:00
glenntanner3
516ae862b4 Update UI when play_all option is changed.Fix return value check.Add 'Play All' to dvd menu preview. 2015-04-29 17:04:19 -04:00
glenntanner3
a9b8d4bb2b Update UI to include a 'Play All' option.Add 'play_all' group for UI.Pass 'play_all_opt' to dvdauthor. 2015-04-28 16:04:32 -04: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/dvdauthor_converter.py (Browse further)