Chocobo1
0b0597be0c
Add a thin layer around SettingsStorage class
...
This new layer would be handy for saving GUI widget states as they don't
need the value cached and they store/load rarely.
4 years ago
FranciscoPombal
6152b83405
Use #pragma once instead of include guards
4 years ago
Chocobo1
19d77b0881
Add support for creating v2 torrents
4 years ago
Chocobo1
16a76eee9f
Add final specifier to GUI classes
...
Follow up d3d3f7dbb3
.
5 years ago
Chocobo1
edcc74c1ae
Add option to align file to piece boundary when creating new torrent
...
Alignment is achieved by adding dummy pad files between files which is
handled by libtorrent.
Closes #10460 .
5 years ago
Chocobo1
cc663746eb
Forward declare some classes
5 years ago
thalieht
89dce36e98
Use uniform initialization on some default arguments
6 years ago
thalieht
94613c2fa2
Fix some warnings
6 years ago
thalieht
d34ddb2e3c
Change file names and classes names to match them
7 years ago
thalieht
4022799881
Fix coding style
7 years ago
thalieht
3e4099fe5b
Replace the zeroing of pointers with nullptr
7 years ago
toster
e538eae726
Make alignment optimization optional
...
Disabling alignment optimization allows preserving file order in torrent
files and closes #5652
7 years ago
Chocobo1
8dcf326576
Add source field in Torrent creator. Closes #7965 .
...
This field is often used for cross-seeding between (private) trackers.
7 years ago
Chocobo1
c618214061
[TorrentCreator] Show number of pieces. Closes #6774 .
8 years ago
Chocobo1
7eed1a108e
Rename variables
...
Add myself to authors list
8 years ago
Chocobo1
9f2fe2b678
Move CachedSettingValue instances to header file
8 years ago
Chocobo1
7de1aba092
Switch to modeless dialog
...
Don't close dialog after creating torrent
Show progress bar all the time
8 years ago
Chocobo1
2e8c01d88c
Use CachedSettingValue
8 years ago
Chocobo1
6bab30a178
Revamp Torrent creator
8 years ago
ngosang
577ace4971
Follow project coding style. Issue #2192 .
10 years ago
Vladimir Golovnev (Glassez)
d16d1fdb3a
Redesign main core classes.
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
Christophe Dumez
45f0383ee2
Several dimension saving fixes
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
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
c4aa23c86b
- Fixed torrent creation ( closes #402025 )
16 years ago
Christophe Dumez
7dfdebd593
- License fix due to problems with OpenSSL
16 years ago
Christophe Dumez
764b4e72ca
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
16 years ago
Christophe Dumez
c6abdacadd
- Threadified torrent creation
...
- Added a progress bar in torrent creation
- Display if UPnP/NAT-PMP was successful or not
17 years ago
Christophe Dumez
9f36d521a4
- BUGFIX: Fixed deprecation warning with latest libtorrent svn
...
- FEATURE: Redesigned torrent creation dialog
- FEATURE: Allow to set piece size when creating a torrent
- improved new options dialog a little
18 years ago
Christophe Dumez
ce5baa93b7
- Ok, includes look fine now
18 years ago
Christophe Dumez
8df61db644
- Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :(
18 years ago
Christophe Dumez
54f9375b32
- Update to GNU GPL v3
18 years ago
Christophe Dumez
ff0dd88ee1
- Improved a lot the torrent creation module
18 years ago
Christophe Dumez
969a02b93e
- Moved everything to trunk to create a stable branch
18 years ago