Matthew Marlow
e5f3bc9f3f
Improve Chatterino extension positioning ( #1825 )
...
This adds support for left-side chat
2020-08-01 15:42:56 +02:00
pajlada
214afc8fc2
Simplify Tooltip flags on Linux for Sway ( #1824 )
2020-07-25 15:00:12 +02:00
Matthew Marlow
caa11dda3e
removed linebreak after wrapped TextElements ( #1813 )
2020-07-19 12:16:58 +02:00
pajlada
382dfbc2fa
[SearchPopup] CTRL+F now focuses the search input ( #1812 )
2020-07-18 17:52:12 +02:00
Rasmus Karlsson
d25dee10b2
Keep last menu in memory
...
Might do something about #1790
2020-07-18 17:51:31 +02:00
Daniel
ba06b10135
Open usercard on mention click ( #1674 )
2020-07-18 16:03:51 +02:00
pajlada
276f3e1d98
[SettingDialog] CTRL+F now selects the Find input ( #1811 )
...
* Sneakily make SettingsDialog constructor private at the same time 🕵
2020-07-18 15:56:33 +02:00
pajlada
6ba9c5ec31
Reset the lastMessageHasAlternateBackground{Reverse} values when clearing all messages in a ChannelView. ( #1810 )
...
This makes it so that we consistently start with the same values after
having cleared a ChannelView.
Example place where this happens: UserInfoPopup when user messages are
loaded and refreshed
2020-07-18 14:44:10 +02:00
Rasmus Karlsson
3942749226
Don't check formatting when documentation has been updated
2020-07-18 14:27:06 +02:00
pajlada
ffdf5a144c
Handle conversion of historical CLEARCHAT messages to NOTICE messages in Chatterino instead of relying on the Recent Messages API to handle it for us ( #1804 )
...
This has historically been done in the Recent Messages API, but this functionality is being moved to Chatterino instead
* Remove `clearchatToNotice=true` query parameter to the Recent Messages API
2020-07-18 14:12:11 +02:00
fourtf
e928cde2d5
removed debug log
2020-07-12 22:48:29 +02:00
fourtf
9739d8d9c3
hide user profile avatar if obs is running
2020-07-12 22:44:33 +02:00
pajlada
515657be19
Add proper IRC text/word wrapping ( #1802 )
...
Fixes #1781
2020-07-11 15:12:17 +02:00
Mm2PL
c80cdc25b3
Adds support for \x0f formatting character in IRC. ( #1794 )
...
The \x0f character unsets the current foreground and background colors
as well as other formatting which is currently not interpreted by
Chatterino
2020-07-11 14:57:30 +02:00
Paweł
682caf6b69
Add support for more image uploader services ( #1741 )
...
The list of links that have been uploaded is now also stored in the json format instead of csv
2020-07-05 14:32:10 +02:00
Paweł
b66c2478a0
Added higher tier information to sub badge tooltip ( #1759 )
2020-07-05 14:08:28 +02:00
mmb L
0b0fdb4ba2
Fix emote popup remember last position by moving setStayInScreenRect into EmotePopup constructor ( #1752 )
2020-07-05 14:07:03 +02:00
Paweł
defc12c129
Added missing Keybinds to settings page ( #1770 )
...
Added:
- Zoom out/in
- reset zoom
- reopen last closed split
- select last tab
Also updated alt + arrows, so its a bit more readable
2020-07-05 14:05:39 +02:00
Paweł
208e7a68b7
Added account name to window title ( #1771 )
2020-07-05 14:04:39 +02:00
alazymeme
1277c72b02
Fix a spelling mistake in the settings dialog ( #1786 )
...
from "seperate" to "separate"
2020-07-05 13:55:32 +02:00
pajlada
cdf85c5084
Message menu now holds a shared pointer to a layout ( #1787 )
...
This ensures that the layout will survive for the lifetime of the menu,
so any of the menu actions can with confidence do things with the
layout, not having to worry whether it's dead or not.
This means that the user, while having the message menu open, could have
one extra MessageLayout alive. I have ensured that when the menu dies
the reference to the shared pointer dies with it.
2020-07-05 13:52:24 +02:00
pajlada
e4af009fda
[irc] Partially fix IRC colors ( #1594 )
...
Doesn't fix #1379 but it is a big step forward.
Needs some "real life" testing, but should be good.
2020-07-04 15:15:59 +02:00
Mm2PL
0f9a612c55
Move over wiki documentation to repo in Markdown format ( #1760 )
...
* Change in-client regex help link to point to the github repository
2020-07-04 13:40:13 +02:00
Karar Al-Remahy
ac0546185d
Update OpenSSL download links in BUILDING_ON_WINDOWS.md ( #1775 )
2020-07-04 13:35:33 +02:00
Daniel
de2108b8c5
Fix highlighted whisper crash ( #1756 ) ( #1757 )
2020-06-27 13:20:21 +02:00
Paweł
205d658f80
Fixed /usercard on linux ( #1755 )
...
- /usercard command doesn't close imidiatelly
- removed "Dialog" window flag. It seems to be unnecessary and causes issues (on left-clicking user name it sometimes didnt render unless you clicked 2-3 times.
2020-06-27 12:58:44 +02:00
Mm2PL
ddd4a54e0e
Add missing tab completion for commands ( #1754 )
...
adds completion for /usercard, /follow, /unfollow, /ignore, /unignore
2020-06-27 11:30:05 +02:00
Nico Sonack
15732cb9ba
Document FreeBSD build instructions ( #1763 )
...
* Document FreeBSD build instructions
This has been tested under the following conditions:
```
$ uname -apKU
FreeBSD triton 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64 amd64 1201000 1201000
```
It may also work on older versions and should definitely on FreeBSD 13.0-CURRENT.
2020-06-27 11:28:11 +02:00
pajlada
8e202c3755
CI: use cache v2 (and bust cache) ( #1747 )
2020-06-21 16:36:46 +02:00
0xRainy
0e564065ba
Added recent messages to UserInfoPopup ( #1729 )
...
There's a Refresh button added to the popup to refresh the users messages in the popup. Not automatic now while we figure out how fast/slow it would be.
Co-authored-by: dnsge <sagedanielr@gmail.com>
2020-06-21 14:15:14 +02:00
Paweł
c5f6fd7568
made --version output consistent with AboutPage ( #1739 )
...
When using "chatterino --version" it now also outputs commit and date of build (if on nightly), just like in Settings -> About
2020-06-16 03:30:35 -04:00
Paweł
5e0ac814cf
Removed help tooltip for splits ( #1728 )
2020-06-14 12:39:17 +02:00
Rasmus Karlsson
666b577bd5
Close UserInfoPopup when Escape is pressed
2020-06-14 12:26:50 +02:00
Rasmus Karlsson
dad9677bba
BaseWindow: Make sure windowTopMost signal is attached to our list of managed connections
2020-06-14 12:26:23 +02:00
23rd
78dab081d8
Added missed line break to header with empty thumbnail. ( #1705 )
2020-06-14 11:51:54 +02:00
Paweł
a2f2cac3fd
Added logging for uploaded images ( #1712 )
...
A list of uploaded images are stored under the message logs directory as a csv file
2020-06-13 14:53:09 +02:00
Roger Chavez
1eeb09a78e
Display authors name on hover for supported emotes (FFZ only for now) ( #1721 )
...
Co-authored-by: Paweł <44851575+zneix@users.noreply.github.com>
2020-06-13 14:15:22 +02:00
alazymeme
f3f8b2d024
Fix popout player url ( #1730 )
...
* Update TwitchChannel.cpp
* Reformatting forsenY
* fixed other things
* xd
* Update TwitchChannel.cpp
2020-06-12 19:44:05 +02:00
alazymeme
39cc421f95
Improve web extension position ( #1717 )
2020-06-07 11:33:45 +02:00
Paweł
50d669a1af
Added possibility to change image uploader's form body with Enviroment Variables ( #1709 )
2020-05-30 12:30:30 +02:00
Daniel
ccdbedb93c
Fix "Always on top" setting for MacOS and Linux ( #1708 )
...
Closes #1166
2020-05-30 11:32:25 +02:00
apa420
6d5ba0c442
Show thumbnails for live streams inside of the split header tooltip ( #1702 )
...
This feature is enabled by default and can be disabled in the Settings dialog with the "Show stream thumbnail" setting
2020-05-24 11:57:15 +02:00
Edgar
f7b063f265
🔧 Switch back to conan from chocolatey ( #1695 )
2020-05-24 11:53:24 +02:00
Daniel Pasch
a230bc7c89
improve tooltips by only positioning the element once we know it's in… ( #1693 )
...
Things like tooltips now only sets its position once. The position used to be set twice and could cause some annoying flickering.
2020-05-24 11:51:16 +02:00
thekalio
56d09ac198
Show visual feedback when BTTV and FFZ emotes are loaded ( #1671 )
...
Upon joining a channel or pressing F5, BTTV and FFZ emotes are
(re)loaded. This change adds visual feedback of the network requests and
their outcome, in the form of a system message in the associated
channel's chat window.
Non-error messages are suppressed when joining a
channel (which automatically loads emotes).
2020-05-16 12:43:44 +02:00
Daniel Pasch
dd5455d1cf
Improve window "move within desktop rectangle" code ( #1685 )
...
This is used by tooltips to make sure they're always visible
Behaviour changed to stick to screen instead and flip up if no space left below cursor
2020-05-16 12:16:17 +02:00
fourtf
d9aab1f6ec
Update feature-suggestion.md
2020-05-10 18:38:08 +02:00
fourtf
1a70765361
Update feature-suggestion.md
2020-05-10 18:37:55 +02:00
Daniel
680b500993
Fix update checker not working on macOS ( #1642 )
...
* Prevent update dialog from going off screen
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2020-05-10 13:13:47 +02:00
Daniel Pasch
c5a7205d12
move pause-icon to the left and increase size and visibility ( #1660 )
2020-05-10 12:55:13 +02:00