FEATURE: Remember previous save paths in torrent addition dialog (closes #579305)

This commit is contained in:
Christophe Dumez
2010-06-27 16:30:37 +00:00
parent 67f41ad991
commit ca762139f6
4 changed files with 555 additions and 471 deletions

View File

@@ -68,6 +68,7 @@ public:
void saveSettings();
void showLoadMagnetURI(QString magnet_uri);
void showLoad(QString filePath, QString from_url=QString::null);
QString getCurrentTruncatedSavePath() const;
public slots:
void displayContentListMenu(const QPoint&);
@@ -80,6 +81,8 @@ public slots:
void on_OkButton_clicked();
void renameTorrentNameInModel(QString file_path);
void hideTorrentContent();
void saveTruncatedPathHistory();
QStringList getSavePathHistory() const;
public slots:
void updateLabelInSavePath(QString label);