mirror-chatterino2/src/messages
Rasmus Karlsson 7df7da70cb A lot of changes
Remove unused constructor of messages::Message
Fixed LimitedQueueSnapshot _-prefixes
Changed LimitedQueueSnapshot's usage of int to std::size_t
ColorScheme is no longer a singleton
Created a "BaseWidget" class which is pretty much a QWidget except it
has a reference of ColorScheme since most widgets will need a reference
to the style they should use.
BaseWidget can be implemented either with a BaseWidget parent (which
will copy the ColorScheme reference from the parent) or with a
normal QWidget parent and an explicit ColorScheme reference.
Save main window geometry on close
Fix font changing in the Settings Dialog
Update settings library version
2017-06-26 19:53:31 +02:00
..
.clang-format move around files 2017-06-06 14:48:14 +02:00
lazyloadedimage.cpp Huge refactor 2017-06-13 21:27:26 +02:00
lazyloadedimage.hpp Huge refactor 2017-06-13 21:27:26 +02:00
limitedqueue.hpp rename header files from *.h to *.hpp 2017-06-11 09:31:45 +02:00
limitedqueuesnapshot.hpp A lot of changes 2017-06-26 19:53:31 +02:00
link.cpp rename header files from *.h to *.hpp 2017-06-11 09:31:45 +02:00
link.hpp rename header files from *.h to *.hpp 2017-06-11 09:31:45 +02:00
message.cpp A lot of changes 2017-06-26 19:53:31 +02:00
message.hpp A lot of changes 2017-06-26 19:53:31 +02:00
messagebuilder.cpp A lot of changes 2017-06-26 19:53:31 +02:00
messagebuilder.hpp rename header files from *.h to *.hpp 2017-06-11 09:31:45 +02:00
messageparseargs.hpp rename header files from *.h to *.hpp 2017-06-11 09:31:45 +02:00
messageref.cpp Huge refactor 2017-06-13 21:27:26 +02:00
messageref.hpp rename header files from *.h to *.hpp 2017-06-11 09:31:45 +02:00
word.cpp replace all instances of NULL with nullptr 2017-06-11 09:37:30 +02:00
word.hpp A lot of changes 2017-06-26 19:53:31 +02:00
wordpart.cpp rename header files from *.h to *.hpp 2017-06-11 09:31:45 +02:00
wordpart.hpp rename header files from *.h to *.hpp 2017-06-11 09:31:45 +02:00