1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
Vincas Dargis 6b00779dde fix(widget): do not block logout on Linux desktop environments v2
Revert commit 191fc15b9f to use closeEvent()
but without QEvent::ignore() which blocked logout on various Linux desktops,
and without redundant hide(). Previous fix with hideEvent() produced
regressions because hide() is used in various places, which produced closing
behavior.

Since qApp->setQuitOnLastWindowClosed(false) is used, and
Qt::WA_DeleteOnClose is *NOT* used, default closeEvent() handling is enough
for implementing close-to-systray feature.

Improves fix for #1485 and closes #3699
2016-09-10 17:39:50 +03:00
..
audio docs(todo): Changed todo format 2016-08-19 00:20:24 +03:00
chatlog docs(todo): Changed todo format 2016-08-19 00:20:24 +03:00
core chore: Improve diagnostics when toxcore failed to initialise. 2016-08-23 22:40:29 +01:00
net refactor(toxdns): Removed using of toxdns 2016-08-26 14:14:13 +03:00
persistence chore: add a TODO with removal date for deprecated historykeeper 2016-09-04 19:03:16 +01:00
platform chore: Make the windows code compatible with TCHAR. 2016-09-05 20:07:17 +01:00
video fix(videomode): Added ability to store negative coordinates 2016-08-24 22:35:31 +03:00
widget fix(widget): do not block logout on Linux desktop environments v2 2016-09-10 17:39:50 +03:00
friend.cpp docs(core): Added leading stars 2016-08-19 00:20:23 +03:00
friend.h docs(core): Change comment style 2016-07-27 23:39:22 +03:00
friendlist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
friendlist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
group.cpp Merge pull request #2839 2016-03-26 12:48:17 +01:00
group.h remove unused code, removed unused checks 2015-10-18 10:18:06 +01:00
grouplist.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
grouplist.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
ipc.cpp docs(core): Added leading stars 2016-08-19 00:20:23 +03:00
ipc.h docs(core): Change comment style 2016-07-27 23:39:22 +03:00
loginscreen.ui fix(passwordfields): use PasswordEdit widget for all password fields 2016-06-17 21:55:27 +02:00
main.cpp docs(todo): Changed todo format 2016-08-19 00:20:24 +03:00
mainwindow.ui Revert "Revert changes from merge of #2092 pull request" 2016-02-20 22:32:57 +01:00
nexus.cpp docs(core): Added leading stars 2016-08-19 00:20:23 +03:00
nexus.h docs(core): Change comment style 2016-07-27 23:39:22 +03:00