Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #951 from maltee1/fix_timeline_scrollbar | DeepBlueV7.X | 2022-02-21 | 1 | -434/+426 |
|\ | | | | | Fix timeline scrollbar | ||||
| * | another shot in the dark | Malte E | 2022-02-20 | 1 | -2/+2 |
| | | |||||
| * | try to make scrollbar overlap content based on style | Malte E | 2022-02-20 | 1 | -3/+2 |
| | | |||||
| * | remove touchobserver | Malte E | 2022-02-20 | 1 | -434/+427 |
| | | |||||
* | | Merge pull request #934 from pavlukivan/master | DeepBlueV7.X | 2022-02-21 | 1 | -1/+3 |
|\ \ | | | | | | | use shortcode as a fallback for custom emote title | ||||
| * | | Prefer empty() over length() | DeepBlueV7.X | 2022-02-21 | 1 | -1/+1 |
| | | | |||||
| * | | use shortcode as a fallback for custom emote title | Ivan Pavluk | 2022-02-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | Some clients (e.g. FluffyChat) don't have a UI for specifying the emote title, and instead use the shortcode as the title. This sets the title accordingly even if the emote was added through such a client and only has a shortcode. | ||||
* | | | Merge pull request #946 from maltee1/mobile_usersettings | DeepBlueV7.X | 2022-02-21 | 1 | -29/+20 |
|\ \ \ | |_|/ |/| | | Make UserSettingsPage fit on a phone screen | ||||
| * | | limit width of comboboxes and add bottomPadding | Malte E | 2022-02-20 | 1 | -4/+4 |
| | | | |||||
| * | | Simplify logic to suppress wheel events | Nicolas Werner | 2022-02-20 | 1 | -14/+6 |
| | | | |||||
| * | | remove reparenting | Malte E | 2022-02-19 | 1 | -11/+6 |
| | | | |||||
| * | | let labels wrap and collapse below the back button | Malte E | 2022-02-18 | 1 | -3/+7 |
| | | | |||||
* | | | Use ListView without scrollview for messages | Nicolas Werner | 2022-02-19 | 6 | -439/+551 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That way we can autohide the scollbar if needed, it should fix some jumping issues, it makes it possible to flick on mobile, etc. Some related bugs: https://bugreports.qt.io/browse/QTBUG-75223 https://bugreports.qt.io/browse/QTBUG-44902 | ||||
* | | | Merge pull request #947 from maltee1/search_button | DeepBlueV7.X | 2022-02-18 | 3 | -2/+20 |
|\ \ \ | |/ / |/| | | Make search usable on mobile | ||||
| * | | actually fix awkward message spacing | Malte E | 2022-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | fix awkward message spacing | Malte E | 2022-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | make search usable on mobile | Malte E | 2022-02-18 | 2 | -1/+19 |
|/ / | |||||
* | | Merge pull request #945 from tastytea/fix-bubble-highlight | DeepBlueV7.X | 2022-02-18 | 1 | -1/+2 |
|\ \ | | | | | | | Make hover highlight fill the full width of the timeline | ||||
| * | | Make hover highlight fill the full width of the timeline | tastytea | 2022-02-18 | 1 | -1/+2 |
|/ / | | | | | | | | | Rows in the message bubble design are only as wide as the bubbles. This lead to invisible hover highlight. Now it's consistent. | ||||
* | | Always enable hover for ItemDelegate | Nicolas Werner | 2022-02-17 | 1 | -0/+2 |
| | | |||||
* | | Fix images without size not showing (take5) | Nicolas Werner | 2022-02-17 | 1 | -1/+3 |
| | | |||||
* | | Fix hover highlight when hovering hover menu | Nicolas Werner | 2022-02-16 | 1 | -1/+3 |
| | | | | | | | | fixes #941 | ||||
* | | Merge pull request #939 from maltee1/better_bubbles | DeepBlueV7.X | 2022-02-16 | 7 | -10/+33 |
|\ \ | | | | | | | Place metadata next to content if there is space | ||||
| * | | fix overlap in NoticeMessage | Malte E | 2022-02-14 | 1 | -0/+2 |
| | | | |||||
| * | | don't mess up old layout | Malte E | 2022-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | space-saving metadata placement | Malte E | 2022-02-14 | 7 | -10/+31 |
| | | | |||||
* | | | Fix hovering messages | Nicolas Werner | 2022-02-14 | 2 | -23/+12 |
| | | | |||||
* | | | Allow window sizes smaller than 400x400 | Nicolas Werner | 2022-02-14 | 4 | -12/+17 |
|/ / | |||||
* | | Fix second codeblock not wrapping | Nicolas Werner | 2022-02-14 | 1 | -1/+1 |
| | | |||||
* | | Fix padding in redactions | Nicolas Werner | 2022-02-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'message-bubbles' of https://github.com/maltee1/nheko into ↵ | Nicolas Werner | 2022-02-14 | 18 | -123/+298 |
|\ \ | | | | | | | | | | maltee1-message-bubbles | ||||
| * | | improve spacings | Malte E | 2022-02-14 | 2 | -2/+2 |
| | | | |||||
| * | | fix redactions line-wrapping | Malte E | 2022-02-14 | 1 | -2/+2 |
| | | | |||||
| * | | fix bugs found by Nico | Malte E | 2022-02-14 | 5 | -8/+7 |
| | | | |||||
| * | | fix vertical space for some state events | Malte E | 2022-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | let lint fix the code formatting | Malte E | 2022-02-13 | 1 | -5/+4 |
| | | | |||||
| * | | add small avatars option and tweak colors and spacings | Malte E | 2022-02-13 | 5 | -22/+58 |
| | | | |||||
| * | | place own bubbles on right and remove user info | Malte E | 2022-02-11 | 3 | -14/+16 |
| | | | |||||
| * | | Fix layout - no more binding loops (hopefully) | Malte E | 2022-02-11 | 10 | -60/+35 |
| | | | |||||
| * | | fixed most of the binding loops | Malte E | 2022-02-09 | 7 | -6/+25 |
| | | | |||||
| * | | Variable width bubbles (still has binding loop) | Malte E | 2022-02-09 | 4 | -7/+15 |
| | | | |||||
| * | | Update resources/qml/delegates/Reply.qml | Malte E | 2022-02-07 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
| * | | add translations and actually add changes to TimelineModel | Malte E | 2022-02-07 | 4 | -9/+21 |
| | | | |||||
| * | | print state events without bubbles, displaynames or avatars and in a smaller ↵ | Malte E | 2022-02-07 | 6 | -4/+51 |
| | | | | | | | | | | | | font | ||||
| * | | clean up margin setting | Malte E | 2022-02-05 | 3 | -31/+28 |
| | | | |||||
| * | | place metadata below message when the Layout is narrow (<350) | Malte E | 2022-02-05 | 2 | -22/+22 |
| | | | |||||
| * | | Add message bubbles | Malte E | 2022-02-04 | 4 | -6/+60 |
| | | | |||||
| * | | Revert removal of width and height in TextMessage and implicitWidth in ↵ | Malte E | 2022-02-04 | 2 | -3/+3 |
| | | | | | | | | | | | | MessageDelegate | ||||
| * | | prepare code for message bubbles and dynamic message layout | Malte E | 2022-02-03 | 5 | -74/+101 |
| | | | |||||
* | | | Prevent old verification requests from showing up | Nicolas Werner | 2022-02-14 | 1 | -0/+27 |
| | | | |||||
* | | | Fix overlapping offline indicator | Nicolas Werner | 2022-02-14 | 1 | -0/+1 |
| | | | |||||
* | | | Fix missing sdk | Nicolas Werner | 2022-02-12 | 1 | -4/+4 |
| | | | |||||
* | | | Fix setting emoji font | Nicolas Werner | 2022-02-12 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #928 from Nheko-Reborn/fix-openSUSE-install | DeepBlueV7.X | 2022-02-12 | 1 | -4/+12 |
|\ \ \ | | | | | | | | | Update openSUSE install instructions | ||||
| * | | | Remove unneeded repo | Loren Burkholder | 2022-02-12 | 1 | -3/+1 |
| | | | | |||||
| * | | | Update openSUSE install instructions | Loren Burkholder | 2022-02-10 | 1 | -2/+12 |
| | |/ | |/| | |||||
* | | | Switch to newer flatpak runtime | Nicolas Werner | 2022-02-12 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | Apparently the bug https://bugreports.qt.io/browse/QTBUG-99545 shouldn't happen in the runtime anymore. | ||||
* | | | Merge pull request #891 from tastytea/hidden-events-gui | DeepBlueV7.X | 2022-02-12 | 13 | -71/+397 |
|\ \ \ | |/ / |/| | | Add GUI to change hidden events per room | ||||
| * | | Hidden events: Refactor slightly for reusability | Nicolas Werner | 2022-02-12 | 12 | -153/+270 |
| | | | |||||
| * | | Hidden events: Make reusable read function | tastytea | 2022-02-10 | 2 | -9/+16 |
| | | | |||||
| * | | Hidden events: Some cleanup | tastytea | 2022-02-10 | 3 | -39/+36 |
| | | | |||||
| * | | Hidden events: Make save-function reusable for global account data | tastytea | 2022-02-10 | 3 | -10/+19 |
| | | | |||||
| * | | Hidden events: Change title and prompt depending on isRoomSetting | tastytea | 2022-02-10 | 2 | -3/+18 |
| | | | | | | | | | | | | We would have to set text and title separately otherwise. | ||||
| * | | Hidden events: Incorporate suggestions from review | tastytea | 2022-02-10 | 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) | ||||
| * | | Hidden events: Enhance tooltips | tastytea | 2022-02-10 | 1 | -2/+2 |
| | | | | | | | | | | | | Shorten tooltip for power levels, expand tooltip for user events. | ||||
| * | | Add GUI to change hidden events per room | tastytea | 2022-02-10 | 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. | ||||
* | | Fix application name on Wayland in flatpak | Nicolas Werner | 2022-02-09 | 3 | -4/+10 |
| | | | | | | | | fixes #903 | ||||
* | | Merge pull request #924 from tastytea/wrap-room-name | DeepBlueV7.X | 2022-02-05 | 2 | -1/+8 |
|\ \ | | | | | | | Allow room name in room settings to wrap | ||||
| * | | Add maximum width to room name in user profile | tastytea | 2022-02-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Layout is: spacing | text | spacing | button | spacing Therefore we subtract 3x spacing and 1x button(16) from width. | ||||
| * | | Add maximum width to user name in profile | tastytea | 2022-02-05 | 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. 🤷 | ||||
| * | | Fix width of room name to dialog width | tastytea | 2022-02-04 | 1 | -1/+2 |
| | | | |||||
* | | | # should be valid in links | Nicolas Werner | 2022-02-05 | 1 | -1/+1 |
| | | | |||||
* | | | Add /reset-state command | Nicolas Werner | 2022-02-05 | 7 | -2/+73 |
| | | | |||||
* | | | Fix avatar url conversion for widgets | Nicolas Werner | 2022-02-04 | 3 | -3/+3 |
|/ / | |||||
* | | Show widgets as links | Nicolas Werner | 2022-02-04 | 8 | -11/+132 |
| | | |||||
* | | Merge pull request #906 from LorenDB/offlineIndicator | DeepBlueV7.X | 2022-02-04 | 4 | -80/+100 |
|\ \ | | | | | | | Add offline indicator | ||||
| * | | Use different height setting | Loren Burkholder | 2022-02-03 | 1 | -1/+3 |
| | | | |||||
| * | | Add offline indicator (#472) | Loren Burkholder | 2022-02-01 | 4 | -80/+98 |
| |/ | |||||
* | | Merge pull request #918 from tastytea/stickerpicker-reapply-search | DeepBlueV7.X | 2022-02-03 | 1 | -1/+2 |
|\ \ | | | | | | | Clear search text in StickerPicker when the popup closes | ||||
| * | | Clear search text in StickerPicker when the popup closes | tastytea | 2022-02-02 | 1 | -1/+2 |
| |/ | | | | | | | Same as emoji picker. | ||||
* | | Translated using Weblate (Chinese (Simplified)) | Weblate | 2022-02-02 | 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 | ||||
* | | Fetch previews for space children using /hierarchy | Nicolas Werner | 2022-02-02 | 4 | -51/+55 |
|/ | |||||
* | split point is pointless | Nicolas Werner | 2022-01-31 | 1 | -1/+0 |
| | |||||
* | Do word splitting in completer | Nicolas Werner | 2022-01-31 | 1 | -21/+26 |
| | |||||
* | Remove unused funtion | Nicolas Werner | 2022-01-30 | 2 | -10/+0 |
| | |||||
* | Merge pull request #893 from Nheko-Reborn/qml-root | DeepBlueV7.X | 2022-01-30 | 78 | -4362/+1749 |
|\ | | | | | Qml root | ||||
| * | Fix list items being hoverable through between settings and new room buttons | Nicolas Werner | 2022-01-30 | 3 | -232/+238 |
| | | |||||
| * | Reimplement error notifications | Nicolas Werner | 2022-01-30 | 9 | -111/+111 |
| | | |||||
| * | Remove a few unused includes | Nicolas Werner | 2022-01-30 | 4 | -23/+2 |
| | | |||||
| * | Remove a few now unused files | Nicolas Werner | 2022-01-30 | 30 | -2632/+1 |
| | | |||||
| * | Fix centering dialogs | Nicolas Werner | 2022-01-29 | 4 | -21/+13 |
| | | |||||
| * | Store window size on exit again | Nicolas Werner | 2022-01-29 | 1 | -1/+1 |
| | | |||||
| * | Get rid of some shadowing | Nicolas Werner | 2022-01-29 | 1 | -5/+5 |
| | | |||||
| * | Remove unnecessary qml engine shutdown workaround | Nicolas Werner | 2022-01-29 | 1 | -6/+0 |
| | | |||||
| * | Connect quit | Nicolas Werner | 2022-01-29 | 1 | -0/+2 |
| | | |||||
| * | keep the RegisterPage name | Nicolas Werner | 2022-01-29 | 4 | -2/+6 |
| | | | | | | | | So we don't have to retranslate. | ||||
| * | Fix secrets not loading after registration | Nicolas Werner | 2022-01-29 | 3 | -2/+8 |
| | | |||||
| * | Bump mtxclient | Nicolas Werner | 2022-01-28 | 2 | -2/+2 |
| | | |||||
| * | Port registration to Qml | Nicolas Werner | 2022-01-28 | 12 | -433/+434 |
| | | |||||
| * | Remove some unused functions | Nicolas Werner | 2022-01-26 | 3 | -53/+2 |
| | | |||||
| * | Functional login page | Nicolas Werner | 2022-01-26 | 13 | -497/+576 |
| | | |||||
| * | Fix focus and qml parenting with qml root | Nicolas Werner | 2022-01-26 | 21 | -38/+15 |
| | | |||||
| * | Initial qml root window | Nicolas Werner | 2022-01-26 | 21 | -397/+426 |
| | | |||||
* | | Merge pull request #909 from tastytea/rename-manpage | DeepBlueV7.X | 2022-01-27 | 2 | -1/+1 |
|\ \ | | | | | | | Rename man page so GitHub renders it. | ||||
| * | | Rename man page so GitHub renders it. | tastytea | 2022-01-27 | 2 | -1/+1 |
|/ / | |||||
* | | Merge pull request #908 from tastytea/man-faq-etc | DeepBlueV7.X | 2022-01-27 | 2 | -3/+66 |
|\ \ | | | | | | | Fix & enhance man page | ||||
| * | | Add sticker and custom emoji Q&A to readme FAQ | tastytea | 2022-01-27 | 1 | -0/+21 |
| | | | |||||
| * | | Add FAQ to manpage, add sticker and custom emoji Q&A | tastytea | 2022-01-27 | 1 | -0/+21 |
| | | | |||||
| * | | Fix documentation for --profile; add completers to man page | tastytea | 2022-01-27 | 1 | -3/+24 |
| |/ | |||||
* / | Use ScrollHelper on EmojiPicker | Joseph Donofry | 2022-01-26 | 1 | -10/+16 |
|/ | |||||
* | Fix gray scale images breaking notifications on dunst | Nicolas Werner | 2022-01-26 | 1 | -21/+5 |
| | | | | Fixes #907 | ||||
* | Merge pull request #901 from AyuBisht/master | DeepBlueV7.X | 2022-01-18 | 1 | -1/+1 |
|\ | | | | | Fixed a grammatical error | ||||
| * | Fixed a grammatical error | Ayushi Bisht | 2022-01-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #900 from AyuBisht/master | DeepBlueV7.X | 2022-01-17 | 1 | -1/+1 |
|\| | | | | | fixed a typo in Cache.cpp | ||||
| * | fixed a typo in Cache.cpp | Ayushi Bisht | 2022-01-17 | 1 | -1/+1 |
|/ | |||||
* | Translated using Weblate (Indonesian) | Weblate | 2022-01-15 | 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 | ||||
* | Fix setting double values in setting spinboxes | Nicolas Werner | 2022-01-13 | 3 | -8/+46 |
| | |||||
* | Small size and selection improvements for the settings page | Nicolas Werner | 2022-01-13 | 1 | -7/+9 |
| | |||||
* | Add profile to notifications on KDE | Nicolas Werner | 2022-01-12 | 1 | -0/+4 |
| | |||||
* | Fix device verification colors | Nicolas Werner | 2022-01-12 | 8 | -67/+46 |
| | |||||
* | Move usersettings page to pages subdir | Nicolas Werner | 2022-01-12 | 3 | -2/+4 |
| | |||||
* | Merge pull request #883 from Nheko-Reborn/qml-usersettings | Joseph Donofry | 2022-01-11 | 17 | -868/+1334 |
|\ | | | | | Port usersettings to qml | ||||
| * | Address review comments | Nicolas Werner | 2022-01-11 | 3 | -13/+8 |
| | | |||||
| * | Port usersettings to qml | Nicolas Werner | 2022-01-09 | 16 | -868/+1339 |
| | | |||||
* | | Translated using Weblate (Dutch) | Weblate | 2022-01-09 | 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 | ||||
* | | Merge pull request #879 from skiedlx/spanish-translation | DeepBlueV7.X | 2022-01-06 | 1 | -281/+295 |
|\ \ | | | | | | | Spanish translation done | ||||
| * | | Spanish translation done | Drake | 2022-01-06 | 1 | -281/+295 |
|/ / | |||||
* / | Fix some minor UI issues with ImageOverlay and RawMessageDialog | Joseph Donofry | 2022-01-05 | 2 | -24/+27 |
|/ | |||||
* | Work around images with size 0 in info | Nicolas Werner | 2022-01-04 | 2 | -2/+5 |
| | | | | fixes #875 | ||||
* | Fix presence db creation on servers without presence | Nicolas Werner | 2022-01-03 | 2 | -11/+9 |
| | | | | fixes #873 | ||||
* | Update translations | Nicolas Werner | 2022-01-03 | 24 | -1926/+1970 |
| | |||||
* | Add minimum scale in image viewer | Nicolas Werner | 2022-01-03 | 2 | -2/+33 |
| | |||||
* | Possibly fix crash on accepting invites | Nicolas Werner | 2022-01-03 | 1 | -24/+28 |
| | | | | fixes #857 | ||||
* | Fix download icon size | Nicolas Werner | 2022-01-02 | 1 | -0/+5 |
| | |||||
* | Translated using Weblate (Estonian) | Weblate | 2022-01-02 | 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 | ||||
* | Translated using Weblate (French) | Weblate | 2022-01-02 | 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 | ||||
* | Make some icons smoother | Nicolas Werner | 2022-01-02 | 11 | -10/+14 |
| | |||||
* | Merge branch 'gstreamer_windows_macos' into 'master' | Joe Donofry | 2022-01-02 | 4 | -8/+39 |
|\ | | | | | | | | | Gstreamer glib event loop for macos and windows See merge request nheko-reborn/nheko!19 | ||||
| * | Gstreamer glib event loop for macos and windows | Joe Donofry | 2022-01-02 | 4 | -8/+39 |
| | | | | | | | | | | - This ensures that gstreamer bus operations work on macOS and windows, such as enumerating devices. | ||||
* | | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 15 | -191/+196 |
| | | | | | | | | | | | | Allows you to zoom and pan now. relates to #647 | ||||
* | | Fix fade out of ripple | Nicolas Werner | 2022-01-02 | 1 | -1/+1 |
|/ | |||||
* | Simplify Ripple effect and make it easier to use everywhere | Nicolas Werner | 2022-01-02 | 6 | -154/+97 |
| | |||||
* | Optimize blurhashes a bit more | Nicolas Werner | 2022-01-02 | 1 | -43/+45 |
| | |||||
* | Translated using Weblate (French) | Weblate | 2022-01-01 | 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 | ||||
* | Update translation files | Weblate | 2022-01-01 | 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 | ||||
* | Merge pull request #869 from skiedlx/spanish-translation | DeepBlueV7.X | 2022-01-01 | 1 | -426/+435 |
|\ | | | | | Added more spanish translation | ||||
| * | Added more spanish translation | Drake | 2022-01-01 | 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 | ||||
* | Fix hovering aliases that only have text | Nicolas Werner | 2022-01-01 | 1 | -17/+10 |
| | |||||
* | Speed up blurhashes | Nicolas Werner | 2022-01-01 | 1 | -3/+22 |
| | |||||
* | Strip variant selector in some cases | Nicolas Werner | 2022-01-01 | 4 | -9/+17 |
| | | | | | | fixes #439 Workaround for https://bugreports.qt.io/browse/QTBUG-97401 fixes #810 | ||||
* | Use fully qualified emoji and use literals | Nicolas Werner | 2022-01-01 | 2 | -7220/+10353 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 249 | -0/+249 |
| | |||||
* | Merge pull request #867 from tastytea/enhance-manpage | DeepBlueV7.X | 2022-01-01 | 1 | -15/+15 |
|\ | | | | | Fix and enhance man page | ||||
| * | man: Document arguments for invite, kick, ban, unban, shrug | tastytea | 2022-01-01 | 1 | -10/+10 |
| | | |||||
| * | Fix typos and first level headings in man page | tastytea | 2022-01-01 | 1 | -5/+5 |
| | | |||||
* | | Update translation files | Weblate | 2021-12-31 | 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 | ||||
* | | Update translations | Nicolas Werner | 2022-01-01 | 24 | -1923/+2705 |
|/ | |||||
* | Translated using Weblate (Spanish) | Weblate | 2021-12-31 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | Currently translated at 7.4% (47 of 627 strings) Translated using Weblate (Spanish) Currently translated at 7.4% (47 of 627 strings) Translated using Weblate (Spanish) Currently translated at 7.4% (47 of 627 strings) Co-authored-by: Diego Collado <diego@diegocollado.net> Co-authored-by: Edd Ludd <nrdz4xoo@anonaddy.me> Co-authored-by: Richard <mpxfsfuv@sharklasers.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/es/ Translation: Nheko/nheko | ||||
* | Added translation using Weblate (Catalan) | Weblate | 2021-12-31 | 1 | -0/+3431 |
| | | | | | Co-authored-by: Edd Ludd <nrdz4xoo@anonaddy.me> Co-authored-by: Weblate <noreply@weblate.org> | ||||
* | Use the styles default delay for tooltips | Nicolas Werner | 2021-12-31 | 7 | -1/+32 |
| | | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860 | ||||
* | Get rid of some useless code | Nicolas Werner | 2021-12-31 | 8 | -12/+8 |
| | |||||
* | Fix wrapping in member events | Nicolas Werner | 2021-12-31 | 1 | -0/+1 |
| | |||||
* | Translated using Weblate (Spanish) | Weblate | 2021-12-30 | 1 | -4/+4 |
| | | | | | | | | Currently translated at 4.6% (29 of 627 strings) Co-authored-by: LluisE <lluise@tutanota.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/es/ Translation: Nheko/nheko | ||||
* | Add missing license headers | Nicolas Werner | 2021-12-30 | 2 | -0/+8 |
| | |||||
* | Try to reduce CPU overhead of animated images a bit | Nicolas Werner | 2021-12-30 | 1 | -4/+8 |
| | |||||
* | Merge branch 'completer_scrolling' into 'master' | Joe Donofry | 2021-12-30 | 2 | -16/+35 |
|\ | | | | | | | | | Completer scrolling See merge request nheko-reborn/nheko!20 | ||||
| * | Increase Completer limit to 30 | Joe Donofry | 2021-12-30 | 2 | -16/+35 |
| | | | | | | | | | | - Add scrolling - Only display ~7 items at once | ||||
* | | Update presence dynamically and reduce allocations | Nicolas Werner | 2021-12-30 | 11 | -79/+145 |
|/ | |||||
* | Convert blurhash image format on worker thread | Nicolas Werner | 2021-12-30 | 1 | -1/+1 |
| | | | | Not only should this prevent hickups, it also fixes a potential crash. | ||||
* | Fix crash after sending image caused by the recent refactor | Nicolas Werner | 2021-12-30 | 1 | -4/+4 |
| | |||||
* | Reduce allocations and time spent creating delegates by half | Nicolas Werner | 2021-12-29 | 2 | -7/+9 |
| | |||||
* | Reduce allocations for presence states a bit | Nicolas Werner | 2021-12-29 | 1 | -3/+10 |
| | |||||
* | Prevent copies when querying theme | Nicolas Werner | 2021-12-29 | 4 | -18/+38 |
| | |||||
* | Cache supported animated image formats | Nicolas Werner | 2021-12-29 | 1 | -1/+2 |
| | |||||
* | Pretty up code with fewer allocations | Nicolas Werner | 2021-12-29 | 1 | -2/+2 |
| | |||||
* | Reduce allocations for accessing event members | Nicolas Werner | 2021-12-29 | 5 | -35/+40 |
| | |||||
* | Remove a few casts | Nicolas Werner | 2021-12-29 | 2 | -4/+4 |
| | |||||
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 31 | -211/+319 |
| | |||||
* | Reduce allocations required for the palette | Nicolas Werner | 2021-12-29 | 1 | -34/+40 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 46 | -539/+539 |
| | |||||
* | use more literals | Nicolas Werner | 2021-12-29 | 7 | -25/+25 |
| | |||||
* | Add clazy to CI | Nicolas Werner | 2021-12-29 | 4 | -15/+43 |
| | |||||
* | Cleanup remaining clazy issues | Nicolas Werner | 2021-12-28 | 6 | -25/+37 |
| | |||||
* | Merge pull request #855 from rnhmjoj/master | DeepBlueV7.X | 2021-12-28 | 1 | -7/+43 |
|\ | | | | | Make nheko usable without a secret storage service | ||||
| * | Make nheko usable without a secret storage service | rnhmjoj | 2021-12-27 | 1 | -7/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | This change adds the ability to run Nheko without a secrets storage service[1]. The secrets are stored in plaintext under the [secrets] section of nheko.conf. Since this is a "I know what I'm doing" type of feature, it's disabled by default and can only be enabled with an hidden setting `run_without_secure_secrets_service=true`. Fixes issue #705. [1]: https://freedesktop.org/wiki/Specifications/secret-storage-spec | ||||
* | | more cleanups | Nicolas Werner | 2021-12-28 | 2 | -12/+12 |
| | | |||||
* | | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 50 | -695/+276 |
| | | |||||
* | | Remove unused button class | Nicolas Werner | 2021-12-28 | 3 | -133/+0 |
| | | |||||
* | | Some qt6 prep | Nicolas Werner | 2021-12-28 | 32 | -66/+89 |
| | | |||||
* | | Misc clang-tidy fixes | Nicolas Werner | 2021-12-28 | 2 | -12/+11 |
| | | |||||
* | | Fixup clang-tidy suggestion | Nicolas Werner | 2021-12-28 | 3 | -8/+9 |
| | | |||||
* | | Merge pull request #853 from MTRNord/MTRNord/clang-tidy | DeepBlueV7.X | 2021-12-28 | 2 | -84/+89 |
|\ \ | | | | | | | Apply selective clang-tidy suggestions | ||||
| * | | Run linter | MTRNord | 2021-12-27 | 2 | -17/+22 |
| | | | |||||
| * | | Apply (selective) Clang-tidy const function and new const pointer ↵ | MTRNord | 2021-12-23 | 2 | -9/+9 |
| | | | | | | | | | | | | suggestions on TimelineModel | ||||
| * | | Apply (selective) Clang-tidy move and some new detected const pointer ↵ | MTRNord | 2021-12-23 | 2 | -11/+12 |
| | | | | | | | | | | | | suggestions on TimelineModel | ||||
| * | | Apply (selective) Clang-tidy and clazy suggestions on TimelineModel | MTRNord | 2021-12-23 | 2 | -55/+54 |
| | | | |||||
* | | | Translated using Weblate (Indonesian) | Weblate | 2021-12-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | ||||
* | | | Merge pull request #858 from tastytea/inline-img-aa | DeepBlueV7.X | 2021-12-27 | 2 | -12/+51 |
|\ \ \ | | | | | | | | | Request inline images in the right size and anti-alias them | ||||
| * | | | Make custom emoticons twice as high as the font. | tastytea | 2021-12-27 | 1 | -7/+10 |
| | | | | |||||
| * | | | MxcImageProvider: Only use scaledToHeight if width <= 0. | tastytea | 2021-12-27 | 1 | -2/+8 |
| | | | | |||||
| * | | | Request inline images in the right size and anti-alias them | tastytea | 2021-12-27 | 2 | -9/+39 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | - If an inline image has specified a height, add parameters to the image:// URI. - Add scaled to the parameters, the images would be cropped otherwise. - Extract the height from image:// URI and use it for requestSize. - Use scaledToHeight instead of scaled. | ||||
* | | | Use body in alt text of custom emoji | Nicolas Werner | 2021-12-27 | 2 | -2/+2 |
| | | | |||||
* | | | Fix inclusion condition for overriden pack types | Nicolas Werner | 2021-12-27 | 2 | -3/+1 |
| | | | |||||
* | | | Add an ugly custom emote completer using ~ | Nicolas Werner | 2021-12-27 | 5 | -24/+66 |
| |/ |/| | |||||
* | | Add man page (#851) | tastytea | 2021-12-22 | 5 | -1/+255 |
|/ | | | | | | | | This adds a man page which lists command line options, key bindings and commands. A new CMake option `MAN` is added, enabled by default on `UNIX` but not `APPLE`. The man pages are generated with either `a2x` (from asciidoc) or `asciidoctor`. If both are not found, a fatal error is signaled. | ||||
* | Add alternative shortcut to Alt-A for systems, where that is taken already | Nicolas Werner | 2021-12-22 | 1 | -1/+3 |
| | |||||
* | Make edits replace the previous notification on Linux | Nicolas Werner | 2021-12-22 | 1 | -7/+26 |
| | |||||
* | Merge pull request #850 from mlochbaum/master | DeepBlueV7.X | 2021-12-21 | 1 | -0/+2 |
|\ | | | | | Add note about secret server to Arch installation instructions | ||||
| * | Add note about secret server to Arch installation instructions | Marshall Lochbaum | 2021-12-21 | 1 | -0/+2 |
|/ | |||||
* | Use global threadpool | Nicolas Werner | 2021-12-21 | 3 | -18/+7 |
| | |||||
* | Cleanup jdenticon code in the same way as blurhashes | Nicolas Werner | 2021-12-21 | 3 | -58/+91 |
| | |||||
* | Cleanup blurhash formatting | Nicolas Werner | 2021-12-21 | 1 | -4/+2 |
| | |||||
* | Modernize blurhashprovider implementation | Nicolas Werner | 2021-12-21 | 2 | -20/+45 |
| | | | | | | | | Might fix #844 See https://code.qt.io/cgit/qt/qtdeclarative.git/commit/examples/quick/imageresponseprovider/imageresponseprovider.cpp?h=5.15&id=b1f238568214e6587b829d6695677e55a99b1d40 for context. | ||||
* | Fix date in CHANGELOG and appdata | Nicolas Werner | 2021-12-21 | 2 | -2/+2 |
| | |||||
* | Release 0.9.1 | Nicolas Werner | 2021-12-21 | 4 | -6/+63 |
| | |||||
* | Translated using Weblate (Indonesian) | Weblate | 2021-12-20 | 1 | -7/+7 |
| | | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | ||||
* | Bump dep versions | Nicolas Werner | 2021-12-19 | 2 | -11/+13 |
| | |||||
* | Set the app_id on wayland | Nicolas Werner | 2021-12-19 | 1 | -0/+5 |
| | |||||
* | Set notification category | Nicolas Werner | 2021-12-19 | 2 | -0/+3 |
| | |||||
* | Make Nheko show up in system notification settings on Linux | Nicolas Werner | 2021-12-19 | 2 | -2/+5 |
| | | | | relates to #845 | ||||
* | Explicitly set text format for raw message dialog | Nicolas Werner | 2021-12-19 | 1 | -0/+1 |
| | |||||
* | Merge pull request #843 from Nheko-Reborn/openSUSE-readme | DeepBlueV7.X | 2021-12-18 | 1 | -0/+9 |
|\ | | | | | Add openSUSE install instructions | ||||
| * | Add openSUSE install instructions | Loren Burkholder | 2021-12-17 | 1 | -0/+9 |
|/ | |||||
* | Translated using Weblate (Indonesian) | Weblate | 2021-12-17 | 1 | -11/+11 |
| | | | | | | | | Currently translated at 99.0% (621 of 627 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (Estonian) | Weblate | 2021-12-17 | 1 | -19/+19 |
| | | | | | | | | Currently translated at 100.0% (627 of 627 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 | ||||
* | Fix crash when receiving matrix uri | Nicolas Werner | 2021-12-17 | 3 | -13/+20 |
| | | | | | | | | It seems like handling the message in a blocking manner is a no-go. I have no idea how to fix that, so just use a queued connection for now... (ASAN does not cooperate and just hides the crash D:) fixes #842 | ||||
* | Translated using Weblate (French) | Weblate | 2021-12-16 | 1 | -90/+90 |
| | | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (German) | Weblate | 2021-12-16 | 1 | -6/+6 |
| | | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (Dutch) | Weblate | 2021-12-16 | 1 | -19/+19 |
| | | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | ||||
* | Update translations | Nicolas Werner | 2021-12-16 | 23 | -1281/+3122 |
| | |||||
* | Fix a small alignment issue of text in notification bubbles | Nicolas Werner | 2021-12-16 | 1 | -4/+4 |
| | |||||
* | Merge pull request #841 from LorenDB/qolImprovements | DeepBlueV7.X | 2021-12-16 | 4 | -38/+75 |
|\ | | | | | Quality-of-life improvements | ||||
| * | Fix a few things | Loren Burkholder | 2021-12-15 | 2 | -16/+4 |
| | | |||||
| * | Make notification count bubbles expand some more | Loren Burkholder | 2021-12-15 | 1 | -11/+30 |
| | | |||||
| * | make lint | Loren Burkholder | 2021-12-13 | 1 | -1/+4 |
| | | |||||
| * | Don't get too large of corners | Loren Burkholder | 2021-12-13 | 1 | -1/+1 |
| | | |||||
| * | Use better translation method | Loren Burkholder | 2021-12-13 | 1 | -1/+1 |
| | | |||||
| * | Make opening room members from rooms settings dialog work | Loren Burkholder | 2021-12-13 | 2 | -1/+2 |
| | | |||||
| * | Make it obvious that this is a notification and not the actual message | Loren Burkholder | 2021-12-13 | 1 | -27/+53 |
| | | |||||
* | | Strip space chars from recovery passphrase | Nicolas Werner | 2021-12-15 | 1 | -1/+7 |
| | | |||||
* | | Update to SingleApplication 3.3.2 proper | Nicolas Werner | 2021-12-15 | 31 | -62/+112 |
| | | |||||
* | | Use icns on macOS | Joseph Donofry | 2021-12-14 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #835 from Thulinma/imagewindowrole | DeepBlueV7.X | 2021-12-14 | 1 | -0/+1 |
|\ | | | | | Added window role to image overlay | ||||
| * | Added window role to image overlay | Thulinma | 2021-12-05 | 1 | -0/+1 |
| | | |||||
* | | Only show room pack button, when you can actually create one | Nicolas Werner | 2021-12-13 | 4 | -3/+7 |
| | | |||||
* | | Multiply source size by scale factor | Nicolas Werner | 2021-12-13 | 7 | -16/+20 |
| | | | | | | | | Might be unnecessary, but docs are unclear on that. | ||||
* | | Fix turnserver check not being started when restoring from cache | Nicolas Werner | 2021-12-13 | 1 | -0/+1 |
| | | |||||
* | | Misc pack editor improvements | Nicolas Werner | 2021-12-13 | 3 | -5/+8 |
| | | |||||
* | | Show some avatar for image packs | Nicolas Werner | 2021-12-13 | 3 | -1/+68 |
| | | |||||
* | | Add recently used reactions | Nicolas Werner | 2021-12-13 | 6 | -1/+95 |
| | | | | | | | | fixes #435 |