This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Mar 25, 2023
-
-
Nicolas Werner authored
-
- Mar 12, 2023
-
-
tastytea authored
-
- Mar 02, 2023
-
-
Loren Burkholder authored
-
- Feb 21, 2023
-
-
Nicolas Werner authored
-
Marcus Hoffmann authored
Show the user that this is a status text on hover. We need to change the status text label width to be it's implicitWidth (or the maximum width as specified before), otherwise the tooltip is wildly off-centered. Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu>
-
Marcus Hoffmann authored
Significantly reduce the font size as to visually indicate this is additional information and not part of the username or message text. Align the text with the username field besides it. Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu>
- Jan 31, 2023
-
-
q234rty authored
-
- Jan 23, 2023
-
-
ShootingStarDragons authored
Log: according to the bug on https://bugreports.qt.io/browse/QTBUG-83972, The menu will always stay if not click one of the item. So I try to make a hack for it, wait qt solve it someday
-
- Jan 19, 2023
-
-
Nicolas Werner authored
fixes #1301
-
- Jan 02, 2023
-
-
Nicolas Werner authored
-
- Dec 20, 2022
-
-
Joe Donofry authored
-
- Dec 10, 2022
-
-
Loren Burkholder authored
*
(confetti) message support. Thanks @LorenDB !
-
- Nov 01, 2022
-
-
Nicolas Werner authored
fixes #400 fixes #1136
-
- Oct 07, 2022
-
-
Nicolas Werner authored
-
- Oct 06, 2022
-
-
Nicolas Werner authored
-
Nicolas Werner authored
The reply pagination logic is a bit weird rn though.
-
- Sep 30, 2022
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Sep 11, 2022
-
-
Hiers authored
* First draft of unread line feature. * Minor visual fix. * Removed unnecessary ternary operator. * Extended unread line functionality to work on minimised window or focusing another window. * Fix for unread line not showing when last read message is hidden. * Minor performance improvement. Fix for misbehaving event2order DB at application start. * Fix for possible performance issues when user has joined a large number of rooms. * Fix for breaking macos and clazy builds. * Changed on windows focus function to refresh unread line if room is unread. * Unread line is removed when user sends a message. * Linting. * Fixed unread line to work in standalone room windows. * Switch isRoomUnread for index 0. * Merged try/catch blocks. * Fix for crash on opening a room invite. * Call fullyReadEventId function when used instead of storing it and passing it through. * Function that was meant to sync the unread line was relying on an async function, oops. * Linting again. * More linting... * Minor changes.
-
- Aug 19, 2022
-
-
Forest authored
This helps with #1065, although I think making sure the message input box gets focus by default would be worthwhile.
-
- Jun 17, 2022
-
-
Rohit Sutradhar authored
* Added escape handler for uploads * Update MessageView.qml Changed if-else conditions to handle only one escape at a time
-
- May 05, 2022
-
-
Nicolas Werner authored
-
- Mar 30, 2022
-
-
Nicolas Werner authored
-
- Mar 29, 2022
-
-
Nicolas Werner authored
-
Malte E authored
-
- Mar 24, 2022
-
-
Malte E authored
-
- Mar 23, 2022
-
-
Nicolas Werner authored
-
- Mar 22, 2022
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Mar 20, 2022
-
-
Nicolas Werner authored
-
Malte E authored
* Use advanceWidth to get the with of the original text Co-authored-by:
Nicolas Werner <nicolas.werner@hotmail.de>
-
- Mar 12, 2022
- Mar 09, 2022
-
-
Nicolas Werner authored
-
- Mar 07, 2022
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Mar 06, 2022
-
- Mar 01, 2022
-
-
Nicolas Werner authored
-
- Feb 24, 2022
-
-
Malte E authored
* making userName_ an AbstractButton should make it play nicely with the ListView * make Avatar an AbstractButton * make userName_ in Reply.qml an AbstractButton * use alias for avatar background color and fix margin of username in reply
-