Commit Graph

1061 Commits

Author SHA1 Message Date
ouwou
2378c781d1 Merge pull request #207 from TheMorc/macosplatform
add hackish macOS detection for home folder, resources and cache
2023-08-25 22:33:32 +00:00
ouwou
eb62406f92 Merge pull request #212 from TheMorc/macosfilepicker
remove useless file picker filter
2023-08-25 20:24:56 +00:00
ouwou
f49c534247 Merge pull request #215 from TheMorc/gitignore
.gitignore: ignore macOS resource forks
2023-08-25 20:24:21 +00:00
TheMorc
84bb27b272 .gitignore: ignore macOS resource forks 2023-08-25 11:22:35 +02:00
TheMorc
52e6167b9a add hackish macOS detection for home folder, resources and cache 2023-08-24 08:44:50 +02:00
TheMorc
c166831955 platform.cpp switch logging to spdlog 2023-08-24 08:42:05 +02:00
TheMorc
9f9617eb37 disable file picker filters
macOS's file picker had issues with them being enabled and it works
just fine without the filter being added. Probably applies to other
file picker interfaces too
2023-08-24 08:29:43 +02:00
ouwou
b36cfdd46e Merge pull request #210 from TheMorc/adwaitareadme
suggest installing adwaita-icon-theme to get icons in the client on macOS
2023-08-24 05:43:29 +00:00
ouwou
9fba92be90 Merge pull request #208 from TheMorc/imagepreviewfix
fix ImageComponent embeds due to extensions being mixedcase
2023-08-24 05:39:23 +00:00
ouwou
5f7813d629 Merge pull request #206 from TheMorc/cmakefixup
move CoreFoundation to a more reasonable place
2023-08-24 05:33:43 +00:00
TheMorc
0e5bccaad1 suggest installing adwaita-icon-theme to get icons in the client 2023-08-24 02:39:13 +02:00
TheMorc
c56a109a21 fix ImageComponent embeds due to extensions being mixedcase 2023-08-23 10:50:03 +02:00
TheMorc
f40393eb12 move CoreFoundation to a more reasonable place 2023-08-23 03:28:17 +02:00
ouwou
08da84b6bc dont deserialize groups in GUILD_MEMBER_LIST_UPDATE 2023-08-21 21:31:01 -04:00
ouwou
ab2896b838 Merge branch 'master' of https://github.com/uowuo/abaddon 2023-07-25 15:56:28 -04:00
ouwou
22025c2f0d fix regex reading from freed memory (fixes #197) 2023-07-25 15:56:22 -04:00
ouwou
1bb9ac8976 Merge pull request #196 from TheMorc/patch-keep_aspect_ratio
keep aspect ratio in LazyImage
2023-07-23 05:13:25 +00:00
Morc - Richard Gráčik
0b918a748a keep aspect ratio for LazyImage 2023-07-21 20:13:08 +02:00
ouwou
857e94af38 dont error if no capture or playback devices are available to try initializing (#193) 2023-07-17 04:15:04 -04:00
ouwou
49bbc926e7 Merge pull request #192 from uowuo/message-editing
Improve message editing
2023-07-16 04:16:48 +00:00
ouwou
52b52eb489 check if message is editable 2023-07-15 21:14:39 -04:00
ouwou
add48af094 restrict attachments when editing 2023-07-15 17:18:04 -04:00
ouwou
03e617a146 only start editing if input is empty 2023-07-15 16:03:33 -04:00
ouwou
f941ad1bef clear input when exiting editing 2023-07-15 15:49:35 -04:00
ouwou
00524cefa2 make editing inline, add up arrow shortcut 2023-07-15 01:02:35 -04:00
ouwou
52a340e366 fix attachments and replies breaking when loading message history 2023-07-13 18:53:47 -04:00
ouwou
59e16cbb3b voice_states can be missing 2023-07-13 18:01:03 -04:00
ouwou
337a3d5811 Merge pull request #185 from uowuo/remoteauth
Login with QR code/remote auth
2023-07-13 07:19:37 +00:00
ouwou
5bf5cc75eb add qrcode to mindeps ci run 2023-07-11 20:57:09 -04:00
ouwou
229555939d make qrcodegen optional wow!!! 2023-07-09 22:31:21 -04:00
ouwou
b5d85f4958 use another color for qr code cuz im special 2023-07-09 21:58:05 -04:00
ouwou
2ca5a21ab4 restart remote auth on cancel opcode 2023-07-09 21:49:15 -04:00
ouwou
3c2fde661e emit remoteauth error on unexpected close 2023-07-09 21:27:08 -04:00
ouwou
aaa219ce27 restart ra ws on timeout 2023-07-09 21:21:29 -04:00
ouwou
e0623281eb fix typo in heartbeat 2023-07-09 21:20:36 -04:00
ouwou
9a3f6b472d fix bad optional access in channel delete (fixes #187) 2023-07-06 19:42:08 -04:00
ouwou
8a5f23fcb9 Merge pull request #186 from jkozera/unread-category-indicators
Show unread indicators next to categories containing unread channels
2023-07-05 05:01:08 +00:00
Jerzy Kozera
88da9e17b8 Don't count muted channels towards unread state of category 2023-07-05 01:25:22 +02:00
Jerzy Kozera
bdad178c5d Redraw unread indicator after message status for category changes 2023-07-04 22:00:22 +02:00
ouwou
cf02c13952 use ppm instead of svg for generating qr pixbuf 2023-07-03 20:01:53 -04:00
Jerzy Kozera
3f6be457b1 Show unread indicators next to categories containing unread channels 2023-07-04 01:33:15 +02:00
ouwou
060e79ff2a search for system miniaudio.h too 2023-07-01 22:27:57 -04:00
ouwou
ab448a3a98 show status, error when captcha required 2023-07-01 02:10:42 -04:00
ouwou
044e508df7 only connect on RESPONSE_OK 2023-07-01 01:47:45 -04:00
ouwou
656bea8e55 get rid of the message structs because theyre unnecessary 2023-07-01 01:02:53 -04:00
ouwou
4ac7ca9245 finalize login 2023-07-01 00:56:09 -04:00
ouwou
3b206e1121 remote auth impl. up to QR code display 2023-06-30 20:43:08 -04:00
ouwou
ec6f18ff12 global_name is optional 2023-06-25 20:15:25 -04:00
ouwou
66101a25cb Merge pull request #176 from uowuo/pomelo
pomelo support (and nicknames)
2023-06-25 05:53:59 +00:00
ouwou
ba24e13419 dont notify on silent messages 2023-06-24 16:57:41 -04:00