Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 1 | -4/+12 |
|/ | |||||
* | 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 | 14 | -118/+213 |
|\ | | | | | | | 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 | 4 | -6/+5 |
| | | |||||
| * | fix vertical space for some state events | Malte E | 2022-02-13 | 1 | -1/+1 |
| | | |||||
| * | add small avatars option and tweak colors and spacings | Malte E | 2022-02-13 | 3 | -20/+22 |
| | | |||||
| * | 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 | 2 | -7/+8 |
| | | |||||
| * | 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 | 2 | -29/+25 |
| | | |||||
| * | place metadata below message when the Layout is narrow (<350) | Malte E | 2022-02-05 | 1 | -19/+20 |
| | | |||||
| * | Add message bubbles | Malte E | 2022-02-04 | 2 | -6/+24 |
| | | |||||
| * | 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 |
| | | |||||
* | | Fix overlapping offline indicator | Nicolas Werner | 2022-02-14 | 1 | -0/+1 |
| | | |||||
* | | Hidden events: Refactor slightly for reusability | Nicolas Werner | 2022-02-12 | 2 | -28/+23 |
| | | |||||
* | | Hidden events: Some cleanup | tastytea | 2022-02-10 | 1 | -1/+1 |
| | | |||||
* | | Hidden events: Make save-function reusable for global account data | tastytea | 2022-02-10 | 1 | -1/+1 |
| | | |||||
* | | 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 | 2 | -7/+17 |
| | | | | | | | | | | | | | | - 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 | 3 | -1/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | 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 |
| | | |||||
* | | Show widgets as links | Nicolas Werner | 2022-02-04 | 1 | -2/+38 |
| | | |||||
* | | Merge pull request #906 from LorenDB/offlineIndicator | DeepBlueV7.X | 2022-02-04 | 2 | -80/+88 |
|\ \ | | | | | | | Add offline indicator | ||||
| * | | Use different height setting | Loren Burkholder | 2022-02-03 | 1 | -1/+3 |
| | | | |||||
| * | | Add offline indicator (#472) | Loren Burkholder | 2022-02-01 | 2 | -80/+86 |
| |/ | |||||
* | | 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 | ||||
* | Merge pull request #893 from Nheko-Reborn/qml-root | DeepBlueV7.X | 2022-01-30 | 27 | -302/+1025 |
|\ | | | | | 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 | 4 | -1/+107 |
| | | |||||
| * | keep the RegisterPage name | Nicolas Werner | 2022-01-29 | 4 | -2/+6 |
| | | | | | | | | So we don't have to retranslate. | ||||
| * | Port registration to Qml | Nicolas Werner | 2022-01-28 | 7 | -2/+238 |
| | | |||||
| * | Functional login page | Nicolas Werner | 2022-01-26 | 8 | -74/+369 |
| | | |||||
| * | Fix focus and qml parenting with qml root | Nicolas Werner | 2022-01-26 | 14 | -18/+1 |
| | | |||||
| * | Initial qml root window | Nicolas Werner | 2022-01-26 | 5 | -9/+102 |
| | | |||||
* | | Use ScrollHelper on EmojiPicker | Joseph Donofry | 2022-01-26 | 1 | -10/+16 |
|/ | |||||
* | 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 | 1 | -1/+37 |
| | |||||
* | Small size and selection improvements for the settings page | Nicolas Werner | 2022-01-13 | 1 | -7/+9 |
| | |||||
* | 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 | 11 | -10/+241 |
|\ | | | | | Port usersettings to qml | ||||
| * | Address review comments | Nicolas Werner | 2022-01-11 | 2 | -12/+8 |
| | | |||||
| * | Port usersettings to qml | Nicolas Werner | 2022-01-09 | 10 | -10/+245 |
| | | |||||
* | | 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 | ||||
* | | 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 | 1 | -2/+2 |
| | | | | fixes #875 | ||||
* | Update translations | Nicolas Werner | 2022-01-03 | 24 | -1926/+1970 |
| | |||||
* | Add minimum scale in image viewer | Nicolas Werner | 2022-01-03 | 1 | -0/+33 |
| | |||||
* | 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 |
| | |||||
* | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 8 | -7/+134 |
| | | | | | | 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 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | Strip variant selector in some cases | Nicolas Werner | 2022-01-01 | 2 | -3/+4 |
| | | | | | | fixes #439 Workaround for https://bugreports.qt.io/browse/QTBUG-97401 fixes #810 | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 83 | -0/+83 |
| | |||||
* | 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 | 23 | -1922/+2704 |
| | |||||
* | 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 | 5 | -1/+20 |
| | | | | | | | 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 | 7 | -8/+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 | ||||
* | Merge branch 'completer_scrolling' into 'master' | Joe Donofry | 2021-12-30 | 1 | -15/+34 |
|\ | | | | | | | | | Completer scrolling See merge request nheko-reborn/nheko!20 | ||||
| * | Increase Completer limit to 30 | Joe Donofry | 2021-12-30 | 1 | -15/+34 |
| | | | | | | | | | | - Add scrolling - Only display ~7 items at once | ||||
* | | Update presence dynamically and reduce allocations | Nicolas Werner | 2021-12-30 | 2 | -4/+25 |
|/ | |||||
* | 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 | ||||
* | Use body in alt text of custom emoji | Nicolas Werner | 2021-12-27 | 1 | -1/+1 |
| | |||||
* | Add an ugly custom emote completer using ~ | Nicolas Werner | 2021-12-27 | 2 | -7/+40 |
| | |||||
* | Add alternative shortcut to Alt-A for systems, where that is taken already | Nicolas Werner | 2021-12-22 | 1 | -1/+3 |
| | |||||
* | Fix date in CHANGELOG and appdata | Nicolas Werner | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | Release 0.9.1 | Nicolas Werner | 2021-12-21 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | Make Nheko show up in system notification settings on Linux | Nicolas Werner | 2021-12-19 | 1 | -0/+1 |
| | | | | relates to #845 | ||||
* | Explicitly set text format for raw message dialog | Nicolas Werner | 2021-12-19 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Make it obvious that this is a notification and not the actual message | Loren Burkholder | 2021-12-13 | 1 | -27/+53 |
| | |||||
* | Only show room pack button, when you can actually create one | Nicolas Werner | 2021-12-13 | 2 | -1/+4 |
| | |||||
* | Multiply source size by scale factor | Nicolas Werner | 2021-12-13 | 7 | -16/+20 |
| | | | | Might be unnecessary, but docs are unclear on that. | ||||
* | Misc pack editor improvements | Nicolas Werner | 2021-12-13 | 3 | -5/+8 |
| | |||||
* | Show some avatar for image packs | Nicolas Werner | 2021-12-13 | 1 | -0/+21 |
| | |||||
* | Add recently used reactions | Nicolas Werner | 2021-12-13 | 3 | -1/+70 |
| | | | | fixes #435 | ||||
* | Vertically align message input | Nicolas Werner | 2021-12-12 | 1 | -1/+2 |
| | | | | fixes #351 | ||||
* | Allow clicking links in replies | Nicolas Werner | 2021-12-11 | 1 | -1/+8 |
| | | | | fixes #529 | ||||
* | Properly set position of resize handler after letting it go | Nicolas Werner | 2021-12-11 | 2 | -4/+7 |
| | | | | | fixes #817 fixes sidebar not staying small after restart | ||||
* | Fix broken top bar clicks without pins | Nicolas Werner | 2021-12-11 | 1 | -7/+7 |
| | |||||
* | Change width of pinned message box | Nicolas Werner | 2021-12-11 | 1 | -1/+1 |
| | |||||
* | Support pinned messages | Nicolas Werner | 2021-12-11 | 7 | -13/+187 |
| | | | | fixes #519 | ||||
* | Fix escaped html showing up in playable media message labels | Nicolas Werner | 2021-12-08 | 1 | -1/+1 |
| | | | | fixes #840 | ||||
* | Translated using Weblate (Indonesian) | Weblate | 2021-12-07 | 1 | -15/+16 |
| | | | | | | | | Currently translated at 100.0% (612 of 612 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | ||||
* | Limit max memory usage of images | Nicolas Werner | 2021-12-08 | 1 | -1/+4 |
| | |||||
* | Allow swiping between views in single page mode | Nicolas Werner | 2021-12-06 | 2 | -7/+37 |
| | | | | Allows access to spaces on mobile for example | ||||
* | Translated using Weblate (Dutch) | Weblate | 2021-12-05 | 1 | -10/+11 |
| | | | | | | | | Currently translated at 100.0% (612 of 612 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (Esperanto) | Weblate | 2021-12-02 | 1 | -9/+10 |
| | | | | | | | | Currently translated at 99.8% (611 of 612 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (French) | Weblate | 2021-12-02 | 1 | -82/+83 |
| | | | | | | | | Currently translated at 100.0% (612 of 612 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | ||||
* | Navigate to subspaces by clicking on them | Nicolas Werner | 2021-12-02 | 1 | -0/+4 |
| | |||||
* | Translated using Weblate (Finnish) | Weblate | 2021-12-01 | 1 | -8/+8 |
| | | | | | | | | Currently translated at 92.9% (569 of 612 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (Estonian) | Weblate | 2021-12-01 | 1 | -11/+12 |
| | | | | | | | | Currently translated at 100.0% (612 of 612 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 | ||||
* | Don't waste space for non existing subspaces | Nicolas Werner | 2021-12-01 | 1 | -1/+1 |
| | |||||
* | Don't pad, just fill | Nicolas Werner | 2021-12-01 | 1 | -1/+2 |
| | |||||
* | Leaves can't collapse | Nicolas Werner | 2021-12-01 | 1 | -2/+2 |
| | |||||
* | Hide me underneath the space tree | Nicolas Werner | 2021-12-01 | 4 | -16/+43 |
| | |||||
* | Translated using Weblate (English) | Weblate | 2021-11-29 | 1 | -10/+10 |
| | | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | ||||
* | Remove double padding on redactions | Nicolas Werner | 2021-11-29 | 1 | -3/+6 |
| | |||||
* | Fix source translation | Nicolas Werner | 2021-11-29 | 1 | -6/+7 |
| | |||||
* | Change QML UI for redactions | Joe Donofry | 2021-11-29 | 27 | -868/+1605 |
| | |||||
* | Translated using Weblate (Italian) | Weblate | 2021-11-25 | 1 | -1/+1 |
| | | | | | | | | Currently translated at 43.0% (261 of 606 strings) Co-authored-by: Elia Tomasi <elia.tomasi@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko | ||||
* | Fix colors of sidebar in replies | Nicolas Werner | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | Fix one more wrong background color | Nicolas Werner | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #822 from Nheko-Reborn/dm-filter | DeepBlueV7.X | 2021-11-21 | 2 | -0/+2 |
|\ | | | | | Add a filter for direct chats | ||||
| * | Add a filter for direct chats | Nicolas Werner | 2021-11-20 | 2 | -0/+2 |
| | | | | | | | | fixes #317 | ||||
* | | Translated using Weblate (French) | Weblate | 2021-11-20 | 1 | -73/+73 |
|/ | | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | ||||
* | Pass correct background color to username separator | Nicolas Werner | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | Update macOS icon package to macOS-y style. Thanks quinn | Joseph Donofry | 2021-11-19 | 1 | -0/+0 |
| | |||||
* | Release 0.9.0 | Nicolas Werner | 2021-11-19 | 1 | -0/+1 |
| | |||||
* | Fix mouse cursor on top bar | Nicolas Werner | 2021-11-19 | 1 | -0/+5 |
| | |||||
* | Fix colors and alignment in dialogs | Nicolas Werner | 2021-11-18 | 3 | -23/+10 |
| | |||||
* | Fix video call filename and qtjdenticon for windows | Joseph Donofry | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Fix qml warnings and missing icons | Nicolas Werner | 2021-11-18 | 2 | -4/+4 |
| | |||||
* | Translated using Weblate (Dutch) | Weblate | 2021-11-18 | 1 | -3/+3 |
| | | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | ||||
* | Fix resolution of failed image | Nicolas Werner | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Quality-of-life improvements to InputDialog | Loren Burkholder | 2021-11-16 | 1 | -0/+9 |
| | |||||
* | Don't add arbitrary padding | Loren Burkholder | 2021-11-16 | 1 | -2/+1 |
| | | | | This breaks the vertical-centeredness on the close button. | ||||
* | Simplify code for padding delegates | Loren Burkholder | 2021-11-16 | 2 | -4/+8 |
| | |||||
* | Remove duplicate property | Loren Burkholder | 2021-11-16 | 1 | -4/+0 |
| | |||||
* | Allow removing users from the invite dialog | Loren Burkholder | 2021-11-16 | 1 | -3/+14 |
| | |||||
* | Nicer padding | Loren Burkholder | 2021-11-16 | 3 | -6/+9 |
| | |||||
* | Add pointing hand cursor shape | Loren Burkholder | 2021-11-16 | 1 | -0/+5 |
| | |||||
* | Port invite dialog to use ItemDelegate | Loren Burkholder | 2021-11-16 | 1 | -23/+39 |
| | |||||
* | Add highlight on hover | Loren Burkholder | 2021-11-16 | 2 | -2/+8 |
| | |||||
* | Switch member dialog to using ItemDelegate | Loren Burkholder | 2021-11-16 | 1 | -46/+63 |
| | |||||
* | Use filled shields everywhere and distinguish different states more | Nicolas Werner | 2021-11-17 | 11 | -26/+38 |
| | |||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 163 | -201/+356 |
| | |||||
* | Translated using Weblate (Polish) | Weblate | 2021-11-16 | 1 | -5/+5 |
| | | | | | | | | | | | | | Currently translated at 83.4% (506 of 606 strings) Translated using Weblate (Polish) Currently translated at 83.4% (506 of 606 strings) Co-authored-by: AXD <dexkingcrazy@gmail.com> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (Portuguese (Portugal)) | Weblate | 2021-11-16 | 1 | -103/+105 |
| | | | | | | | | Currently translated at 95.8% (581 of 606 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (Esperanto) | Weblate | 2021-11-16 | 1 | -3/+3 |
| | | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | Support exif rotation on received videos | Nicolas Werner | 2021-11-15 | 1 | -0/+1 |
| | | | | fixes #674 | ||||
* | Translated using Weblate (Indonesian) | Weblate | 2021-11-14 | 1 | -3/+3 |
| | | | | | | | | Currently translated at 100.0% (606 of 606 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 (Portuguese (Portugal)) | Weblate | 2021-11-14 | 1 | -74/+79 |
| | | | | | | | | Currently translated at 79.2% (480 of 606 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko | ||||
* | Reenable still image viewer for WebP until we qmlify the image viewer | Nicolas Werner | 2021-11-14 | 1 | -9/+10 |
| | |||||
* | Fix some colors switched to yellow by accident | Nicolas Werner | 2021-11-13 | 1 | -2/+2 |
| | |||||
* | Translated using Weblate (Esperanto) | Weblate | 2021-11-12 | 1 | -14/+14 |
| | | | | | | | | Currently translated at 99.5% (603 of 606 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | Merge branch 'video_player_enhancements' into 'master' | Nicolas Werner | 2021-11-12 | 9 | -191/+380 |
|\ | | | | | | | | | Video player enhancements See merge request nheko-reborn/nheko!15 | ||||
| * | Format qml | Nicolas Werner | 2021-11-11 | 5 | -100/+103 |
| | | |||||
| * | Make it possible to unhide the controls on mobile | Nicolas Werner | 2021-11-11 | 2 | -19/+21 |
| | | |||||
| * | Cleanup positioning of player elements | Nicolas Werner | 2021-11-11 | 5 | -261/+174 |
| | | |||||
| * | More refactoring and layout updates | Joseph Donofry | 2021-11-11 | 6 | -75/+191 |
| | | |||||
| * | More player fixes | Joseph Donofry | 2021-11-09 | 2 | -123/+25 |
| | | |||||
| * | Fix audio player and use same controls for video and audio | Joseph Donofry | 2021-11-09 | 1 | -80/+77 |
| | | |||||
| * | Move rest of controls to separate file | Joseph Donofry | 2021-11-09 | 5 | -237/+311 |
| | | |||||
| * | Initial Refactoring into separate controls | Joseph Donofry | 2021-11-09 | 4 | -88/+115 |
| | | |||||
| * | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-11-09 | 2 | -3/+4 |
| |\ | |||||
| * | | Incorporate nico's suggestions, fix volume slider | Joseph Donofry | 2021-11-08 | 1 | -272/+272 |
| | | | |||||
| * | | Minor fixes for undefined qml behavior | Joseph Donofry | 2021-11-08 | 1 | -7/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-11-08 | 29 | -928/+1188 |
| |\ \ | |||||
| * \ \ | Update video_player_enhancements with changes from master | Joseph Donofry | 2021-11-03 | 74 | -9238/+26640 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-08-16 | 12 | -38/+94 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge origin/master and fix conflicts | Joseph Donofry | 2021-08-10 | 59 | -2579/+6252 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-07-19 | 9 | -52/+242 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Import and update lurkki's branch | Joseph Donofry | 2021-07-19 | 3 | -189/+350 |
| | | | | | | | | |||||
* | | | | | | | | Make yellow darker | Nicolas Werner | 2021-11-11 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes readability issues in the userprofile. fixes #440 | ||||
* | | | | | | | | Make pill text color match the separator color | Nicolas Werner | 2021-11-11 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Swap encryption and edit indicator | Nicolas Werner | 2021-11-11 | 1 | -9/+9 |
| | | | | | | | | |||||
* | | | | | | | | Improve the layout and behaviour of topbar slightly | Nicolas Werner | 2021-11-11 | 3 | -16/+39 |
| | | | | | | | | |||||
* | | | | | | | | Translated using Weblate (Estonian) | Weblate | 2021-11-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | ||||
* | | | | | | | | Translated using Weblate (Esperanto) | Weblate | 2021-11-10 | 1 | -31/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.1% (589 of 606 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | | | | | | Translated using Weblate (Finnish) | Weblate | 2021-11-10 | 1 | -17/+17 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 93.7% (568 of 606 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | ||||
* | | | | | | | Merge pull request #798 from LorenDB/fixRRDialog | DeepBlueV7.X | 2021-11-09 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix clicking on avatar | ||||
| * | | | | | | | Fix clicking on avatar | Loren Burkholder | 2021-11-08 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Explicitly namespace platform module | Nicolas Werner | 2021-11-09 | 1 | -3/+3 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Update translations | Nicolas Werner | 2021-11-08 | 23 | -507/+760 |
| | | | | | | | |||||
* | | | | | | | Translated using Weblate (French) | Weblate | 2021-11-08 | 1 | -104/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | ||||
* | | | | | | | Translated using Weblate (Dutch) | Weblate | 2021-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | ||||
* | | | | | | | Translated using Weblate (Esperanto) | Weblate | 2021-11-08 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 93.0% (562 of 604 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | | | | | Merge pull request #791 from Nheko-Reborn/secret-storage-fixes | DeepBlueV7.X | 2021-11-07 | 4 | -5/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Move away from using an event loop to access secrets | ||||
| * | | | | | | | Move away from using an event loop to access secrets | Nicolas Werner | 2021-11-07 | 4 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789 | ||||
* | | | | | | | | Merge pull request #790 from LorenDB/fixRRDialog | Loren Burkholder | 2021-11-06 | 1 | -42/+39 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | Fix clicking on read receipts for profiles | ||||
| * | | | | | | | Use ItemDelegate for read receipts | Loren Burkholder | 2021-11-06 | 1 | -42/+39 |
| |/ / / / / / | |||||
* / / / / / / | Translated using Weblate (Estonian) | Weblate | 2021-11-06 | 1 | -1/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 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 leave room dialog | Nicolas Werner | 2021-11-05 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Translated using Weblate (Indonesian) | Weblate | 2021-11-05 | 1 | -51/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | ||||
* | | | | | | Update translation files | Weblate | 2021-11-04 | 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 | 2021-11-04 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Update German translation | Nicolas Werner | 2021-11-04 | 23 | -209/+216 |
| | | | | | | |||||
* | | | | | | Translated using Weblate (Estonian) | Weblate | 2021-11-04 | 1 | -51/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 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 | ||||
* | | | | | | Translate some german texts | Nicolas Werner | 2021-11-04 | 1 | -22/+22 |
| | | | | | | |||||
* | | | | | | Translated using Weblate (Dutch) | Weblate | 2021-11-03 | 1 | -52/+54 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 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-11-03 | 23 | -5590/+10054 |
| | | | | | |||||
* | | | | | Use ItemDelegate for CommunitiesList | Nicolas Werner | 2021-11-03 | 1 | -23/+22 |
| | | | | | |||||
* | | | | | Use ItemDelegate in RoomList instead of a Rectangle with handlers | Nicolas Werner | 2021-11-03 | 9 | -482/+1879 |
| | | | | | | | | | | | | | | | | | | | | | | | | | fixes #683 relates to #571 | ||||
* | | | | | Fix unjoinable invites on mobile as well as unclickable previews | Nicolas Werner | 2021-11-03 | 3 | -5/+6 |
| | | | | | |||||
* | | | | | Fix copyright order | Nicolas Werner | 2021-11-03 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix registration on matrix.org | Nicolas Werner | 2021-11-03 | 3 | -0/+417 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670 | ||||
* | | | | | Prompt user when there are unverified devices | Nicolas Werner | 2021-11-01 | 3 | -1/+88 |
| | | | | | |||||
* | | | | | Some people consider Nheko not an AAAAA title | Nicolas Werner | 2021-10-30 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Add self verification after login | Nicolas Werner | 2021-10-30 | 1 | -6/+45 |
| | | | | | |||||
* | | | | | Auto-focus search bar in room directory | Loren Burkholder | 2021-10-28 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Translated using Weblate (Indonesian) | Weblate | 2021-10-26 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (569 of 569 strings) Co-authored-by: Linerly <linerly@protonmail.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | ||||
* | | | | | Update translation files | Weblate | 2021-10-26 | 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 | ||||
* | | | | | Allow changing device names, display last seen time and IP | Thulinma | 2021-10-20 | 1 | -18/+82 |
| | | | | | |||||
* | | | | | Translated using Weblate (Portuguese (Portugal)) | Weblate | 2021-10-20 | 1 | -9/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 74.8% (426 of 569 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko | ||||
* | | | | | Translated using Weblate (Dutch) | Weblate | 2021-10-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (569 of 569 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 #768 from ISSOtm/patch-2 | DeepBlueV7.X | 2021-10-19 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix incorrect pluralization of "rooms" | ||||
| * | | | | | Fix incorrect pluralization of "rooms" | Eldred Habert | 2021-10-19 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Translated using Weblate (Portuguese (Portugal)) | Weblate | 2021-10-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 73.2% (417 of 569 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko | ||||
* | | | | | | Translated using Weblate (French) | Weblate | 2021-10-19 | 1 | -10/+10 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (569 of 569 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 (French) | Weblate | 2021-10-19 | 1 | -57/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 98.2% (559 of 569 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | ||||
* | | | | | lint | Nicolas Werner | 2021-10-17 | 1 | -2/+2 |
| | | | | |