mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
3e2bfdd548
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 |
||
---|---|---|
.. | ||
content | ||
chatline.cpp | ||
chatline.h | ||
chatlinecontent.cpp | ||
chatlinecontent.h | ||
chatlinecontentproxy.cpp | ||
chatlinecontentproxy.h | ||
chatlog.cpp | ||
chatlog.h | ||
chatmessage.cpp | ||
chatmessage.h | ||
createChatMessage | ||
customtextdocument.cpp | ||
customtextdocument.h | ||
documentcache.cpp | ||
documentcache.h | ||
pixmapcache.cpp | ||
pixmapcache.h | ||
textformatter.cpp | ||
textformatter.h |