Christophe Dumez
54b53f3aba
RSS: News title is no longer used as identifier (use guid or url instead)
15 years ago
Christophe Dumez
64ddf393aa
Rss Feed downloader fix
15 years ago
Christophe Dumez
07ef81fd95
Fix compilation error
15 years ago
Christophe Dumez
040e94cab7
Added another check
15 years ago
Christophe Dumez
93563365ac
Slight Optimization
15 years ago
Christophe Dumez
e082c02630
Make use of QT_VERSION define instead of using our own define
15 years ago
Christophe Dumez
291b94bef0
Code cleanup
15 years ago
Christophe Dumez
3c396257de
Use QXmlStreamReader instead of QDomDocument to save memory when parsing the RSS documents
15 years ago
Christophe Dumez
bccdad4b1b
- Fix memory leak in rss
15 years ago
Christophe Dumez
dedd9bd03c
- Add more RSS and tracker debug
15 years ago
Christophe Dumez
af1b06c5be
- Fix several bugs in RSS plugin
...
* RSS downloader takes into consideration maximum number of articles per feed
* Fix possible issue with RSS folder deletion
* Clear persistant data whenever a RSS feed is deleted
15 years ago
Christophe Dumez
141d3b6737
- Fix RSS Feed downloader for RSS with no torrent attachment (but articles link points to the torrent instead)
15 years ago
Christophe Dumez
be11f4e039
- Clean up RSS preferences loading
15 years ago
Christophe Dumez
22ec528cdf
- Fix regular refresh of RSS feeds
15 years ago
Christophe Dumez
9323660c79
- Fix compilation with Qt 4.4
...
- Fix compilation with older boost libraries
15 years ago
Christophe Dumez
4d1ef40f6e
- Qt 4.4 fix
15 years ago
Christophe Dumez
4ee47ce2b8
- Use a capital "B" for Bittorrent class
15 years ago
Christophe Dumez
3762c37517
- Take "RSS refresh interval" into consideration without restarting qBT
15 years ago
Christophe Dumez
a4383d1b7f
- Fix memory leak in RSS parser
15 years ago
Christophe Dumez
be240f72ab
- Mark news feed articles as read even if they are visited with keyboard arrows
15 years ago
Christophe Dumez
7792b4f849
- Branched trunk in order to work on a major GUI remodeling. I will attempt to:
...
* Merge download and upload lists
* Display torrent properties in the same tab (horizontal split)
15 years ago
Christophe Dumez
53171c81e1
- Make sure RSS Feed downloader does not process already-read articles
15 years ago
Christophe Dumez
061a9c7ecf
- Fix compilation warning regarding sortNewsList()
15 years ago
Christophe Dumez
6f89b1f131
- Be less restrictive about RSS feeds, we now display articles even if they don't have embedded torrents. However, RSS feed downloader is not available for said feeds.
...
- Added an icon to differenciate articles with attachment (torrent)
15 years ago
Christophe Dumez
7a59d5e47c
- Do not update the icon when clicking "Mark all as read" on a feed that is still loading
...
- Added some more debug messages
15 years ago
Christophe Dumez
a33094519c
- Fix crash when a new RSS feed is added and its URL is reformatted/simplified by QUrl(URL).toString(). ( closes #420116 )
15 years ago
Christophe Dumez
480d00d747
- Display "Unread" item in RSS Feed list which displays all unread items
15 years ago
Christophe Dumez
8e2efc2950
- Fix bad ASSERT
...
- Bump to beta3
15 years ago
Christophe Dumez
dc18780a97
- "Mark items read" on a folder now updates number of unread news
15 years ago
Christophe Dumez
e126de8ff5
- Always keep number of unread news per folders up to date
...
- RefreshAllFeeds() only sets loading.png icon for feeds (and not folders)
15 years ago
Christophe Dumez
48b14d1066
- Major rewrite of rss grouping code because I did not like my first approach. It is not complete yet but it is far more clean and stable
15 years ago
Christophe Dumez
725700420c
- RSS feed parent was not updated after being moved to another folder
15 years ago
Christophe Dumez
480df1f5dc
- Fixed crash when selecting feeds after they were moved
15 years ago
Christophe Dumez
2fa43dd973
- Started to implement drag n drop in feed list but it is still very buggy
15 years ago
Christophe Dumez
05569a5011
- Added some more function for rss feeds grouping
15 years ago
Christophe Dumez
73dbce45b2
- Most of the code is there for rss feeds grouping. However it is not used yet and it is probably quite unstable
15 years ago