This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Oct 24, 2023
-
-
NepNep21 authored
-
- Oct 23, 2023
-
-
Nicolas Werner authored
-
- Oct 02, 2023
- Jun 08, 2023
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Apr 04, 2023
-
-
Nicolas Werner authored
-
- Feb 24, 2023
-
-
Nicolas Werner authored
-
- Feb 21, 2023
-
-
Nicolas Werner authored
-
Marcus Hoffmann authored
Add the same padding as is applied to long status messages. Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu>
-
Marcus Hoffmann authored
Also style the "Status:" prefix bold.
-
Marcus Hoffmann authored
Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu>
-
Marcus Hoffmann authored
Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu>
- Jan 02, 2023
-
-
Nicolas Werner authored
-
- Oct 01, 2022
-
-
rnhmjoj authored
-
- May 10, 2022
-
-
Nicolas Werner authored
-
- Feb 05, 2022
-
-
tastytea authored
Layout is: spacing | text | spacing | button | spacing Therefore we subtract 3x spacing and 1x button(16) from width.
-
tastytea authored
Layout is: padding | text | margin | button | padding Therefore we subtract 2x padding, 1x margin and 1x button from width. And an extra button for some reason.
-
- Jan 26, 2022
-
-
Nicolas Werner authored
-
- Jan 02, 2022
-
-
Nicolas Werner authored
Allows you to zoom and pan now. relates to #647
-
- Jan 01, 2022
-
-
Nicolas Werner authored
-
- Dec 13, 2021
-
-
Nicolas Werner authored
Might be unnecessary, but docs are unclear on that.
-
- Nov 18, 2021
-
-
Nicolas Werner authored
-
- Nov 17, 2021
-
-
Nicolas Werner authored
-
- Nov 16, 2021
-
-
Nicolas Werner authored
-
-
- Nov 11, 2021
-
-
Nicolas Werner authored
Fixes readability issues in the userprofile. fixes #440
-
- Nov 03, 2021
-
-
Nicolas Werner authored
fixes #683 relates to #571
-
- Oct 20, 2021
-
-
Thulinma authored
-
- Oct 16, 2021
-
-
Thulinma authored
Add support for listing devices that do not support encryption, add support for logging out devices. Ticks off another box in #23!
-
- Oct 09, 2021
-
-
Nicolas Werner authored
Showing the bootstrap state and showing there are unverified devices is still missing.
-
- Oct 07, 2021
-
-
- Oct 06, 2021
-
-
Thulinma authored
Added support for refreshing the device list, marking current device with a checkmark instead of a lock
-
- Sep 30, 2021
-
-
Loren Burkholder authored
-
- Sep 07, 2021
-
-
Thulinma authored
- Now scrolls entire profile instead of only device list, improving the experience on smaller screens - Fixed centering of room name - Allow profile to be sized smaller to match the new scrolling behavior - Silenced warning about room being null for global profiles - Matrix URLs now open global profiles instead of room-specific profiles if the user is not in the currently opened room - Opening global profile from room specific profile now uses openGlobalUserProfile function instead of reinventing the wheel
-
- Sep 05, 2021
-
-
Thulinma authored
- Set a minimum width on the profile window (avatar size + margins) - Made avatar editing a separate button, so you can zoom in on your own avatars - Added hover text to avatar/displayname change buttons, which clarify where they will apply for global/room-specific profiles - Added display of room name for room-specific profiles, with hover text that explains what that means. - Added way to open global profile for users from their room-specific profiles (globe button next to room name)
-
- Aug 19, 2021
-
-
Joe Donofry authored
-
- Aug 04, 2021
-
-
Nicolas Werner authored
We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
-
- Jul 27, 2021
-
-
Nicolas Werner authored
Also fix a lot of warnings.
-