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
Sergio Costas
1f966019de
Merge branch 'master' of https://github.com/rastersoft/devedeng
2017-01-09 12:07:55 +01:00
Sergio Costas
a4630d0fd7
Merge pull request #49 from timeraider4u/master
...
bug fix for issue #38
2017-01-09 12:07:37 +01:00
Harald Weiner
b25b7c6abd
bug fix for issue #38
2017-01-09 10:09:16 +01:00
Sergio Costas
fdf7f148c1
Passed autopep8
2017-01-06 19:36:01 +01:00
Sergio Costas
27828d2dc5
Now uses the right minimum and maximum bitrate
...
Now sets the right file extension with Matroska and DivX files
2016-12-15 00:09:40 +01:00
Sergio Costas
c3f8d3531d
Updated german translation
2016-11-24 00:46:42 +01:00
Sergio Costas
4145d51d46
Merge branch 'master' of https://github.com/rastersoft/devedeng
2016-11-24 00:46:16 +01:00
Sergio Costas
020813cfe6
Fixed a bug when loading a project, due to the changes made in the last commit
2016-11-24 00:45:43 +01:00
Sergio Costas
96353b5465
Merge pull request #44 from jcowgill/german-translation
...
Update german translation
2016-11-24 00:40:43 +01:00
Sergio Costas
da63737d35
Merge branch 'showinmenu'
2016-11-04 00:06:56 +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
58b737f420
Fixed stdeb file
2016-11-03 23:12:33 +01:00
Sergio Costas
c8ed86b7de
Fixed resizing on the ERROR window
2016-10-18 01:02:09 +02:00
Sergio Costas
4e5f023261
Fixed the minimum video rate value dor DVD
2016-10-18 00:48:30 +02:00
Sergio Costas
50ee33b2c3
Fixed the AVConv code too
...
Fixed the code in ffmpeg
2016-10-18 00:45:37 +02:00
Sergio Costas
55cd22a949
Modified minimum and maximum bitrates for each disc type
2016-10-18 00:40:12 +02:00
Sergio Costas
c970373da7
Fixed missed command for VCD
2016-10-16 21:56:03 +02:00
Sergio Costas
39b1687381
Fixed the problem fixed bitrate problem with FFMpeg and AVConv (thanks to Juniorsnet)
2016-10-16 21:40:19 +02:00
Sergio Costas
0dc0d61811
Fixed bug when adding several subtitles to the same movie
2016-09-24 22:49:14 +02:00
Sergio Costas
361240adc4
Fixed a float value used for volume where it expected an integer
2016-09-05 23:43:13 +02:00
Holger Wansing
1e3504f070
Update german translation
2016-08-14 22:09:07 +01:00