mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 15:12:34 +02:00
2016-07-23 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up warning in 'lib/rdlog_line.cpp'. * Cleaned up warning in 'lib/rdwavefile.cpp'. * Cleaned up warning in 'rdlogmanager/edit_event.cpp'.
This commit is contained in:
parent
b257ba924c
commit
fdc40e8bbb
@ -15405,3 +15405,7 @@
|
||||
* Fixed a bug in 'rdairplay/log_play.cpp' that caused a SQL error.
|
||||
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up warning in 'rdairplay/log_play.cpp'.
|
||||
2016-07-23 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up warning in 'lib/rdlog_line.cpp'.
|
||||
* Cleaned up warning in 'lib/rdwavefile.cpp'.
|
||||
* Cleaned up warning in 'rdlogmanager/edit_event.cpp'.
|
||||
|
@ -467,6 +467,10 @@
|
||||
<source>fade</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NoTime</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RDAddCart</name>
|
||||
|
@ -463,6 +463,10 @@
|
||||
<source>fade</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NoTime</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RDAddCart</name>
|
||||
|
@ -463,6 +463,10 @@
|
||||
<source>fade</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NoTime</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RDAddCart</name>
|
||||
|
@ -449,6 +449,10 @@
|
||||
<source>fade</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NoTime</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RDAddCart</name>
|
||||
|
@ -463,6 +463,10 @@
|
||||
<source>fade</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NoTime</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RDAddCart</name>
|
||||
|
@ -463,6 +463,10 @@
|
||||
<source>fade</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NoTime</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RDAddCart</name>
|
||||
|
@ -463,6 +463,10 @@
|
||||
<source>fade</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>NoTime</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>RDAddCart</name>
|
||||
|
@ -2125,6 +2125,10 @@ QString RDLogLine::timeTypeText(RDLogLine::TimeType type)
|
||||
case RDLogLine::Hard:
|
||||
ret=QObject::tr("Hard");
|
||||
break;
|
||||
|
||||
case RDLogLine::NoTime:
|
||||
ret=QObject::tr("NoTime");
|
||||
break;
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
@ -1271,6 +1271,7 @@ void RDWaveFile::getSettings(RDSettings *settings)
|
||||
switch(type()) {
|
||||
case RDWaveFile::Pcm8:
|
||||
case RDWaveFile::Aiff:
|
||||
case RDWaveFile::M4A:
|
||||
// FIXME
|
||||
break;
|
||||
|
||||
|
@ -756,6 +756,9 @@ EditEvent::EditEvent(QString eventname,bool new_event,
|
||||
event_grace_edit->setTime(QTime().addMSecs(grace));
|
||||
break;
|
||||
}
|
||||
|
||||
case RDLogLine::NoTime:
|
||||
break;
|
||||
}
|
||||
|
||||
event_autofill_box->setChecked(event_event->useAutofill());
|
||||
|
Loading…
x
Reference in New Issue
Block a user