Commit graph

4460 commits

Author SHA1 Message Date
Nick Tiskov
8f12cfc817 Drag'n'Drop fixups.
1. Proper event handling
2. Allow folder moving
3. Allow moving into folders
2013-06-30 23:07:22 +03:00
Nick Tiskov
933b2817ce Add missing QTreeWidget::dropEvent to d'n'd atempt occuring in same location.
Remove 'Overwrite attempt' dialog as obsolete. Now moving item, e.g. from folder to same folder, will just make it the last child of the folder.

Conflicts:
	src/rss/rss_imp.cpp
2013-06-30 23:06:37 +03:00
sledgehammer999
df86fbb1d7 Write BOM in NSIS translations' files. 2013-06-30 16:04:38 +03:00
sledgehammer999
b1aa89fa21 Update NSIS scripts to use unicode version of installer. 2013-06-30 16:04:24 +03:00
sledgehammer999
be739bb22d Impove drawing speed of peers list when there are many peers.
Conflicts:
	Changelog
2013-06-29 18:39:50 +03:00
sledgehammer999
d095d7fc17 Improve drawing speed of transferlist with many torrents.
Conflicts:
	Changelog
2013-06-29 18:38:55 +03:00
sledgehammer999
ae3eda2c7e Update Changelog 2013-06-29 16:01:27 +03:00
sledgehammer999
876216972d Update maintainer info in About dialog.
Conflicts:
	src/about.ui
2013-06-29 15:40:56 +03:00
sledgehammer999
fea51f6b60 Update AUTHORS file. 2013-06-29 15:03:25 +03:00
Christophe Dumez
30db37605a Update Changelog 2013-06-08 15:55:33 +03:00
ccerrillo
2e2a5c1fb6 mootools change break context menu
Fx.Tween in mootols 1.4.5  no longer sets visibility to hidden, so when the context menu dissapear, if you put the mouse in the space where the menu were showed is still there but with opacity to 0 and cannot click to nothing below that area

So i emulated the old behaviour with OnComplete event.

Additionally i changed the use of deprecated $empty
2013-06-08 15:54:52 +03:00
Christophe Dumez
5056faed92 Add missing break statement in proxy code 2013-05-22 20:42:37 +03:00
sledgehammer999
a27c5efbb5 Updated italian translation of NSIS installer by bovirus. 2013-04-20 12:09:31 +03:00
sledgehammer999
b7d7bb3687 Update disk space label in add new torrent dialog. Fixes issue #282. 2013-04-14 14:13:21 +03:00
Christophe Dumez
6550c4f31e Update Italian translation binary 2013-04-14 13:08:54 +03:00
Nick Tiskov
4a05e100b7 Fix unhandled exception when trying to create torrents from files/folder in disk root. 2013-04-14 13:08:15 +03:00
Christophe Dumez
5dc3f3bf3e Merge pull request #585 from sledgehammer999/it_translationv3
Update italian translation by bovirus.
2013-04-14 03:03:42 -07:00
sledgehammer999
bd2de9b0dc Updated italian language of nsis installer by bovirus. 2013-04-14 04:06:07 +03:00
sledgehammer999
c01a9d5a80 Update italian translation by bovirus. 2013-04-14 03:51:44 +03:00
sledgehammer999
52b1cdce6f Really fix issue #405 and #536.
Conflicts:
	src/mainwindow.cpp
2013-04-01 23:04:59 +03:00
Christophe Dumez
731963ef31 Updated Changelog 2013-03-28 21:54:57 +02:00
Christophe Dumez
43f5f81410 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:54:22 +02:00
Christophe Dumez
04ff48fa0b Update Changelog 2013-03-20 21:18:04 +02:00
Christophe Dumez
f051228666 Fix legittorrents search plugin (closes #515) 2013-03-20 21:17:14 +02:00
Christophe Dumez
84500fdd0c Update italian translation 2013-03-16 22:24:28 +02:00
Christophe Dumez
55259ff3ba Bump to v3.0.9 2013-03-16 20:59:23 +02:00
Christophe Dumez
da5b49fe5a Update Changelog 2013-03-12 19:40:12 +02:00
Driim
89bc0fb3e3 delete not needed space 2013-03-12 19:38:37 +02:00
Driim
c86bfe53d0 Fix add torrent icon version 3 2013-03-12 19:38:37 +02:00
Driim
dd177c03e6 Fix add torrent icon version 2 2013-03-12 19:38:37 +02:00
Driim
6615d4987b Fix missing "Add torrent file" icon 2013-03-12 19:38:37 +02:00
Nick Tiskov
c6e0facc0b Use <OS_name>conf.pri file to control libz linkage 2013-03-10 22:25:12 +02:00
Christophe Dumez
c6845781c7 Link against lz 2013-03-10 20:29:08 +02:00
Christophe Dumez
5decf71772 Update Changelog 2013-03-10 20:26:31 +02:00
Dmitry Maslennikov
b7f313a35c add cookies for redirect, cookies for auto download torrent from rss, add support gzip 2013-03-10 20:25:09 +02:00
Christophe Dumez
8c14c7926f Update Changelog 2013-03-10 20:06:01 +02:00
Nick Tiskov
ca6ec01f1f Minor refactoring for json parser 2013-03-10 20:05:19 +02:00
Nick Tiskov
2c42ab7544 Allow bool lists in json values 2013-03-10 20:05:19 +02:00
Nick Tiskov
2dbbfc1031 Allow semicolon in json values (Windows paths support) 2013-03-10 20:05:19 +02:00
sledgehammer999
3762401cd9 Pass the correct flag in torrent_handle::status for libtorrent > 0.15 2013-03-10 17:15:14 +02:00
sledgehammer999
65c0f3f041 Enable backtrace support by default on Windows. 2013-03-10 13:27:05 +02:00
sledgehammer999
7ab877c95e Fix compilation without backtrace support on Windows. 2013-03-10 13:27:05 +02:00
sledgehammer999
7b658a52dd Move Windows backtrace functionality to the windows specific *.pri files. 2013-03-10 13:27:04 +02:00
Nick Tiskov
3705cb8067 Allow/Fix special characters in json replies in WebUI 2013-03-10 10:49:30 +02:00
Christophe Dumez
8b4be9bef6 Update Changelog 2013-03-10 09:59:33 +02:00
sledgehammer999
38bef752dc Enable 'copy magnet uri' for torrents without metadata too. Fixes issue #458. 2013-03-10 09:59:32 +02:00
sledgehammer999
a61a84d419 Fix case where the default save wasn't getting updated in the addition dialog. 2013-02-16 20:04:00 +02:00
sledgehammer999
553abb6442 Fix 'dont show' dialog when downloading torrent. Closes issue #405. 2013-02-16 20:04:00 +02:00
Nick Tiskov
14419c190e Changing regexp/wildcard mode should update article list matches 2013-02-16 15:38:56 +02:00
sledgehammer999
4e6ab18446 Update README.txt. 2013-02-09 21:17:00 +02:00