Chocobo1
acbc7d9556
Rename `setRow()` to `addRow()`
...
Use template to avoid code duplication
9 years ago
Chocobo1
a8b394752e
Set parent object for advancedsettings
...
Remove borders
Resize column size correctly
9 years ago
Chocobo1
29c94d2fb5
Move code from advancedsettings.h to its own cpp file
9 years ago
Chocobo1
2fd8a0ea22
Add license in advancedsettings.h
9 years ago
sledgehammer999
69d52a06d7
Temporarily revert PR #2885 (filename column in peers view).
...
There's a bug that causes frequent crashes.
Issue #4597 .
9 years ago
sledgehammer999
1af8a1533e
Bump Copyright year.
9 years ago
Vladimir Golovnev (Glassez)
a35cbdc4a9
Fix unchecked dynamic_cast
...
Replace some unnecessary (and slow) dynamic_cast with static_cast.
9 years ago
Vladimir Golovnev (Glassez)
a203246e85
Fix unitialized pointer field
9 years ago
Vladimir Golovnev (Glassez)
c6ca877b72
Fix unitialized scalar fields
9 years ago
buinsky
00e6e00e71
Edit speed limits and upload ratio icons
9 years ago
Chocobo1
6ff1722dbf
Replace names with camelCase style
9 years ago
Chocobo1
829012ae3c
Use C++11 initializer list
9 years ago
Chocobo1
e330a91921
Follow project coding style. Issue #2192 .
9 years ago
Chocobo1
9b031d2fae
Rename column header
9 years ago
Boris Nagaev
4706733846
convert includes like <Windows.h> to lowercase
...
There is header file windows.h, not Windows.h.
MinGW on Linux build machine is filename case-sensitive.
9 years ago
Vladimir Golovnev (Glassez)
28ed981082
Redesign RSS base classes.
9 years ago
Vladimir Golovnev (Glassez)
6f7ae728eb
Move base RSS names to Rss namespace.
9 years ago
Vladimir Golovnev (Glassez)
67758cb092
Fix coding style (Issue #2192 ).
9 years ago
Vladimir Golovnev (qlassez)
e378a65508
Use DownloadManager by ProgramUpdater
...
Closes #2023
9 years ago
Vladimir Golovnev (qlassez)
12c151eb69
Save RSS cookies to common cookie storage
...
Closes #4305
9 years ago
sledgehammer999
06be9edfe1
Remove watch folders permanently only if the user accepts the Preferences dialog.
9 years ago
sledgehammer999
9c88959651
Make it scroll horizontally when necessary.
9 years ago
sledgehammer999
ecc19ff23e
Fix translated string.
9 years ago
sledgehammer999
990e33a4b1
Don't add the watch folder before the user closes the Preferences window.
9 years ago
Vladimir Golovnev (qlassez)
ed7fb20758
Fix setting custom download location for watched folder
9 years ago
sledgehammer999
bc92f156c1
Improve the "Watch folders" UI. Closes #4300 .
9 years ago
sledgehammer999
e9547f7a1c
Indicate to the user that he's going to download the new version.
...
Indicate from the installer that the old version was detected and no settings will be deleted.
Closes #4320 .
9 years ago
Dmitry Victorov
a564b96ccf
Set qBittorrent as default torrent app in Mac OS
9 years ago
Vladimir Golovnev (Glassez)
405b06319d
Move base RSS code to Core.
9 years ago
Chocobo1
edbfff62e8
Fix typo
9 years ago
Chocobo1
deb9a6b37f
Simplify statement
9 years ago
Chocobo1
07de39ff17
Add check for null. Fix provided by glassez.
...
Closes #4280 .
9 years ago
Vladimir Golovnev (Glassez)
ac365c5efb
Fix coding style (Issue #2192 ).
9 years ago
Vladimir Golovnev (Glassez)
54979e6b53
Move basic search-related code into Core.
...
Also use qBittorrent torrent file download routines instead of
nova2dl.py script.
9 years ago
Eugene Shalygin
768b67d275
Add column with list of currently downloading files
...
Add a new column to peers list that shows list of files which are
downloaded right now from a peer. The column is empty if we do not
download anything from the given peer.
9 years ago
Eugene Shalygin
efed388402
Revert "Remove unused parameter."
...
This reverts commit 87347cf0e5
.
9 years ago
sledgehammer999
450b1e75c9
Fix linux build.
9 years ago
sledgehammer999
82e02f7118
Don't apply some settings again if they weren't changed. Closes #4278 .
9 years ago
sledgehammer999
ebe6d1b603
Fix resolution of peer host names. Closes #4307 .
9 years ago
d3fault
07599b5923
Add 'never show again' checkbox/pref to auto-exit confirm dialog
9 years ago
sledgehammer999
970e21fc33
Change update URL to FossHub. Closes #4188 .
9 years ago
sledgehammer999
9e20553dab
Follow project coding style. Issue #2192 .
9 years ago
sledgehammer999
87347cf0e5
Remove unused parameter.
9 years ago
buinsky
00c765be1b
Implement sync/torrent_peers request
9 years ago
buinsky
aea6c38b33
Follow project coding style. Issue #2192 .
9 years ago
Vladimir Golovnev (Glassez)
8754fd5646
Move Search-related files into Gui.
9 years ago
Vladimir Golovnev (Glassez)
3797cc767f
Fix search-related file/class names.
9 years ago
Vladimir Golovnev (Glassez)
9db93e5d8f
Rename Core to Base ( Closes #3733 ).
9 years ago
Vladimir Golovnev (Glassez)
696ce427a8
Fix RSS isn't automarking articles as read
...
Closes : #4260 , #4233 , #4221 , #4133
9 years ago
sledgehammer999
17ac4b90be
Use simpler DEFINE for detecting Qt5 so moc will work too.
9 years ago