Vladimir Golovnev (Glassez)
9db93e5d8f
Rename Core to Base ( Closes #3733 ).
9 years ago
Gabriele
42c74f9553
Avoid concatenation when dealing with translatable strings
...
Concatenation could be problematic with RTL languages.
9 years ago
ngosang
91818417be
Add 16 KiB, 8 MiB and 16 MiB piece sizes in Torrent Creator
10 years ago
ngosang
577ace4971
Follow project coding style. Issue #2192 .
10 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
ngosang
d206b00a88
Disable Auto piece size when creating a new torrent
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
Ivan Sorokin
98a900e67d
Fix emptying of piece size combobox when user checks "auto" checkbox.
...
The function computePathSize returns -1 if file isn't found, not 0.
10 years ago
Ivan Sorokin
376df3218d
Set piece size to (max) 4Mb instead of empty string when created torrent
...
is very large.
10 years ago
Ivan Sorokin
16eb407453
Split src/torrentpersistentdata into .h and .cpp
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
Nick Tiskov
a1298fbf58
Add option to ignore global share ratio limits for torrents created in qBt.
11 years ago
Nick Tiskov
fd8a2e05a4
Use AutoExpandableDialog instead of QInputDialog wherever possible
11 years ago
Christophe Dumez
da3406b811
Simplify the code a bit now that QIniSettings uses qBittorrent / qBittorrent by default
12 years ago
sledgehammer999
e7125d21cb
Fix torrent creator when saving to a non-latin path in Windows.
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
f3448125c3
Coding style clean up
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
60d9bfe077
misc: Remove duplicate function to branch a path
13 years ago
Christophe Dumez
ce6348bc32
Code clean up
13 years ago
Christophe Dumez
b3f89027fc
Removed wrong ASSERT in torrent creator
14 years ago
Christophe Dumez
83ff66e0b1
Use of system icon theme can now be disabled
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
8a5dc1f239
Fix compilation on Windows (Remove using namespace libtorrent; from headers)
14 years ago
Christophe Dumez
3ecc8c8d67
FEATURE: Remember the last trackers used in the torrent creation tool
...
FEATURE: The optimal piece size is now automatically computed in the torrent creation tool
COSMETIC: Improved the torrent creation tool appearance
14 years ago
Christophe Dumez
7ec842929a
Moved search code into a subfolder
14 years ago
Christophe Dumez
4ba9dc1fed
Fix seeding after torrent creation
14 years ago
Christophe Dumez
eb94c59892
TorrentCreator: add .torrent extension only when missing
14 years ago
Christophe Dumez
0bcbaf6521
Remember last selected paths in torrent creation dialog
14 years ago
Christophe Dumez
778cfff4b3
Several OS/2 fixes from Silvan Scherrer
15 years ago
Christophe Dumez
75002906aa
Improved torrent creator tool behavior during creation process
15 years ago
Christophe Dumez
ca10c0ab09
Fix unicode problem in torrent creator tool
15 years ago
Christophe Dumez
5f23cbc470
Use libtorrent version.hpp instead of our own DEFINE
15 years ago
Christophe Dumez
c9ece4695e
Merge latest changes for stable branch (mostly unicode fixes)
15 years ago
Christophe Dumez
b719bfaecb
Merge Win32 fixes from stable branch
15 years ago
Christophe Dumez
4e1366bf0d
Merge latest fixes from stable branch
15 years ago
Christophe Dumez
963d73af4e
ETA for finished torrent is now 0 instead of Infinite ( closes #583704 )
...
Fix unicode issue in start seeding after torrent creation code
15 years ago
Christophe Dumez
530fbfc9b4
Ask for user confirmation because proceeding with recursive torrent download (security risk)
...
Fix "add file" dialog in torrent creation tool
15 years ago
Christophe Dumez
cc3a6350a5
Enabled modality for appropriate dialogs
...
Make sure it is impossible to open more than one torrent addition from URL dialog
15 years ago
Christophe Dumez
fe91599eb4
- Skip file checking in "start seeding immediately after torrent creation" feature (libtorrent v0.15 only)
15 years ago
Christophe Dumez
d9817795ed
- Fix "start seeding immediately after torrent creation" feature (save path was not set right)
15 years ago
Christophe Dumez
4f7b4c2a55
- Fix last commit
15 years ago
Christophe Dumez
b148a93a8f
- Can now create trackerless torrents
15 years ago
Christophe Dumez
f4e9b00ce3
- Fixed a small typo
16 years ago