traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/traverso/dialogs CDWritingDialog.c...


From: Nicola Doebelin
Subject: [Traverso-commit] traverso/src/traverso/dialogs CDWritingDialog.c...
Date: Mon, 04 May 2009 19:23:06 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Nicola Doebelin <n_doebelin>    09/05/04 19:23:06

Modified files:
        src/traverso/dialogs: CDWritingDialog.cpp CDWritingDialog.h 

Log message:
        * show correct progress information in CD writing dialogue

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/dialogs/CDWritingDialog.cpp?cvsroot=traverso&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/dialogs/CDWritingDialog.h?cvsroot=traverso&r1=1.5&r2=1.6

Patches:
Index: CDWritingDialog.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/dialogs/CDWritingDialog.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- CDWritingDialog.cpp 15 Mar 2009 22:41:45 -0000      1.10
+++ CDWritingDialog.cpp 4 May 2009 19:23:06 -0000       1.11
@@ -75,6 +75,7 @@
        connect(stopButton, SIGNAL(clicked()), this, SLOT(stop_burn_process()));
        connect(refreshButton, SIGNAL(clicked()), this, SLOT(query_devices()));
        connect(cdDiskExportOnlyCheckBox, SIGNAL(stateChanged(int)), this, 
SLOT(export_only_changed(int)));
+        connect(m_project, SIGNAL(exportMessage(QString)), this, 
SLOT(set_export_message(QString)));
        
        
        m_wodimAvailable = false;
@@ -109,6 +110,11 @@
        m_exportSpec->breakout = true;
 }
 
+void CDWritingDialog::set_export_message(QString message)
+{
+        cdExportInformationLabel->setText(message);
+}
+
 
 void CDWritingDialog::set_project(Project * project)
 {

Index: CDWritingDialog.h
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/dialogs/CDWritingDialog.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- CDWritingDialog.h   28 Jan 2008 15:55:27 -0000      1.5
+++ CDWritingDialog.h   4 May 2009 19:23:06 -0000       1.6
@@ -91,6 +91,7 @@
        void cdrdao_process_finished(int exitcode, QProcess::ExitStatus 
exitstatus);
        void cd_export_finished();
        void cd_export_progress(int progress);
+        void set_export_message(QString message);
        void query_devices();
        
        void reject();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]