158 Commits (dcf632b39c7dfd287bcc227a9642a63f1a32810a)

Author SHA1 Message Date
Chocobo1 7ab3479a34
Replace static_cast by qOverload 5 years ago
Chocobo1 4a90716843
Add override keyword to functions 5 years ago
Chocobo1 e74b984a0a
Rely on Qt ownership to delete class members 5 years ago
Prince Gupta 8267a4fef9 Incorporate GuiIconProvider inside UIThemeManager 5 years ago
Chocobo1 599bfc0735
Use Qt object ownership to handle QShortcut deletions 5 years ago
Chocobo1 3748b995ff
Avoid creating unnecessary event loops 5 years ago
thalieht 70f8882f87 Group Qt forward declarations separately from the others 6 years ago
thalieht 9995967fbf Remove some unused #include 6 years ago
thalieht 4370a7eb12 Forward declare in a few places 6 years ago
Chocobo1 49df1cd3c7
Use less operations when building strings 6 years ago
thalieht 70f1537d9f Add const to almost all remaining vars and arguments that qualify 6 years ago
thalieht 8c944bd4e1 Avoid repeating the return type 6 years ago
thalieht 400792d18e Use isEmpty() instead of size() for emptiness 6 years ago
thalieht d8cbc9266a Use 'auto' to avoid duplicating the type name 6 years ago
Chocobo1 f789df7edf
Add license header 6 years ago
Chocobo1 2b903fc3d1
Move Utils::Misc::isUrl() function 6 years ago
thalieht 1f36b8b89f Combine qAsConst() with copyAsConst() to asConst() 6 years ago
thalieht 6b1d26d555 Convert all foreach() to range-based for() 6 years ago
Chocobo1 0217d5b4c0
Replace single-character string with character literal 6 years ago
thalieht 456270bbb1 Delete several unused #include 6 years ago
thalieht 6d4434ad66 Convert the names used in ui and c++ files from snake_case to camelCase 6 years ago
thalieht d34ddb2e3c Change file names and classes names to match them 7 years ago
Eugene Shalygin fa770871e9 Refactor CMake build scripts 7 years ago
thalieht 356d6a6589 Fix coding style 7 years ago
Chocobo1 09f759355f
Replace QRegExp with QRegularExpression 7 years ago
Vladimir Golovnev (Glassez) 53b9bcaaac
Place "Use Smart Episode Filter" more correctly 7 years ago
Vladimir Golovnev (Glassez) 844f76c2ca
Make "Ignoring days" to behave like other filters 7 years ago
thalieht 6b4455e13d Use qt5 connect() syntax 7 years ago
thalieht 3e4099fe5b Replace the zeroing of pointers with nullptr 7 years ago
Chocobo1 0457fd260e
Avoid temporary QString allocations 7 years ago
Stephen Dawkins 48cbccff1e Made smart episode filter regular expression configurable 7 years ago
Stephen Dawkins 2845a791d0 Initial implementation of Smart Filter feature 7 years ago
Chocobo1 27cf98a962
Resize dialog size on high DPI monitors 7 years ago
Vladimir Golovnev (Glassez) e75f8603b0
Fix RSS rule updated when deleting 7 years ago
Mike Tzou eac8838dc2
[GUI] Implement stable sort (#7703) 7 years ago
Vladimir Golovnev (Glassez) 916cfcdb03
Implement Import/Export RSS rules in JSON format 7 years ago
Vladimir Golovnev (Glassez) b8fc415870
Implement Import/Export RSS rules in legacy format 7 years ago
thalieht 525fdd6c2b Coding style, use nullptr and other minor things 7 years ago
Vladimir Golovnev (Glassez) 3ec992474d
Implement TorrentCategoryDialog class 7 years ago
Vladimir Golovnev f2af308e6d Fix RSS Downloader fails to rename rule 7 years ago
vit9696 d25467d3e6 Various macOS UI improvements 7 years ago
Vladimir Golovnev (Glassez) 66aeafdc63 Fix crash in ArticleListWidget 8 years ago
KingLucius dedd31ada5 Fix crash when delete RSS feed 8 years ago
Eugene Shalygin 72da2e7252 Do not use hardcoded colors in RSS feed view 8 years ago
Vladimir Golovnev (Glassez) 76e3383650 Don't remove read articles from Unread list 8 years ago
Vladimir Golovnev (Glassez) 2d3914c077 Prevent incorrect popullating of Unread RSS list 8 years ago
Vladimir Golovnev (Glassez) 4e37688105 Properly clear ArticleListWidget 8 years ago
Chocobo1 2258e4d5ed Fix automatedrssdownloader position 8 years ago
Brian Kendall eba41978b0 Added command line arguments for specifying options when adding torrents 8 years ago
Vladimir Golovnev (Glassez) a78a1a9c64 Add invariant checking in ArticleListWidget 8 years ago