Vladimir Golovnev
|
4149609e78
|
Allow to move content files to Trash instead of deleting them
PR #20252.
|
2024-07-07 16:09:48 +03:00 |
|
Chocobo1
|
b17307f283
|
Move signal/slot connections out of .ui files
This unify the place (.cpp file) where we handle signal/slot connections.
|
2023-07-13 00:34:33 +08:00 |
|
Chocobo1
|
e6d85a468b
|
Rename literal operator
Qt 6.4 introduced `QString operator""_s()` and the previous `""_qs` is
deprecated since Qt 6.8.
|
2023-06-18 03:32:44 +08:00 |
|
Chocobo1
|
d28b5f7834
|
Rephrase confirm deletion dialog
Closes #14309.
PR #17586.
Co-authored-by: xavier2k6 <42386382+xavier2k6@users.noreply.github.com>
|
2022-08-22 11:36:13 +08:00 |
|
Chocobo1
|
802ec5a14e
|
Use QString literals
This patch covers src/gui and some leftovers from previous commit.
|
2022-03-18 12:46:01 +08:00 |
|
Chocobo1
|
88fe94bd6a
|
Remove obsoleted functions from Utils::Gui namespace
`widget` parameter is kept for now to avoid major disruption for other PR.
Also add comments for loading svg images.
PR #16613.
|
2022-03-11 13:40:58 +08:00 |
|
Chocobo1
|
c632a91ee5
|
Handle "Delete confirmation" dialog result asynchronously
This is to avoid creating nested event loops as discussed in
https://github.com/qbittorrent/qBittorrent/pull/10786#issuecomment-502795822
|
2019-09-30 21:37:17 +08:00 |
|
Chocobo1
|
19b6f56a0a
|
Move DeletionConfirmationDialog class to its own .cpp file
|
2019-09-29 11:29:16 +08:00 |
|