Sergio Costas
f2ea2e3cf6
Now shows "DevedeNG" as the title of the main window
2019-07-21 18:48:41 +02:00
Sergio Costas
44c02103bb
Updated HISTORY.md with changes done
2019-07-21 18:40:47 +02:00
Sergio Costas
ab1342869d
Removed country codes from languages where it is not needed
...
Fixes https://gitlab.com/rastersoft/devedeng/issues/74
2019-07-21 18:38:31 +02:00
Sergio Costas
0cdb5934a5
Now uses the menu title as the volume name
...
This patch uses the menu title as the volume name for the DVD image.
This way, when mounted in a computer, instead of "DVDVIDEO", the user
will see the menu title (unless there is no menu title; in that case,
"DVDVIDEO" will be used).
2019-07-21 18:33:02 +02:00
Sergio Costas
cdfb3c7530
Changed the Norwegian locale to nb
...
It seems that Norwegian locale code was moved to nb from nb_NO about
twenty years ago, so, as requested, devede-ng changes its code too.
2019-07-21 17:05:51 +02:00
Sergio Costas
e622825ad3
Merge branch 'master' of https://gitlab.com/rastersoft/devedeng
2019-07-21 16:54:43 +02:00
Sergio Costas
db0789ba8c
Merge branch 'multiproperties_issue79' into 'master'
...
use store_element() and restore_element() in on_button_accept_clicked
See merge request rastersoft/devedeng!75
2019-07-21 14:53:18 +00:00
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
4e46da6a17
Updated to version 4.14.0
2019-02-04 23:15:33 +01:00
Sergio Costas
a22a0a3c60
fix code style
2019-02-04 23:14:00 +01:00
Sergio Costas
b46d897e4d
Move the configuration into XDG_CONFIG_HOME
...
This patch stores the configuration data inside XDG_CONFIG_HOME instead
of doing it directly inside $HOME. Of course, it has backwards
compatibility, using the old file if the new doesn't exists.
2019-02-04 23:12:39 +01:00
Sergio Costas
14d56fcaf5
Updated translation files
2019-01-27 10:48:35 +01:00
Sergio Costas
d80f055351
Updated to version 4.13.0
2019-01-27 10:35:54 +01:00
Sergio Costas
5e64ed7693
Removed unused line
2019-01-06 19:14:59 +01: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
0c52e14115
Keep backwards compatibility with old files
...
Due to an error, old devede files can't be opened with this version.
This patch fixes it.
2019-01-06 19:08:13 +01:00
Sergio Costas
f2301c7b19
Now the separator type is consistent from the begining
...
Due to an error, by default the separators where created as
"page jump" type, but it wasn't honored unless the checkbox was ticked
and unticked again.
2019-01-06 19:06:59 +01:00
Sergio Costas
c7f79836dc
development version 4.12.99
2019-01-04 12:42:44 +01:00
Sergio Costas
f8227c1be8
removed unused prints
2019-01-04 12:41:02 +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
8719778d22
Add projects to Recent files in GTK
...
Now, when a Devede project is opened or saved, it is added to the list
of Recent files, thus being shown there when choosing to open a project.
2019-01-02 23:25:45 +01:00
Sergio Costas
64a0da4504
Allows to resize the Menu Options window
...
Until now, the Menu Options window was not resizable. This was a
problem on devices with small screens, like some subnotebooks or other
laptops with 11" screens.
This patch fixes this by allowing to resize the window, giving
preference to the options zone.
2019-01-02 23:14:01 +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
f0893b3ff7
Now adjusts the audio bitrate to ensure that it is legal for MP2
2018-06-28 01:00:40 +02:00
Sergio Costas
6c1a186bb0
Migration to gitlab
2018-06-10 16:50:56 +02:00
Sergio Costas
5c6b98647b
Added experimental support for 16:9 menues
2018-05-01 20:47:27 +02:00
Sergio Costas
e70bca519b
Added support for xfburn
2018-05-01 18:57:46 +02:00
Sergio Costas
7847bb7c32
Merge branch 'master' of https://www.github.com/rastersoft/devedeng
2018-04-29 16:10:48 +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
6da18f422d
Merge pull request #74 from andy5995/README_sp
...
README.md:correct spelling (written)
2018-04-10 10:23:33 +02:00
andy5995
d7b4c7c0b6
README.md:correct spelling (written)
2018-04-10 00:45:14 -05:00
Sergio Costas
810495c0d7
Fixed the setup script to ensure that doesn't produce errors when creating .deb packages
...
Updated to version 4.9.0
2018-04-08 18:49:45 +02:00
Sergio Costas
6b3b7ccf81
Added extra checks for odd aspect ratios
2018-03-24 13:54:27 +01:00
Sergio Costas
dd4366eb4c
Added check for the MSGFMT binary, needed to install devedeng
2018-03-24 13:48:21 +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
52a01d1cbe
Updated to version 4.8.12
2018-01-21 23:01:54 +01:00
Sergio Costas
4ab3f479e7
Now shows the right icons in the disk type selection window
2018-01-21 18:05:21 +01:00
Sergio Costas
98ddf8d04c
Now sets transient for settings window
2017-12-03 11:50:09 +01:00
Sergio Costas
1c70cbc48a
Now shows the icon in wayland
2017-12-03 11:42:14 +01:00
Sergio Costas
0b677edd1c
Removed minrate during second pass when using two-pass encoding because it fails with ffmpeg
2017-11-26 19:42:34 +01:00
Sergio Costas
46da595b05
Fixed bug when there is no cd burner installed
2017-07-10 22:38:19 +02:00
Sergio Costas
c518683fbc
Updated to version 4.8.8
2017-02-07 21:01:01 +01:00
Sergio Costas
4b21a1c3aa
Fixed the same buf from mkisofs in genisoimage
2017-02-07 01:05:23 +01:00
Sergio Costas
7173624e4a
Merge branch 'master' of https://github.com/rastersoft/devedeng
2017-02-02 23:15:29 +01:00
Sergio Costas
c67dc18ff2
Merge pull request #53 from musuruan/master
...
Updated Italian translation
2017-02-02 22:18:49 +01:00
Andrea Musuruane
2ef312bd8c
Updated Italian translation
2017-02-02 19:49:22 +01:00
Sergio Costas
2e63086236
Updated HISTORY file
2017-01-29 21:40:15 +01:00
Sergio Costas
8d44a0f824
Updated spanish transtation
2017-01-29 21:36:55 +01: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