Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec679e3762 | ||
|
|
b20421e639 | ||
|
|
627dcd111e | ||
|
|
4e9949bd38 |
@@ -20,6 +20,9 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with dvdisaster. If not, see <http://www.gnu.org/licenses/>.
|
# along with dvdisaster. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
0.79.10.patchlevel-5 11-05-2025 *UNOFFICIAL*
|
||||||
|
- fix: GUI fileopen dialog crash
|
||||||
|
|
||||||
0.79.10.patchlevel-4 04-05-2025 *UNOFFICIAL*
|
0.79.10.patchlevel-4 04-05-2025 *UNOFFICIAL*
|
||||||
- enh: port the GUI to gtk3
|
- enh: port the GUI to gtk3
|
||||||
- enh: speedup RS03 repair
|
- enh: speedup RS03 repair
|
||||||
|
|||||||
@@ -114,6 +114,10 @@ ${BUILDTMP}/%.o : src/%.c
|
|||||||
@echo "Compiling:" $?
|
@echo "Compiling:" $?
|
||||||
@$(CC) $(COPTS) -c $? -o $@
|
@$(CC) $(COPTS) -c $? -o $@
|
||||||
|
|
||||||
|
${BUILDTMP}/inlined-icons.c.o : ${BUILDTMP}/inlined-icons.c
|
||||||
|
@echo "Compiling:" $?
|
||||||
|
@$(CC) $(COPTS) -c $? -o $@
|
||||||
|
|
||||||
${BUILDTMP}/build.o : src/build.c src/build.h
|
${BUILDTMP}/build.o : src/build.c src/build.h
|
||||||
@echo "Compiling:" src/build.o
|
@echo "Compiling:" src/build.o
|
||||||
@$(CC) $(COPTS) -c src/build.c -o $@
|
@$(CC) $(COPTS) -c src/build.c -o $@
|
||||||
|
|||||||
2
configure
vendored
2
configure
vendored
@@ -41,7 +41,7 @@ fi
|
|||||||
# Set the package name and version
|
# Set the package name and version
|
||||||
|
|
||||||
PACKAGE dvdisaster 0.79.10
|
PACKAGE dvdisaster 0.79.10
|
||||||
DEFINE_INT PATCHLEVEL 4
|
DEFINE_INT PATCHLEVEL 5
|
||||||
DEFINE_STRING HAVE_UNSTABLE_RELEASE 1
|
DEFINE_STRING HAVE_UNSTABLE_RELEASE 1
|
||||||
DEFINE_STRING HOMEPAGE "https://dvdisaster.jcea.es"
|
DEFINE_STRING HOMEPAGE "https://dvdisaster.jcea.es"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
\documentclass[12pt,a4paper,twoside]{article}
|
\documentclass[12pt,a4paper,twoside]{article}
|
||||||
|
\usepackage[utf8x]{inputenc} % Aktiviert Eingabe von unicode-Zeichensätzen
|
||||||
\usepackage{times} % Skalierbarer und lesbarer Zeichensatz
|
\usepackage{times} % Skalierbarer und lesbarer Zeichensatz
|
||||||
\usepackage{ucs} % Benötigt für Eingabe von unicode-Zeichensätzen
|
\usepackage{ucs} % Benötigt für Eingabe von unicode-Zeichensätzen
|
||||||
\usepackage[utf8x]{inputenc} % Aktiviert Eingabe von unicode-Zeichensätzen
|
|
||||||
\usepackage{epsfig} % Makros zum Einfügen von Grafiken
|
\usepackage{epsfig} % Makros zum Einfügen von Grafiken
|
||||||
\usepackage{anysize} % Makros zum Einstellen der Seitenränder
|
\usepackage{anysize} % Makros zum Einstellen der Seitenränder
|
||||||
%\usepackage{makeidx} % Makros zum Erstellen des Indexes
|
%\usepackage{makeidx} % Makros zum Erstellen des Indexes
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: dvdisaster 0.79\n"
|
"Project-Id-Version: dvdisaster 0.79\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-05-03 11:07+0200\n"
|
"POT-Creation-Date: 2025-05-11 20:58+0200\n"
|
||||||
"PO-Revision-Date: 2011-07-24 21:12+0100\n"
|
"PO-Revision-Date: 2011-07-24 21:12+0100\n"
|
||||||
"Last-Translator: Jindřich Šesták <khagaroth@users.sourceforge.net>\n"
|
"Last-Translator: Jindřich Šesták <khagaroth@users.sourceforge.net>\n"
|
||||||
"Language-Team: none (individual translator)\n"
|
"Language-Team: none (individual translator)\n"
|
||||||
@@ -6261,7 +6261,7 @@ msgstr "<i>Novinky v této verzi:</i>"
|
|||||||
|
|
||||||
#: src/welcome-window.c:84
|
#: src/welcome-window.c:84
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is <b>v0.79.10-pl4</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
"This is <b>v0.79.10-pl5</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
||||||
"- add support for BD-R TL/QL and HD-DVD,\n"
|
"- add support for BD-R TL/QL and HD-DVD,\n"
|
||||||
"- add support for stripping ECC from ISOs,\n"
|
"- add support for stripping ECC from ISOs,\n"
|
||||||
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: dvdisaster 0.52.1\n"
|
"Project-Id-Version: dvdisaster 0.52.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-05-03 11:07+0200\n"
|
"POT-Creation-Date: 2025-05-11 20:58+0200\n"
|
||||||
"PO-Revision-Date: 2004-11-30 19:48+0100\n"
|
"PO-Revision-Date: 2004-11-30 19:48+0100\n"
|
||||||
"Last-Translator: Carsten Gnörlich <carsten@dvdisaster.de>\n"
|
"Last-Translator: Carsten Gnörlich <carsten@dvdisaster.de>\n"
|
||||||
"Language-Team: German <de@li.org>\n"
|
"Language-Team: German <de@li.org>\n"
|
||||||
@@ -6394,7 +6394,7 @@ msgstr "<i>Neu in dieser Version:</i>"
|
|||||||
|
|
||||||
#: src/welcome-window.c:84
|
#: src/welcome-window.c:84
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is <b>v0.79.10-pl4</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
"This is <b>v0.79.10-pl5</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
||||||
"- add support for BD-R TL/QL and HD-DVD,\n"
|
"- add support for BD-R TL/QL and HD-DVD,\n"
|
||||||
"- add support for stripping ECC from ISOs,\n"
|
"- add support for stripping ECC from ISOs,\n"
|
||||||
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: dvdisaster 0.52.1\n"
|
"Project-Id-Version: dvdisaster 0.52.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-05-03 11:07+0200\n"
|
"POT-Creation-Date: 2025-05-11 20:58+0200\n"
|
||||||
"PO-Revision-Date: 2005-01-01 14:24+0100\n"
|
"PO-Revision-Date: 2005-01-01 14:24+0100\n"
|
||||||
"Last-Translator: Andrea Polverini <polve@polve.com>\n"
|
"Last-Translator: Andrea Polverini <polve@polve.com>\n"
|
||||||
"Language-Team: Italian <>\n"
|
"Language-Team: Italian <>\n"
|
||||||
@@ -5852,7 +5852,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/welcome-window.c:84
|
#: src/welcome-window.c:84
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is <b>v0.79.10-pl4</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
"This is <b>v0.79.10-pl5</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
||||||
"- add support for BD-R TL/QL and HD-DVD,\n"
|
"- add support for BD-R TL/QL and HD-DVD,\n"
|
||||||
"- add support for stripping ECC from ISOs,\n"
|
"- add support for stripping ECC from ISOs,\n"
|
||||||
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: dvdisaster 0.72.rc2\n"
|
"Project-Id-Version: dvdisaster 0.72.rc2\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-05-03 11:07+0200\n"
|
"POT-Creation-Date: 2025-05-11 20:58+0200\n"
|
||||||
"PO-Revision-Date: 2010-06-09 11:13+0200\n"
|
"PO-Revision-Date: 2010-06-09 11:13+0200\n"
|
||||||
"Last-Translator: cg <cg@dvdisaster.org>\n"
|
"Last-Translator: cg <cg@dvdisaster.org>\n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
@@ -6151,7 +6151,7 @@ msgstr "<i>Novidades dessa versão:</i>"
|
|||||||
|
|
||||||
#: src/welcome-window.c:84
|
#: src/welcome-window.c:84
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is <b>v0.79.10-pl4</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
"This is <b>v0.79.10-pl5</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
||||||
"- add support for BD-R TL/QL and HD-DVD,\n"
|
"- add support for BD-R TL/QL and HD-DVD,\n"
|
||||||
"- add support for stripping ECC from ISOs,\n"
|
"- add support for stripping ECC from ISOs,\n"
|
||||||
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: dvdisaster 0.70.4\n"
|
"Project-Id-Version: dvdisaster 0.70.4\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-05-03 11:07+0200\n"
|
"POT-Creation-Date: 2025-05-11 20:58+0200\n"
|
||||||
"PO-Revision-Date: 2009-07-23 08:11+0300\n"
|
"PO-Revision-Date: 2009-07-23 08:11+0300\n"
|
||||||
"Last-Translator: Igor Gorbounov <igor.gorbounov@gmail.com>\n"
|
"Last-Translator: Igor Gorbounov <igor.gorbounov@gmail.com>\n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
@@ -6160,7 +6160,7 @@ msgstr "<i>Новое в этой версии:</i>"
|
|||||||
|
|
||||||
#: src/welcome-window.c:84
|
#: src/welcome-window.c:84
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is <b>v0.79.10-pl4</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
"This is <b>v0.79.10-pl5</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
||||||
"- add support for BD-R TL/QL and HD-DVD,\n"
|
"- add support for BD-R TL/QL and HD-DVD,\n"
|
||||||
"- add support for stripping ECC from ISOs,\n"
|
"- add support for stripping ECC from ISOs,\n"
|
||||||
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: dvdisaster\n"
|
"Project-Id-Version: dvdisaster\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-05-03 11:07+0200\n"
|
"POT-Creation-Date: 2025-05-11 20:58+0200\n"
|
||||||
"PO-Revision-Date: 2006-06-14 23:48+0100\n"
|
"PO-Revision-Date: 2006-06-14 23:48+0100\n"
|
||||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
||||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||||
@@ -5862,7 +5862,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/welcome-window.c:84
|
#: src/welcome-window.c:84
|
||||||
msgid ""
|
msgid ""
|
||||||
"This is <b>v0.79.10-pl4</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
"This is <b>v0.79.10-pl5</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
||||||
"- add support for BD-R TL/QL and HD-DVD,\n"
|
"- add support for BD-R TL/QL and HD-DVD,\n"
|
||||||
"- add support for stripping ECC from ISOs,\n"
|
"- add support for stripping ECC from ISOs,\n"
|
||||||
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
||||||
|
|||||||
@@ -368,12 +368,12 @@ static void file_select_cb(GtkWidget *widget, gpointer data)
|
|||||||
gtk_file_chooser_set_filename(GTK_FILE_CHOOSER(dialog),
|
gtk_file_chooser_set_filename(GTK_FILE_CHOOSER(dialog),
|
||||||
gtk_entry_get_text(GTK_ENTRY(Closure->eccEntry)));
|
gtk_entry_get_text(GTK_ENTRY(Closure->eccEntry)));
|
||||||
if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_ACCEPT)
|
if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_ACCEPT)
|
||||||
{ g_free(Closure->imageName);
|
{ g_free(Closure->eccName);
|
||||||
Closure->eccName = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (dialog));
|
Closure->eccName = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (dialog));
|
||||||
if(Closure->autoSuffix)
|
if(Closure->autoSuffix)
|
||||||
Closure->eccName = ApplyAutoSuffix(Closure->eccName, "ecc");
|
Closure->eccName = ApplyAutoSuffix(Closure->eccName, "ecc");
|
||||||
gtk_entry_set_text(GTK_ENTRY(Closure->eccName), Closure->eccName);
|
gtk_entry_set_text(GTK_ENTRY(Closure->eccEntry), Closure->eccName);
|
||||||
gtk_editable_set_position(GTK_EDITABLE(Closure->eccName), -1);
|
gtk_editable_set_position(GTK_EDITABLE(Closure->eccEntry), -1);
|
||||||
}
|
}
|
||||||
gtk_widget_destroy (dialog);
|
gtk_widget_destroy (dialog);
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ void GuiCreateWelcomePage(GtkNotebook *notebook)
|
|||||||
GuiAboutText(box, _("<i>New in this Version:</i>"));
|
GuiAboutText(box, _("<i>New in this Version:</i>"));
|
||||||
|
|
||||||
GuiAboutTextWithLink(box, _(
|
GuiAboutTextWithLink(box, _(
|
||||||
"This is <b>v0.79.10-pl4</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
"This is <b>v0.79.10-pl5</b>. The [patchlevel series] are enhanced on top of the last upstream release to:\n"
|
||||||
"- add support for BD-R TL/QL and HD-DVD,\n"
|
"- add support for BD-R TL/QL and HD-DVD,\n"
|
||||||
"- add support for stripping ECC from ISOs,\n"
|
"- add support for stripping ECC from ISOs,\n"
|
||||||
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
"- add an option to generate BD-R RS03 images with more redundancy,\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user