Rasmus Karlsson
afeb7e719b
Fix /r not working
2018-09-01 12:32:39 +00:00
apa420
83737996ae
Fixed /mentions
2018-08-30 20:18:38 +02:00
pajlada
873b0b3c67
Merge pull request #693 from apa420/apa-minor
...
Highlighting whispers works better and looks better
2018-08-29 10:22:16 +02:00
apa420
9a0205bdc9
did request
2018-08-29 01:37:57 +02:00
apa420
a36a2a2939
fixed issue with having the wrong variable
2018-08-29 01:24:35 +02:00
pajlada
6eb21f4b68
Merge pull request #677 from 23rd/patch-4-link-tooltip-bttv
...
Added tooltip to links.
2018-08-29 01:23:17 +02:00
apa420
c3065db16d
highlighting whispers works better and looks better
2018-08-29 01:21:36 +02:00
apa420
c5d5825b5a
Added functionality of option of highlightsound on whisper ( #692 )
...
Fixes #640
2018-08-29 00:30:11 +02:00
23rd
bf529d5503
Rewritten check for incorrect link.
2018-08-26 16:33:04 +03:00
23rd
cb500070f2
Run away from BTTV API.
2018-08-26 15:55:44 +03:00
23rd
ce155299e9
Added right-click on nickname to reply on whisper. ( #680 )
2018-08-26 10:42:00 +02:00
23rd
c7e2188582
Added tooltip to original link too.
2018-08-25 21:54:17 +03:00
23rd
f4828b7d09
Rename everything.
2018-08-25 21:54:10 +03:00
Rasmus Karlsson
5647c6a80c
Fix crash when receiving a whisper
...
Fix #672
2018-08-25 10:23:58 +00:00
23rd
5253ab3f85
Added tooltip to links via BTTV API.
2018-08-24 13:16:55 +03:00
23rd
8a1c30408a
Set displayName to UserInfo link as value. ( #675 )
2018-08-22 15:16:19 +02:00
fourtf
8bcc9c487b
Fixes #411 , #516
2018-08-16 00:16:33 +02:00
fourtf
af7b742a23
changed .clang-format
2018-08-15 22:46:20 +02:00
fourtf
44c16f1b3a
badges
2018-08-14 17:45:36 +02:00
Daniel Pasch
c4e3bf1a8c
Fix compiling on macOS High Sierra ( #665 )
...
* mac docs update relating to qt
give a little more detailed installation guide for the qt installation
* Fix compiling on clang, now compiles on macOS High Sierra
2018-08-13 20:10:32 +02:00
fourtf
2448f6f538
cleaned up CompletionModel
2018-08-13 14:38:03 +02:00
fourtf
f6e110b7fb
fixed and optimized the autocompletion
2018-08-13 14:04:35 +02:00
fourtf
f6414c9d7e
remove settings and paths from Application
2018-08-12 12:56:28 +02:00
fourtf
1ec1ecd52b
fixed crash when moderation buttons are enabled
2018-08-12 00:02:05 +02:00
fourtf
44f5a15da3
turning a lot of includes into forward declares
2018-08-11 22:23:06 +02:00
fourtf
63eaf3b94c
fixed not being able to select text backwards
2018-08-11 17:35:46 +02:00
fourtf
c768bd9bd9
fixed image animations
2018-08-11 17:15:17 +02:00
fourtf
c719bb6b74
categorized emtotepopup
2018-08-11 14:26:02 +02:00
fourtf
cf9560508c
improving code quality
2018-08-10 20:53:13 +02:00
fourtf
edfae49cc9
simplified Image
2018-08-10 18:56:17 +02:00
fourtf
bdfe24035b
fixed rectangle being off by 1 pixel in split container
2018-08-08 19:42:14 +02:00
fourtf
7a9af4ae84
moved menu code to ripple effect button
2018-08-07 23:46:00 +02:00
fourtf
e1b8faacc9
added increased size of drag and drop regions
2018-08-07 09:45:10 +02:00
fourtf
381177dd24
refactored EnumFlags
2018-08-07 07:55:31 +02:00
fourtf
bfa75330a4
fixed crash
2018-08-07 06:25:58 +02:00
fourtf
c26422aec1
refactored MessageBuilder
2018-08-07 01:35:24 +02:00
fourtf
f71ff08e68
changed to 80 max column
2018-08-06 21:17:03 +02:00
fourtf
c71795da17
Merge branch '4tf'
2018-08-06 18:41:30 +02:00
fourtf
35d462d1f1
worked on Image
2018-08-06 18:25:47 +02:00
apa420
7e3292e900
Dynamic lowercase link setting - did request ( #612 )
...
* Added functionality of dynamic lowercase links
* fixed fourtfs request, lajamerr has a better solution though
* Fix matching and lowercasing of domain only.
* Update TwitchMessageBuilder.cpp
Added what fourtf asked in a good way
NOTE: I removed a : from the regex since otherwise it would fuck up
* fixed stuff and removed debugs
* fixed stuff
2018-08-06 16:40:12 +02:00
fourtf
c2e2dfb577
this commit is too big
2018-08-02 14:23:27 +02:00
apa420
133bd6a766
fixed (live) issue #626 ( #631 )
2018-07-23 15:12:14 +02:00
fourtf
3b3c5d8d75
added code to handle a single connection
2018-07-16 17:23:41 +02:00
fourtf
e51c5c692a
Merge branch 'master' of https://github.com/fourtf/chatterino2
2018-07-15 20:41:57 +02:00
fourtf
1614b11e42
Refactored TwitchChannel
2018-07-15 20:28:54 +02:00
Rasmus Karlsson
f60d649f5e
Remove UrlFetch file
2018-07-15 12:11:46 +00:00
Rasmus Karlsson
c995e2bf0d
Remove unused code
2018-07-15 11:10:23 +00:00
fourtf
111853c574
improving TwitchChannel
2018-07-14 14:24:18 +02:00
apa420
a720c76dc0
changed an #include ( #622 )
2018-07-14 08:53:28 +02:00
apa420
ba99d62139
Fixed /ignore and /unignore as well as give description for the command ( #611 )
...
* Fixed /ignore and /unignore as well as give description for the command
2018-07-13 22:23:03 +02:00