1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/chatlog
noavarice 3e2bfdd548 refactor: further improvement of message formatting
Brief list of changes:
-  names of some variables and constants were replaced for reading
   convenience;
-  URL-highlighting method moved to TextFormatter so URL's don't
   conflict with italic text formatting;
-  as I understand, in previous version 'file://' URL does not work
   because of bad regex. I fix this with help of wiki page that
   referenced in comment for old code. Important note: there are two
   equal 'file://' URL syntax: 'file:///...' and 'file://localhost/...'
   and the second one does NOT work in KDE but works in Gnome so that's
   not a bug
Fix #4233
2017-03-06 11:55:54 +03:00
..
content feat(UI): Move filetransferwidget buttons side-by-side. 2017-03-01 23:44:49 +02: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 style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
chatlinecontent.h fix(font): Made font changes in settings apply on screen instantly. 2017-02-05 21:49:30 -08: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 style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
chatlog.h style: reformat current C++ codebase using clang-format 2017-02-26 11:52:45 +00:00
chatmessage.cpp refactor: further improvement of message formatting 2017-03-06 11:55:54 +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 refactor: further improvement of message formatting 2017-03-06 11:55:54 +03:00
textformatter.h refactor: further improvement of message formatting 2017-03-06 11:55:54 +03:00