Nick Tiskov
050893d8df
Prevent auto(re)downloading of RSS articles, which exceed article limit.
2013-07-02 00:58:17 +04:00
sledgehammer999
647f81ff84
Merge pull request #683 from Gelmir/rss_proper_drag_move
...
Fix Drag/Move event in RSS widget
2013-06-30 12:50:15 -07:00
Nick Tiskov
562e9ce108
Drag'n'Drop fixups.
...
1. Proper event handling
2. Allow folder moving
3. Allow moving into folders
2013-06-08 19:04:42 +04:00
Nick Tiskov
116fa8936a
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.
2013-06-04 18:47:01 +04:00
Dmitry Maslennikov
e017ba6863
add cookies for redirect, cookies for auto download torrent from rss, add support gzip
2013-03-10 19:15:33 +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
5e5d8118c7
Changing regexp/wildcard mode should update article list matches
2013-02-11 13:58:00 +04:00
Nick Tiskov
9b121fd5d0
Save article 'read' state on exit
2013-01-28 14:53:04 +04:00
Nick Tiskov
7d49e8868c
Fix 'must not contain' regexp with '|' character
...
Checking if we are using regexp was done in setMustContain and
setMustNotContain before m_useRegex was even read, corrupting the
value.
Only m_mustNotContain is affected because of how
RssDownloadRule::setMustNotContain handles read string when m_useRegex
is false.
2012-11-08 23:18:51 +04:00
Christophe Dumez
6cf2f942e7
Fix cookie support for RSS feeds ( closes #119 )
2012-10-07 17:25:17 +03:00
Christophe Dumez
8758be5912
Fix timezone parsing in RSS ( closes #136 )
2012-10-07 17:04:55 +03:00
Christophe Dumez
819dcacae0
Make sure new RSS download rules apply to existing articles as well, not just new ones
...
May be related to #116 .
2012-09-23 10:25:25 +03:00
Christophe Dumez
e664047c5a
RSS code clean up
2012-08-19 17:36:03 +03:00
Christophe Dumez
d7c36c9c3c
RSS code clean up
2012-08-19 17:22:30 +03:00
Christophe Dumez
82fbb351dd
RSS code clean up
2012-08-19 17:01:35 +03:00
Christophe Dumez
fd2ba6f635
RSS code clean up
2012-08-19 15:48:28 +03:00
Christophe Dumez
0d1f9fcc58
RSS code clean up
2012-08-19 15:12:08 +03:00
Christophe Dumez
a70e565edb
RSS code clean up
2012-08-19 15:00:07 +03:00
Christophe Dumez
0efcdbaf52
RSS code clean up
2012-08-19 14:55:30 +03:00
Christophe Dumez
12e24ade70
Remove outdated function definition
2012-08-19 14:36:04 +03:00
Christophe Dumez
d1e30cacf8
Keep RSS articles sorted by date in memory do avoid sorting them all the time
...
Optimization to address issue #34 .
2012-08-19 11:46:50 +03:00
Christophe Dumez
aecdc57cd4
RSS: Cache number of unread articles in a feed instead of computing it every time.
...
Optimization to address issue #34 .
2012-08-18 22:25:21 +03:00
Christophe Dumez
58bc10fc47
Do not override RSS feed title if the user renamed it
2012-08-18 21:30:15 +03:00
Christophe Dumez
ad7c9ace50
Do not save RSS feed to disk unless it has changed.
...
Stop to address issue #34 .
2012-08-18 21:26:22 +03:00
Christophe Dumez
a26723a57a
RSS: parse lastBuildDate tag and abort parsing if the feed has not changed since last time.
...
Optimization to address issue #34 .
2012-08-18 18:43:20 +03:00
Christophe Dumez
c50c9239ea
Move RSS parsing to another thread to avoid freezing the UI
...
RSS items are now displayed as soon as they have been parsed
instead of displaying all of them in one batch once the whole
feed is parsed.
First step to address issue #34 .
2012-08-18 18:06:29 +03:00
Константин Гончарик
bbd1c9ee42
Iter cache more && prefix it
2012-07-14 19:45:40 +08:00
Christophe Dumez
12280c6a0f
Fix RSS parsing
2012-07-11 20:26:12 +03:00
Christophe Dumez
c40801ce99
Fix possible crash when adding a new RSS stream
2012-07-11 20:10:15 +03:00
Christophe Dumez
d93a63e01a
Add more RSS debug
2012-07-11 18:44:43 +03:00
Christophe Dumez
1c6ef50b77
Add more RSS debug
2012-07-11 18:17:27 +03:00
Christophe Dumez
90373897d6
Fix permission problems on Windows ( closes #1020227 )
2012-07-05 19:10:13 +03:00
Christophe Dumez
92189b6c50
Fix error in translatable string
2012-07-01 20:38:14 +03:00
Christophe Dumez
6a905fc9e0
Fix 2 strings
2012-07-01 20:13:10 +03:00
Christophe Dumez
e74b39f5af
Build fix
2012-06-24 20:31:16 +03:00
Christophe Dumez
74079b2c86
Support custom save path / label for RSS feeds using magnet links
2012-06-24 16:48:40 +03:00
Christophe Dumez
5a65580169
Add support for RSS feeds using magnet links ( Closes #1016379 )
2012-06-24 10:27:32 +03:00
Christophe Dumez
d55f3b5aff
RSS: Better cookies support
2012-05-20 16:03:10 +03:00
Christophe Dumez
716e84264e
RSS code clean up
2012-05-20 15:09:31 +03:00
Christophe Dumez
e6e2baf3a8
RSS: Support items that don't have a guid ( closes #1001777 )
2012-05-20 14:01:34 +03:00
Christophe Dumez
fefc7df910
Fix crash when creating a new RSS download rule
2012-03-09 15:40:57 -08:00
Christophe Dumez
a2d9cce181
Code clean up
2012-02-20 21:46:02 +02:00
Christophe Dumez
06ccae591e
Coding style changes
2012-02-20 21:32:58 +02:00
Christophe Dumez
33f5c8e903
Further RSS clean up
2012-02-20 21:20:42 +02:00
Christophe Dumez
8e529fc179
RSS code clean up
...
- Also drops support for Qt 4.5
2012-02-20 20:49:31 +02:00
Christophe Dumez
f3448125c3
Coding style clean up
2012-02-20 19:56:07 +02:00
Christophe Dumez
00b4ad6ec8
RSS: Remove last singleton
2012-02-20 19:49:35 +02:00
Christophe Dumez
a8a7b61ea9
Coding style clean up
2012-02-20 19:30:53 +02:00
Christophe Dumez
9acac03f14
RSS: Correctly mark virtual functions
2012-02-20 19:28:11 +02:00
Christophe Dumez
b78d6ba243
Several RSS fixes:
...
- Fix possible redownload of torrents marked as read (Closes #927495 )
- Properly remove RSS feed settings/history upon feed removal
- Fix possible crash in RSS Downloader dialog in debug mode
2012-02-19 20:45:49 +02:00