Commit graph

17 commits

Author SHA1 Message Date
Sergio Costas
18fa425dd9 Update the license comments 2025-08-29 18:26:12 +02:00
Sergio Costas
9bd6d94c6c Change to menu defaults if files not found on open
When opening an old devede project, if the background picture or
music files aren't there, an exception would happen. This can
happen even with the defaults, because in the last version, they
were migrated into a different folder.

Now, if the files aren't found, the new defaults will be used.
2025-02-08 19:57:43 +01:00
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
0162267bfa Ensure that all entries are shown in the menu
There were two errors in the menu generation:

- if there were no page jumps, the number of pages was always "one"
- in each page, one entry was missing (except for the first page,
where two entries were missing).

This patch fixes both
2019-01-06 19:08:54 +01:00
Sergio Costas
6d1b166f2d Added support for page blocks in menues
Now allows to add separators in the menu that forces a page jump,
allowing to group videos in pages.
2019-01-04 12:37:04 +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
8a68f263c3 Fixed the audio duration in the menu.
If a custom audio is used in the DVD menu, it will last the duration of the custom audio, not only 30 seconds.
2018-04-29 16:09:54 +02:00
Sergio Costas
2842a12644 Allows to translate and personalize the Play all text in the dvd menu 2017-01-29 21:35:33 +01:00
Sergio Costas
fdf7f148c1 Passed autopep8 2017-01-06 19:36:01 +01:00
Sergio Costas
7a7d60ce92 Syntax change to make the code more "pythonyst" 2016-02-05 22:18:19 +01:00
Sergio Costas
5a6853a764 Reduced the height of the DVD menu window 2016-02-01 23:11:26 +01:00
Sergio Costas
4ddb219000 Added help 2015-10-26 14:45:44 +01: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/dvd_menu.py (Browse further)