nerix
|
84c0b39fde
|
refactor: buttons and friends (#6102)
|
2025-05-25 11:17:06 +02:00 |
|
2547techno
|
deed1061b5
|
fix(plugins): TSTL static method generation (#6223)
|
2025-05-24 12:04:54 +00:00 |
|
nerix
|
b78e1ed0a7
|
refactor: floatify messages (#6231)
|
2025-05-24 09:40:11 +00:00 |
|
pajlada
|
8782533457
|
fix: crash on older versions of Qt (#6229)
|
2025-05-23 16:53:19 +02:00 |
|
ynot01
|
dd9e722da7
|
Add ynot01 to contributors list (#6226)
|
2025-05-22 19:00:14 +00:00 |
|
ynot01
|
d46112380d
|
Fix bad enum in plugin documentation (#6225)
|
2025-05-22 16:41:43 +00:00 |
|
Mm2PL
|
33a5419350
|
Forward declare some things to speed up compile (#6162)
* Forward declare NativeMessagingServer and use a unique_ptr
* Forward declare GenericListModel to save on unneeded includes of its
header
|
2025-05-18 15:30:02 +00:00 |
|
pajlada
|
20e306760c
|
refactor: remove Application.hpp dependency in Plugin.hpp (#6219)
Co-authored-by: Mm2PL <miau@mail.kotmisia.pl>
|
2025-05-18 14:04:39 +02:00 |
|
pajlada
|
062b492dab
|
refactor: move Notebook enums to their own file (#6220)
Co-authored-by: Mm2PL <miau@mail.kotmisia.pl>
|
2025-05-18 14:02:11 +02:00 |
|
pajlada
|
0d4a45161e
|
refactor: move TimeoutStackStyle to its own file (#6216)
Co-authored-by: Mm2PL <miau@mail.kotmisia.pl>
|
2025-05-18 11:41:43 +00:00 |
|
pajlada
|
1baa4b4729
|
import cstdlib in rungui, use _Exit (#6218)
i don't want to include stdlib.h
|
2025-05-18 13:02:03 +02:00 |
|
nerix
|
67956ef2c6
|
refactor(notebook): merge top/bottom and left/right layout code (#6215)
|
2025-05-18 10:17:13 +00:00 |
|
pajlada
|
6b968a199c
|
fix some crashes, mostly related to network requests (#6187)
|
2025-05-17 14:22:56 +02:00 |
|
pajlada
|
46f3299a25
|
fix: don't construct images after we're quitting (#6213)
|
2025-05-17 10:47:51 +00:00 |
|
pajlada
|
85866dc7a3
|
chore: remove bad event api init comments (#6212)
we no longer ignore the connections
|
2025-05-17 10:02:31 +00:00 |
|
dependabot[bot]
|
aea6725521
|
chore(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 (#6211)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 5.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-17 11:13:59 +02:00 |
|
dependabot[bot]
|
ab1c8eacb3
|
chore(deps): bump lib/WinToast from 1c841d3 to 11e76e5 (#6090)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
2025-05-15 17:07:47 +00:00 |
|
pajlada
|
fb9475ecad
|
fix: send weak ptr to session's checkKeepalive timer (#6204)
|
2025-05-11 12:29:31 +00:00 |
|
pajlada
|
5c64ec3c67
|
use QMetaObject::invokeMethod to post to thread (#6203)
|
2025-05-11 11:52:00 +00:00 |
|
nerix
|
4c266da24d
|
docs: update natvis repo (#6202)
|
2025-05-10 17:34:35 +00:00 |
|
apa420
|
e793df02ba
|
feat: make Nicknames searchable with settings dialog search bar (#5886)
|
2025-05-10 13:58:15 +00:00 |
|
pajlada
|
e86ecf5d0b
|
refactor: move event api initializations to TwitchIrcServer (#6198)
|
2025-05-10 13:17:00 +00:00 |
|
pajlada
|
aa7630af71
|
fix: crash that could occur when force-closing 7tv/bttv live updates (#6197)
|
2025-05-10 14:22:19 +02:00 |
|
pajlada
|
dec42b38a6
|
refactor: fix some spelling mistakes (#6196)
|
2025-05-10 13:33:52 +02:00 |
|
nerix
|
dd85fb09ad
|
feat(uploader): extend JSON selectors (#6193)
|
2025-05-10 10:46:37 +00:00 |
|
2547techno
|
d39c1a1459
|
fix(plugins): TSTL HTTPRequest.create generation (#6190)
|
2025-05-10 11:47:03 +02:00 |
|
teknsl
|
3e5b4a9d08
|
Add hotkey action for opening account switcher (#6192)
|
2025-05-06 17:47:05 +00:00 |
|
pajlada
|
9e600a8fb8
|
refactor(WindowManager): remove some getApp uses (#6194)
|
2025-05-05 22:23:13 +00:00 |
|
pajlada
|
0cfe65410d
|
feat: run-and-kill script (#6188)
|
2025-05-04 13:11:26 +00:00 |
|
Mm2PL
|
c7e1c2e812
|
Do not hide WebSocket API when missing permission (#6186)
|
2025-05-04 10:49:08 +00:00 |
|
pajlada
|
f282e30f1e
|
chore: bump settings version (#6185)
|
2025-05-03 13:15:38 +00:00 |
|
dependabot[bot]
|
31d1aaeb9f
|
chore(deps): bump jurplel/install-qt-action from 4.1.1 to 4.2.1 (#6170)
|
2025-05-03 11:58:41 +00:00 |
|
dependabot[bot]
|
034a476a59
|
chore(deps): bump hendrikmuhs/ccache-action from 1.2.16 to 1.2.18 (#6179)
|
2025-05-03 13:22:49 +02:00 |
|
James Upjohn
|
18dcd84afd
|
feat: add tooltip for rename on double-click setting (#6184)
|
2025-05-03 11:16:40 +00:00 |
|
pajlada
|
54efa648b1
|
refactor(TwitchAccount): mostly include cleanup (#6182)
|
2025-05-03 10:19:15 +00:00 |
|
pajlada
|
e38c64bac3
|
fix: don't include blocked users in join/part messages (#6181)
|
2025-05-03 11:32:55 +02:00 |
|
pajlada
|
555b921f65
|
dep: update googletest to v1.17.0 (#6180)
|
2025-05-02 16:48:18 +02:00 |
|
nerix
|
01e7050ffc
|
chore: bump deprecated cutoff to Qt 6.4.3 (#6169)
|
2025-04-26 13:36:09 +02:00 |
|
nerix
|
6fe6843cbd
|
chore: re-export Qt's string literals (#6175)
|
2025-04-24 23:30:54 +02:00 |
|
dependabot[bot]
|
11d0cdf4f7
|
chore(deps): bump DoozyX/clang-format-lint-action from 0.18 to 0.20 (#6151)
Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.18 to 0.20.
- [Release notes](https://github.com/doozyx/clang-format-lint-action/releases)
- [Commits](https://github.com/doozyx/clang-format-lint-action/compare/v0.18...v0.20)
---
updated-dependencies:
- dependency-name: DoozyX/clang-format-lint-action
dependency-version: '0.20'
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>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
|
2025-04-20 16:51:41 +00:00 |
|
pajlada
|
39ed2dd45a
|
fix: emote popup logging messages to "Other" directory (#6165)
|
2025-04-20 12:06:22 +00:00 |
|
nerix
|
14aa4d1400
|
feat: update emojis to Unicode 16.0 (#6155)
|
2025-04-20 11:31:23 +00:00 |
|
dependabot[bot]
|
a4eb50db5e
|
chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#6152)
|
2025-04-20 10:55:52 +00:00 |
|
dependabot[bot]
|
0c5ad84474
|
chore(deps): bump lib/qtkeychain from ad7344c to 35c4f40 (#6135)
|
2025-04-20 10:21:23 +00:00 |
|
dependabot[bot]
|
7161178629
|
chore(deps): bump lib/settings from c141a40 to 104e1c8 (#6150)
|
2025-04-20 11:32:05 +02:00 |
|
James Upjohn
|
462e2ba658
|
feat: disable tab renaming on double-click via setting (#6163)
Fixes #6156
|
2025-04-20 11:19:40 +02:00 |
|
pajlada
|
1f10935d78
|
fix: use qlogging in eventsub lib (through a hoop) (#6161)
|
2025-04-19 17:10:12 +02:00 |
|
nerix
|
9d557146b4
|
refactor: trim down PubSub implementation (#6158)
|
2025-04-19 12:31:22 +00:00 |
|
nerix
|
52067d0af7
|
fix: handle aboutToQuit() (#6159)
|
2025-04-19 13:05:36 +02:00 |
|
nerix
|
3282cac94d
|
fix: don't include .inc in outputs (#6154)
|
2025-04-16 19:19:56 +02:00 |
|