Christophe Dumez
0efcdbaf52
RSS code clean up
12 years ago
Christophe Dumez
12e24ade70
Remove outdated function definition
12 years ago
Christophe Dumez
d1e30cacf8
Keep RSS articles sorted by date in memory do avoid sorting them all the time
...
Optimization to address issue #34 .
12 years ago
Christophe Dumez
aecdc57cd4
RSS: Cache number of unread articles in a feed instead of computing it every time.
...
Optimization to address issue #34 .
12 years ago
Christophe Dumez
58bc10fc47
Do not override RSS feed title if the user renamed it
12 years ago
Christophe Dumez
ad7c9ace50
Do not save RSS feed to disk unless it has changed.
...
Stop to address issue #34 .
12 years ago
Christophe Dumez
a26723a57a
RSS: parse lastBuildDate tag and abort parsing if the feed has not changed since last time.
...
Optimization to address issue #34 .
12 years ago
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 .
12 years ago
Константин Гончарик
bbd1c9ee42
Iter cache more && prefix it
13 years ago
Christophe Dumez
12280c6a0f
Fix RSS parsing
13 years ago
Christophe Dumez
c40801ce99
Fix possible crash when adding a new RSS stream
13 years ago
Christophe Dumez
d93a63e01a
Add more RSS debug
13 years ago
Christophe Dumez
1c6ef50b77
Add more RSS debug
13 years ago
Christophe Dumez
90373897d6
Fix permission problems on Windows ( closes #1020227 )
13 years ago
Christophe Dumez
92189b6c50
Fix error in translatable string
13 years ago
Christophe Dumez
6a905fc9e0
Fix 2 strings
13 years ago
Christophe Dumez
e74b39f5af
Build fix
13 years ago
Christophe Dumez
74079b2c86
Support custom save path / label for RSS feeds using magnet links
13 years ago
Christophe Dumez
5a65580169
Add support for RSS feeds using magnet links ( Closes #1016379 )
13 years ago
Christophe Dumez
d55f3b5aff
RSS: Better cookies support
13 years ago
Christophe Dumez
716e84264e
RSS code clean up
13 years ago
Christophe Dumez
e6e2baf3a8
RSS: Support items that don't have a guid ( closes #1001777 )
13 years ago
Christophe Dumez
fefc7df910
Fix crash when creating a new RSS download rule
13 years ago
Christophe Dumez
a2d9cce181
Code clean up
13 years ago
Christophe Dumez
06ccae591e
Coding style changes
13 years ago
Christophe Dumez
33f5c8e903
Further RSS clean up
13 years ago
Christophe Dumez
8e529fc179
RSS code clean up
...
- Also drops support for Qt 4.5
13 years ago
Christophe Dumez
f3448125c3
Coding style clean up
13 years ago
Christophe Dumez
00b4ad6ec8
RSS: Remove last singleton
13 years ago
Christophe Dumez
a8a7b61ea9
Coding style clean up
13 years ago
Christophe Dumez
9acac03f14
RSS: Correctly mark virtual functions
13 years ago
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
13 years ago
Christophe Dumez
50a3e4e776
RSS: Use SharedPtr everywhere
13 years ago
Christophe Dumez
a13bb06ec3
Start RSS rewrite: Use SharedPtr for RssArticle objects
13 years ago
Christophe Dumez
32a6c89c8c
RSS code clean up
13 years ago
Christophe Dumez
1905a6f0d1
Fix to last commit (reversed sort order of RSS articles)
13 years ago
Christophe Dumez
3bc75bb068
RSS optimizations
13 years ago
Christophe Dumez
c25586b500
Remove misc::safeRemove(): shouldn't be needed
13 years ago
Christophe Dumez
380989d808
RSS: Add more debug output
13 years ago
Christophe Dumez
6357d6372c
RSS: Fix parent article count when removing a child feed
13 years ago
Christophe Dumez
c9c481fe69
RSS: Save items to disk regularly for safety
13 years ago
Christophe Dumez
8219c29b0c
RSS: Correctly clean up config file when removing a feed
13 years ago
Christophe Dumez
452a8b2ae2
Rss code clean up
13 years ago
Christophe Dumez
bf746be692
RSS: Fix buttons height
13 years ago
Christophe Dumez
02fbd6a135
Fix compilation warnings in smtp.h (cgreco)
14 years ago
Christophe Dumez
8bfbb98509
Add regex help and validation (RSS downloader
14 years ago
Christophe Dumez
44011c9cd9
Added tool tips on RSS fields
14 years ago
Christophe Dumez
92c7996ff4
FEATURE: Added full regex support to RSS downloader
14 years ago
Christophe Dumez
cff7174bbb
Code clean up
14 years ago
Christophe Dumez
4489934c21
Remove bad ASSERT in RSS downloader
14 years ago