Commit graph

2160 commits

Author SHA1 Message Date
fourtf 18f3a816ed re-enabled loading recent messages concurrently
@pajlada please check if the code can stay commented out
2019-08-13 15:03:33 +02:00
fourtf 6274c05520 Fixed always loading 1x, 2x and 3x images 2019-08-13 13:51:27 +02:00
fourtf 294c2aecdc disabled concurrent loading of recent messages
it caused some twitch emotes to load improperly
2019-08-13 13:12:09 +02:00
fourtf 96532be765 removed unused function 2019-08-13 13:02:11 +02:00
fourtf 23f1ec9ac2 Fixed using non existant 2x and 3x versions of ffz emotes and badges 2019-08-13 13:00:16 +02:00
pajlada 2143a8caac
Merge pull request #1201 from 23rd/patch-34-fix-dmg
Fixed dmg Travis deployment.
2019-08-13 00:39:59 +02:00
23rd 0f5e88e0c8 Fixed dmg Travis deployment. 2019-08-13 01:02:35 +03:00
pajlada 25de149b37
Merge pull request #1200 from 23rd/patch-33-date-build-in-title
Added build date in Chatterino title for all platforms of CI.
2019-08-12 22:33:05 +02:00
23rd f24cad5fd7 Added build date in Chatterino title for all platforms of CI. 2019-08-12 11:13:23 +03:00
Rasmus Karlsson e56c90c33d fix crash in name-colorizer 2019-08-11 22:18:01 +02:00
Rasmus Karlsson cd5972522b reformat 2019-08-11 21:08:18 +02:00
Rasmus Karlsson 391d75f208 try to improve readability of the "grayname colorize" function 2019-08-11 21:07:54 +02:00
Rasmus Karlsson 3bb40a0458 Try to fix appimage 2019-08-11 20:35:25 +02:00
Rasmus Karlsson 7bf6cd5324 Remove bad include 2019-08-11 20:02:44 +02:00
pajlada 625bb53d1a
Merge pull request #1184 from 23rd/patch-32-colorize-nicknames
Added setting to colorize usernames who have not set own color.
2019-08-11 19:55:10 +02:00
23rd da039bfdfa Added setting to colorize usernames who have not set own color. 2019-08-11 19:48:43 +03:00
pajlada 90d302cd2d
Merge pull request #1198 from AnotherFoxGuy/appimage-run-fix
🐛 Fixed AppImage not including QT style plugins
2019-08-11 15:37:55 +02:00
Edgar f66992a143
🐛 Fixed AppImage not including QT style plugins 2019-08-11 13:38:49 +02:00
pajlada fbee24b78d
Merge pull request #1197 from AnotherFoxGuy/overwrite
🐛 Fixed Travis not uploading dmg and AppImage
2019-08-11 11:48:38 +02:00
Edgar 521c1040a2
🐛 Fixed Travis not uploading dmg and AppImage 2019-08-11 10:48:51 +02:00
Rasmus Karlsson 381aaaa2d8 add old warnings.pri file (copied from appbase project) 2019-08-10 23:21:12 +02:00
Edgar 149960a986 🐛 Fixed AppImage build 2019-08-10 23:20:25 +02:00
Rasmus Karlsson ebef87f085 Clean up a few warnings 2019-08-10 13:47:17 +02:00
23rd fdb0b62dee Fixed switching tabs using trackpad scroll. 2019-08-10 13:34:59 +02:00
pajlada 0c245fbc4e
Merge pull request #1178 from 23rd/patch-29-mac-ctrl-tab
Added new submenu in menu bar for OS X to switch tabs with hotkeys.
2019-08-10 13:22:33 +02:00
pajlada 989dad1a6d
Merge pull request #1179 from 23rd/patch-30-simplified-tab-hotkeys
Moved to one place and simplified hotkeys of switching tabs.
2019-08-10 13:18:11 +02:00
Rasmus Karlsson 6e1ee84d90 Allow your own username to be set in "highlight users"
Fixes #1181
2019-08-10 13:13:00 +02:00
pajlada 8f44f18d46
Merge pull request #1192 from AnotherFoxGuy/travis-fix
🐛 Fixed Travis build tagging
2019-08-10 11:47:03 +02:00
Edgar 31e7b5d8d9 🐛 Fixed Travis build tagging 2019-08-10 11:39:09 +02:00
pajlada 837ccc0382
Merge pull request #1174 from AnotherFoxGuy/linuxdeployqt
📦 Create appimage
2019-08-10 11:20:53 +02:00
pajlada 933edb1205
Merge pull request #1180 from 23rd/patch-31-hotkey-last-tab
Added ability to open last tab with Ctrl+9.
2019-08-10 11:19:01 +02:00
23rd 34841543c7 Replaced repetitive code of Ctrl+1-8 hotkeys with single loop. 2019-08-04 17:57:34 +03:00
23rd 838fd6bab6 Added ability to open last tab with Ctrl+9. (Chromium behaviour.)
- Fixed #1106.
2019-08-04 17:23:41 +03:00
23rd 485715ef30 Moved to one place and simplified hotkeys of switching tabs. 2019-08-04 17:03:58 +03:00
23rd 79a87e740a Added new submenu in menu bar for OS X to switch tabs with hotkeys.
- Fixed #1176.
 - https://bugreports.qt.io/browse/QTBUG-8596
2019-08-04 16:43:35 +03:00
Edgar af59cce89b 📦 Create appimage 2019-08-04 15:38:00 +02:00
Rasmus Karlsson c578cd47e1 Highlight parsing is now done after Ignores have been respected.
In the same commit, because I misunderstood the original issue, I also
split out the parsing of the highlights and triggering of the highlight
sounds/alerts into separate functions.

Fixes #1160

I also re-enabled the "sound url changer" that was commented out in an
earlier commit.

Fixes #1170
2019-08-04 14:31:57 +02:00
Rasmus Karlsson c4415dce5c .clang-format updated: Don't reflow comments 2019-08-04 14:26:34 +02:00
pajlada 0a4e9d1c54
Merge pull request #1172 from 23rd/patch-28-mac-dmg
Improved dmg creation.
2019-08-03 11:49:02 +02:00
pajlada 8b1f9e91b4
Merge pull request #1173 from AnotherFoxGuy/boost-conan
👷 Manage Boost with conan
2019-08-03 11:46:23 +02:00
Edgar 654712ed64 👷 Manage Boost with conan 2019-08-03 11:39:41 +02:00
Rasmus Karlsson 45e2887ce8 Set our own custom User-Agent on network requests.
Format: chatterino/VERSION (COMMIT HASH)

Fixes #1169
2019-08-03 11:20:19 +02:00
23rd 2c4f37b55a Improved dmg creation.
- Added /Applications symlink.
 - Added icon for volume.
2019-08-03 11:57:24 +03:00
fourtf e7d9422431 fixes for last commit 2019-08-01 13:30:58 +02:00
fourtf aac27c2a0d Fixes #1162 2019-07-31 23:03:55 +02:00
fourtf fff979b3c0 lock SignalVector with shared_lock to allow reading on other threads 2019-07-31 22:50:12 +02:00
fourtf 4e4c7d4c0b Set default username boldness to DemiBold (63) 2019-07-28 20:24:39 +02:00
Rasmus Karlsson 25fe7e7df5 Clean up README.md
1) replace `git clone --recursive` with `git clone --recurse-submodules`
2) fix some "broken" links that were pointing at the old repo
3) fix a typo
2019-07-28 13:30:17 +02:00
Rasmus Karlsson 3679125e2f Reformat 2019-07-28 13:21:54 +02:00
Rasmus Karlsson 954b1b138a Add a setting for the timeout stack style:
"Stack" is the default behaviour, it will search 20 messages up and 5
seconds back in time to stack the timeout.
"Stack sparingly" will try to do the same, but only if the user has not
typed a message inbetween the this and the last timeout.

Fixes #1157
2019-07-28 13:21:54 +02:00