mirror-chatterino2/lib
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
..
humanize@4e00a03623 add humanize as a dependency 2017-06-11 21:01:08 +02:00
libcommuni@a31ffb037e fix MSVC (2015) libcommuni link errors, and use correct warn flag (#44) 2017-05-27 23:35:58 +02:00
settings@c05bec45f3 A lot of changes 2017-06-26 19:53:31 +02:00
signals@2c9c92b971 attempt to implement urlFetch with a timeout 2017-06-26 15:53:43 +02:00
README.md move around files 2017-06-06 14:48:14 +02:00

Third party libraries are stored here

Fetched via git submodule update --init --recursive