Christophe Dumez
f9399714cc
- Fix DHT settings
15 years ago
Christophe Dumez
31180bb00c
- Save / Restore preferences dialog size and position on restart
...
- Make use of new Preferences in GUI constructor
15 years ago
Christophe Dumez
51ebfadd85
- Split Preferences from the GUI so that Options dialog does not need to be created on startup to retrieve the preferences:
...
* This speeds up startup
* Bittorrent session settings are now applied at bittorrent class level (Required for headless running)
15 years ago
Christophe Dumez
b00eeef04d
FEATURE: Added program option to disable splash screen
15 years ago
Christophe Dumez
9a14c4c599
- FEATURE: A random listening port can be chosen automatically
15 years ago
Christophe Dumez
ee6bc3c2e9
- FEATURE: Allow to set a different port for DHT (UDP) than the one used for
...
Bittorrent
16 years ago
Christophe Dumez
7dfdebd593
- License fix due to problems with OpenSSL
16 years ago
Christophe Dumez
a8d627e1df
- resize program preferences window if it does not fit with current
...
screen resolution
16 years ago
Christophe Dumez
5b7b4b2cf3
- Still working on temp folder
16 years ago
Christophe Dumez
3894452840
- COSMETIC: Redesigned program preferences
...
- COSMETIC: Updated icons set
16 years ago
Christophe Dumez
3f5340523f
- Fix for queueing system
16 years ago
Christophe Dumez
14646d0f9e
Rewrote folder scanning code (Now uses a filesystem watcher)
16 years ago
Christophe Dumez
368c122dce
- Queueing system fix
16 years ago
Christophe Dumez
f3729fbae6
- Use libtorrent queueing system (probably buggy and queueing currently does not work for seeds)
16 years ago
Christophe Dumez
139360cf76
- Can have different proxy settings for bittorrent and search engine ( closes #274791 )
16 years ago
Christophe Dumez
f0049f1dae
- Removed logging panel for now. It will be replaced by a seperate dialog in order to simplify the default UI.
16 years ago
Christophe Dumez
ff26ea94f5
- Queued torrents are now identified in Web UI
...
- Improved transfer list update for queued torrents
- Allow to show/hide top toolbar
- top toolbar is now hidden as a default
- Connection status is now displayed in status bar (bottom)
- Removed "Disconnected" connection status (bad detection)
- Added increase/decrease priority actions to Edit menu
- Added keyboard shortcuts for increase/decrease priority actions
16 years ago
Christophe Dumez
20ae3d997c
- extending Queueing system to seeding list (unfinished)
17 years ago
Christophe Dumez
d29cc3325b
- Started to work on queueuing
17 years ago
Christophe Dumez
4c5f349f49
- FEATURE: RSS can now be disabled from program preferences
...
- COSMETIC: RSS Tab is now hidden as a default
17 years ago
Christophe Dumez
56d80118b7
- Can spoof Azureus peer id and user agent to avoid ban
17 years ago
Christophe Dumez
fc931d8c88
- FEATURE: Allow to customize folder scan interval
17 years ago
Christophe Dumez
7463552dcd
- BUGFIX: Threadified IP filter file parser to avoid GUI freeze
17 years ago
Christophe Dumez
ce627de39d
- FEATURE: Added support for PeerGuardian p2b filters (binary)
17 years ago
Christophe Dumez
b17c8b84d1
- Prepare code for p2p ip filter support
17 years ago
Christophe Dumez
f6210d5857
- Removed IP filter list and buttons to add/remove ranges, I don't think
...
people handle this manually anyway.
- Prepare code for P2P/P2B filter files (soon to be coded)
17 years ago
Christophe Dumez
5af8bddc16
- Web interface by Ishan Arora
17 years ago
Christophe Dumez
5b6166ee15
- Simplified file preview using QDesktopServices
17 years ago
Christophe Dumez
18ee43225e
- Allow to open destination folder on double-click
17 years ago
Arnaud Demaiziere
a329a59719
- Start minimized option in program preferences
...
17 years ago
Christophe Dumez
c4d143c2c0
- Added some RSS preferences
17 years ago
Christophe Dumez
cd70843ee9
- Totally redesigned program preferences
...
- Added some options, the following are already implemented:
* Start/Stop LSD/NAT-PMP/UPnP
* Force preallocation of all files
* Force new torrents status to pause
- Other new features are going to be implemented soon
17 years ago
Christophe Dumez
ce5baa93b7
- Ok, includes look fine now
18 years ago
Christophe Dumez
325a588526
- Fixed some signals/slots (safer)
...
- Forgot to remove temp file when the file was downloaded from an url (rare occasions)
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
c39da36cca
- Added Encryption support!
...
- Removed old UPnP code
- Removed UPnP in options since libtorrent doesn't allow to disable it. Thus, UPnP is always enabled
- Made options window a bit larger
- Added Arnaud Demaiziere to developpers list
- Updated TODO & Changelog
18 years ago
Christophe Dumez
2196fcc911
- Supports SOCKS5 proxies as well as HTTP ones
...
- Allow to use Proxy for Trackers / Peers / Web seeds / DHT connections
- Redesigned Proxy options a little (for new features)
18 years ago
Christophe Dumez
ab4ad0b114
- Use a standard QDialogButtonBox in options for better systems integration
18 years ago
Christophe Dumez
5d0e466d6d
- Allow the user to disable systray integration
18 years ago
Christophe Dumez
81eee7bba2
- Style is now applied instantly, no need to restart qBT
...
- Fixed a typo in WIndowsXP Style
18 years ago
Christophe Dumez
92f840519c
- Allow to change UPnP port while it is enabled
...
- Allow to change qBT style! (GTK people should like Cleanlooks style)
18 years ago
Christophe Dumez
d778766e29
- UPnP option should now be working
18 years ago
Christophe Dumez
2e4b7b375b
- Removed option 'Automatically clear finished torrents' <- Decided it wasn't good for the network :)
18 years ago
Christophe Dumez
59e1e0bbf0
- Fixed a memory leak in options
...
- Removed unneeded QTranslator object in options.
18 years ago
Christophe Dumez
774fab54a3
- Fixed apply button in options (broken a few commit ago)
18 years ago
Christophe Dumez
6d65ef067d
Create Options object only when necessary (to save memory)
18 years ago
Christophe Dumez
dc89c5d381
- A lot of fixes/improvements in bittorrent class (now compiling)
...
- Half way, now I need to rewrite the GUI class to use the bittorrent class
18 years ago
Christophe Dumez
78aef3c3bc
- Implemented "Close to systray"
18 years ago
Christophe Dumez
f017d29359
- Fixed an exception with latest libtorrent/asio on startup (filepath check)
...
- Added an option to toggle the Peer eXchange (PeX) state
18 years ago