mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Compare commits
3 Commits
release-3.
...
release-3.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
753e9181fe | ||
|
|
9546a73182 | ||
|
|
c0ee99c553 |
@@ -1,3 +1,7 @@
|
||||
* Tue Sep 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.4
|
||||
- BUGFIX: Fix issue with downloads starting from scratch on startup if temporary
|
||||
directory setting is enabled.
|
||||
|
||||
* Sun Sep 16 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.3
|
||||
- BUGFIX: Fix issue with temporary directory not being taken into consideration (closes #94)
|
||||
- BUGFIX: Address encoding issues when using search engine on Windows (closes #29)
|
||||
|
||||
44
macxconf.pri
44
macxconf.pri
@@ -16,16 +16,50 @@ LIBS += -lssl -lcrypto
|
||||
# Boost system lib
|
||||
LIBS += -lboost_system-mt
|
||||
# Boost filesystem lib (Not needed for libtorrent >= 0.16.0)
|
||||
LIBS += -lboost_filesystem-mt
|
||||
#LIBS += -lboost_filesystem-mt
|
||||
# Carbon
|
||||
LIBS += -framework Carbon -framework IOKit
|
||||
|
||||
document_icon.path = Contents/Resources
|
||||
document_icon.files = Icons/qBitTorrentDocument.icns
|
||||
|
||||
document_icon.files = mac/qBitTorrentDocument.icns
|
||||
QMAKE_BUNDLE_DATA += document_icon
|
||||
ICON = Icons/qbittorrent_mac.icns
|
||||
QMAKE_INFO_PLIST = Info.plist
|
||||
|
||||
qt_conf.path = Contents/Resources
|
||||
qt_conf.files = mac/qt.conf
|
||||
QMAKE_BUNDLE_DATA += qt_conf
|
||||
|
||||
qt_translations.path = Contents/MacOS/translations
|
||||
qt_translations.files = qt-translations/qt_ar.qm \
|
||||
qt-translations/qt_bg.qm \
|
||||
qt-translations/qt_ca.qm \
|
||||
qt-translations/qt_cs.qm \
|
||||
qt-translations/qt_da.qm \
|
||||
qt-translations/qt_de.qm \
|
||||
qt-translations/qt_es.qm \
|
||||
qt-translations/qt_fi.qm \
|
||||
qt-translations/qt_fr.qm \
|
||||
qt-translations/qt_gl.qm \
|
||||
qt-translations/qt_he.qm \
|
||||
qt-translations/qt_hu.qm \
|
||||
qt-translations/qt_it.qm \
|
||||
qt-translations/qt_ja.qm \
|
||||
qt-translations/qt_ko.qm \
|
||||
qt-translations/qt_lt.qm \
|
||||
qt-translations/qt_nl.qm \
|
||||
qt-translations/qt_pl.qm \
|
||||
qt-translations/qt_pt.qm \
|
||||
qt-translations/qt_pt_BR.qm \
|
||||
qt-translations/qt_ru.qm \
|
||||
qt-translations/qt_sk.qm \
|
||||
qt-translations/qt_sv.qm \
|
||||
qt-translations/qt_tr.qm \
|
||||
qt-translations/qt_uk.qm \
|
||||
qt-translations/qt_zh_CN.qm \
|
||||
qt-translations/qt_zh_TW.qm
|
||||
QMAKE_BUNDLE_DATA += qt_translations
|
||||
|
||||
ICON = mac/qbittorrent_mac.icns
|
||||
QMAKE_INFO_PLIST = mac/Info.plist
|
||||
|
||||
DEFINES += WITH_GEOIP_EMBEDDED
|
||||
message("On Mac OS X, GeoIP database must be embedded.")
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.3</string>
|
||||
<string>3.0.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>qBit</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
4
src/mac/qt.conf
Normal file
4
src/mac/qt.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
[Paths]
|
||||
Prefix = MacOS
|
||||
Translations = translations
|
||||
Plugins = PlugIns
|
||||
BIN
src/qt-translations/qt_ar.qm
Normal file
BIN
src/qt-translations/qt_ar.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_bg.qm
Normal file
BIN
src/qt-translations/qt_bg.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_ca.qm
Normal file
BIN
src/qt-translations/qt_ca.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_cs.qm
Normal file
BIN
src/qt-translations/qt_cs.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_da.qm
Normal file
BIN
src/qt-translations/qt_da.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_de.qm
Normal file
BIN
src/qt-translations/qt_de.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_es.qm
Normal file
BIN
src/qt-translations/qt_es.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_fi.qm
Normal file
BIN
src/qt-translations/qt_fi.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_fr.qm
Normal file
BIN
src/qt-translations/qt_fr.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_gl.qm
Normal file
BIN
src/qt-translations/qt_gl.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_he.qm
Normal file
BIN
src/qt-translations/qt_he.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_hu.qm
Normal file
BIN
src/qt-translations/qt_hu.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_it.qm
Normal file
BIN
src/qt-translations/qt_it.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_ja.qm
Normal file
BIN
src/qt-translations/qt_ja.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_ko.qm
Normal file
BIN
src/qt-translations/qt_ko.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_lt.qm
Normal file
BIN
src/qt-translations/qt_lt.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_nl.qm
Normal file
BIN
src/qt-translations/qt_nl.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_pl.qm
Normal file
BIN
src/qt-translations/qt_pl.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_pt.qm
Normal file
BIN
src/qt-translations/qt_pt.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_pt_BR.qm
Normal file
BIN
src/qt-translations/qt_pt_BR.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_ru.qm
Normal file
BIN
src/qt-translations/qt_ru.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_sk.qm
Normal file
BIN
src/qt-translations/qt_sk.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_sv.qm
Normal file
BIN
src/qt-translations/qt_sv.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_tr.qm
Normal file
BIN
src/qt-translations/qt_tr.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_uk.qm
Normal file
BIN
src/qt-translations/qt_uk.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_zh_CN.qm
Normal file
BIN
src/qt-translations/qt_zh_CN.qm
Normal file
Binary file not shown.
BIN
src/qt-translations/qt_zh_TW.qm
Normal file
BIN
src/qt-translations/qt_zh_TW.qm
Normal file
Binary file not shown.
@@ -930,7 +930,7 @@ QTorrentHandle QBtSession::addMagnetUri(QString magnet_uri, bool resumed, bool f
|
||||
}
|
||||
if (savePath.isEmpty())
|
||||
savePath = getSavePath(hash, false);
|
||||
if (!defaultTempPath.isEmpty() && !TorrentPersistentData::isSeed(hash) && !resumed) {
|
||||
if (!defaultTempPath.isEmpty() && !TorrentPersistentData::isSeed(hash)) {
|
||||
qDebug("addMagnetURI: Temp folder is enabled.");
|
||||
QString torrent_tmp_path = defaultTempPath.replace("\\", "/");
|
||||
p.save_path = torrent_tmp_path.toUtf8().constData();
|
||||
@@ -961,12 +961,6 @@ QTorrentHandle QBtSession::addMagnetUri(QString magnet_uri, bool resumed, bool f
|
||||
}
|
||||
Q_ASSERT(h.hash() == hash);
|
||||
|
||||
// If temp path is enabled, move torrent
|
||||
if (!defaultTempPath.isEmpty() && !resumed) {
|
||||
qDebug("Temp folder is enabled, moving new torrent to temp folder");
|
||||
h.move_storage(defaultTempPath);
|
||||
}
|
||||
|
||||
loadTorrentSettings(h);
|
||||
|
||||
// Load filtered files
|
||||
@@ -1119,7 +1113,7 @@ QTorrentHandle QBtSession::addTorrent(QString path, bool fromScanDir, QString fr
|
||||
} else {
|
||||
savePath = getSavePath(hash, fromScanDir, path);
|
||||
}
|
||||
if (!defaultTempPath.isEmpty() && !TorrentPersistentData::isSeed(hash) && !resumed) {
|
||||
if (!defaultTempPath.isEmpty() && !TorrentPersistentData::isSeed(hash)) {
|
||||
qDebug("addTorrent::Temp folder is enabled.");
|
||||
QString torrent_tmp_path = defaultTempPath.replace("\\", "/");
|
||||
p.save_path = torrent_tmp_path.toUtf8().constData();
|
||||
@@ -1147,19 +1141,6 @@ QTorrentHandle QBtSession::addTorrent(QString path, bool fromScanDir, QString fr
|
||||
return h;
|
||||
}
|
||||
|
||||
// If temp path is enabled, move torrent
|
||||
// XXX: The torrent is moved after the torrent_checked_alert
|
||||
// is received to make sure we don't move a completed torrent (#602938)
|
||||
/*if (!defaultTempPath.isEmpty() && !resumed) {
|
||||
qDebug("Temp folder is enabled, moving new torrent to temp folder");
|
||||
QString torrent_tmp_path = defaultTempPath.replace("\\", "/");
|
||||
if (!root_folder.isEmpty()) {
|
||||
if (!torrent_tmp_path.endsWith("/")) torrent_tmp_path += "/";
|
||||
torrent_tmp_path += root_folder;
|
||||
}
|
||||
h.move_storage(torrent_tmp_path);
|
||||
}*/
|
||||
|
||||
loadTorrentSettings(h);
|
||||
|
||||
if (!resumed) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PROJECT_NAME = qbittorrent
|
||||
PROJECT_VERSION = 3.0.3
|
||||
PROJECT_VERSION = 3.0.4
|
||||
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||
@@ -9,4 +9,4 @@ os2 {
|
||||
|
||||
DEFINES += VERSION_MAJOR=3
|
||||
DEFINES += VERSION_MINOR=0
|
||||
DEFINES += VERSION_BUGFIX=3
|
||||
DEFINES += VERSION_BUGFIX=4
|
||||
|
||||
Reference in New Issue
Block a user