Gabriele
420fa82e8d
Put some string placeholders between quotes
9 years ago
Vladimir Golovnev (Glassez)
191cdc2849
Move utilities to core/utils folder.
...
Also move the names to Utils namespace.
10 years ago
Vladimir Golovnev (Glassez)
d16d1fdb3a
Redesign main core classes.
10 years ago
Vladimir Golovnev (Glassez)
d32bb52390
Don't add core to INCLUDEPATH.
10 years ago
Vladimir Golovnev (Glassez)
ff9a281b72
Change project directory structure.
...
Change project directory structure according to application structure.
Change 'nox' configuration option to something more meaningful 'nogui'.
Rename 'Icons' folder to 'icons' (similar to other folders).
Partially add 'nowebui' option support.
Remove QConf project file.
10 years ago
sledgehammer999
f413e8b121
Stop using internal libtorrent API. Closes #2202 .
10 years ago
sledgehammer999
cbbf14b0f8
Follow project coding style. Issue #2192 .
10 years ago
sledgehammer999
f35e06540e
Load torrents that have big metadata file. Closes #1889 .
10 years ago
lojack5
ac3efb664a
fix import torrent with "Keep incomplete torrents in:" ticked
...
* also had to account for "Append the label of the torrent to the save path",
but again, this was only an issue when "Keep incomplete torrents in:" is
selected
* A multi-file torrent with only one file (ie: a single file within a folder),
was being treated as a single-file torrent, making it impossible to import.
Multi-file torrent detection code was copied from libtorrent. The
information is available in libtorrent (under torrent_info::m_multifile),
however it's a private member and I chose to go with copying the code that
determines it, rather than modifying a library qBittorrent depends on.
Conflicts:
src/torrentimportdlg.cpp
10 years ago
sledgehammer999
45e95e6cc2
Don't translate file extensions. Closes #1907 .
10 years ago
sledgehammer999
d8d95d2195
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
10 years ago
Nick Tiskov
6e77d12ac6
Update dialogs
11 years ago
sledgehammer999
b4dca951b2
Drop libtorrent 0.15.x support.
11 years ago
sledgehammer999
22e2bafa7a
Fix compilation with libtorrent 1.x.x v2
12 years ago
sledgehammer999
94b58ca229
Fix compilation with libtorrent 1.x.x.
12 years ago
Christophe Dumez
da3406b811
Simplify the code a bit now that QIniSettings uses qBittorrent / qBittorrent by default
12 years ago
Christophe Dumez
51aae059e3
Fix "Skip hash check" feature in torrent import dialog ( closes #128 )
12 years ago
Christophe Dumez
0f291629cc
Move FileSystem utility functions out of misc.h
...
Use new fs_utils.h instead.
13 years ago
Christophe Dumez
c502edf9e1
Brand new torrent addition dialog
13 years ago
Christophe Dumez
a8a7b61ea9
Coding style clean up
13 years ago
Christophe Dumez
a53a70742d
Drop support for libtorrent v0.14.x
13 years ago
Christophe Dumez
f843a4b13a
Fix compilation error
14 years ago
Christophe Dumez
3995af6489
Initial port to libtorrent v0.16
14 years ago
Christophe Dumez
4828a05ced
Code clean up
14 years ago
Christophe Dumez
bf5c1951ba
Fix torrent import
14 years ago
Christophe Dumez
83ff66e0b1
Use of system icon theme can now be disabled
14 years ago
Christophe Dumez
64f4775a81
Code clean up
14 years ago
Christophe Dumez
052825e5c4
Initial support for system Icons (incomplete but good progress)
14 years ago
Christophe Dumez
45f0383ee2
Several dimension saving fixes
14 years ago
Christophe Dumez
a39c7f52cf
Remember torrent import dialog geometry and position
14 years ago
Christophe Dumez
3b3642bbba
Initial support for libtorrent v0.16 (still a lot of deprecation warning but it compiles...)
14 years ago
Christophe Dumez
126e2e7c75
Code clean up
14 years ago
Christophe Dumez
12195b186b
Fix compilation on Windows
14 years ago
Christophe Dumez
90dd337069
FEATURE: Added a torrent import assistant to seed or keep downloading outside torrents
14 years ago