qBittorrent/src/base
Dmitry Vodopyanov f20f479a4b
Improve sender field in mail notifications
Problem statement: user sees its email address in email notification,
while it is better to have sender field app-personalized, like it did
in Nextcloud: they send notifications from user's email address and
add alias 'Nextcloud' to it.

This patch adds alias 'qBittorrent' to qBittorrent email notifications,
so user sees more user-friendly email notification.

PR #17374.
2022-07-18 13:22:30 +08:00
..
3rdparty Sync nonstd/expected with upstream 2022-06-11 12:27:13 +08:00
bittorrent Merge pull request #17367 from Chocobo1/pr_17005 2022-07-17 16:14:58 +08:00
http Use helper function for logging messages 2022-07-07 12:17:52 +08:00
interfaces Move "memory priority" settings to Application class 2022-07-04 18:38:20 +08:00
net Improve sender field in mail notifications 2022-07-18 13:22:30 +08:00
rss Remove meaningless checking for nullptr 2022-07-14 13:19:38 +08:00
search Initialize pointer to a default value 2022-06-23 21:31:16 +08:00
utils Initialize pointer to a default value 2022-06-23 21:31:16 +08:00
algorithm.h Fix comment typo in algorithm.h (#15030) 2021-05-29 11:30:47 +08:00
applicationcomponent.cpp Implement base classes for application components 2022-06-25 15:46:55 +03:00
applicationcomponent.h Implement base classes for application components 2022-06-25 15:46:55 +03:00
asyncfilestorage.cpp Revise string literal usage 2022-03-26 11:53:50 +08:00
asyncfilestorage.h Implement class for handling filesystem paths 2022-02-08 06:03:48 +03:00
base.pri Restore BitTorrent session asynchronously 2022-07-04 12:48:21 +03:00
CMakeLists.txt Restore BitTorrent session asynchronously 2022-07-04 12:48:21 +03:00
digest32.h Fix wrong v2 hash string displayed in WebUI 2022-04-10 12:46:24 +08:00
exceptions.cpp Unify custom exceptions 2021-05-18 08:40:05 +03:00
exceptions.h Improve "Watched folders" feature 2021-05-19 15:42:41 +03:00
global.h Use QString literals 2022-03-04 13:25:22 +08:00
iconprovider.cpp Use QString literals 2022-03-11 00:11:30 +08:00
iconprovider.h Implement class for handling filesystem paths 2022-02-08 06:03:48 +03:00
indexrange.h Move comparison operator out of class 2022-04-04 16:32:14 +08:00
logger.cpp Use coarse timestamp format 2022-06-18 17:14:42 +08:00
logger.h Disable move constructor where it is sensible 2021-06-29 14:49:45 +08:00
orderedset.h Revise tag related implementations 2021-04-27 11:47:52 +08:00
path.cpp Fix wrong root path generated on Windows 2022-07-01 13:34:14 +08:00
path.h Improve path extension handling 2022-04-14 09:43:07 +03:00
pathfwd.h Implement class for handling filesystem paths 2022-02-08 06:03:48 +03:00
preferences.cpp Remove option of using icons from system theme 2022-07-05 12:32:35 +08:00
preferences.h Remove option of using icons from system theme 2022-07-05 12:32:35 +08:00
profile.cpp Refactor SettingsStorage implementation 2022-07-13 07:09:15 +03:00
profile.h Refactor SettingsStorage implementation 2022-07-13 07:09:15 +03:00
profile_p.cpp Refactor SettingsStorage implementation 2022-07-13 07:09:15 +03:00
profile_p.h Refactor SettingsStorage implementation 2022-07-13 07:09:15 +03:00
settingsstorage.cpp Properly release settings class before further operations 2022-07-17 12:41:18 +08:00
settingsstorage.h Refactor SettingsStorage implementation 2022-07-13 07:09:15 +03:00
settingvalue.h Improve function interface 2022-03-26 12:41:02 +08:00
tagset.cpp Revise tag related implementations 2021-04-27 11:47:52 +08:00
tagset.h Revise tag related implementations 2021-04-27 11:47:52 +08:00
torrentfileguard.cpp Clean up usage of static keyword 2022-05-30 13:25:34 +08:00
torrentfileguard.h Clean up usage of static keyword 2022-05-30 13:25:34 +08:00
torrentfileswatcher.cpp Restore BitTorrent session asynchronously 2022-07-04 12:48:21 +03:00
torrentfileswatcher.h Restore BitTorrent session asynchronously 2022-07-04 12:48:21 +03:00
torrentfilter.cpp Update torrent status filter counters consistently 2022-05-26 19:55:00 +03:00
torrentfilter.h Use std::optional to represent "any value" filters 2022-02-20 13:17:34 +03:00
types.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
unicodestrings.h Use QString literals 2022-03-18 12:46:01 +08:00
version.h.in Bump to 4.5.0alpha1 2022-01-06 20:47:06 +02:00