Chocobo1
812bd4c83a
Uncrustify
8 years ago
Chocobo1
f4652b3f7b
Shift + scroll = horizontal scroll, Closes #5980
...
Only for TransferListWidget, PeerListWidget
8 years ago
thalieht
4baa6dde52
resize column to contents only when they're visible
...
refactor updatePeerCountryResolutionState
deprecate m_resolveCountries var
9 years ago
sledgehammer999
d39d40c064
Don't display Country option in PeerListWidget header menu when country resolution is disabled.
9 years ago
thalieht
1fa6f3123b
add toggle columns for peerlist
9 years ago
Eugene Shalygin
b24bdcb8d9
Revert "Temporarily revert PR #2885 (filename column in peers view)."
...
This reverts commit 69d52a06d7
.
9 years ago
sledgehammer999
69d52a06d7
Temporarily revert PR #2885 (filename column in peers view).
...
There's a bug that causes frequent crashes.
Issue #4597 .
9 years ago
Eugene Shalygin
efed388402
Revert "Remove unused parameter."
...
This reverts commit 87347cf0e5
.
9 years ago
sledgehammer999
ebe6d1b603
Fix resolution of peer host names. Closes #4307 .
9 years ago
sledgehammer999
87347cf0e5
Remove unused parameter.
9 years ago
buinsky
00c765be1b
Implement sync/torrent_peers request
9 years ago
buinsky
aea6c38b33
Follow project coding style. Issue #2192 .
9 years ago
ngosang
63ed69789b
Allow to copy all peers with a keyboard shortcut
9 years ago
Vladimir Golovnev (Glassez)
d16d1fdb3a
Redesign main core classes.
10 years ago
Vladimir Golovnev (Glassez)
4b5e7e6168
Move network related code to core/net.
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
734301326b
Rearreange header includes in Peerlist widget.
10 years ago
sledgehammer999
35e964f66d
Implement peer relevance column. Closes #1630 .
10 years ago
sledgehammer999
baaf575eee
Fix libtorrent 1.0.0 compilation. Closes #1659
11 years ago
arvidn
c1c824bcf7
don't use deprecated libtorrent functions
11 years ago
sledgehammer999
7345a64696
Add tooltip for the peers' flags. Closes #1068 .
11 years ago
Nick Tiskov
ba014d0033
Allow to sort peer list either by country or by IP
12 years ago
sledgehammer999
8464720d99
Show utorrent compatible peer flags. Implements issue #531 .
12 years ago
Christophe Dumez
6778b7460a
Clean up PeerListWidget
13 years ago
Christophe Dumez
641b38690c
Added uTP support
14 years ago
Christophe Dumez
c2e5ecaaa0
BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler)
14 years ago
Christophe Dumez
844bd52c67
Improved hostname resolution code
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
8a5dc1f239
Fix compilation on Windows (Remove using namespace libtorrent; from headers)
14 years ago
Christophe Dumez
6b7af5b464
Started work on the new RSS feed downloader (WIP)
14 years ago
Christophe Dumez
a83fbf5a98
Peers can now be sorted by country
14 years ago
Christophe Dumez
0a510db95e
Started properties refactoring
14 years ago
Christophe Dumez
1eb26bd78b
Greatly improved peer host name resolution with caching
14 years ago
Christophe Dumez
6885f46f4b
- Restore compatiblity with recent libboost (broken by last commit)
15 years ago
Christophe Dumez
9323660c79
- Fix compilation with Qt 4.4
...
- Fix compilation with older boost libraries
15 years ago
Christophe Dumez
7c84551150
- Support peer manual ban (from peer list)
15 years ago
Christophe Dumez
47fc4679d4
- Support per-peer rate limiting
15 years ago
Christophe Dumez
94f3323270
- New peers can manually be added to a torrent
15 years ago
Christophe Dumez
c5c09b09ee
- Implemented flag display in peer list (has to be enabled in program preferences, connection section)
15 years ago
Christophe Dumez
5962ef79cb
- Added option to disable peer host name resolution (disabled as a default)
...
- Fix several other bugs related to properties and preferences
15 years ago
Christophe Dumez
e97b805365
Peer lis column width are now restored on startup
15 years ago
Christophe Dumez
f7c196dbcf
- Implemented asynchronous hostname resolution in Peer list
15 years ago
Christophe Dumez
8260159ca4
- Initial implementation of Peer list
15 years ago
Christophe Dumez
019bd476db
- Forgot to update those headers
16 years ago
Christophe Dumez
b8c79e0b5f
- Simplified and optimized json code
16 years ago
Christophe Dumez
c01fd75c92
- Updated french translation
...
- Updated copyright
16 years ago
Christophe Dumez
0879f2c0ca
- Totally rewritten Web UI list refresh system (fixed memory leak)
16 years ago
Christophe Dumez
b1c73cb401
- Split download and upload lists in Web UI
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
17 years ago