Christophe Dumez
4ba5e43933
Improve peer host name resolution ( closes #360 )
...
- Take a QString in argument to avoid converting it twice. The caller already
has the IP as a QString.
- Fix bug where hostnames coming from the cache would not the displayed.
- Fix bug where the resolved hostnames would not be displayed if the IP we know
does not match the first one in the QHostInfo::addresses() list. It may come
later in the list or may be formatted differently (possible with IPv6).
- Avoid requesting again host names for IPs that were already requested recently
but whose resolution did not return a useful hostname.
2013-03-28 21:47:45 +02:00
Nick Tiskov
b64caf2cb8
Remove add/remove buttons in web seed list, since context menu is now implemented.
2013-02-28 23:04:12 +04:00
Nick Tiskov
b286bead09
Add context menu for web seeds: add, remove, copy, edit.
2013-02-28 23:00:04 +04:00
Christophe Dumez
da3406b811
Simplify the code a bit now that QIniSettings uses qBittorrent / qBittorrent by default
2013-02-16 20:04:48 +02:00
Nick Tiskov
e05cce9b59
Small fix to tracker editing
2013-02-10 22:39:15 +04:00
Nick Tiskov
a7a4557b29
fixup! Use QInputDilog for tracker editing
2013-02-10 22:07:37 +04:00
Nick Tiskov
4cb783d5bf
Use QInputDilog for tracker editing
2013-02-10 22:07:36 +04:00
Nick Tiskov
cd830768d6
Allow to edit tracker URI
2013-02-10 22:05:51 +04:00
Nick Tiskov
93c64d03e3
Fix copy tracker build failure
2013-02-09 21:18:52 +04:00
Christophe Dumez
6fddbd8178
Merge pull request #206 from Driim/master
...
Copy tracker URL
2013-02-09 07:53:11 -08:00
sledgehammer999
a2e4e2ad37
Remove leading and trailing whitespace when choosing filenames. Fixes issue #401 .
2013-02-07 21:31:24 +02:00
Dmitriy Falko
b172196512
Merge pull request #2 from qbittorrent/master
...
Up-to-date commit
2013-01-28 06:08:05 -08:00
Christophe Dumez
636e052faa
Remove "Force reannounce" action
...
Does not work as intended.
2013-01-16 20:03:32 +02:00
Christophe Dumez
186bbd7fc3
Safer check
2013-01-13 13:01:58 +02:00
Christophe Dumez
34fc7407a2
Fix possible crash in loadPeers() ( closes #222 )
2013-01-13 12:53:34 +02:00
Christophe Dumez
4db73d421d
Remove outdated torrentz link
2013-01-08 20:08:40 +02:00
Driim
694477855b
Change icon for "Copy tracker URL"
2012-11-15 22:16:06 +04:00
Driim
84322976ba
Copy tracker URL to the clipboard
...
- code cleanup
2012-11-15 22:04:26 +04:00
Driim
d85ff9e088
Add feature: copy tracker URL
2012-11-06 23:03:19 +04:00
Christophe Dumez
00945e5749
Stop updating file priorities regularly in torrent content panel
...
Performance improvement to address issue #24 .
2012-08-26 20:59:51 +03:00
Christophe Dumez
0fdacf4d54
Use polymorphism to distinguish folder / file items in torrent content model
...
Step to address issue #24 .
2012-08-26 18:10:32 +03:00
Christophe Dumez
30be83d445
Optimizations to TorrentContentModel
...
First step to address issue #24 .
2012-08-26 15:00:37 +03:00
Christophe Dumez
8104c41332
Fix possible crash when adding a tracker to a magnet torrent without metadata ( Closes #1034254 )
2012-08-10 11:21:03 +03:00
Christophe Dumez
179985954c
Fix DHT wrongly reported as disabled for magnet links ( closes #987340 )
2012-07-14 17:39:39 +03:00
BotanEgg
bb11d11a72
Itr cache
2012-07-14 06:28:23 +08:00
Константин Гончарик
abf8c179fc
Use preincrement for iterators instead of postincrement
2012-07-13 21:48:19 +03:00
Christophe Dumez
b095a1e3fe
Make sure the root folder is expanded in Torrent content panel
2012-07-02 19:27:39 +03:00
Christophe Dumez
d31d935522
Add some spacing between property panel buttons
2012-06-28 18:27:23 +03:00
Christophe Dumez
ad79cbb9a1
Compilation fix
2012-06-28 18:06:05 +03:00
Christophe Dumez
bdb0e125a4
Code optimization
2012-06-27 19:30:06 +03:00
Christophe Dumez
cfb4ded943
Remove button to change save path from lower panel
2012-05-17 22:05:18 +03:00
Christophe Dumez
50ee44a1cf
Never disable the properties panel
2012-05-17 17:13:16 +03:00
Christophe Dumez
0f291629cc
Move FileSystem utility functions out of misc.h
...
Use new fs_utils.h instead.
2012-05-16 21:19:05 +03:00
Christophe Dumez
c502edf9e1
Brand new torrent addition dialog
2012-05-15 19:57:31 +03:00
Christophe Dumez
bc6fd3aa72
Various style fixes
2012-04-15 21:26:37 +03:00
Christophe Dumez
a940917144
Add more vector length checks
2012-04-08 11:17:32 +03:00
Christophe Dumez
cf447296fb
Fix compilation with libtorrent v0.16
2012-03-17 18:51:15 +02:00
Christophe Dumez
6778b7460a
Clean up PeerListWidget
2012-02-25 21:02:19 +02:00
Christophe Dumez
a5452d04ae
Clean up and refactor torrent content model code
2012-02-21 21:54:24 +02:00
Christophe Dumez
06ccae591e
Coding style changes
2012-02-20 21:32:58 +02:00
Christophe Dumez
f3448125c3
Coding style clean up
2012-02-20 19:56:07 +02:00
Christophe Dumez
a8a7b61ea9
Coding style clean up
2012-02-20 19:30:53 +02:00
Christophe Dumez
a53a70742d
Drop support for libtorrent v0.14.x
2012-02-18 16:44:20 +02:00
Christophe Dumez
4ca665eb0c
Do not report any progress for disabled files ( Closes #56731485 )
2011-12-28 14:37:59 +02:00
Christophe Dumez
ce6348bc32
Code clean up
2011-09-25 15:04:51 +03:00
Christophe Dumez
28ba0c25a7
Code clean up
2011-09-24 17:28:25 +03:00
Christophe Dumez
2a55aba5fa
Fix properties.pri
2011-09-21 20:49:34 +03:00
Patryk Stępień
73132afe6c
Small fixes.
2011-09-21 18:42:11 +02:00
Patryk Stępień
1d27fa9c03
Add possibility to change colors in runtime.
2011-09-21 18:22:38 +02:00
Patryk Stępień
2a88e790df
New PieceAvailabilityBar.
2011-09-21 01:16:23 +02:00