Commit Graph

1082 Commits

Author SHA1 Message Date
ouwou
ccabaa44d6 Merge branch 'master' into rnnoise 2023-08-25 20:36:36 -04:00
ouwou
eea5987f37 add workaround for compiling with spdlog and incompatible libfmt (fixes #214) 2023-08-25 20:13:37 -04:00
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
2bc709bf3f fix denoise under gate vad, keep state always initd 2023-08-21 21:20:25 -04:00
ouwou
6dcc127c0a decay vad prob over time 2023-08-21 18:05:29 -04:00
ouwou
3dd192eed2 add noise suppression 2023-08-19 21:21:39 -04:00
ouwou
d208c64be1 tie slider to rnnoise probability threshold 2023-08-02 02:34:23 -04:00
ouwou
60a8c86606 add mutex for rnnoise 2023-08-02 02:34:03 -04:00
ouwou
9e4382aa77 Merge branch 'master' into rnnoise 2023-08-02 01:48:33 -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
fad555c355 try to fix mindeps 2023-07-25 15:33:15 -04:00
ouwou
f696ecb5c3 get rid of signals for setting gate and gain 2023-07-23 02:27:53 -04:00
ouwou
18172a8890 update vad param value on combobox change 2023-07-23 02:08:26 -04:00
ouwou
dc92fef708 slight refactor, show rnnoise vad prob in meter when selected 2023-07-23 01:44:36 -04:00
ouwou
07fc439eb7 add tooltip to vad combobox 2023-07-23 01:41:30 -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
ouwou
60e3f73324 make vad method a setting and tie it to combobox 2023-07-23 01:01:45 -04:00
Morc - Richard Gráčik
0b918a748a
keep aspect ratio for LazyImage 2023-07-21 20:13:08 +02:00
ouwou
203e566919 move log message 2023-07-18 02:03:56 -04:00
ouwou
be2ab2ef31 support mindeps build without rnnoise 2023-07-18 02:02:39 -04:00
ouwou
7bc6116e21 add ability to change vad method 2023-07-18 01:47:46 -04:00
ouwou
8d49a57524 i dont like nodiscard anymore 2023-07-18 01:03:36 -04:00
ouwou
d04e101800 Merge branch 'master' into rnnoise 2023-07-17 21:37:24 -04: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