Gabriele
42c74f9553
Avoid concatenation when dealing with translatable strings
...
Concatenation could be problematic with RTL languages.
9 years ago
Gabriele
420fa82e8d
Put some string placeholders between quotes
9 years ago
Nick Tiskov
2442411a5e
Fix: Adding RSS rule with a new label doesn't add this label to UI.
9 years ago
Nick Tiskov
f5c0cddea5
Fix: Label changes to first item in RSS rule list are forgotten, because checkRegex calls updateMustLineValidity, which saves the rule before new label can be applied.
9 years ago
Vladimir Golovnev (Glassez)
191cdc2849
Move utilities to core/utils folder.
...
Also move the names to Utils namespace.
10 years ago
Vladimir Golovnev (Glassez)
d16d1fdb3a
Redesign main core classes.
10 years ago
Vladimir Golovnev (Glassez)
d32bb52390
Don't add core to INCLUDEPATH.
10 years ago
Gabriele
027a08c92e
Update matching RSS articles while editing rules
...
Save the rules as soon as they are edited so that the matching
articles tree is immediately updated.
Closes #2829 .
10 years ago
ngosang
90a18da499
Removes several warnings related with RSS
10 years ago
Vladimir Golovnev (Glassez)
ff9a281b72
Change project directory structure.
...
Change project directory structure according to application structure.
Change 'nox' configuration option to something more meaningful 'nogui'.
Rename 'Icons' folder to 'icons' (similar to other folders).
Partially add 'nowebui' option support.
Remove QConf project file.
10 years ago
Nick Tiskov
ef14b83134
Support overriding global "Add paused" option in RSS on per rule basis
10 years ago
sledgehammer999
11ef0f8729
Correct RSS tooltip text from 18e0d122fb
.
10 years ago
Nick Tiskov
806a4a2e6a
Add setting to ignore RSS rule matches for X days
10 years ago
Gabriele
c6dbe8ea60
Don't use white spaces as separator in RSS "must not contain" rules
...
This RegExp uses both white spaces and | as separator.
Use only the latter and drop the RegExp as it is no longer required.
10 years ago
Nick Tiskov
18e0d122fb
Add tooltip to episode filter text edit
10 years ago
Nick Tiskov
0564ceea9f
Implement episode filter for rss downloader
10 years ago
sledgehammer999
45e95e6cc2
Don't translate file extensions. Closes #1907 .
10 years ago
sledgehammer999
d8d95d2195
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
10 years ago
Nick Tiskov
ae8356aae5
Update RSS Classes
11 years ago
Nick Tiskov
150e9bb452
Fix rss settings corruption when checking regexp and going to other rule.
11 years ago
Nick Tiskov
fd8a2e05a4
Use AutoExpandableDialog instead of QInputDialog wherever possible
11 years ago
Nick Tiskov
42e81b9d19
Support edit/delete/double click hotkeys in rss feed list and rule list.
11 years ago
Nick Tiskov
70a0de8de5
Fix failing asserts (rss settings are not saved).
...
See Pull #675
12 years ago
Nick Tiskov
454dbd5cd8
Do not autoDL items based on rules still being edited.
12 years ago
Christophe Dumez
da3406b811
Simplify the code a bit now that QIniSettings uses qBittorrent / qBittorrent by default
12 years ago
Nick Tiskov
5e5d8118c7
Changing regexp/wildcard mode should update article list matches
12 years ago
Christophe Dumez
92189b6c50
Fix error in translatable string
13 years ago
Christophe Dumez
6a905fc9e0
Fix 2 strings
13 years ago
Christophe Dumez
fefc7df910
Fix crash when creating a new RSS download rule
13 years ago
Christophe Dumez
00b4ad6ec8
RSS: Remove last singleton
13 years ago
Christophe Dumez
a8a7b61ea9
Coding style clean up
13 years ago
Christophe Dumez
b78d6ba243
Several RSS fixes:
...
- Fix possible redownload of torrents marked as read (Closes #927495 )
- Properly remove RSS feed settings/history upon feed removal
- Fix possible crash in RSS Downloader dialog in debug mode
13 years ago
Christophe Dumez
50a3e4e776
RSS: Use SharedPtr everywhere
13 years ago
Christophe Dumez
8bfbb98509
Add regex help and validation (RSS downloader
14 years ago
Christophe Dumez
44011c9cd9
Added tool tips on RSS fields
14 years ago
Christophe Dumez
92c7996ff4
FEATURE: Added full regex support to RSS downloader
14 years ago
Christophe Dumez
2d5612435c
RSS code rewrite in progress
14 years ago
Christophe Dumez
83ff66e0b1
Use of system icon theme can now be disabled
14 years ago
Christophe Dumez
c3322cdc91
Fixes possible crash in the RSS Downloader dialog (when having RSS folders)
14 years ago
Christophe Dumez
052825e5c4
Initial support for system Icons (incomplete but good progress)
14 years ago
Christophe Dumez
bb19cfce1f
Greatly improved the RSS downloader dialog layout
14 years ago
Christophe Dumez
6629c39f01
Optimized RSS settings code
14 years ago
Christophe Dumez
e5032a52c4
Importance code refactoring related to the "preferences" code - Greatly improves performance
14 years ago
Christophe Dumez
9c13ed2635
Cosmetic changes to the article previewx tree
14 years ago
Christophe Dumez
ad087d7e88
Fix rule saving issue
14 years ago
Christophe Dumez
c387c15eb0
Fix possible rule saving issue
...
Matching articles are now previewable in the rss downloader dialog
Make sure Rss downloading is enabled before checking for matching rules
14 years ago
Christophe Dumez
345222cf42
Improved feed assignment behavior
14 years ago
Christophe Dumez
adffd7df74
Fix selection behavior
14 years ago
Christophe Dumez
4de980c1a1
Fix rule selection behavior
14 years ago
Christophe Dumez
578a5c9551
Improved context menu behavior (multiple selection)
14 years ago