Eugene Shalygin
e9a5768e4f
cmake: drop explicit Boost dependency
...
We get it implicitly from libtorrent
2016-06-20 01:52:52 +03:00
Eugene Shalygin
858e5f8db8
cmake: add imported target for Libtorrent
2016-06-20 01:52:51 +03:00
Vladimir Golovnev (Glassez)
0afa83dbfa
Add coding style rule for header inclusion order
2016-06-20 01:52:51 +03:00
ngosang
fc95ce310e
Fix Update all button height in RSS tab
2016-06-20 01:52:51 +03:00
ngosang
e2c9e7b877
Minor change in Stats dialog
2016-06-20 01:52:51 +03:00
sledgehammer999
b1e62ca006
Display the filepath when a torrent fails to load. Closes #100 and #805 .
2016-06-20 01:52:50 +03:00
Jerome Leclanche
a063ebd396
LICENSE: Fix mixed indenting
2016-06-20 01:52:50 +03:00
Jerome Leclanche
728dd744bb
LICENSE: Remove copy/paste error
2016-06-20 01:52:49 +03:00
Chocobo1
a0c1ee76a2
Fix qBittorrent doesn't exit immediately when "all donwloads are done -> exit" option enabled.
...
This fix is provided by glassez.
2016-06-20 01:52:49 +03:00
Chocobo1
c7b15b9cc5
Enable access to shutdown functions when configured with --disable-gui
option
2016-06-20 01:52:29 +03:00
Chocobo1
0770fe8b09
Fix Coverity Scan 143909.
...
Also, the setting "Confirmation on auto-exit when downloads finish" wasn't working before.
2016-06-20 01:52:28 +03:00
sledgehammer999
cf98220c40
Fix log menu item position broken by 1760beed17
.
2016-06-20 01:52:28 +03:00
sledgehammer999
2eb393ae9a
Bump API_VERSION to 11.
2016-06-20 01:52:26 +03:00
buinsky
d65d11d64c
WebUI: Select category on right click
2016-06-20 01:50:55 +03:00
buinsky
f4fdb80cc9
WebUI: Don't show several context menus at the same time
2016-06-20 01:50:54 +03:00
buinsky
50a0ce1da2
WebUI: Adjust context menu position
2016-06-20 01:50:54 +03:00
buinsky
2e9370481d
WebUI: Implement delete torrents by category
2016-06-20 01:50:54 +03:00
buinsky
c60c58b092
WebUI: Implement pause torrents by category
2016-06-20 01:50:53 +03:00
buinsky
ba5dded076
WebUI: Implement start torrents by category
2016-06-20 01:50:53 +03:00
buinsky
eb36949e87
WebUI: Implement removing unused categories
2016-06-20 01:50:53 +03:00
buinsky
b7358a3039
WebUI: Implement removing categories
2016-06-20 01:50:52 +03:00
buinsky
d0f082e238
WebUI: Implement adding categories
2016-06-20 01:50:52 +03:00
buinsky
b301444f5e
WebUI: Add empty context menu to categories filter
2016-06-20 01:50:52 +03:00
buinsky
900a80adc1
WebUI: Rename function updateCategoryFN to setCategoryFN
2016-06-20 01:50:51 +03:00
buinsky
d4887ee736
WebUI: Refactor ContextMenu class
2016-06-20 01:50:37 +03:00
Chocobo1
e23566cde1
Rename files:
...
confirmshutdowndlg.ui => shutdownconfirmdlg.ui
shutdownconfirm.cpp => shutdownconfirmdlg.cpp
2016-06-20 01:50:36 +03:00
Chocobo1
b5f30a6efb
Enlarge dialog size. Closes #5091 .
...
This avoids text clipping when using Qt4 lib.
2016-06-20 01:50:36 +03:00
Chocobo1
deb1d54999
Rename enum
...
Change identifier from ShutdownAction to ShutdownDialogAction
Change enum value from None to Exit
2016-06-20 01:50:36 +03:00
Chocobo1
7779efbc30
Refactor
...
Add helper function to initialize shutdown message.
Group similar functions together.
Merge shutdown() function into its only caller.
Add override keyword
2016-06-20 01:50:35 +03:00
Chocobo1
acd65e3185
Cleanup header include
...
Code formatting
2016-06-20 01:50:35 +03:00
Chocobo1
f2dd050ade
Fix Coverity Scan cid 143911.
...
`filesCount()` could return a negative value.
2016-06-20 01:50:35 +03:00
Chocobo1
9c28a48f2e
Fix class member initialize order
2016-06-20 01:50:35 +03:00
Chocobo1
3e8af95d30
Fix warnings in mainwindow.ui. Closes #5117 .
...
gui/mainwindow.ui: Warning: The name 'actionExecutionLogs' (QAction) is already in use, defaulting to 'actionExecutionLogs1'.
gui/mainwindow.ui: Warning: action `actionSearch_engine' not declared
gui/mainwindow.ui: Warning: action `actionRSS_Reader' not declared
2016-06-20 01:50:19 +03:00
Eugene Shalygin
cba9d222de
cmake: add imported target for QtSingleApplication
...
This simplifies cmake code a bit: we remove if's and just generate
different target (imported or alias) with the same name and use it
unconditionally.
2016-06-20 01:50:18 +03:00
Eugene Shalygin
b137eb01ed
cmake: fix Qt resources linkage. Closes #5080
...
Qt resource is innitialized by a static object constructor (see
https://wiki.qt.io/QtResources ). When we put resources into a static
library, the linker removes that static objects and thus the resources
themselves. To correct that we append resources to the main executable
sources list. This is done via custom function qbt_target_sources which
knows where to read the executable' name.
2016-06-20 01:50:18 +03:00
Vladimir Golovnev (Glassez)
fd156580a0
Fix coding style rules
...
Closes #5075
2016-06-20 01:50:18 +03:00
Chocobo1
21c17f2a81
Move m_searchPattern widget from code to .ui file
2016-06-20 01:50:18 +03:00
Chocobo1
5f19cd2c0e
[Search] Add seperator for categories & plugins
...
Sort categories & plugins entries
Rename & reorder entries
Use full name for plugins
2016-06-20 01:50:17 +03:00
Chocobo1
9279fedd49
[Search] match combobox height to button height
2016-06-20 01:50:17 +03:00
Chocobo1
2361d6f12d
[Search] minor cleanups
2016-06-20 01:50:00 +03:00
Vladimir Golovnev (Glassez)
78bfbc5669
Use nova2dl.py script instead of DownloadManager
...
Closes #5026
2016-06-20 01:49:59 +03:00
sledgehammer999
6101f11673
Sync translations from Transifex and run lupdate.
2016-06-20 01:49:56 +03:00
sledgehammer999
15361a6c16
Follow project coding style. Issue #2192 .
2016-06-20 01:36:35 +03:00
Anton Lashkov
835a999464
SpeedPlotView: code correction
2016-06-20 01:36:34 +03:00
Anton Lashkov
b9b0739efd
SpeedPlotView: Simplify code using PointData struct
2016-06-20 01:36:21 +03:00
Anton Lashkov
a34c072b7a
SpeedPlotView: Use separate buffers for periods with reduce number of points. Fix coding style.
2016-06-20 01:36:20 +03:00
Anton Lashkov
72e88ba7ec
SpeedPlotView: Save int's instead of double's
2016-06-20 01:36:20 +03:00
Anton Lashkov
afb143cad1
SpeedPlotView: Replace QQueue by boost::circular_buffer, reduce number of points to draw, increase legend background size
2016-06-20 01:36:20 +03:00
Chocobo1
1ca5d10abb
Fix resizing bug in "add torrent dialog". Closes #5036 .
...
1. Place all widgets in "Torrent information" into the same grid layout
instead of different layouts.
2. Tweak tab order.
2016-06-20 01:36:01 +03:00
Chocobo1
67675b6cdc
Fix long text clipping. Closes #5091 .
2016-06-20 01:36:00 +03:00