Chocobo1
a43db66d87
Cleanup about.ui
...
Shorten text in "Libraries" tab, to avoid About dialog being too wide
Make QLabels in Libraries tab selectable
Use QGroupBox in "Author" tabs
Rename "Thanks to" to "Special Thanks"
Rename "Translation" to "Translators"
Remove borders in "Thanks to", "Translation", "License" tabs
9 years ago
Chocobo1
a667f900c5
Set "Show splash screen on start up" option default to off
9 years ago
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 .
9 years ago
sledgehammer999
958b70e4ac
Merge pull request #4403 from glassez/fastresume
...
Improve .fastresume saving and torrents starting up. Closes #4315 .
9 years ago
Vladimir Golovnev (Glassez)
732f46cc69
Save resume data using QSaveFile (Qt5 only)
9 years ago
sledgehammer999
30819b3cbc
Merge pull request #4675 from Chocobo1/hide_zeros
...
Hide zero & infinity values
9 years ago
Chocobo1
ee277bf126
Add "Paused torrents only" option for "Hide zero and infinity values"
9 years ago
Chocobo1
1a010cbfc6
Fix total values for "Seeds" & "Peers"
9 years ago
sledgehammer999
176d4780b5
Merge pull request #4746 from buinsky/WebUI_torrents_request
...
WebAPI: Add "Added on" and "Completion on" fields to query/torrents …
9 years ago
sledgehammer999
4a5f29b0d1
Merge pull request #4482 from glassez/savepath
...
Manage save path in one place
9 years ago
Vladimir Golovnev (Glassez)
034bd83915
Manage save path in one place
9 years ago
buinsky
b94a1b9fbe
WebAPI: Add "Added on" and "Completion on" fields to query/torrents query response
9 years ago
Chocobo1
48d2beece5
Fix potential race condition. Closes #4742 .
9 years ago
Chocobo1
b0a5c973a5
Simplify common paint actions
9 years ago
Chocobo1
5c4470ec07
Remove unused destructor
...
move get state text to its own function
9 years ago
Chocobo1
a56b745429
Follow project coding style. Issue #2192 .
9 years ago
Chocobo1
325ba48601
Add "Hide zero values" option. Closes #3543 .
9 years ago
sledgehammer999
6054e05e70
Merge pull request #4725 from ngosang/webui_css
...
[Web UI] Minor changes in CSS styles
9 years ago
sledgehammer999
87c32ccb98
Merge pull request #4731 from ngosang/webui_username
...
Check WebUI username and password length. Closes #4191
9 years ago
sledgehammer999
232af6b802
Merge pull request #4733 from glassez/fix
...
Fix upgrade corrupted fastresume file
9 years ago
Vladimir Golovnev (Glassez)
057cbed204
Fix upgrade corrupted fastresume file
9 years ago
sledgehammer999
4e4b370b4a
Merge pull request #4730 from thalieht/unlock_column
...
Unlock the first column in peerlist too
9 years ago
Vladimir Golovnev (Glassez)
c57aaf0216
Create MagnetUri object from BC link or HASH string
9 years ago
ngosang
2ee43758d5
Check WebUI username and password length. Closes #4191
9 years ago
ngosang
9507e12ca7
[Web UI] Minor changes in CSS styles
9 years ago
thalieht
a17fc84fd0
Unlock first column in peerlist too
...
I just copy pasted from trackerlist (tested ofc). No idea if it can be
done differently.
9 years ago
sledgehammer999
f23cd9204c
Merge pull request #4623 from glassez/libt11
...
Add libtorrent v1.1 basic support
9 years ago
Vladimir Golovnev (Glassez)
decfae7b8a
Add libtorrent v1.1 basic support
9 years ago
Vladimir Golovnev (Glassez)
c93ada1e7b
Prepare for libtorrent v1.1 support
9 years ago
Vladimir Golovnev (Glassez)
31be920ba4
Don't use wide strings in libtorrent
9 years ago
sledgehammer999
53261cc0b2
Merge pull request #4677 from buinsky/WebUI_misc_fixes
...
WebUI: Misc fixes and improvements
9 years ago
sledgehammer999
c8a562b865
Merge pull request #3816 from ngosang/fix_last_piece
...
Download more pieces in "Download first and last pieces first" feature
9 years ago
sledgehammer999
38f3c39d1d
Merge pull request #4715 from ngosang/update_tpb
...
[search engine] Update PirateBay plugin.
9 years ago
sledgehammer999
43aede8d63
Merge pull request #4716 from ngosang/max_ratio
...
[Web UI] Fix max_ratio precision. Closes #4707
9 years ago
ngosang
87dc9a4a18
[Web UI] Fix max_ratio precision. Closes #4707
9 years ago
ngosang
6b6411d06b
Download more pieces in "Download first and last pieces first" feature
9 years ago
ngosang
398d11a453
[search engine] Update PirateBay plugin.
9 years ago
buinsky
c04f502863
WebUI: Submit the label in the new label dialog on pressing enter key
9 years ago
buinsky
3591a0cedd
WebUI: Repair translation
9 years ago
sledgehammer999
193913129f
Merge pull request #4360 from Chocobo1/signal_fix
...
Simplify signal handler
9 years ago
sledgehammer999
44624d0003
Fix loading *.magnet files from watched folders. Closes #4701 .
9 years ago
sledgehammer999
2f62a79135
Merge pull request #4122 from Chocobo1/adv_options
...
Group settings in advanced settings table
9 years ago
sledgehammer999
063eb7e9ab
Merge pull request #3941 from jconnop/announceIP
...
Always update native session's announce_ip setting
9 years ago
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...
9 years ago
Chocobo1
a26d48082d
Add header to differentiate settings
9 years ago
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
0d32b9a692
Fix splash screen staying on top of all windows. Closes #1391 .
9 years ago