qBittorrent/src/base/rss
Eugene Shalygin 0f746ffd5a Add support for different configurations. Partially closes #465
It may be useful to have different configurations either for portable
versions or for debugging purposes. To implement this we add two
options, avaliable via command line switches
1. An option to change configuration name ("--configuration"). The name
supplied via this option is appended to
QCoreApplication::applicationName() to form "qBittorrent_<conf_name>"
name for the configuration files.
2. An option to provide a path do directory where all the settings are
stored (kind of profile directory). There is a shortcut "--portable"
which means "use directory 'profile' near the executable location".

In order to implement that we have to perform initialisation of the
profile directories before the SettingStorage and Preferences singletones
are initialised. Thus, options parsing shall be performed without defaults
read from preferences.
2017-04-12 00:50:28 +02:00
..
private Improve RSS parsing logic. 2016-01-04 06:59:07 +03:00
rssarticle.cpp Redesign RSS base classes. 2016-01-04 06:37:54 +03:00
rssarticle.h Redesign RSS base classes. 2016-01-04 06:37:54 +03:00
rssdownloadrule.cpp Change named of getter function. 2017-03-08 00:16:25 +02:00
rssdownloadrule.h Change named of getter function. 2017-03-08 00:16:25 +02:00
rssdownloadrulelist.cpp Add support for different configurations. Partially closes #465 2017-04-12 00:50:28 +02:00
rssdownloadrulelist.h Move base RSS names to Rss namespace. 2016-01-04 06:19:02 +03:00
rssfeed.cpp Add support for different configurations. Partially closes #465 2017-04-12 00:50:28 +02:00
rssfeed.h Follow project coding style. Issue #2192. 2017-01-08 11:46:01 +11:00
rssfile.cpp Redesign RSS base classes. 2016-01-04 06:37:54 +03:00
rssfile.h Redesign RSS base classes. 2016-01-04 06:37:54 +03:00
rssfolder.cpp Redesign RSS base classes. 2016-01-04 06:37:54 +03:00
rssfolder.h Redesign RSS base classes. 2016-01-04 06:37:54 +03:00
rssmanager.cpp Improve UI responsiveness during RSS downloading. Closes #873, #1089, #1235, #5423. 2016-11-07 08:56:06 +11:00
rssmanager.h Improve UI responsiveness during RSS downloading. Closes #873, #1089, #1235, #5423. 2016-11-07 08:56:06 +11:00