Eugene Shalygin
7a652c0a8c
Merge pull request #7566 from evsh/themes-cbc
...
Themes part 1
7 years ago
Mike Tzou
e07501252c
Merge pull request #7549 from fmatthew5876/master
...
Report TCPServer errorString() if webui fails to listen to port
7 years ago
Mike Tzou
2977ba9ec2
Merge pull request #7563 from Chocobo1/delkey
...
Fix delete key has no effect due to "Ambiguous shortcut overload"
7 years ago
Eugene Shalygin
db35bb54e1
Make BitTorrent::TorrentState strongly-typed enum
...
This is needed to forward declare this type and pass it by value.
Conversion from/to QVariant are hanled via Q_DECLARE_METATYPE, while
TorrentState::toString() function was used in webui only and as such is
moved there.
7 years ago
Tim Delaney
19bb6f5fe0
Follow project coding style. Issue #2192 .
...
--HG--
branch : magao-dev
7 years ago
Chocobo1
aab752dd2e
Fix delete key has no effect due to "Ambiguous shortcut overload"
...
We want to show the accelerator key in the menu but without hitting
the ambiguous overload error.
Fixup of 1378245a63
7 years ago
Eugene Shalygin
8c75fdcb4c
Merge pull request #7558 from evsh/uncrustify
...
Update uncrustify config
7 years ago
sledgehammer999
df03b69151
Merge pull request #7502 from sledgehammer999/optimize_img
...
Image housekeeping
7 years ago
sledgehammer999
aca7a851bb
Optimize SVGs.
...
Used svgo with commands --pretty --indent=2 --multipass.
7 years ago
sledgehammer999
e9caefdfce
Optimize PNGs.
...
Using PNGGauntlet.
7 years ago
sledgehammer999
16ac20b594
Remove unused image. Possibly leftover from dropping Qt4.
7 years ago
sledgehammer999
a3e071b734
Merge pull request #7562 from sledgehammer999/drop_os2
...
Drop OS/2 support.
7 years ago
sledgehammer999
5d3b9d2f22
Drop OS/2 support.
7 years ago
sledgehammer999
27a7e86599
Merge pull request #7561 from sledgehammer999/native_path
...
Show new paths in native form.
7 years ago
sledgehammer999
d93d0ab19e
Show new paths in native form.
7 years ago
Eugene Shalygin
776627eee9
Update uncrustify config
7 years ago
Chocobo1
5185eeb7ef
Die gracefully when failed to initialize web server with qbt-nox
7 years ago
Vladimir Golovnev
083bc71315
Merge pull request #7396 from thalieht/updownratio
...
Properly pre-select the selected torrent's current ratio limiting options in UpDownRatioDlg
7 years ago
Eugene Shalygin
b1b931922e
Merge pull request #7555 from evsh/fix-qtsingleapplication-cmake
...
cmake: do not use Qt5Widgets when locating QtSingleApplication. Closes #7551 .
7 years ago
thalieht
0717f0d60c
Save ratio limits as int instead of string
7 years ago
thalieht
525fdd6c2b
Coding style, use nullptr and other minor things
7 years ago
thalieht
f27e75e8fa
Properly pre-select the selected torrent's current ratio limiting options in UpDownRatioDlg dialogs. Fixes #7352
7 years ago
Eugene Shalygin
0ad5290389
cmake: do not use Qt5Widgets when locating QtSingleApplication. Closes #7551 .
...
This fixes cmake builds with GUI disabled and system
QtSingleApplication. We rely on Qt5::Core instead of Qt5::Widgets.
7 years ago
Mike Tzou
7895afb8e9
Merge pull request #7542 from Chocobo1/wordbreak
...
Set QTextOption::NoWrap property in "Download from URLs" dialog
7 years ago
Mike Tzou
2626378dfd
Merge pull request #7545 from Kolcha/del-shortcut
...
added keyboard shortcut to delete torrent. closes #7508
7 years ago
Nick Korotysh
1378245a63
show delete accelerator key in menu. closes #7508
7 years ago
Matthew Fioravante
05c92e652c
Report TCPServer errorString() if webui fails to listen to port
7 years ago
Mike Tzou
6c0dd81528
Merge pull request #7541 from Kolcha/sort-plugins
...
allow search plugins sorting. closes #7526
7 years ago
Vladimir Golovnev
bd1d775ca9
Merge pull request #7522 from glassez/winconf
...
Reformat Windows build configuration files
7 years ago
Chocobo1
b3207b8144
Set QTextOption::NoWrap property in "Download from URLs" dialog
...
This makes it easier to put each magnet link on its own line
7 years ago
Nick Korotysh
4c8dd0ca9d
allow search plugins sorting. closes #7526
7 years ago
Vladimir Golovnev (Glassez)
61d9fcd753
Reformat Windows build configuration files
7 years ago
Vladimir Golovnev
c5607f07c8
Merge pull request #7514 from dzmat/members_names_clarification
...
members names clarification
7 years ago
Mike Tzou
49802be7d4
Merge pull request #7499 from Chocobo1/fixTimeActive
...
Fix "Time active" field in transfer list
7 years ago
dzmat
3d932b1cce
transferlistwidget class members names clarification
7 years ago
Vladimir Golovnev
66a6674cbc
Merge pull request #7490 from glassez/category-path
...
Allow to set explicit save path for Category from GUI
7 years ago
Chocobo1
2d12c126eb
Fix "Time active" field in transfer list
...
The "Time active" field was broken, displaying nothing when in
downloading state.
Also change type to int to match the return
types of TorrentHandle::activeTime() & TorrentHandle::seedingTime()
7 years ago
Vladimir Golovnev (Glassez)
3ec992474d
Implement TorrentCategoryDialog class
7 years ago
Mike Tzou
15babe97ea
Merge pull request #7500 from Chocobo1/mergeName
...
Show torrent name in "add new torrent" dialog on merging trackers
7 years ago
Mike Tzou
308fd3dcac
Merge pull request #7477 from silverqx/options-dlg-persist-size
...
Center Options dialog when showed
7 years ago
Mike Tzou
e8250104c8
Merge pull request #7429 from silverqx/preview-modal-ux
...
Improved ux in preview dialog
7 years ago
Mike Tzou
796cd674d7
Merge pull request #7495 from silverqx/options-save-state-cancel
...
Options dialog save windows state in destructor
7 years ago
Mike Tzou
1fe9272a8f
Merge pull request #7480 from Chocobo1/lastAct
...
Fix last activity calculation
7 years ago
sledgehammer999
c285de87d4
Don't use margins in FileSystemPathEdit widgets.
...
Introduced in 30081e0
.
7 years ago
Chocobo1
058062d586
Show torrent name in "add new torrent" dialog on merging trackers
7 years ago
silver
3b4fd35dde
Persist size and treeview header state in preview dialog
...
- renamed variable m_headerState
- renamed PreviewSelect class to PreviewSelectDialog
- renamed previewselect files to previewselectdialog
7 years ago
silver
2a6bd5de35
Options dialog save windows state in destructor
7 years ago
silver
64e539fcfb
Center Options dialog when showed
7 years ago
Mike Tzou
de6ca29dcd
Merge pull request #7482 from Chocobo1/update
...
Update qtsingleapplication
7 years ago
silver
ef63202be2
Follow project coding style. Issue #2192 .
7 years ago