Commit graph

16 commits

Author SHA1 Message Date
fourtf a0d29ebae8 added namespace comments 2017-04-14 17:47:28 +02:00
fourtf 96db82e867 refactoring 2017-04-12 17:46:44 +02:00
Rasmus Karlsson 0ace6d2bc8 Merge branch 'master' of github.com:fourtf/chatterino2 2017-03-11 11:38:56 +01:00
Rasmus Karlsson 46f432890f Simple logging implemented
Message now stores a copy of the content string
Use .nick() instead of .account() to get the users lowercase name (login name)
2017-03-11 11:38:47 +01:00
fourtf 181fb69a44 started adding text selection 2017-02-17 23:51:35 +01:00
fourtf c6c90d9f50 added another level of unneeded abstraction 2017-02-02 22:15:09 +01:00
fourtf 9f7a674472 fixed tabs being in weird positions at the start 2017-01-31 10:41:05 +01:00
fourtf c54f2c31dd unscuffed word wrapping 2017-01-30 23:07:59 +01:00
Rasmus Karlsson fbb6868b70 clean up wordParts system in Message 2017-01-28 20:29:11 +01:00
fourtf 49f3a41b7e broken commit 2017-01-26 17:48:14 +01:00
fourtf 3d6b9f7645 added settingssnapshot 2017-01-24 20:16:45 +01:00
fourtf 9041dbf014 removed settings namespace 2017-01-23 16:38:06 +01:00
Rasmus Karlsson 5429e62e73 Utilize templates for Settings class
Use boost2::signals for the valueChanged signal (a LOT less messy to
        deal with than qt signals)
Remove unused settings classes (BoolSetting, FloatSetting, IntSetting,
        StringSetting)

What's left: Implement the remaining signals
2017-01-22 23:02:48 +01:00
fourtf be92a82891 updated settingsdialog 2017-01-22 12:46:35 +01:00
fourtf d215bd58b0 added settings 2017-01-20 06:10:28 +01:00
fourtf 2e8dc63a95 added namespaces 2017-01-18 21:30:23 +01:00
Renamed from message.cpp (Browse further)