Commit Graph

  • 6b46d12558 added ParseTagString code 2017-12-17 00:39:27 +01:00
  • 269a5500d8 Merge branch 'master' of https://github.com/fourtf/chatterino2 2017-12-17 00:07:03 +01:00
  • f36d346a4f dpi 2017-12-17 00:06:24 +01:00
  • e060f87b3c hehe fourtf Rasmus Karlsson 2017-12-17 00:01:42 +01:00
  • 3cfb00d61f We now handle some write-connection messages like if users have been banned/timed out successfully by the user, or unbanned etc Rasmus Karlsson 2017-12-16 19:46:27 +01:00
  • 357515ab39 createTimeoutMessage now also handles permaban-messages Rasmus Karlsson 2017-12-16 19:45:23 +01:00
  • d905e88671 We now handle irc NOTICE messages Rasmus Karlsson 2017-12-16 19:20:57 +01:00
  • 6d56148ed2 Implement basic ClearChat handling Rasmus Karlsson 2017-12-16 19:08:32 +01:00
  • b39034ab74 Move message timestamp-code to its own function Rasmus Karlsson 2017-12-16 19:03:22 +01:00
  • 87203c1120 Add system messages upon connecting/disconnecting Rasmus Karlsson 2017-12-16 18:11:36 +01:00
  • 3cc19bd4ce reformat messagecolor class Rasmus Karlsson 2017-12-16 17:53:48 +01:00
  • b13b8a2ce6 Simplify IrcManager connection creation/disconnecting Rasmus Karlsson 2017-12-16 17:14:38 +01:00
  • bf5e619818 Remove message-spawning tests Rasmus Karlsson 2017-12-16 16:33:46 +01:00
  • 676c7b9017 Reformat some files according to .clang-format Rasmus Karlsson 2017-12-16 02:22:35 +01:00
  • a372bae80d Change the way Twitch accounts are stored in AccountManager This is done in a way which should simplify abstracting it to other types of accounts if needed in the future Rasmus Karlsson 2017-12-16 02:21:06 +01:00
  • a8afdf4565 remove some debug output Rasmus Karlsson 2017-12-16 02:09:51 +01:00
  • b5bb49e8e5 Add method for executing lambda in QObject's thread Rasmus Karlsson 2017-12-16 01:57:34 +01:00
  • 07f39f2667 Remove offline chat debug code Rasmus Karlsson 2017-12-16 01:27:37 +01:00
  • 86ae71f674 fixed compiling 2017-12-14 00:25:06 +01:00
  • 7f18cefee4 renamed a bunch of files and classes 2017-11-12 17:21:50 +01:00
  • ad8ee97de9 Fall back to default subscriber badge if there's no other badge available Rasmus Karlsson 2017-11-04 17:22:53 +01:00
  • 49c2f442cb fix mingw compilation issues Rasmus Karlsson 2017-11-04 16:56:38 +01:00
  • 7b2e3a94a6 Moved online status checking logic from ChatWidgetHeader to TwitchChannel Rasmus Karlsson 2017-11-04 14:57:29 +01:00
  • 064daaa77a selections can now start outside of a message Rasmus Karlsson 2017-11-04 13:17:35 +01:00
  • e1a31785ef Don't show non-existant channels as live Rasmus Karlsson 2017-11-04 12:42:37 +01:00
  • bdd5e4aae6 Clean up some debugging output Rasmus Karlsson 2017-10-27 22:05:08 +02:00
  • 2de98dc1f8 Move timeout logic to NetworkRequest Rasmus Karlsson 2017-10-27 22:04:05 +02:00
  • 41ec892bf8 Remove urlFetchJSON usages. They now use NetworkRequest.getJSON Rasmus Karlsson 2017-10-27 21:22:06 +02:00
  • 75079d5ac8 Also update chat widget input text when the font is updated. Rasmus Karlsson 2017-10-27 21:04:27 +02:00
  • c08059c6a8 Add simple fontChanged signal Rasmus Karlsson 2017-10-27 21:02:58 +02:00
  • 37571ae613 Use user's font in chat input (#135) vanolpfan 2017-10-27 21:34:23 +03:00
  • f51372102e Networkmanager (#134) hemirt 2017-10-27 20:09:02 +02:00
  • a4c0bdb926 update Arch install instructions (#131) Ckat 2017-10-26 20:00:46 +02:00
  • de332dbb84 Add LICENSE file (#130) Christian Duerr 2017-10-13 19:57:43 +00:00
  • bdee9fff70 fix image loader scrollbar crash (#129) hemirt 2017-10-11 14:46:56 +02:00
  • 0ef6fdfef9 Fixed <arch> which was not seen. (#128) 23rd 2017-10-11 15:44:11 +03:00
  • 3ff6eece5c Merge branch 'master' of https://github.com/fourtf/chatterino2 fourtf 2017-10-11 10:38:55 +02:00
  • f0c21f5b49 refactored message drawing and layouting fourtf 2017-10-11 10:34:04 +02:00
  • 7855d6265d Split tab-creation up into separate functions Rasmus Karlsson 2017-10-08 16:31:16 +02:00
  • 23651fd513 Add option to play highlight sounds even if Chatterino is focused. Rasmus Karlsson 2017-10-08 15:58:28 +02:00
  • 8b25d37a37 added benchmark util fourtf 2017-10-08 17:23:46 +02:00
  • 7a99d90337 Made libcommuni show as 'libcommuni' in Qt Creator instead of 'src' (#121) Matija 2017-10-08 15:34:06 +02:00
  • 19630bf91b Clean up ImageLoaderManager Rasmus Karlsson 2017-10-08 15:30:55 +02:00
  • e7e4ab768b Fix image loading slowness hemirt 2017-10-08 15:18:47 +02:00
  • 369b7c052b Make README nicer (#120) Matija 2017-09-28 22:24:14 +02:00
  • cb8846c0ae Threaded image downloading (#118) Matija 2017-09-28 22:24:03 +02:00
  • e6ee009698 removed the qt scaling fourtf 2017-09-24 20:02:43 +02:00
  • 81e06f3a53 debug::Log can now be used instead of qDebug() Rasmus Karlsson 2017-09-24 19:23:07 +02:00
  • af35c1f335 fix fmt dependency cuz qmake hates .cc file extensions Rasmus Karlsson 2017-09-24 19:20:53 +02:00
  • c14dc43b18 fix highlights - reformat some stuff Rasmus Karlsson 2017-09-24 18:43:24 +02:00
  • 903cf30ddf fix currentUser thing Rasmus Karlsson 2017-09-24 18:14:22 +02:00
  • c8c65f8f09 ignore Thumbs.db file Rasmus Karlsson 2017-09-24 18:13:44 +02:00
  • 881e695189 Added some functionality to the accountPopup (#117) Cranken 2017-09-23 19:23:10 +02:00
  • 206a3518b0 fixed dpi not initializing when the window shows Daniel _ 2017-09-23 18:37:51 +02:00
  • 14511e10ef HiDPI commit fourtf 2017-09-22 00:50:43 +02:00
  • 222eedcd21 added gotToBottom and EnableNonClientDpiScaling fourtf 2017-09-21 17:34:41 +02:00
  • 3e24752477 fixed project code style in some files fourtf 2017-09-21 12:15:01 +02:00
  • 8eaca85402 increased limit for messages to 1000 fourtf 2017-09-21 02:22:35 +02:00
  • ab641abd9c fixed ctrl+c to copy text fourtf 2017-09-21 02:20:02 +02:00
  • 9d671ac873 fixed text copying that wasn't supposed to fourtf 2017-09-21 01:26:53 +02:00
  • e65a5948fe Merge branch 'master' of https://github.com/fourtf/chatterino2 fourtf 2017-09-21 00:55:22 +02:00
  • bd4601a5d4 added MessageColor to represet special colors fourtf 2017-09-21 00:54:10 +02:00
  • 8bd3cd4060 Fixed live status (#112) Cranken 2017-09-20 18:12:29 +02:00
  • 38d118c5dc add debug binding ALT+Q to add test messages to current chatwidget Rasmus Karlsson 2017-09-17 04:36:48 +02:00
  • 51e5d198fb fix message deleting bug Rasmus Karlsson 2017-09-17 04:32:25 +02:00
  • bc207aeede Merge branch 'master' of https://github.com/fourtf/chatterino2 fourtf 2017-09-17 02:14:49 +02:00
  • e31bb48384 fixed gifs on the emotepicker fourtf 2017-09-17 02:13:57 +02:00
  • 6b0fc38afe Fix compilation issue on MSVC Rasmus Karlsson 2017-09-17 00:40:02 +02:00
  • 3e9f71dbf9 fixed clicking on splits to focus them fourtf 2017-09-16 16:49:52 +02:00
  • a4995201f5 changed some filenames and stuff like that fourtf 2017-09-16 16:20:10 +02:00
  • c7b3480aaf ChatWidgetView -> ChannelView, added Emote Picker fourtf 2017-09-16 00:05:06 +02:00
  • 84c23a5d00 modified buttons a bit fourtf 2017-09-15 17:23:49 +02:00
  • 4ac811f2a9 Fixed popups in viewer list. (#110) Cranken 2017-09-12 22:10:30 +02:00
  • 6ce13db443 Merge that pile of garbage in added text selection fourtf 2017-09-12 19:12:02 +02:00
  • 81b1a8774b added text selection fourtf 2017-09-12 19:06:16 +02:00
  • 6ec8f6e032 Quality options for Streamlink (#103) Confuseh 2017-09-11 22:35:59 +01:00
  • 7db45aa7f2 Adds viewer list + livechecks (#105) Cranken 2017-09-11 22:37:39 +02:00
  • 8d2e48f944 Implement an advanced method of adding a user to chatterino. Rasmus Karlsson 2017-08-19 15:37:56 +02:00
  • 60afaa588b Remove ability to log in with env variables Rasmus Karlsson 2017-08-19 15:30:53 +02:00
  • 3f8c025e64 Store default client id in credentials.hpp Rasmus Karlsson 2017-08-19 15:29:36 +02:00
  • 8b40393023 refactored message drawing fourtf 2017-08-18 15:12:07 +02:00
  • c6776cb76e removed old code for testing colors fourtf 2017-08-17 22:54:26 +02:00
  • cac2786c58 fixed emotes after emojis not showing fourtf 2017-08-17 22:46:16 +02:00
  • 5b6596066e improved tab titles added default and fixed refresh triggers on split rename fourtf 2017-08-17 22:25:41 +02:00
  • ab6474150d Merge branch 'master' of https://github.com/fourtf/chatterino2 fourtf 2017-08-17 19:15:55 +02:00
  • 2e86064a48 closing tabs with middle mouse and context menu fourtf 2017-08-17 19:15:03 +02:00
  • 3a28481cae why the fuck is that even merging Merge branch 'master' of http://github.com/fourtf/chatterino2 fourtf 2017-08-17 17:30:46 +02:00
  • f9f769f693 fixed the groupbox for ians scuffed kde setup fourtf 2017-08-17 17:29:54 +02:00
  • 6bc99a9ba6 hopefully fixed black screen issue on mac daniel 2017-08-17 17:02:10 +02:00
  • 6b0a7f507e tabs now grey out when the window loses focus fourtf 2017-08-17 16:43:19 +02:00
  • b8db0f7d4c Added example to linux instuctions to add clarity about where to extract rapidjson to fourtf 2017-08-17 15:03:03 +02:00
  • ca65e543ec Added code for ubuntu color style fourtf 2017-08-17 14:52:41 +02:00
  • a4533ae92c Implement tab renaming/default tab name Rasmus Karlsson 2017-08-13 16:52:16 +02:00
  • f4df262179 Turn NotebookTab into a BaseWidget Rasmus Karlsson 2017-08-13 16:10:53 +02:00
  • eb3645a723 Clean up NotebookTab Rasmus Karlsson 2017-08-13 16:07:00 +02:00
  • 773208ac6b Clean up Notebook Rasmus Karlsson 2017-08-13 15:33:18 +02:00
  • d9f87c0824 Implement Ctrl+Tab (Move to next tab) and Ctrl+Shift+Tab (Move to previous tab) Rasmus Karlsson 2017-08-13 15:24:41 +02:00
  • c9df6ddaab Ignore Shift+Tab in chat widget input for now. Rasmus Karlsson 2017-08-13 15:13:32 +02:00
  • 12812e24ff Make ConcurrentMap more correct Rasmus Karlsson 2017-08-13 14:52:31 +02:00
  • a82774543c Fix warnings/reformat some code Rasmus Karlsson 2017-08-12 15:58:46 +02:00