Rasmus Karlsson
c14dc43b18
fix highlights - reformat some stuff
2017-09-24 18:43:24 +02:00
fourtf
3e24752477
fixed project code style in some files
2017-09-21 12:15:01 +02:00
fourtf
8eaca85402
increased limit for messages to 1000
2017-09-21 02:22:35 +02:00
fourtf
ab641abd9c
fixed ctrl+c to copy text
2017-09-21 02:20:02 +02:00
fourtf
bd4601a5d4
added MessageColor to represet special colors
2017-09-21 00:54:10 +02:00
Rasmus Karlsson
51e5d198fb
fix message deleting bug
2017-09-17 04:39:30 +02:00
fourtf
c7b3480aaf
ChatWidgetView -> ChannelView, added Emote Picker
2017-09-16 00:05:06 +02:00
fourtf
81b1a8774b
added text selection
2017-09-12 19:06:16 +02:00
Rasmus Karlsson
a82774543c
Fix warnings/reformat some code
2017-08-12 15:58:46 +02:00
Rasmus Karlsson
ac6db75dc6
Reformat according to .clang-format
2017-08-12 12:09:26 +02:00
fourtf
e1364f2bd2
gave links color
2017-08-05 18:44:14 +02:00
Rasmus Karlsson
42cbc30ad6
fix regex again :bbona:
2017-08-01 13:28:12 +02:00
Rasmus Karlsson
62a1148c02
fix link regex (Thanks Cranken1337)
2017-07-31 22:26:48 +02:00
Cranken
5feaf4c8eb
Implemented the accountpopup. Also fixed regex again. ( #89 )
2017-07-31 22:14:54 +02:00
Cranken
a975e15573
Fixed regex triggering on everything. ( #87 )
2017-07-31 14:23:23 +02:00
Rasmus Karlsson
626002c8ff
reformat code
2017-07-31 00:57:42 +02:00
Cranken
8fb0671834
Added Highlights ( #86 )
...
Added Highlights
2017-07-31 00:37:22 +02:00
Cranken
f787d3f464
Added support for non http/https links. ( #82 )
2017-07-26 12:01:23 +02:00
Rasmus Karlsson
b3b89e8019
Made links open in browser
2017-07-26 09:08:19 +02:00
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
Rasmus Karlsson
8f4e20db8e
Rework badge types to fit with the way twitch sends badges
2017-06-16 10:11:44 +02:00
Rasmus Karlsson
8715cf14ac
Add "Miscellaneous" badge type for i.e. game badges
2017-06-16 09:57:08 +02:00
Rasmus Karlsson
e7282b5097
Fixed verified badges
...
Refactor more underscores into this->
2017-06-13 22:03:29 +02:00
Rasmus Karlsson
59d383c161
Huge refactor
...
- Remove some underscore-prefixes
- Start using this-> more
- Remove a few of the singletons (We pass references to managers to
things that need it now. Might not be much better, but for now
it works. It also shows what places might be slightly wrong
designed)
2017-06-13 21:27:26 +02:00
Rasmus Karlsson
2305afe700
add humanize as a dependency
2017-06-11 21:01:08 +02:00
Rasmus Karlsson
7c3cd930f3
make a few settings into pajlada::Settings::Settings
...
Add setting to hide badges
Give focus to text input if you click anywhere in a chat widget
2017-06-11 20:53:43 +02:00
Rasmus Karlsson
9cd70877a5
replace all instances of NULL with nullptr
2017-06-11 09:37:30 +02:00
Rasmus Karlsson
1c6ff37e76
rename header files from *.h to *.hpp
2017-06-11 09:31:45 +02:00
Rasmus Karlsson
5b2b2e3e19
refactor/reformat. remove useless common.h
2017-06-07 10:09:24 +02:00
Rasmus Karlsson
b66dc479e6
fix scroll to bottom issue
2017-06-06 21:18:05 +02:00
Rasmus Karlsson
ccf8e3bd83
move around files
2017-06-06 14:48:14 +02:00