Chocobo1
626a224382
Minor code formatting
9 years ago
Chocobo1
c3bde7c910
Sort labels with `naturalCompare()`. Closes #3919 .
9 years ago
Chocobo1
d65ff87148
Replace `naturalSort()` with `naturalCompare()`.
9 years ago
Vladimir Golovnev (Glassez)
8e9b0d97ec
Fix torrent adding with existing data
9 years ago
sledgehammer999
f22aee2bff
Merge pull request #5134 from ngosang/updateall
...
Fix Update all button height in RSS tab
9 years ago
sledgehammer999
2d8d3c8152
Merge pull request #5057 from ngosang/statics
...
Minor change in Stats dialog
9 years ago
ngosang
2136e41fad
Fix Update all button height in RSS tab
9 years ago
ngosang
bde762cb11
Minor change in Stats dialog
9 years ago
sledgehammer999
a8d2590a4c
Display the filepath when a torrent fails to load. Closes #100 and #805 .
9 years ago
sledgehammer999
36f894d0d8
Merge pull request #3976 from jleclanche/master
...
License file copy/paste fixes
9 years ago
sledgehammer999
18148a3aed
Merge pull request #5127 from Chocobo1/shutdown
...
Fix Shutdown confirmation
9 years ago
sledgehammer999
49586441f3
Fix log menu item position broken by 1760beed17
.
9 years ago
sledgehammer999
4c79a1d766
Bump API_VERSION to 11.
9 years ago
Chocobo1
34db2f5dd9
Fix qBittorrent doesn't exit immediately when "all donwloads are done -> exit" option enabled.
...
This fix is provided by glassez.
9 years ago
Chocobo1
fbc002f212
Enable access to shutdown functions when configured with `--disable-gui` option
9 years ago
sledgehammer999
2a20855c17
Merge pull request #4661 from buinsky/WebUI_labels_menu
...
WebUI: Implement labels filter context menu
9 years ago
Chocobo1
a1e0fa5509
Fix Coverity Scan 143909.
...
Also, the setting "Confirmation on auto-exit when downloads finish" wasn't working before.
9 years ago
sledgehammer999
2d0b9e6538
Merge pull request #5111 from Chocobo1/refactor_shutdowndlg
...
Cleanup shutdowndlg
9 years ago
sledgehammer999
3be35743ac
Merge pull request #5124 from Chocobo1/fix_warnings
...
Fix warnings
9 years ago
sledgehammer999
2c459e8f74
Merge pull request #5132 from evsh/cmake
...
cmake: fix resources initialization and simplify QtSingleApplication linkage
9 years ago
Chocobo1
f741d3131d
Delete all mainwindow child widgets. Closes #4871 , #5049 .
...
Some of the `delete` can be handled by the findChild loop
9 years ago
Chocobo1
e2a090f03f
Use QAtomicInt to guarantee cleanup() is only executed once
9 years ago
Eugene Shalygin
7c0b5818b1
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.
9 years ago
Eugene Shalygin
f050f15a0c
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.
9 years ago
Chocobo1
7d5ab68f50
Fix Coverity Scan cid 143911.
...
`filesCount()` could return a negative value.
9 years ago
Chocobo1
a12d82524a
Fix class member initialize order
9 years ago
Chocobo1
75bdfe971b
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
9 years ago
Chocobo1
f12e21560a
Rename files:
...
confirmshutdowndlg.ui => shutdownconfirmdlg.ui
shutdownconfirm.cpp => shutdownconfirmdlg.cpp
9 years ago
Chocobo1
65d9739c6c
Enlarge dialog size. Closes #5091 .
...
This avoids text clipping when using Qt4 lib.
9 years ago
Chocobo1
6a11056b60
Rename enum
...
Change identifier from ShutdownAction to ShutdownDialogAction
Change enum value from None to Exit
9 years ago
Chocobo1
d3fb46663c
Refactor
...
Add helper function to initialize shutdown message.
Group similar functions together.
Merge shutdown() function into its only caller.
Add override keyword
9 years ago
sledgehammer999
e4c0da4ed4
Merge pull request #5083 from glassez/coding
...
Fix coding style rules. Closes #5075
9 years ago
Vladimir Golovnev (Glassez)
f89819bbdb
Fix coding style rules
...
Closes #5075
9 years ago
sledgehammer999
32490f1ef6
Merge pull request #4995 from Chocobo1/border
...
Search UI tweaks
9 years ago
sledgehammer999
a33cfc26dc
Merge pull request #5085 from glassez/nova2dl
...
Use nova2dl.py script instead of DownloadManager. Closes #5026
9 years ago
Sjoerd van der Berg
03d1dad2a3
Fix variable name
9 years ago
Sjoerd van der Berg
c7c71d3c88
Change back to the original names for the announce address
...
Only allow ip's through that match the currenrly selected network interface and address
9 years ago
Vladimir Golovnev (Glassez)
a9e63283cc
Use nova2dl.py script instead of DownloadManager
...
Closes #5026
9 years ago
sledgehammer999
b13c991f4b
Sync translations from Transifex and run lupdate.
9 years ago
sledgehammer999
cd4f288f67
Follow project coding style. Issue #2192 .
9 years ago
sledgehammer999
5e796054ba
Merge pull request #4261 from onto/master
...
SpeedPlotView: speedup
9 years ago
sledgehammer999
b8060bc507
Merge pull request #5038 from Chocobo1/fix_resizing
...
Fix resizing bug in "add torrent dialog"
9 years ago
sledgehammer999
29394293ed
Merge pull request #5108 from Chocobo1/ui_fixes
...
Fix long text clipping. Closes #5091 .
9 years ago
sledgehammer999
50f7c734cb
Merge pull request #5101 from evsh/deduplicate-search-download-code
...
Remove duplicated code from search tab and widget
9 years ago
sledgehammer999
8cb4e7934e
Merge pull request #5104 from evsh/cmake
...
cmake: reflect qmake project changes
9 years ago
sledgehammer999
e3409228da
Fix qt5 bundle on OSX. Closes #4014 .
9 years ago
Chocobo1
1099a5006f
Cleanup header include
...
Code formatting
9 years ago
sledgehammer999
87e8bc5722
Change gpg signing key.
...
I forgot the passphrase to the old one.
9 years ago
Chocobo1
71ec5c5c05
Fix long text clipping. Closes #5091 .
9 years ago
Chocobo1
216d98844b
Move m_searchPattern widget from code to .ui file
9 years ago