Added button to edit the current output path in a simple LineEdit control.

This commit is contained in:
LoRd_MuldeR 2012-03-26 22:02:11 +02:00
parent b4aaaccdf2
commit 1738ea5b6e
18 changed files with 990 additions and 780 deletions

View File

@ -21,6 +21,7 @@ a:visited { color: #0000EE; }
<li>Added Chinese and Taiwanese translations, thanks to 456Vv &lt;123@456vv.com&gt;
<li>Added experimental support for dcaenc, created by Alexander E. Patrakov &lt;patrakov@gmail.com&gt;
<li>Added CSV export/import for Meta tags (see context-menu on the "Source Files" tab)
<li>Added a button to modify the current output folder path in an edit box
<li>Updated Qt runtime libraries to v4.8.0 (2011-12-15), compiled with MSVC 10.0
<li>Updated LAME encoder to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.139" target="_blank">details</a>)
<li>Updated MediaInfo to v0.7.54 (2012-03-13), compiled with ICL 12.1.7 and MSVC 10.0

File diff suppressed because it is too large Load Diff

View File

@ -1834,6 +1834,14 @@
<source>Current AAC Encoder: %1</source>
<translation>Aktueller AAC-Kodierer: %1</translation>
</message>
<message>
<source>Edit Output Path</source>
<translation>Zielverzeichnis bearbeiten</translation>
</message>
<message>
<source>Show Favorites</source>
<translation>Favoriten anzeigen</translation>
</message>
</context>
<context>
<name>MetaInfo</name>

View File

@ -1833,6 +1833,14 @@
<source>Current AAC Encoder: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Edit Output Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show Favorites</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfo</name>

View File

@ -1843,6 +1843,14 @@ Ouvrir le dossier récursivement...</translation>
<source>Current AAC Encoder: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Edit Output Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show Favorites</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfo</name>

View File

@ -1834,6 +1834,14 @@
<source>Current AAC Encoder: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Edit Output Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show Favorites</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfo</name>

View File

@ -1833,6 +1833,14 @@
<source>Current AAC Encoder: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Edit Output Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show Favorites</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfo</name>

File diff suppressed because it is too large Load Diff

View File

@ -1839,6 +1839,14 @@
<source>Current AAC Encoder: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Edit Output Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show Favorites</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfo</name>

View File

@ -1833,6 +1833,14 @@
<source>Current AAC Encoder: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Edit Output Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show Favorites</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfo</name>

View File

@ -1834,6 +1834,14 @@
<source>Current AAC Encoder: %1</source>
<translation>Поточний кодер AAC: %1</translation>
</message>
<message>
<source>Edit Output Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show Favorites</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfo</name>

View File

@ -1833,6 +1833,14 @@
<source>Current AAC Encoder: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Edit Output Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show Favorites</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfo</name>

View File

@ -30,7 +30,7 @@
</font>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<property name="usesScrollButtons">
<bool>false</bool>
@ -340,6 +340,41 @@
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="outputFolderEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">($OUTDIR)</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="outputFoldersEditorLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Edit Output Path</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="pixmap">
<pixmap resource="../res/Icons.qrc">:/icons/drive_edit.png</pixmap>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="outputFoldersFovoritesLabel">
<property name="sizePolicy">
@ -348,11 +383,14 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Show Favorites</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="text">
<string/>
<string notr="true"/>
</property>
<property name="pixmap">
<pixmap resource="../res/Icons.qrc">:/icons/star.png</pixmap>
@ -1265,8 +1303,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>604</width>
<height>1524</height>
<width>602</width>
<height>1515</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_22">

View File

@ -46,6 +46,7 @@
<file>icons/drive.png</file>
<file>icons/drive_cd.png</file>
<file>icons/drive_disk.png</file>
<file>icons/drive_edit.png</file>
<file>icons/drive_link.png</file>
<file>icons/drive_network.png</file>
<file>icons/exclamation.png</file>

Binary file not shown.

View File

@ -29,8 +29,8 @@
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 8
#define VER_LAMEXP_BUILD 920
#define VER_LAMEXP_PATCH 9
#define VER_LAMEXP_BUILD 922
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)

View File

@ -161,6 +161,7 @@ MainWindow::MainWindow(FileListModel *fileListModel, AudioFileModel *metaInfo, S
outputFolderView->setMouseTracking(false);
outputFolderView->setContextMenuPolicy(Qt::CustomContextMenu);
outputFolderView->installEventFilter(this);
outputFoldersEditorLabel->installEventFilter(this);
outputFoldersFovoritesLabel->installEventFilter(this);
while(saveToSourceFolderCheckBox->isChecked() != m_settings->outputToSourceDir()) saveToSourceFolderCheckBox->click();
prependRelativePathCheckBox->setChecked(m_settings->prependRelativeSourcePath());
@ -174,6 +175,7 @@ MainWindow::MainWindow(FileListModel *fileListModel, AudioFileModel *metaInfo, S
connect(buttonGotoMusic, SIGNAL(clicked()), this, SLOT(gotoMusicFolderButtonClicked()));
connect(saveToSourceFolderCheckBox, SIGNAL(clicked()), this, SLOT(saveToSourceFolderChanged()));
connect(prependRelativePathCheckBox, SIGNAL(clicked()), this, SLOT(prependRelativePathChanged()));
connect(outputFolderEdit, SIGNAL(editingFinished()), this, SLOT(outputFolderEditFinished()));
m_outputFolderContextMenu = new QMenu();
m_showFolderContextAction = m_outputFolderContextMenu->addAction(QIcon(":/icons/zoom.png"), "N/A");
m_outputFolderFavoritesMenu = new QMenu();
@ -182,6 +184,7 @@ MainWindow::MainWindow(FileListModel *fileListModel, AudioFileModel *metaInfo, S
connect(outputFolderView, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(outputFolderContextMenu(QPoint)));
connect(m_showFolderContextAction, SIGNAL(triggered(bool)), this, SLOT(showFolderContextActionTriggered()));
connect(m_addFavoriteFolderAction, SIGNAL(triggered(bool)), this, SLOT(addFavoriteFolderActionTriggered()));
outputFolderEdit->setVisible(false);
outputFolderLabel->installEventFilter(this);
outputFolderView->setCurrentIndex(m_fileSystemModel->index(m_settings->outputDir()));
outputFolderViewClicked(outputFolderView->currentIndex());
@ -900,6 +903,39 @@ bool MainWindow::eventFilter(QObject *obj, QEvent *event)
break;
}
}
else if(obj == outputFoldersEditorLabel)
{
QMouseEvent *mouseEvent = dynamic_cast<QMouseEvent*>(event);
QPoint pos = (mouseEvent != NULL) ? mouseEvent->pos() : QPoint();
QWidget *sender = dynamic_cast<QLabel*>(obj);
switch(event->type())
{
case QEvent::Enter:
outputFoldersEditorLabel->setFrameShadow(QFrame::Raised);
break;
case QEvent::MouseButtonPress:
outputFoldersEditorLabel->setFrameShadow(QFrame::Sunken);
break;
case QEvent::MouseButtonRelease:
outputFoldersEditorLabel->setFrameShadow(QFrame::Raised);
if(sender && mouseEvent)
{
if(pos.x() <= sender->width() && pos.y() <= sender->height() && pos.x() >= 0 && pos.y() >= 0 && mouseEvent->button() != Qt::MidButton)
{
outputFolderLabel->setVisible(false);
outputFolderEdit->setVisible(true);
outputFolderEdit->setText(outputFolderLabel->text());
outputFolderEdit->selectAll();
outputFolderEdit->setFocus();
}
}
break;
case QEvent::Leave:
outputFoldersEditorLabel->setFrameShadow(QFrame::Plain);
break;
}
}
return QMainWindow::eventFilter(obj, event);
}
@ -2537,6 +2573,47 @@ void MainWindow::addFavoriteFolderActionTriggered(void)
refreshFavorites();
}
/*
* Output folder edit finished
*/
void MainWindow::outputFolderEditFinished(void)
{
QString text = QDir::fromNativeSeparators(outputFolderEdit->text().trimmed());
outputFolderEdit->setVisible(false);
outputFolderLabel->setVisible(true);
while(!text.isEmpty())
{
while(text.startsWith('"') || text.startsWith('/')) text = text.right(text.length() - 1).trimmed();
while(text.endsWith('"') || text.endsWith('/')) text = text.left(text.length() - 1).trimmed();
QFileInfo info(text);
if(info.exists() && info.isDir())
{
QModelIndex index = m_fileSystemModel->index(info.canonicalFilePath());
if(index.isValid())
{
outputFolderView->setCurrentIndex(index);
return;
}
}
else if(info.exists() && info.isFile())
{
QModelIndex index = m_fileSystemModel->index(info.canonicalPath());
if(index.isValid())
{
outputFolderView->setCurrentIndex(index);
return;
}
}
text = text.left(text.length() - 1).trimmed();
}
MessageBeep(MB_ICONERROR);
}
/*
* Initialize file system model
*/

View File

@ -104,6 +104,7 @@ private slots:
void notifyOtherInstance(void);
void openFolderActionActivated(void);
void outputFolderContextMenu(const QPoint &pos);
void outputFolderEditFinished(void);
void outputFolderViewClicked(const QModelIndex &index);
void outputFolderViewMoved(const QModelIndex &index);
void playlistEnabledChanged(void);