Browse Source

- Updated TODO

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
2aea91822e
  1. 5
      TODO
  2. 2
      src/createtorrent_imp.cpp

5
TODO

@ -34,12 +34,13 @@ @@ -34,12 +34,13 @@
- Option to shutdown computer when downloads are finished
- Add a torrent scheduler
// in v1.0.0 (partial) or maybe v0.9.0 depending on next libtorrent release date
// in v1.0.0 (partial)
- Download from RSS feeds (IN PROGRESS)
- Move finished torrent to another tab and keep on seeding them even after restart
- Allow to edit the trackers for a torrent
- Improve torrent creation dialog
// In v0.9.0
- Update translations (FR, SV, NB, PL done)
- Splitting torrent part from GUI (bug squashing + cleanup)
- Bug squashing
- Wait for libtorrent v0.12 official release

2
src/createtorrent_imp.cpp

@ -133,6 +133,6 @@ void createtorrent::on_createButton_clicked(){ @@ -133,6 +133,6 @@ void createtorrent::on_createButton_clicked(){
catch (std::exception& e){
std::cerr << e.what() << "\n";
}
QMessageBox::information(0, tr("Torrent creation"), tr("Torrent was created successfully:")+" "+destination);
hide();
QMessageBox::information(0, tr("Torrent creation"), tr("Torrent was created successfully:")+" "+destination);
}

Loading…
Cancel
Save