You've already forked qBittorrent
mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-10-12 03:12:18 +02:00
Compare commits
12 Commits
release-5.
...
release-1.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f9b3ebd259 | ||
![]() |
855b539843 | ||
![]() |
2e72ab4973 | ||
![]() |
ae2ad8e747 | ||
![]() |
42fa5ef8f3 | ||
![]() |
9395f7316d | ||
![]() |
fa1c4050ed | ||
![]() |
565b98a94a | ||
![]() |
f58efdfefc | ||
![]() |
a806c27f70 | ||
![]() |
a8f82d9e12 | ||
![]() |
fe6054307e |
@@ -27,6 +27,7 @@
|
|||||||
- COSMETIC: Display "unpaused/total_torrent" in download/upload tabs
|
- COSMETIC: Display "unpaused/total_torrent" in download/upload tabs
|
||||||
- COSMETIC: Allow to resize RSS column
|
- COSMETIC: Allow to resize RSS column
|
||||||
- COSMETIC: Global UP/DL speeds and ratio are displayed above tabs
|
- COSMETIC: Global UP/DL speeds and ratio are displayed above tabs
|
||||||
|
- COSMETIC: Use infinity symbol for ETA when time is infinite
|
||||||
|
|
||||||
* Fri Apr 11 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.0.0
|
* Fri Apr 11 2008 - Christophe Dumez <chris@qbittorrent.org> - v1.0.0
|
||||||
- FEATURE: Based on new libtorrent v0.13
|
- FEATURE: Based on new libtorrent v0.13
|
||||||
|
6
TODO
6
TODO
@@ -43,3 +43,9 @@ Translations updated:
|
|||||||
- Brazilian
|
- Brazilian
|
||||||
- Slovak
|
- Slovak
|
||||||
- Swedish
|
- Swedish
|
||||||
|
- Romanian
|
||||||
|
- Finnish
|
||||||
|
- Italian
|
||||||
|
- Turkish
|
||||||
|
- Korean
|
||||||
|
- Hungarian
|
||||||
|
@@ -41,6 +41,7 @@ SearchTab::SearchTab(SearchEngine *parent) : QWidget()
|
|||||||
box=new QVBoxLayout();
|
box=new QVBoxLayout();
|
||||||
results_lbl=new QLabel();
|
results_lbl=new QLabel();
|
||||||
resultsBrowser = new QTreeView();
|
resultsBrowser = new QTreeView();
|
||||||
|
resultsBrowser->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||||
box->addWidget(results_lbl);
|
box->addWidget(results_lbl);
|
||||||
box->addWidget(resultsBrowser);
|
box->addWidget(resultsBrowser);
|
||||||
|
|
||||||
@@ -185,4 +186,5 @@ bool SearchTab::loadColWidthSearchList(){
|
|||||||
}
|
}
|
||||||
qDebug("Search list columns width loaded");
|
qDebug("Search list columns width loaded");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -62,7 +62,7 @@ class about : public QDialog, private Ui::AboutDlg{
|
|||||||
- <u>Finnish:</u> Niklas Laxström (nikerabbit@users.sourceforge.net)<br>\
|
- <u>Finnish:</u> Niklas Laxström (nikerabbit@users.sourceforge.net)<br>\
|
||||||
- <u>German:</u> Niels Hoffmann (zentralmaschine@users.sourceforge.net)<br>\
|
- <u>German:</u> Niels Hoffmann (zentralmaschine@users.sourceforge.net)<br>\
|
||||||
- <u>Greek:</u> Tsvetan Bankov (emerge_life@users.sourceforge.net)<br>\
|
- <u>Greek:</u> Tsvetan Bankov (emerge_life@users.sourceforge.net)<br>\
|
||||||
- <u>Hungarian:</u> Majoros Péter (majoros.j.p@t-online.hu)<br>\
|
- <u>Hungarian:</u> Majoros Péter (majoros.peterj@gmail.com)<br>\
|
||||||
- <u>Italian:</u> Mirko Ferrari (mirkoferrari@gmail.com) and Ferraro Luciano (luciano.ferraro@gmail.com)<br>\
|
- <u>Italian:</u> Mirko Ferrari (mirkoferrari@gmail.com) and Ferraro Luciano (luciano.ferraro@gmail.com)<br>\
|
||||||
- <u>Japanese:</u> Nardog (nardog@e2umail.com)<br>\
|
- <u>Japanese:</u> Nardog (nardog@e2umail.com)<br>\
|
||||||
- <u>Korean:</u> Jin Woo Sin (jin828sin@users.sourceforge.net)<br>\
|
- <u>Korean:</u> Jin Woo Sin (jin828sin@users.sourceforge.net)<br>\
|
||||||
|
@@ -234,7 +234,7 @@ class arborescence {
|
|||||||
void addFile(QString path, size_type file_size, int index, float progress=0., int priority=1) {
|
void addFile(QString path, size_type file_size, int index, float progress=0., int priority=1) {
|
||||||
Q_ASSERT(root->isDir());
|
Q_ASSERT(root->isDir());
|
||||||
path = QDir::cleanPath(path);
|
path = QDir::cleanPath(path);
|
||||||
Q_ASSERT(path.startsWith(root->path()));
|
//Q_ASSERT(path.startsWith(root->path()));
|
||||||
QString relative_path = path.remove(0, root->path().size());
|
QString relative_path = path.remove(0, root->path().size());
|
||||||
if(relative_path.at(0) ==QDir::separator())
|
if(relative_path.at(0) ==QDir::separator())
|
||||||
relative_path.remove(0, 1);
|
relative_path.remove(0, 1);
|
||||||
|
Binary file not shown.
@@ -4016,7 +4016,7 @@ However, those plugins were disabled.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="322"/>
|
<location filename="../misc.h" line="322"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation>Неизвестно</translation>
|
<translation type="obsolete">Неизвестно</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="110"/>
|
<location filename="../misc.h" line="110"/>
|
||||||
|
Binary file not shown.
@@ -3800,7 +3800,7 @@ However, those plugins were disabled.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="322"/>
|
<location filename="../misc.h" line="322"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation>Desconegut</translation>
|
<translation type="obsolete">Desconegut</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="110"/>
|
<location filename="../misc.h" line="110"/>
|
||||||
|
Binary file not shown.
@@ -3195,7 +3195,7 @@ However, those plugins were disabled.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="322"/>
|
<location filename="../misc.h" line="322"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation>Ukendt</translation>
|
<translation type="obsolete">Ukendt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="110"/>
|
<location filename="../misc.h" line="110"/>
|
||||||
|
Binary file not shown.
@@ -4013,7 +4013,7 @@ Die Plugins wurden jedoch deaktiviert.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="322"/>
|
<location filename="../misc.h" line="322"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation>Unbekannt</translation>
|
<translation type="obsolete">Unbekannt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="110"/>
|
<location filename="../misc.h" line="110"/>
|
||||||
|
Binary file not shown.
@@ -4104,7 +4104,7 @@ However, those plugins were disabled.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="322"/>
|
<location filename="../misc.h" line="322"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation>Άγνωστος</translation>
|
<translation type="obsolete">Άγνωστος</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="" line="7471221"/>
|
<location filename="" line="7471221"/>
|
||||||
|
Binary file not shown.
@@ -2278,11 +2278,6 @@ However, those plugins were disabled.</source>
|
|||||||
<comment>tebibytes (1024 gibibytes)</comment>
|
<comment>tebibytes (1024 gibibytes)</comment>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../misc.h" line="322"/>
|
|
||||||
<source>Unknown</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="110"/>
|
<location filename="../misc.h" line="110"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
|
Binary file not shown.
@@ -4016,7 +4016,7 @@ De cualquier forma, esos plugins fueron deshabilitados.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="322"/>
|
<location filename="../misc.h" line="322"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation>Desconocido</translation>
|
<translation type="obsolete">Desconocido</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="" line="7471221"/>
|
<location filename="" line="7471221"/>
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -4233,7 +4233,7 @@ Cependant, les greffons en question ont été désactivés.</translation>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="322"/>
|
<location filename="../misc.h" line="322"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation>Inconnu</translation>
|
<translation type="obsolete">Inconnu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="215"/>
|
<location filename="../misc.h" line="215"/>
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -3286,7 +3286,7 @@ However, those plugins were disabled.</source>
|
|||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="322"/>
|
<location filename="../misc.h" line="322"/>
|
||||||
<source>Unknown</source>
|
<source>Unknown</source>
|
||||||
<translation>不明</translation>
|
<translation type="obsolete">不明</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../misc.h" line="110"/>
|
<location filename="../misc.h" line="110"/>
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user