Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-12 | Fix missing sdk | Nicolas Werner | 1 | -4/+4 | |
2022-02-12 | Fix setting emoji font | Nicolas Werner | 1 | -2/+2 | |
2022-02-12 | Remove unneeded repo | Loren Burkholder | 1 | -3/+1 | |
2022-02-12 | Switch to newer flatpak runtime | Nicolas Werner | 1 | -3/+1 | |
Apparently the bug https://bugreports.qt.io/browse/QTBUG-99545 shouldn't happen in the runtime anymore. | |||||
2022-02-12 | Hidden events: Refactor slightly for reusability | Nicolas Werner | 12 | -153/+270 | |
2022-02-10 | Update openSUSE install instructions | Loren Burkholder | 1 | -2/+12 | |
2022-02-10 | Hidden events: Make reusable read function | tastytea | 2 | -9/+16 | |
2022-02-10 | Hidden events: Some cleanup | tastytea | 3 | -39/+36 | |
2022-02-10 | Hidden events: Make save-function reusable for global account data | tastytea | 3 | -10/+19 | |
2022-02-10 | Hidden events: Change title and prompt depending on isRoomSetting | tastytea | 2 | -3/+18 | |
We would have to set text and title separately otherwise. | |||||
2022-02-10 | Hidden events: Incorporate suggestions from review | tastytea | 4 | -57/+39 | |
- Set TitleHint flag on dialog - Store hidden events as QSet<QString> instead of std::vector<bool> - Change wording in dialog (disable events instead of turning the hiding on) | |||||
2022-02-10 | Hidden events: Enhance tooltips | tastytea | 1 | -2/+2 | |
Shorten tooltip for power levels, expand tooltip for user events. | |||||
2022-02-10 | Add GUI to change hidden events per room | tastytea | 5 | -1/+200 | |
This adds a dialog to the room settings in which the user can choose which of these three event types they want to hide (additionally to the default): - m.room.member - m.room.power_levels - m.sticker The current state is read when room settings are opened and saved when new settings are accepted. | |||||
2022-02-09 | Fix application name on Wayland in flatpak | Nicolas Werner | 3 | -4/+10 | |
fixes #903 | |||||
2022-02-05 | # should be valid in links | Nicolas Werner | 1 | -1/+1 | |
2022-02-05 | Add /reset-state command | Nicolas Werner | 7 | -2/+73 | |
2022-02-05 | Add maximum width to room name in user profile | tastytea | 1 | -0/+2 | |
Layout is: spacing | text | spacing | button | spacing Therefore we subtract 3x spacing and 1x button(16) from width. | |||||
2022-02-05 | Add maximum width to user name in profile | tastytea | 1 | -0/+4 | |
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. 🤷 | |||||
2022-02-04 | Fix width of room name to dialog width | tastytea | 1 | -1/+2 | |
2022-02-04 | Fix avatar url conversion for widgets | Nicolas Werner | 3 | -3/+3 | |
2022-02-04 | Show widgets as links | Nicolas Werner | 8 | -11/+132 | |
2022-02-03 | Use different height setting | Loren Burkholder | 1 | -1/+3 | |
2022-02-02 | Translated using Weblate (Chinese (Simplified)) | Weblate | 1 | -18/+18 | |
Currently translated at 16.4% (104 of 633 strings) Co-authored-by: hulb <hulb@live.cn> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko | |||||
2022-02-02 | Fetch previews for space children using /hierarchy | Nicolas Werner | 4 | -51/+55 | |
2022-02-02 | Clear search text in StickerPicker when the popup closes | tastytea | 1 | -1/+2 | |
Same as emoji picker. | |||||
2022-02-01 | Add offline indicator (#472) | Loren Burkholder | 4 | -80/+98 | |
2022-01-31 | split point is pointless | Nicolas Werner | 1 | -1/+0 | |
2022-01-31 | Do word splitting in completer | Nicolas Werner | 1 | -21/+26 | |
2022-01-30 | Remove unused funtion | Nicolas Werner | 2 | -10/+0 | |
2022-01-30 | Fix list items being hoverable through between settings and new room buttons | Nicolas Werner | 3 | -232/+238 | |
2022-01-30 | Reimplement error notifications | Nicolas Werner | 9 | -111/+111 | |
2022-01-30 | Remove a few unused includes | Nicolas Werner | 4 | -23/+2 | |
2022-01-30 | Remove a few now unused files | Nicolas Werner | 30 | -2632/+1 | |
2022-01-29 | Fix centering dialogs | Nicolas Werner | 4 | -21/+13 | |
2022-01-29 | Store window size on exit again | Nicolas Werner | 1 | -1/+1 | |
2022-01-29 | Get rid of some shadowing | Nicolas Werner | 1 | -5/+5 | |
2022-01-29 | Remove unnecessary qml engine shutdown workaround | Nicolas Werner | 1 | -6/+0 | |
2022-01-29 | Connect quit | Nicolas Werner | 1 | -0/+2 | |
2022-01-29 | keep the RegisterPage name | Nicolas Werner | 4 | -2/+6 | |
So we don't have to retranslate. | |||||
2022-01-29 | Fix secrets not loading after registration | Nicolas Werner | 3 | -2/+8 | |
2022-01-28 | Bump mtxclient | Nicolas Werner | 2 | -2/+2 | |
2022-01-28 | Port registration to Qml | Nicolas Werner | 12 | -433/+434 | |
2022-01-27 | Rename man page so GitHub renders it. | tastytea | 2 | -1/+1 | |
2022-01-27 | Add sticker and custom emoji Q&A to readme FAQ | tastytea | 1 | -0/+21 | |
2022-01-27 | Add FAQ to manpage, add sticker and custom emoji Q&A | tastytea | 1 | -0/+21 | |
2022-01-27 | Fix documentation for --profile; add completers to man page | tastytea | 1 | -3/+24 | |
2022-01-26 | Use ScrollHelper on EmojiPicker | Joseph Donofry | 1 | -10/+16 | |
2022-01-26 | Remove some unused functions | Nicolas Werner | 3 | -53/+2 | |
2022-01-26 | Functional login page | Nicolas Werner | 13 | -497/+576 | |
2022-01-26 | Fix focus and qml parenting with qml root | Nicolas Werner | 21 | -38/+15 | |
2022-01-26 | Initial qml root window | Nicolas Werner | 21 | -397/+426 | |
2022-01-26 | Fix gray scale images breaking notifications on dunst | Nicolas Werner | 1 | -21/+5 | |
Fixes #907 | |||||
2022-01-18 | Fixed a grammatical error | Ayushi Bisht | 1 | -1/+1 | |
2022-01-17 | fixed a typo in Cache.cpp | Ayushi Bisht | 1 | -1/+1 | |
2022-01-15 | Translated using Weblate (Indonesian) | Weblate | 1 | -11/+11 | |
Currently translated at 100.0% (633 of 633 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | |||||
2022-01-13 | Fix setting double values in setting spinboxes | Nicolas Werner | 3 | -8/+46 | |
2022-01-13 | Small size and selection improvements for the settings page | Nicolas Werner | 1 | -7/+9 | |
2022-01-12 | Add profile to notifications on KDE | Nicolas Werner | 1 | -0/+4 | |
2022-01-12 | Fix device verification colors | Nicolas Werner | 8 | -67/+46 | |
2022-01-12 | Move usersettings page to pages subdir | Nicolas Werner | 3 | -2/+4 | |
2022-01-11 | Address review comments | Nicolas Werner | 3 | -13/+8 | |
2022-01-09 | Translated using Weblate (Dutch) | Weblate | 1 | -10/+10 | |
Currently translated at 100.0% (633 of 633 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | |||||
2022-01-09 | Port usersettings to qml | Nicolas Werner | 16 | -868/+1339 | |
2022-01-06 | Spanish translation done | Drake | 1 | -281/+295 | |
2022-01-05 | Fix some minor UI issues with ImageOverlay and RawMessageDialog | Joseph Donofry | 2 | -24/+27 | |
2022-01-04 | Work around images with size 0 in info | Nicolas Werner | 2 | -2/+5 | |
fixes #875 | |||||
2022-01-03 | Fix presence db creation on servers without presence | Nicolas Werner | 2 | -11/+9 | |
fixes #873 | |||||
2022-01-03 | Update translations | Nicolas Werner | 24 | -1926/+1970 | |
2022-01-03 | Add minimum scale in image viewer | Nicolas Werner | 2 | -2/+33 | |
2022-01-03 | Possibly fix crash on accepting invites | Nicolas Werner | 1 | -24/+28 | |
fixes #857 | |||||
2022-01-02 | Fix download icon size | Nicolas Werner | 1 | -0/+5 | |
2022-01-02 | Translated using Weblate (Estonian) | Weblate | 1 | -10/+10 | |
Currently translated at 100.0% (633 of 633 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
2022-01-02 | Translated using Weblate (French) | Weblate | 1 | -2/+2 | |
Currently translated at 100.0% (633 of 633 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2022-01-02 | Make some icons smoother | Nicolas Werner | 11 | -10/+14 | |
2022-01-02 | Gstreamer glib event loop for macos and windows | Joe Donofry | 4 | -8/+39 | |
- This ensures that gstreamer bus operations work on macOS and windows, such as enumerating devices. | |||||
2022-01-02 | Port image overlay to qml | Nicolas Werner | 15 | -191/+196 | |
Allows you to zoom and pan now. relates to #647 | |||||
2022-01-02 | Fix fade out of ripple | Nicolas Werner | 1 | -1/+1 | |
2022-01-02 | Simplify Ripple effect and make it easier to use everywhere | Nicolas Werner | 6 | -154/+97 | |
2022-01-02 | Optimize blurhashes a bit more | Nicolas Werner | 1 | -43/+45 | |
2022-01-01 | Translated using Weblate (French) | Weblate | 1 | -79/+79 | |
Currently translated at 99.6% (631 of 633 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2022-01-01 | Update translation files | Weblate | 1 | -5/+0 | |
Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ Translation: Nheko/nheko | |||||
2022-01-01 | Added more spanish translation | Drake | 1 | -426/+435 | |
I was looking at weblate and saw this one was barely translated so here it is, not fully done yet though mostly because I didn't understand the context for some text or just didn't know the "best" way of translating it to spanish but I'll try to keep on it | |||||
2022-01-01 | Fix hovering aliases that only have text | Nicolas Werner | 1 | -17/+10 | |
2022-01-01 | Speed up blurhashes | Nicolas Werner | 1 | -3/+22 | |
2022-01-01 | Strip variant selector in some cases | Nicolas Werner | 4 | -9/+17 | |
fixes #439 Workaround for https://bugreports.qt.io/browse/QTBUG-97401 fixes #810 | |||||
2022-01-01 | Use fully qualified emoji and use literals | Nicolas Werner | 2 | -7220/+10353 | |
2022-01-01 | Update year in copyright notice to shut up lint job | Nicolas Werner | 249 | -0/+249 | |
2021-12-31 | Update translation files | Weblate | 1 | -5/+0 | |
Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ Translation: Nheko/nheko | |||||