1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/chatlog
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
..
content fix(ui): Use native file picker dialog 2017-07-06 06:40:33 -07:00
chatline.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
chatline.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
chatlinecontent.cpp feat(chatform): mark message with triple click 2017-03-28 17:20:01 +02:00
chatlinecontent.h feat(chatform): mark message with triple click 2017-03-28 17:20:01 +02:00
chatlinecontentproxy.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
chatlinecontentproxy.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
chatlog.cpp chore(formatting): run clang-format 2017-06-01 09:50:59 +02:00
chatlog.h feat(chatform): mark message with triple click 2017-03-28 17:20:01 +02:00
chatmessage.cpp fix(chatform): add space for current copy link 2017-05-29 00:14:23 +03:00
chatmessage.h refactor: further improvement of message formatting 2017-03-06 11:55:54 +03:00
createChatMessage Added markdown preference chooser to settings which chat abides by. 2016-01-28 15:18:32 -08:00
customtextdocument.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
customtextdocument.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
documentcache.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
documentcache.h chore: explicitly mention that copyright belongs to qTox contributors 2016-11-29 11:12:06 +00:00
pixmapcache.cpp style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
pixmapcache.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
textformatter.cpp chore(formatting): run clang-format 2017-06-01 09:50:59 +02:00
textformatter.h refactor: further improvement of message formatting 2017-03-06 11:55:54 +03:00