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
Eugene Shalygin
ef47983d8d
Remove duplicated code from search tab and widget
...
Both download handlers (in the tab and widget classes) convert model
index into an URL, set row color, and call download function.
Make the download button handler (in the SearchWidget class) call the
slot of the SearchTab class.
2016-06-20 01:36:00 +03:00
Eugene Shalygin
cf47517ee3
cmake: reflect qmake project changes
2016-06-20 01:36:00 +03:00
sledgehammer999
33199bbd74
Fix qt5 bundle on OSX. Closes #4014 .
2016-06-20 01:35:59 +03:00
sledgehammer999
4fb735c6d1
Change gpg signing key.
...
I forgot the passphrase to the old one.
2016-06-20 01:35:59 +03:00
Vladimir Golovnev (Glassez)
99ca42bf48
Fix MainWindow coding style (Issue #2192 )
2016-06-20 01:35:59 +03:00
Vladimir Golovnev (Glassez)
f6b4b5f6f0
Fix macro define cross over access specifiers
2016-06-20 01:35:59 +03:00
Vladimir Golovnev (Glassez)
6f73c32fcc
Delete old RSS cookies dialog
2016-06-20 01:35:42 +03:00
Vladimir Golovnev (Glassez)
c1611988b4
Create basic cookies management dialog
2016-06-20 01:35:42 +03:00
Vladimir Golovnev (Glassez)
fbe1d2d78a
Implement basic cookies model
2016-06-20 01:35:41 +03:00
Chocobo1
34fec15ceb
Improve TransferListDelegate::sizeHint
2016-06-20 01:35:41 +03:00
ngosang
1977e4f24d
Fix uic warnings. Closes #5056
2016-06-20 01:35:41 +03:00
Chocobo1
5774d27c7b
Follow project coding style. Issue #2192 .
2016-06-20 01:35:17 +03:00
Chocobo1
3a6a857371
Let windows handle all widgets scaling.
...
Declare ourselves as a Non DPI–aware app.
Tested with Qt 5.6.
2016-06-20 01:02:07 +03:00
Eugene Shalygin
e2f88feaf9
Optimize widgets inside of the search tab
...
Since we already have searchtab.ui, let's set up all the widgets there.
Additionally, save a bit of vertical space by putting results label in
a row with the filter widgets.
2016-06-20 01:02:07 +03:00
Eugene Shalygin
16fec04b6a
Implement search filters in the proxy model. Partially closes #972
2016-06-20 01:02:06 +03:00
sledgehammer999
fbac4afa2d
Fix indentation.
2016-06-20 01:02:06 +03:00
Eugene Shalygin
d6e9736af1
update uncrustify config
2016-06-20 01:02:06 +03:00