Christophe Dumez
54131001b0
Move RSS settings to a separate dialog
15 years ago
Christophe Dumez
8ec1621334
Merge msvc fixes from stable branch
15 years ago
Christophe Dumez
994c798264
Added cookie support for RSS feeds (Needs testing)
15 years ago
Christophe Dumez
73a9985599
Fix crash when pressing mouse button and selecting different rss items
15 years ago
Christophe Dumez
54b53f3aba
RSS: News title is no longer used as identifier (use guid or url instead)
15 years ago
Christophe Dumez
c287879e55
Fix possible crash with Qt 4.4
15 years ago
Christophe Dumez
a468404ab5
Make use of Fast concatenation feature in Qt 4.6
15 years ago
Christophe Dumez
aec99ed14f
More code cleanup
15 years ago
Christophe Dumez
7710c88797
FEATURE: Support for multiple scan folders
...
* Patch by Christian Kandeler (Thanks!)
15 years ago
Christophe Dumez
2ce375d8eb
- Improved date handling in RSS
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
4732c8565d
- Refresh RSS feed as soon as feed downloader is enabled
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
422c03b4ec
- Fixed 'cancel' button in RSS feed renaming dialog (Thanks Mariusz)
15 years ago
Christophe Dumez
4ee47ce2b8
- Use a capital "B" for Bittorrent class
15 years ago
Christophe Dumez
262b88930e
- Use lowercase characters only in filenames
15 years ago
Christophe Dumez
3762c37517
- Take "RSS refresh interval" into consideration without restarting qBT
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
061a9c7ecf
- Fix compilation warning regarding sortNewsList()
15 years ago
Christophe Dumez
c9c4f7001a
- Fix crash when right-clicking on RSS news list ( closes #422495 )
15 years ago
Christophe Dumez
37342e0f0c
- Update number of unread items when a feed is deleted
15 years ago
Christophe Dumez
5d31dcdb15
- Added an icon for articles without attachment
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
9d35bda43c
- Fix a crash introduced by last commit
15 years ago
Christophe Dumez
e780d83fd0
- Stop displaying items after they were read in "unread" news.
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
6e87d6655a
- Unread items were not updated correctly when a feed was updated
15 years ago
Christophe Dumez
87f43123c6
- Update news list when a feed is updated and Unread items are displayed
15 years ago
Christophe Dumez
40e9105ee5
- Make sure Unread item is updated whenever a feed is updated
15 years ago
Christophe Dumez
3dd7dcc58f
- Fix "add new feed subscription" when selecting a feed
15 years ago
Christophe Dumez
6ba5df3ec8
- Fix "Refresh selected stream" when Unread item is selected
15 years ago
Christophe Dumez
1560b4ca3b
- Copy Feed URL no longer works on Folders
15 years ago
Christophe Dumez
68d8a9ed47
- Fix "add new Feed" when no item is selected (or Unread item is selected)
15 years ago
Christophe Dumez
ca00f3084d
- "add new Feed" when clicking on "Unread" item will not add the new feed as a child to "Unread" item
15 years ago
Christophe Dumez
90d17d16a4
- Fix "Unread" name disapearing when marking items read
15 years ago
Christophe Dumez
df0f01cd71
- Fix "Unread" name disapearing on update
15 years ago
Christophe Dumez
480d00d747
- Display "Unread" item in RSS Feed list which displays all unread items
15 years ago
Christophe Dumez
a0923741a4
- Make sure items are not overwriten when drag 'n dropping items in RSS feed list
15 years ago
Christophe Dumez
fd81567ecd
- Remembering open state of RSS folders on startup
15 years ago
Christophe Dumez
8e5f5b5d65
- Fixed crash on feed deletion
15 years ago
Christophe Dumez
215d561b82
- When adding a new feed, add it to the selected folder
15 years ago
Christophe Dumez
06fb19e8be
- Updated selectFirstFeed() function due to code rewrite
15 years ago
Christophe Dumez
3550e31871
- Remove useless code
15 years ago
Christophe Dumez
46c6c4fc9a
- UpdateSelectedItems() now sets loading.png icon for all feeds included in selected folders
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
f2d2e70967
- Updated number of unread news of RSS folders after a feed is moved from one folder to another
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
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