1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00
qBittorrent/src/rss
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
..
automatedrssdownloader.cpp Fix error in translatable string 2012-07-01 20:38:14 +03:00
automatedrssdownloader.h RSS: Use SharedPtr everywhere 2012-02-19 18:53:10 +02:00
automatedrssdownloader.ui Add regex help and validation (RSS downloader 2011-04-18 15:56:22 +00:00
cookiesdlg.cpp Coding style clean up 2012-02-20 19:30:53 +02:00
cookiesdlg.h BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler) 2011-02-27 15:41:05 +00:00
cookiesdlg.ui Initial support for system Icons (incomplete but good progress) 2010-12-12 19:37:59 +00:00
feedlistwidget.cpp Coding style changes 2012-02-20 21:32:58 +02:00
feedlistwidget.h RSS: Use SharedPtr everywhere 2012-02-19 18:53:10 +02:00
rss_imp.cpp Fix cookie support for RSS feeds (closes #119) 2012-10-07 17:25:17 +03:00
rss_imp.h RSS code clean up 2012-08-19 15:48:28 +03:00
rss.pri Move RSS parsing to another thread to avoid freezing the UI 2012-08-18 18:06:29 +03:00
rss.ui RSS: Fix buttons height 2011-09-26 20:09:24 +03:00
rssarticle.cpp Make sure new RSS download rules apply to existing articles as well, not just new ones 2012-09-23 10:25:25 +03:00
rssarticle.h Make sure new RSS download rules apply to existing articles as well, not just new ones 2012-09-23 10:25:25 +03:00
rssdownloadrule.cpp Fix 'must not contain' regexp with '|' character 2012-11-08 23:18:51 +04:00
rssdownloadrule.h RSS code clean up 2012-02-20 20:49:31 +02:00
rssdownloadrulelist.cpp Iter cache more && prefix it 2012-07-14 19:45:40 +08:00
rssdownloadrulelist.h RSS code clean up 2012-02-20 20:49:31 +02:00
rssfeed.cpp Fix cookie support for RSS feeds (closes #119) 2012-10-07 17:25:17 +03:00
rssfeed.h Fix cookie support for RSS feeds (closes #119) 2012-10-07 17:25:17 +03:00
rssfile.cpp Coding style clean up 2012-02-20 19:30:53 +02:00
rssfile.h Make sure new RSS download rules apply to existing articles as well, not just new ones 2012-09-23 10:25:25 +03:00
rssfolder.cpp Make sure new RSS download rules apply to existing articles as well, not just new ones 2012-09-23 10:25:25 +03:00
rssfolder.h Make sure new RSS download rules apply to existing articles as well, not just new ones 2012-09-23 10:25:25 +03:00
rssmanager.cpp RSS code clean up 2012-08-19 17:22:30 +03:00
rssmanager.h RSS code clean up 2012-08-19 17:22:30 +03:00
rssparser.cpp Fix timezone parsing in RSS (closes #136) 2012-10-07 17:04:55 +03:00
rssparser.h RSS: parse lastBuildDate tag and abort parsing if the feed has not changed since last time. 2012-08-18 18:43:20 +03:00
rsssettings.h Fix cookie support for RSS feeds (closes #119) 2012-10-07 17:25:17 +03:00
rsssettingsdlg.cpp Optimized RSS settings code 2010-11-17 20:21:03 +00:00
rsssettingsdlg.h BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler) 2011-02-27 15:41:05 +00:00
rsssettingsdlg.ui Initial support for system Icons (incomplete but good progress) 2010-12-12 19:37:59 +00:00