1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src/chatlog
iphydf d94712b2e2
refactor: Avoid RTTI by using qobject_cast.
This allows us to save some memory and executable size by removing the
need to generate and compile C++ RTTI.
2016-09-23 03:14:58 +01:00
..
content refactor: Avoid RTTI by using qobject_cast. 2016-09-23 03:14:58 +01:00
chatline.cpp refactor(chat): fix type conversion warnings 2016-07-12 10:26:25 +02:00
chatline.h refactor(chat): fix type conversion warnings 2016-07-12 10:26:25 +02:00
chatlinecontent.cpp Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
chatlinecontent.h refactor: Avoid RTTI by using qobject_cast. 2016-09-23 03:14:58 +01:00
chatlinecontentproxy.cpp docs(chatlog): Added leading stars 2016-08-19 00:20:23 +03:00
chatlinecontentproxy.h refactor: Avoid RTTI by using qobject_cast. 2016-09-23 03:14:58 +01:00
chatlog.cpp refactor: Avoid RTTI by using qobject_cast. 2016-09-23 03:14:58 +01:00
chatlog.h feat(settings): add notification signals for changed settings values 2016-08-14 18:08:24 +02:00
chatmessage.cpp feat(settings): add notification signals for changed settings values 2016-08-14 18:08:24 +02:00
chatmessage.h feat(textstyle): Change markdown syntax to be more intuitive 2016-07-07 20:07:22 -07:00
createChatMessage Added markdown preference chooser to settings which chat abides by. 2016-01-28 15:18:32 -08:00
customtextdocument.cpp fix(chat): cleanup chat css base style 2016-07-10 13:43:50 +02:00
customtextdocument.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00
documentcache.cpp docs(chatlog): Added leading stars 2016-08-19 00:20:23 +03:00
documentcache.h refactor(chat): cleanup document cache 2016-07-12 10:26:25 +02:00
pixmapcache.cpp docs(chatlog): Added leading stars 2016-08-19 00:20:23 +03:00
pixmapcache.h Fix incorrect copyright headers 2015-06-06 14:51:28 +01:00