1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/chatlog/content
Andrew Morgan 42a9534b24
fix(ui): Use native file picker dialog
The original reason that the Qt picker was used instead of the native
picker was that the native option would cause Nautilus/GNOME-based
pickers to hang.

This turned out to be due with a Qt bug with parenting Gtk windows. As a
result the parent of each file dialog window has been set to NULL,
eliminating the crash. As far as tests have shown, this produces no
adverse effects on either floating or tiling wms.

Fixes #3494
2017-07-06 06:40:33 -07:00
..
filetransferwidget.cpp fix(ui): Use native file picker dialog 2017-07-06 06:40:33 -07:00
filetransferwidget.h feat(UI): Move filetransferwidget buttons side-by-side. 2017-03-01 23:44:49 +02:00
filetransferwidget.ui feat(UI): Move filetransferwidget buttons side-by-side. 2017-03-01 23:44:49 +02:00
image.cpp chore: explicitly mention that copyright belongs to qTox contributors 2016-11-29 11:12:06 +00:00
image.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
notificationicon.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
notificationicon.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
spinner.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
spinner.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
text.cpp chore(formatting): run clang-format 2017-06-01 09:50:59 +02:00
text.h feat(chatform): mark message with triple click 2017-03-28 17:20:01 +02:00
timestamp.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
timestamp.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00