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 |
buinsky
|
418734b0a3
|
WebUI: Fix JavaScript exception on WebUI load
|
9 years ago |
Bert Verhelst
|
b752df7557
|
60 of the svg's in the oxigen folder converted
|
9 years ago |
Chocobo1
|
4a3d9029d1
|
Add #include guard
|
9 years ago |
Chocobo1
|
ef75ae4aee
|
Try to concat most of the string at compile time
The lesser unsafe code in signal handler the better
Add license
|
9 years ago |
Chocobo1
|
5c8a4b3912
|
Simplify signal handler
Try to use signal-safe functions as much as possible
Closes #3995
Define sys_signame[] ourselves on linux
|
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 |
buinsky
|
cdb70a8c14
|
WebUI: Move style of dynamic table header to CSS
|
9 years ago |
buinsky
|
b2839a6442
|
WebUI: Fix unnecessary updates of torrent peers table
|
9 years ago |
sledgehammer999
|
1af8a1533e
|
Bump Copyright year.
|
9 years ago |
sledgehammer999
|
ab813df992
|
Bump WebUI API_VERSION and API_VERSION_MIN.
|
9 years ago |
sledgehammer999
|
3fa15eeb35
|
Sync translations from Transifex and run lupdate.
|
9 years ago |
Vladimir Golovnev (Glassez)
|
3df802cef7
|
Delete unused include
|
9 years ago |
Vladimir Golovnev (Glassez)
|
dbf430ac2e
|
Allow GeoIP in NoGUI builds
|
9 years ago |
Vladimir Golovnev (Glassez)
|
3a2bd3c9b1
|
Fix loading corrupted .fastresume file
|
9 years ago |
Vladimir Golovnev (qlassez)
|
245f424014
|
Optimize Session::startupTorrents()
Reduce queue size by starting up initial items (torrents) when they are detected
|
9 years ago |
Vladimir Golovnev (qlassez)
|
a5780dd66c
|
Switch to using previous fastresume file names
|
9 years ago |
Vladimir Golovnev (qlassez)
|
4f01660591
|
Perform fastresume data saving in separate thread
Closes #4315
|
9 years ago |
buinsky
|
e8789dcd02
|
WebUI: Remember last opened tab
|
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)
|
ea8acf3bbd
|
Fix unitialized scalar field bugs
|
9 years ago |
Vladimir Golovnev (Glassez)
|
9bdd26de43
|
Simplify Log::Msg and Log::Peer
Also fixes some unitialized scalar field bugs.
|
9 years ago |
Vladimir Golovnev (Glassez)
|
c6ca877b72
|
Fix unitialized scalar fields
|
9 years ago |
Vladimir Golovnev (Glassez)
|
4965704b10
|
Fix NetworkCookieJar::deleteCookie() behavior to match Qt5 one
|
9 years ago |
Vladimir Golovnev (Glassez)
|
cf25ed3d80
|
Fix reconfigure additional trackers
Replace wrong QList::empty() call with QList::clear()
|
9 years ago |
Gabriele
|
9e91cd70ee
|
WebUI: Allow to remove the label assigned to a torrent
Empty strings are not valid label names, but they are used to remove
torrent labels, so allow them.
|
9 years ago |
sledgehammer999
|
21f587cc45
|
Sync translations from Transifex and run lupdate.
|
9 years ago |
buinsky
|
00e6e00e71
|
Edit speed limits and upload ratio icons
|
9 years ago |
buinsky
|
165ab473df
|
WebUI: Fix torrent table context menu
Don't show "Limit download speed" menu item for downloaded torrents.
|
9 years ago |
buinsky
|
a5e6cd256c
|
WebUI: Fix deleting torrents
Fix possible showing "qBittorrent client is not reachable" message on
deleting torrents.
|
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 |
buinsky
|
f961fd6a7c
|
WebUI: Repair translation
|
9 years ago |
Chocobo1
|
9b031d2fae
|
Rename column header
|
9 years ago |
buinsky
|
486b65487f
|
Move some styles into css
|
9 years ago |
ngosang
|
1e8299f842
|
[search engine] Update PirateBay URL. Closes #4470
|
9 years ago |
ngosang
|
b8c4a86348
|
[search engine] Fix PirateBay plugin implementation for Python 3
|
9 years ago |
sledgehammer999
|
abcdd105e3
|
Don't require GUI libs for qt4 nox build. Closes #4404.
|
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)
|
6662081044
|
Improve RSS parsing logic.
|
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)
|
881108057d
|
Use DownloadManager by DNSUpdater
|
9 years ago |