1
mirror of https://github.com/qbittorrent/qBittorrent synced 2025-10-09 18:32:15 +02:00

Compare commits

...

12 Commits

Author SHA1 Message Date
Christophe Dumez
f9b3ebd259 - tagged rc1 release 2008-07-22 15:38:37 +00:00
Christophe Dumez
855b539843 - Add missing line at the end 2008-07-19 20:04:01 +00:00
Christophe Dumez
2e72ab4973 - Fixed extented selection in search results list (Bug introduced by Tab support in search engine) 2008-07-19 19:28:57 +00:00
Christophe Dumez
ae2ad8e747 - Fixed a bug in torrent progress display 2008-07-16 21:53:34 +00:00
Christophe Dumez
42fa5ef8f3 - Updated hungarian translation 2008-07-13 21:12:16 +00:00
Christophe Dumez
9395f7316d - Updated hungarian translator's mail 2008-07-13 21:10:18 +00:00
Christophe Dumez
fa1c4050ed - Updated Korean translation 2008-07-12 21:23:27 +00:00
Christophe Dumez
565b98a94a - Updated turkish translation 2008-07-11 21:35:39 +00:00
Christophe Dumez
f58efdfefc - Bump to rc1
- Disable debug
2008-07-11 17:37:13 +00:00
Christophe Dumez
a806c27f70 - Updated Italian translation 2008-07-11 16:30:52 +00:00
Christophe Dumez
a8f82d9e12 - Updated Finnish translation 2008-07-10 18:50:34 +00:00
Christophe Dumez
fe6054307e - Moved v1.1.x to its own branch. Trunk will now be dedicated to v1.2.x 2008-07-10 18:11:26 +00:00
58 changed files with 3765 additions and 2252 deletions

View File

@@ -27,6 +27,7 @@
- COSMETIC: Display "unpaused/total_torrent" in download/upload tabs
- COSMETIC: Allow to resize RSS column
- 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
- FEATURE: Based on new libtorrent v0.13

6
TODO
View File

@@ -43,3 +43,9 @@ Translations updated:
- Brazilian
- Slovak
- Swedish
- Romanian
- Finnish
- Italian
- Turkish
- Korean
- Hungarian

View File

@@ -41,6 +41,7 @@ SearchTab::SearchTab(SearchEngine *parent) : QWidget()
box=new QVBoxLayout();
results_lbl=new QLabel();
resultsBrowser = new QTreeView();
resultsBrowser->setSelectionMode(QAbstractItemView::ExtendedSelection);
box->addWidget(results_lbl);
box->addWidget(resultsBrowser);
@@ -185,4 +186,5 @@ bool SearchTab::loadColWidthSearchList(){
}
qDebug("Search list columns width loaded");
return true;
}
}

View File

@@ -62,7 +62,7 @@ class about : public QDialog, private Ui::AboutDlg{
- <u>Finnish:</u> Niklas Laxström (nikerabbit@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>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>Japanese:</u> Nardog (nardog@e2umail.com)<br>\
- <u>Korean:</u> Jin Woo Sin (jin828sin@users.sourceforge.net)<br>\

View File

@@ -234,7 +234,7 @@ class arborescence {
void addFile(QString path, size_type file_size, int index, float progress=0., int priority=1) {
Q_ASSERT(root->isDir());
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());
if(relative_path.at(0) ==QDir::separator())
relative_path.remove(0, 1);

Binary file not shown.

View File

@@ -4016,7 +4016,7 @@ However, those plugins were disabled.</source>
<message>
<location filename="../misc.h" line="322"/>
<source>Unknown</source>
<translation>Неизвестно</translation>
<translation type="obsolete">Неизвестно</translation>
</message>
<message>
<location filename="../misc.h" line="110"/>

Binary file not shown.

View File

@@ -3800,7 +3800,7 @@ However, those plugins were disabled.</source>
<message>
<location filename="../misc.h" line="322"/>
<source>Unknown</source>
<translation>Desconegut</translation>
<translation type="obsolete">Desconegut</translation>
</message>
<message>
<location filename="../misc.h" line="110"/>

Binary file not shown.

View File

@@ -3195,7 +3195,7 @@ However, those plugins were disabled.</source>
<message>
<location filename="../misc.h" line="322"/>
<source>Unknown</source>
<translation>Ukendt</translation>
<translation type="obsolete">Ukendt</translation>
</message>
<message>
<location filename="../misc.h" line="110"/>

Binary file not shown.

View File

@@ -4013,7 +4013,7 @@ Die Plugins wurden jedoch deaktiviert.</translation>
<message>
<location filename="../misc.h" line="322"/>
<source>Unknown</source>
<translation>Unbekannt</translation>
<translation type="obsolete">Unbekannt</translation>
</message>
<message>
<location filename="../misc.h" line="110"/>

Binary file not shown.

View File

@@ -4104,7 +4104,7 @@ However, those plugins were disabled.</source>
<message>
<location filename="../misc.h" line="322"/>
<source>Unknown</source>
<translation>Άγνωστος</translation>
<translation type="obsolete">Άγνωστος</translation>
</message>
<message>
<location filename="" line="7471221"/>

Binary file not shown.

View File

@@ -2278,11 +2278,6 @@ However, those plugins were disabled.</source>
<comment>tebibytes (1024 gibibytes)</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../misc.h" line="322"/>
<source>Unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../misc.h" line="110"/>
<source>Unknown</source>

Binary file not shown.

View File

@@ -4016,7 +4016,7 @@ De cualquier forma, esos plugins fueron deshabilitados.</translation>
<message>
<location filename="../misc.h" line="322"/>
<source>Unknown</source>
<translation>Desconocido</translation>
<translation type="obsolete">Desconocido</translation>
</message>
<message>
<location filename="" line="7471221"/>

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -4233,7 +4233,7 @@ Cependant, les greffons en question ont été désactivés.</translation>
<message>
<location filename="../misc.h" line="322"/>
<source>Unknown</source>
<translation>Inconnu</translation>
<translation type="obsolete">Inconnu</translation>
</message>
<message>
<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.

View File

@@ -3286,7 +3286,7 @@ However, those plugins were disabled.</source>
<message>
<location filename="../misc.h" line="322"/>
<source>Unknown</source>
<translation>不明</translation>
<translation type="obsolete">不明</translation>
</message>
<message>
<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