Commit Graph

3966 Commits

Author SHA1 Message Date
nerix 9c9fa86c45 Refactor LinkParser (#4576) 2023-04-23 14:56:39 +00:00
Ilya Zlobintsev 4d0e4c1fca Fix Linux appdata file (#4575) 2023-04-23 08:21:58 +00:00
nerix 95e7426283 Remove Redundant Parsing of Links (#4507)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-22 22:58:37 +00:00
nerix f2938995c1 More Accurately Convert Font-Weights in Qt 6 (#4568)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-22 21:42:17 +00:00
Ilya Zlobintsev 2f2816dca0 Add changelog link to appdata file (#4573) 2023-04-22 18:19:42 +00:00
pajlada 2ed62165fa Fix crash when using /unstable-set-user-color without any arguments (#4574)
I told you it was unstable
2023-04-22 17:44:23 +00:00
nerix 6d2605d4ca Fix Qt6 crash when dragging rows in table views (#4567) 2023-04-21 18:25:33 +00:00
dependabot[bot] 6338d09104 Bump ZedThree/clang-tidy-review from 0.12.3 to 0.13.0 (#4564)
Bumps [ZedThree/clang-tidy-review](https://github.com/ZedThree/clang-tidy-review) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/ZedThree/clang-tidy-review/releases)
- [Changelog](https://github.com/ZedThree/clang-tidy-review/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ZedThree/clang-tidy-review/compare/v0.12.3...v0.13.0)

---
updated-dependencies:
- dependency-name: ZedThree/clang-tidy-review
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21 11:01:28 +02:00
Daniel Sage bd58a55348 fix: incorrect extension on macOS experimental builds (#4565) 2023-04-21 03:32:55 +00:00
dependabot[bot] 32499f0e0e Bump ZedThree/clang-tidy-review from 0.12.2 to 0.12.3 (#4559)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-19 12:04:21 +02:00
nerix cb0ab90f0c Add qtimageformats Module in Qt6 CI Builds (#4556) 2023-04-17 15:06:15 +02:00
pajlada ec4ec799e9 Mark builds as experimental - v4 (#4555) 2023-04-17 10:11:03 +00:00
pajlada 7285686a7f Mark builds as experimental (#4554) 2023-04-17 09:05:39 +00:00
pajlada 421497c6cb Mark builds as experimental (#4553) 2023-04-17 07:59:25 +00:00
pajlada 169f419d91 Mark experimental builds at the start of their filename (#4551) 2023-04-16 18:03:30 -04:00
nerix 20bdfaef39 Use macos rather than osx in filenames (#4550) 2023-04-16 19:05:51 +00:00
Zonian 517382ebc9 Add ZonianMidian to the contributors list (#4548)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-16 11:49:54 +00:00
pajlada 8124ab439c Restart the sound device if it's been stopped (#4549)
Fixes a bug where we don't check if the sound device is active before trying to play a sound to it

We fix this by checking its state before every sound we try to play, and if the device is not in the started state we try to restart it.
2023-04-16 13:16:12 +02:00
Zonian d6ef48d4ef Migrate Twitch badges to Helix (#4537)
Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com>
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-16 09:58:45 +00:00
Rasmus Karlsson 594477d8b6 test 2023-04-16 11:18:27 +02:00
2547techno 88bb1b4ae7 Add message for empty mod list. (#4546) 2023-04-15 17:59:46 +00:00
pajlada 8fd975270a Update macOS build instructions & fix release artifacts (#4545) 2023-04-15 14:23:33 +02:00
nerix bf6350ad79 Add macOS, Windows, & Ubuntu 22.04 Qt6 builds (#4522)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-15 13:25:51 +02:00
iProdigy c44e7295da feat: add /lowtrust command (#4542)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-15 10:13:26 +00:00
Rasmus Karlsson 782684e41a Add 2547techno to contributors list
Author: 2547techno <technowizz2547@gmail.com>
2023-04-15 11:08:25 +02:00
Arne cd6e1c04b2 Adjust plugin documentation to match implementation (#4540) 2023-04-14 18:19:24 +00:00
2547techno 52a6f259cf Fix: check reply-parent-user-id for blocked user (#4502) 2023-04-13 16:13:49 +00:00
dependabot[bot] fe2b82bc7b Bump lib/serialize from 1f99aa8 to bbf0a34 (#4531)
Bumps [lib/serialize](https://github.com/pajlada/serialize) from `1f99aa8` to `bbf0a34`.
- [Release notes](https://github.com/pajlada/serialize/releases)
- [Commits](https://github.com/pajlada/serialize/compare/1f99aa808eda5e717245254032c6bf58b0fc088a...bbf0a34260a3e8d6e6c48be57653840ac3fa8c30)

---
updated-dependencies:
- dependency-name: lib/serialize
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-10 15:23:38 +00:00
nerix 610394d696 Fix Twitch-Specific Filters Not Being Applied (#4529)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-10 10:08:15 +00:00
nerix b3ade53229 Restore missing copy and pin buttons in the Usercard (#4533) 2023-04-10 11:20:27 +02:00
CycloneTM 00642ef783 Add Cyclone to contributors list (#4527)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-09 22:21:46 +00:00
Daniel Sage 34db692895 Implement type checking/validation for filters (#4364)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-09 23:35:06 +02:00
pajlada c8e1741e47 Remove CHATTERINO_TEST definition (#4526) 2023-04-09 12:18:56 +02:00
CycloneTM 6cbf750ec5 Streamline the look of the Black theme (#4523)
This makes it be more in line with the other themes
2023-04-09 09:38:38 +00:00
kornes 5c55f62600 Fix emote & badge tooltips not showing up when thumbnails were hidden (#4509)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-08 13:43:38 +00:00
pajlada 073192b4e5 Remove the "Pull request checklist" from the template (#4521) 2023-04-08 12:38:21 +02:00
Daniel Sage 73435b4cf4 Remove unused variables, Refactor in MessageLayout (#4520)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-08 10:25:43 +00:00
nerix 4e3433e966 Store Themes as JSON files (#4471)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-08 09:05:55 +00:00
Guilherme Espada 7a286480d6 Fix build on latest Fedora (#4518)
gcc (GCC) 13.0.1 20230401 (Red Hat 13.0.1-0)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-08 08:58:04 +02:00
nerix 5c08e996c6 Refactor Windows CI and Conan Usage (#4513) 2023-04-04 21:29:49 +02:00
nerix 149399a072 Fix plugin compilation error when using Qt 6 (#4504) 2023-04-02 20:30:15 +02:00
nerix bdab5e021c Benchmark and Test LinkParser (#4436)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-02 14:59:26 +00:00
dependabot[bot] b54fcd2869 Bump lib/miniaudio from c153a94 to 9a76634 (#4487)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-02 14:20:16 +00:00
Mm2PL 5ba809804e Add basic lua scripting capabilities (#4341)
The scripting capabilities is locked behind a cmake flag, and is not enabled by default.

Co-authored-by: nerix <nerixdev@outlook.de>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-02 15:31:53 +02:00
nerix 5836073d52 Update lib/settings and lib/signals (#4503)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-02 14:44:43 +02:00
nerix 281bddb4cf Upgrade from Conan 1.x to 2.x (#4417)
Conan 1.x is no longer supported - upgrade if you used it for dependency management

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-04-02 10:48:22 +00:00
kornes b209c50b01 Fix channel search when custom scrollback limit is used (#4496) 2023-04-01 12:34:34 +00:00
Brian 92c9137d10 docs: Windows, better natvis script (#4489)
Just a bit cleaner, no need for props when using `Inovke-RestMethod`, and swapped regex replace to string replace, since no regex was used.
2023-04-01 14:05:11 +02:00
pajlada d8df716fc2 Fix memory leak when using the Recent Messages API (#4499) 2023-04-01 11:57:48 +00:00
pajlada 0177ab4829 Ensure tests have default-initialized settings (#4498)
Also rework HighlightController test directory creation/saving to ensure the test directory is written to & cleaned up appropriately
2023-04-01 11:23:18 +00:00