diff --git a/INSTALL b/INSTALL index bc84b7d98..13441ab6f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,54 +1,49 @@ -qBittorrent - A BitTorrent client in C++ / Qt4 +qBittorrent - A BitTorrent client in C++ / Qt ------------------------------------------ -1) Compile and install qBittorrent with Qt4 Graphical Interface +1) Compile and install qBittorrent with Qt graphical interface $ ./configure $ make && make install $ qbittorrent - will install and execute qBittorrent hopefully without any problems. + will install and execute qBittorrent. Dependencies: - - Qt >= 4.6.0 (libqtgui, libqtcore, libqtnetwork, libqtxml, libqtdbus/optional) + - Qt >= 5.5.1 - - pkg-config executable + - pkg-config - - libtorrent-rasterbar by Arvid Norberg (>= 1.0.6) - -> http://www.libtorrent.net - Be careful: another library (the one used by rTorrent) uses a similar name. + - libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg) + * https://www.libtorrent.org/ + * Be careful: another library (the one used by rTorrent) uses a similar name - - libboost >= 1.35.x (libboost-system) + - Boost >= 1.35 - - python >= 2.3 (needed by search engine) - * Run time only dependency + - Python >= 2.7.9 / 3.3.0 (optional, runtime only) + * Required by the internal search engine - - geoip-database (optional) - * If qBittorrent cannot find this database, it will try to resolve countries using the Internet but it will be a lot slower. - * Run time only dependency - -2) Compile and install qBittorrent without Qt4 Graphical interface +2) Compile and install qBittorrent without Qt graphical interface $ ./configure --disable-gui $ make && make install - $ qbittorrent + $ qbittorrent-nox - will install and execute qBittorrent hopefully without any problems. + will install and execute qBittorrent. Dependencies: - - Qt >= 4.4.0 (libqt-devel, libqtcore, libqtnetwork) + - Qt >= 5.5.1 - - pkg-config executable + - pkg-config - - libtorrent-rasterbar by Arvid Norberg (>= v1.0.6) - -> http://www.libtorrent.net - Be careful: another library (the one used by rTorrent) uses a similar name. - - - libboost: libboost-filesystem, libboost-date-time, libboost-thread, libboost-serialization + - libtorrent-rasterbar >= 1.0.6 (by Arvid Norberg) + * https://www.libtorrent.org/ + * Be careful: another library (the one used by rTorrent) uses a similar name + - Boost >= 1.35 DOCUMENTATION: -Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org. +Please note that there is a "Compilation" section at http://wiki.qbittorrent.org. ------------------------------------------ -Christophe Dumez +sledgehammer999 diff --git a/src/base/search/searchpluginmanager.cpp b/src/base/search/searchpluginmanager.cpp index e920b836d..8915fbe71 100644 --- a/src/base/search/searchpluginmanager.cpp +++ b/src/base/search/searchpluginmanager.cpp @@ -73,7 +73,7 @@ namespace // python 2: remove "*.pyc" files const QStringList files = QDir(dir).entryList(QDir::Files); - for (const QString file : files) { + for (const QString &file : files) { if (file.endsWith(".pyc")) Utils::Fs::forceRemove(file); } diff --git a/src/gui/cookiesdialog.ui b/src/gui/cookiesdialog.ui index e9d9a768a..202ee3dd9 100644 --- a/src/gui/cookiesdialog.ui +++ b/src/gui/cookiesdialog.ui @@ -45,11 +45,7 @@ - - - - - + @@ -68,11 +64,7 @@ - - - - - + diff --git a/src/gui/deletionconfirmationdialog.ui b/src/gui/deletionconfirmationdialog.ui index cc891aa09..db2019c44 100644 --- a/src/gui/deletionconfirmationdialog.ui +++ b/src/gui/deletionconfirmationdialog.ui @@ -66,9 +66,6 @@ Remember choice - - - 24 diff --git a/src/gui/optionsdialog.ui b/src/gui/optionsdialog.ui index dcfc08e94..7909942b3 100644 --- a/src/gui/optionsdialog.ui +++ b/src/gui/optionsdialog.ui @@ -2987,11 +2987,7 @@ Use ';' to split multiple entries. Can use wildcard '*'. - - - - - + @@ -3028,11 +3024,7 @@ Use ';' to split multiple entries. Can use wildcard '*'. - - - - - +