Chocobo1
|
65a30bab3f
|
Cleanup about_imp.h
Fix dialog too narrow on highDPI screens
Remove IRC link
Rewrite about text to support RTL languages better
Follow project coding style. Issue #2192.
|
2016-02-06 10:12:43 +08:00 |
|
sledgehammer999
|
30819b3cbc
|
Merge pull request #4675 from Chocobo1/hide_zeros
Hide zero & infinity values
|
2016-02-05 09:59:51 -06:00 |
|
Chocobo1
|
ee277bf126
|
Add "Paused torrents only" option for "Hide zero and infinity values"
|
2016-02-05 11:54:28 +08:00 |
|
Chocobo1
|
1a010cbfc6
|
Fix total values for "Seeds" & "Peers"
|
2016-02-05 11:54:28 +08:00 |
|
sledgehammer999
|
4a5f29b0d1
|
Merge pull request #4482 from glassez/savepath
Manage save path in one place
|
2016-02-04 15:16:26 -06:00 |
|
Chocobo1
|
b0a5c973a5
|
Simplify common paint actions
|
2016-02-03 12:09:23 +08:00 |
|
Chocobo1
|
5c4470ec07
|
Remove unused destructor
move get state text to its own function
|
2016-02-03 12:07:54 +08:00 |
|
Chocobo1
|
a56b745429
|
Follow project coding style. Issue #2192.
|
2016-02-03 12:07:52 +08:00 |
|
Chocobo1
|
325ba48601
|
Add "Hide zero values" option. Closes #3543.
|
2016-02-03 12:05:55 +08:00 |
|
sledgehammer999
|
87c32ccb98
|
Merge pull request #4731 from ngosang/webui_username
Check WebUI username and password length. Closes #4191
|
2016-02-02 16:06:54 -06:00 |
|
Vladimir Golovnev (Glassez)
|
c57aaf0216
|
Create MagnetUri object from BC link or HASH string
|
2016-01-31 21:32:41 +03:00 |
|
ngosang
|
2ee43758d5
|
Check WebUI username and password length. Closes #4191
|
2016-01-31 19:18:45 +01:00 |
|
thalieht
|
a17fc84fd0
|
Unlock first column in peerlist too
I just copy pasted from trackerlist (tested ofc). No idea if it can be
done differently.
|
2016-01-31 16:54:16 +02:00 |
|
ngosang
|
6b6411d06b
|
Download more pieces in "Download first and last pieces first" feature
|
2016-01-30 03:11:14 +01:00 |
|
sledgehammer999
|
2f62a79135
|
Merge pull request #4122 from Chocobo1/adv_options
Group settings in advanced settings table
|
2016-01-28 15:10:02 -06:00 |
|
sledgehammer999
|
a3d6371d36
|
Merge pull request #2644 from birdie-github/patch-2
Let's check if the torrent file can actually be opened before passing it...
|
2016-01-28 11:40:58 -06:00 |
|
Chocobo1
|
a26d48082d
|
Add header to differentiate settings
|
2016-01-26 20:30:07 +08:00 |
|
Chocobo1
|
acbc7d9556
|
Rename setRow() to addRow()
Use template to avoid code duplication
|
2016-01-26 20:27:02 +08:00 |
|
Chocobo1
|
a8b394752e
|
Set parent object for advancedsettings
Remove borders
Resize column size correctly
|
2016-01-26 20:18:51 +08:00 |
|
Chocobo1
|
29c94d2fb5
|
Move code from advancedsettings.h to its own cpp file
|
2016-01-26 20:13:44 +08:00 |
|
Chocobo1
|
2fd8a0ea22
|
Add license in advancedsettings.h
|
2016-01-26 19:48:26 +08:00 |
|
sledgehammer999
|
69d52a06d7
|
Temporarily revert PR #2885 (filename column in peers view).
There's a bug that causes frequent crashes.
Issue #4597.
|
2016-01-21 00:26:03 +02:00 |
|
sledgehammer999
|
1af8a1533e
|
Bump Copyright year.
|
2016-01-19 01:46:01 +02:00 |
|
Vladimir Golovnev (Glassez)
|
a35cbdc4a9
|
Fix unchecked dynamic_cast
Replace some unnecessary (and slow) dynamic_cast with static_cast.
|
2016-01-15 11:32:16 +03:00 |
|
Vladimir Golovnev (Glassez)
|
a203246e85
|
Fix unitialized pointer field
|
2016-01-15 09:50:29 +03:00 |
|
Vladimir Golovnev (Glassez)
|
c6ca877b72
|
Fix unitialized scalar fields
|
2016-01-13 20:25:06 +03:00 |
|
sledgehammer999
|
a19e2e48a1
|
Merge pull request #4436 from GuidC0DE/magnet_handler_osx
Set qBittorrent as default torrent app in Mac OS
|
2016-01-11 12:28:38 -06:00 |
|
sledgehammer999
|
2bcefe364f
|
Merge pull request #4522 from buinsky/icons
Edit speed limits and upload ratio icons
|
2016-01-10 07:29:47 -06:00 |
|
buinsky
|
00e6e00e71
|
Edit speed limits and upload ratio icons
|
2016-01-10 16:24:34 +03:00 |
|
sledgehammer999
|
ca4bbdd02b
|
Merge pull request #4528 from Chocobo1/pri_rename
Rename column header
|
2016-01-10 06:57:42 -06:00 |
|
Chocobo1
|
6ff1722dbf
|
Replace names with camelCase style
|
2016-01-10 14:57:56 +08:00 |
|
Chocobo1
|
829012ae3c
|
Use C++11 initializer list
|
2016-01-10 14:57:56 +08:00 |
|
Chocobo1
|
e330a91921
|
Follow project coding style. Issue #2192.
|
2016-01-09 17:19:35 +08:00 |
|
Chocobo1
|
9b031d2fae
|
Rename column header
|
2016-01-08 22:18:41 +08:00 |
|
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.
|
2016-01-05 23:29:26 +03:00 |
|
sledgehammer999
|
6ccf2f9232
|
Merge pull request #4020 from glassez/rss
RSS code redesign (Issue #2433).
|
2016-01-05 10:29:13 -06:00 |
|
sledgehammer999
|
52d08f7112
|
Merge pull request #4413 from glassez/dlmgr
Improve Download Manager. Closes #4305
|
2016-01-05 10:10:08 -06:00 |
|
Vladimir Golovnev (Glassez)
|
28ed981082
|
Redesign RSS base classes.
|
2016-01-04 06:37:54 +03:00 |
|
Vladimir Golovnev (Glassez)
|
6f7ae728eb
|
Move base RSS names to Rss namespace.
|
2016-01-04 06:19:02 +03:00 |
|
Vladimir Golovnev (Glassez)
|
67758cb092
|
Fix coding style (Issue #2192).
|
2016-01-04 06:16:20 +03:00 |
|
Vladimir Golovnev (qlassez)
|
e378a65508
|
Use DownloadManager by ProgramUpdater
Closes #2023
|
2016-01-04 05:49:02 +03:00 |
|
Vladimir Golovnev (qlassez)
|
12c151eb69
|
Save RSS cookies to common cookie storage
Closes #4305
|
2016-01-04 05:45:30 +03:00 |
|
sledgehammer999
|
06be9edfe1
|
Remove watch folders permanently only if the user accepts the Preferences dialog.
|
2016-01-03 22:08:55 +02:00 |
|
sledgehammer999
|
9c88959651
|
Make it scroll horizontally when necessary.
|
2016-01-03 22:08:55 +02:00 |
|
sledgehammer999
|
ecc19ff23e
|
Fix translated string.
|
2016-01-03 22:08:55 +02:00 |
|
sledgehammer999
|
990e33a4b1
|
Don't add the watch folder before the user closes the Preferences window.
|
2016-01-03 22:08:55 +02:00 |
|
Vladimir Golovnev (qlassez)
|
ed7fb20758
|
Fix setting custom download location for watched folder
|
2016-01-03 22:08:55 +02:00 |
|
sledgehammer999
|
bc92f156c1
|
Improve the "Watch folders" UI. Closes #4300.
|
2016-01-03 22:08:55 +02:00 |
|
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.
|
2016-01-03 17:54:04 +02:00 |
|
sledgehammer999
|
17f1a7d22a
|
Merge pull request #2885 from evsh/peers-show-files
Add column with list of currently downloading files
|
2016-01-02 11:48:10 -06:00 |
|