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
6b968a199c
fix some crashes, mostly related to network requests ( #6187 )
2025-05-17 14:22:56 +02:00
pajlada
dec42b38a6
refactor: fix some spelling mistakes ( #6196 )
2025-05-10 13:33:52 +02:00
nerix
01e7050ffc
chore: bump deprecated cutoff to Qt 6.4.3 ( #6169 )
2025-04-26 13:36:09 +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
1d8a00e892
fix: split drag & drop on KDE Plasma ( #6147 )
2025-04-13 12:15:49 +00:00
teknsl
b59124702c
Only draw outline for overlay when hovered over ( #6140 )
2025-04-12 10:06:36 +00:00
Jacob Alexander Thompson
5901b69898
fix cmd+backspace behavior in main chat dialog input ( #6111 )
2025-04-06 13:20:07 +02:00
Jacob Alexander Thompson
3481c93365
make paused chat indicator more apparent ( #6123 )
2025-04-05 22:53:30 +02:00
Brian Leung
c5b6f21d5f
fix: make reply-cancel button less coarse-grained ( #6106 )
...
Co-authored-by: nerix <nerixdev@outlook.de >
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com >
2025-04-05 16:19:36 +02:00
pajlada
584cd275fa
move "Delete message" to a sub-menu ( #6100 )
2025-03-22 10:50:10 +00:00
nerix
a70acbfda9
fix: use a palette for dialogs ( #6098 )
2025-03-20 14:03:46 +01:00
pajlada
95703efb29
fix: apply same margin to svg buttons as to pixmap buttons ( #6085 )
...
Co-authored-by: Nerixyz <nerixdev@outlook.de >
2025-03-16 17:09:30 +00:00
pajlada
95eee28002
fix: emote button is now rendered smoothlier ( #6080 )
2025-03-15 12:46:11 +00:00
apa420
59e93d41d3
feat: Add tab style option (Normal & Combat) ( #5858 )
2025-03-11 16:16:33 +01:00
pajlada
673ce8eecf
fix: crash when searching uninitialized channel ( #6057 )
...
Fixes a crash when opening search in a split that hasn't yet been fully
initialized
2025-03-09 19:09:46 +00:00
pajlada
037196ec3b
fix: make QLineEdit's less ugly in light themes ( #6055 )
2025-03-09 16:10:49 +00:00
nerix
72369b1611
feat: add "Open in custom player" to toast options ( #5880 )
2025-03-05 15:29:28 +00:00
apa420
c053fd5c60
feat: Improved searching for hotkeys ( #5884 )
2025-03-04 14:15:50 +00:00
zakary2841
c67801eca5
fix: typo in color input selector. changed from red to blue ( #5982 )
2025-02-23 19:57:36 +00:00
nerix
dd6f204adc
feat: delete messages from context menu ( #5956 )
2025-02-15 19:29:25 +01:00
cmp
65e97846aa
Disable QT keywords to avoid clashes with other libraries. ( #5882 )
2025-02-02 10:08:11 +00:00
nerix
3c2a422243
fix: scroll to bottom when setting a channel ( #5748 )
2024-12-02 16:59:17 +01:00
nerix
f6d6e2c62d
perf: don't force-layout in setChannel ( #5737 )
...
* perf: don't force-layout in `setChannel`
* chore: add changelog entry
---------
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com >
2024-11-28 09:16:44 +00:00
nerix
6ceb987e7e
fix: update channel-view when pausing ( #5707 )
2024-11-10 19:51:45 +01:00
hemirt
db8047ea7b
highlight tabs only on unviewed messages ( #5649 )
2024-11-02 13:21:56 +00:00
nerix
5f76f5b755
fix: take indices to messages as a hint ( #5683 )
2024-11-02 12:11:59 +00:00
nerix
bbcd8c5eb2
fix: get rid of some more warnings ( #5672 )
2024-10-27 12:42:23 +00:00
iProdigy
18c4815ad7
feat: add shared chat badge ( #5661 )
2024-10-22 18:42:19 +02:00
nerix
afa8067a20
Add transparent overlay window ( #4746 )
2024-10-06 12:54:24 +02:00
nerix
94e266ac82
fix: avoid holes when moving tabs ( #5612 )
2024-10-05 11:09:23 +00:00
nerix
4d9ea37ff4
fix: use correct selection index when double-clicking into the void ( #5617 )
2024-10-02 18:33:36 +02:00
nerix
e149be3820
feat: include more data when copying messages as JSON ( #5600 )
2024-09-28 10:40:15 +00:00
nerix
3d06f8612f
chore: ensure statics are only present once in the final app ( #5588 )
2024-09-14 12:13:12 +00:00
nerix
61b04dbe7b
feat(emote-popup): automatically reload Twitch emotes ( #5580 )
2024-09-01 13:44:36 +02:00
pajlada
627c735524
refactor: some Application & style things ( #5561 )
2024-08-25 15:33:07 +02:00
pajlada
ac88730563
fix: remove deprecated Application::getTwitchAbstract ( #5560 )
2024-08-25 11:38:57 +00:00
pajlada
998920d244
Remove experimental IRC support ( #5547 )
2024-08-18 12:04:26 +00:00
pajlada
cc8bd538b9
refactor: Move MessageFlag(s) to its own file ( #5549 )
2024-08-18 12:25:01 +02:00
nerix
3257da1855
chore: silence some deprecation warnings in Qt 6.8 ( #5529 )
2024-08-04 11:23:29 +02:00
nerix
aed55ac1ba
fix: replace defines with constexpr/const and use more absolute paths for includes ( #5527 )
...
bye bye nuuls
2024-08-03 10:00:58 +00:00
cmp
5fc4309e0e
Handle panning touch gestures ( #5524 )
2024-07-28 12:02:20 +02:00
pajlada
5deec1f02f
chore: remove Singleton & replace getIApp with getApp ( #5514 )
2024-07-21 13:09:59 +00:00
Daniel Sage
6b73bb53ec
Display message being replied to above input box ( #4350 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2024-07-14 15:06:42 -04:00
pajlada
973b7a3bdd
Add extra context to messages that are added to channels, allowing the logging controller to take more responsibility in what messages to log ( #5499 )
...
Co-auhtored-by: James Upjohn <jupjohn@jammeh.co.nz >
2024-07-13 11:15:11 +00:00
nerix
189be8c68f
chore: remove old Qt 5.12 code, update docs and FreeBSD runner ( #5396 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2024-06-23 12:26:59 +00:00
nerix
2b97c64f8e
Show line indicator instead of rectangle while dragging in tables ( #5256 )
2024-06-16 11:26:40 +00:00
pajlada
b6dc5d9e03
chore: refactor TwitchIrcServer ( #5421 )
2024-06-01 12:56:40 +00:00
kornes
c3bb99eb01
Fix: tabs move animation for duplicated tabs ( #5426 )
...
* fix: check endValue for running animations only
* exit early when move is not needed
* ref: remove useless `positionChangedAnimationRunning_`
* check for parent notebook visibility instead
* ref: rename `pos` param to `targetPos`
2024-06-01 10:12:48 +00:00
KleberPF
d161036b18
Add feature to duplicate tabs ( #5277 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2024-05-25 12:39:19 +00:00