Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Use a QSortFilterProxyModel instead of resetting the model | Loren Burkholder | 2021-07-29 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Use Dialog flag to make tiling WMs happy | Loren Burkholder | 2021-07-29 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Close dialog on escape | Loren Burkholder | 2021-07-29 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | Dynamically update read receipts | Loren Burkholder | 2021-07-29 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | Fix incorrect function name | Loren Burkholder | 2021-07-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Add close button at footer | Loren Burkholder | 2021-07-29 | 1 | -0/+6 | |
| | | | | | ||||||
* | | | | | QML the read receipts list | Loren Burkholder | 2021-07-29 | 4 | -2/+139 | |
| |/ / / |/| | | | | | | | | | | | There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit | |||||
* | | | | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 12 | -53/+95 | |
| | | | | | | | | | | | | | | | | Also fix a lot of warnings. | |||||
* | | | | Update translations | Joseph Donofry | 2021-07-24 | 22 | -504/+1618 | |
| | | | | ||||||
* | | | | Merge master and fix conflicts | Joe | 2021-07-24 | 45 | -2295/+4337 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #651 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-23 | 2 | -5/+16 | |
| |\ \ \ \ | | | | | | | | | | | | | Fix a few UI things | |||||
| | * | | | | make lint | Loren Burkholder | 2021-07-22 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | Add functionality for loading global user profile where needed | Loren Burkholder | 2021-07-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This is so viewing profiles from the invite dialog will work as expected. | |||||
| | * | | | | Pad the loading spinner | Loren Burkholder | 2021-07-21 | 1 | -4/+14 | |
| | | | | | | ||||||
| * | | | | | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 4 | -0/+336 | |
| | | | | | | ||||||
| * | | | | | Fix emoji picker not connected to input | Nicolas Werner | 2021-07-22 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Show confirmation dialog when leaving a room via the context menu | Nicolas Werner | 2021-07-22 | 2 | -2/+12 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #650 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-21 | 4 | -10/+19 | |
| |\ \ \ \ | | | | | | | | | | | | | Open room members when member info label clicked | |||||
| | * | | | | Move various room auxiliary functions to TimelineManager | Loren Burkholder | 2021-07-21 | 4 | -10/+9 | |
| | | | | | | ||||||
| | * | | | | Open room members when member info label clicked | Loren Burkholder | 2021-07-21 | 1 | -1/+11 | |
| | | | | | | ||||||
| * | | | | | Update translations | Nicolas Werner | 2021-07-21 | 24 | -2183/+3328 | |
| | | | | | | ||||||
| * | | | | | Fix color of invite label | Nicolas Werner | 2021-07-21 | 1 | -0/+1 | |
| |/ / / / | ||||||
| * | | | | Fix the loading spinner setup | Loren Burkholder | 2021-07-20 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | This fixes binding loops and gives it a (in my opinion) sane size. | |||||
| * | | | | Fix elided width | Loren Burkholder | 2021-07-20 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Call the correct function | Loren Burkholder | 2021-07-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix bad connection | Loren Burkholder | 2021-07-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Add property for plain room name | Loren Burkholder | 2021-07-20 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Check with regex everywhere | Loren Burkholder | 2021-07-20 | 1 | -4/+6 | |
| | | | | | ||||||
| * | | | | Use elided label | Loren Burkholder | 2021-07-20 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Use correct colors | Loren Burkholder | 2021-07-20 | 2 | -0/+4 | |
| | | | | | ||||||
| * | | | | Don't hardcode fonts | Loren Burkholder | 2021-07-20 | 3 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | Fix hardcoded fonts (again) | |||||
| * | | | | Fix hardcoded spacing/padding | Loren Burkholder | 2021-07-20 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | Another padding fix | |||||
| * | | | | Fix roomId property | Loren Burkholder | 2021-07-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | make lint | Loren Burkholder | 2021-07-20 | 2 | -4/+2 | |
| | | | | | ||||||
| * | | | | Only run spinner while loading members | Loren Burkholder | 2021-07-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Consolidate connections | Loren Burkholder | 2021-07-20 | 2 | -16/+0 | |
| | | | | | ||||||
| * | | | | make lint | Loren Burkholder | 2021-07-20 | 3 | -6/+18 | |
| | | | | | ||||||
| * | | | | Fix visibility of spinner | Loren Burkholder | 2021-07-20 | 1 | -5/+2 | |
| | | | | | ||||||
| * | | | | Drop unnecessary code | Loren Burkholder | 2021-07-20 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Only invite if there is something/someone to invite | Loren Burkholder | 2021-07-20 | 1 | -77/+4 | |
| | | | | | ||||||
| * | | | | Use standardized padding | Loren Burkholder | 2021-07-20 | 2 | -5/+5 | |
| | | | | | ||||||
| * | | | | Get Ctrl+Enter working and fix cleaning up and closing | Loren Burkholder | 2021-07-20 | 1 | -15/+14 | |
| | | | | | ||||||
| * | | | | Fix bad property name | Loren Burkholder | 2021-07-20 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Document bad behavior with footer and spinner | Loren Burkholder | 2021-07-20 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | More shortcut stuff | Loren Burkholder | 2021-07-20 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Fix Ctrl-Enter shortcut | Loren Burkholder | 2021-07-20 | 1 | -9/+11 | |
| | | | | | ||||||
| * | | | | Actually set invitees property | Loren Burkholder | 2021-07-20 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Fix properties | Loren Burkholder | 2021-07-20 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Finish converting function to property | Loren Burkholder | 2021-07-20 | 7 | -9/+9 | |
| | | | | | ||||||
| * | | | | Use fancy spinner (courtesy of redsky) | Loren Burkholder | 2021-07-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix properties | Loren Burkholder | 2021-07-20 | 1 | -8/+9 | |
| | | | | | ||||||
| * | | | | Fix background color on text input | Loren Burkholder | 2021-07-20 | 2 | -0/+5 | |
| | | | | | ||||||
| * | | | | Fix up components | Loren Burkholder | 2021-07-20 | 1 | -21/+28 | |
| | | | | | ||||||
| * | | | | Fix borked property stuff | Loren Burkholder | 2021-07-20 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | make lint | Loren Burkholder | 2021-07-20 | 3 | -11/+38 | |
| | | | | | ||||||
| * | | | | Use standard buttons for OK button | Loren Burkholder | 2021-07-20 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Simplify room details access | Loren Burkholder | 2021-07-20 | 3 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | This removes the redundant room name property | |||||
| * | | | | Fix item that accept() is called on | Loren Burkholder | 2021-07-20 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Add close on Escape shortcut | Loren Burkholder | 2021-07-20 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | Clean up code | Loren Burkholder | 2021-07-20 | 1 | -13/+0 | |
| | | | | | ||||||
| * | | | | Add fancy label if you enter a bad mxid | Loren Burkholder | 2021-07-20 | 1 | -0/+73 | |
| | | | | | ||||||
| * | | | | Focus the input bar automatically | Loren Burkholder | 2021-07-20 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Make sure to use the default room id if none is specified | Loren Burkholder | 2021-07-20 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Add a fancy loading spinner to the member list | Loren Burkholder | 2021-07-20 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | make lint | Loren Burkholder | 2021-07-20 | 7 | -48/+98 | |
| | | | | | ||||||
| * | | | | QML the invite dialog | Loren Burkholder | 2021-07-20 | 4 | -12/+132 | |
| | | | | | | | | | | | | | | | | | | | | This also adds a property `roomId` to TimelineModel. | |||||
| * | | | | QML the room member list | Loren Burkholder | 2021-07-20 | 3 | -1/+113 | |
| | | | | | ||||||
| * | | | | Explicitly reload data in delegates, if related events got loaded | Nicolas Werner | 2021-07-20 | 5 | -24/+31 | |
| | |_|/ | |/| | | ||||||
| * | | | Fix reaction button again | Nicolas Werner | 2021-07-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Model alias is still needed | Nicolas Werner | 2021-07-19 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Cache sticker picker | Nicolas Werner | 2021-07-19 | 2 | -4/+6 | |
| | | | | ||||||
| * | | | Make scrolling sticker picker bearable | Nicolas Werner | 2021-07-19 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | Move sticker parsing and enable room stickers | Nicolas Werner | 2021-07-19 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Basic sticker support | Nicolas Werner | 2021-07-19 | 7 | -33/+215 | |
| | | | | ||||||
| * | | | Fix replies not reloading after fetching them | Nicolas Werner | 2021-07-16 | 1 | -19/+19 | |
| | | | | ||||||
| * | | | Try to make scrolling emoji picker a bit smoother | Nicolas Werner | 2021-07-15 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* / | | Remove 'respond to key requests' functionality | Joseph Donofry | 2021-07-15 | 1 | -17/+0 | |
|/ / | ||||||
* | | Fix warning by deleting code I don't understand | Nicolas Werner | 2021-07-15 | 1 | -5/+0 | |
| | | ||||||
* | | Add workaround for TextEdit not rerendering after image loaded | Nicolas Werner | 2021-07-15 | 1 | -0/+5 | |
| | | | | | | | | fixes #541 | |||||
* | | Don't use full dump for replies | Nicolas Werner | 2021-07-12 | 1 | -20/+22 | |
| | | ||||||
* | | Fix a few missing properties | Nicolas Werner | 2021-07-12 | 4 | -4/+28 | |
| | | ||||||
* | | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 15 | -132/+464 | |
| | | | | | | | | The actual reuseItems is still blocked on a few upstream bugs. | |||||
* | | Use required properties and delegate pooling for room list | Nicolas Werner | 2021-07-10 | 1 | -25/+37 | |
| | | ||||||
* | | Fix high CPU usage when a room is open | Nicolas Werner | 2021-07-10 | 5 | -35/+34 | |
| | | ||||||
* | | Remove db bottleneck by caching ro txn for 100 requests | Nicolas Werner | 2021-07-10 | 1 | -1/+1 | |
| | | ||||||
* | | Redesign invites and room preview joins | Nicolas Werner | 2021-07-09 | 7 | -74/+120 | |
| | | ||||||
* | | Remove commented code | Joseph Donofry | 2021-07-08 | 1 | -2/+0 | |
| | | ||||||
* | | Fixes from code review | Joseph Donofry | 2021-07-08 | 6 | -99/+61 | |
| | | ||||||
* | | Remove EmojiEmitter | Joseph Donofry | 2021-07-08 | 1 | -60/+0 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into nheko_loading_spinner | Joseph Donofry | 2021-07-08 | 41 | -6416/+9282 | |
|\| | ||||||
| * | Translated using Weblate (Finnish) | Weblate | 2021-07-06 | 1 | -14/+14 | |
| | | | | | | | | | | | | | | | | Currently translated at 47.4% (234 of 493 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-07-06 | 1 | -52/+52 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (493 of 493 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 | |||||
| * | Make emoji picker follow theme | Nicolas Werner | 2021-07-03 | 4 | -201/+225 | |
| | | ||||||
| * | Fix community sidebar toggle | Nicolas Werner | 2021-07-02 | 1 | -0/+2 | |
| | | ||||||
| * | Update translations | Nicolas Werner | 2021-07-02 | 22 | -5915/+5738 | |
| | | ||||||
| * | Fix mouse cursor on reply delegates | Nicolas Werner | 2021-06-30 | 1 | -0/+1 | |
| | | ||||||
| * | Fix clicking links in mobile mode | Nicolas Werner | 2021-06-25 | 1 | -1/+2 | |
| | | | | | | | | fixes #617 | |||||
| * | Don't use a thin font in the room list | Nicolas Werner | 2021-06-25 | 1 | -2/+0 | |
| | | ||||||
| * | Fix missing back button on spaces page in narrow mode as well as topic not ↵ | Nicolas Werner | 2021-06-25 | 1 | -4/+17 | |
| | | | | | | | | resizing properly | |||||
| * | Fix null warning for space avatars | Nicolas Werner | 2021-06-25 | 1 | -1/+1 | |
| | | ||||||
| * | Add a basic 'Space page' | Nicolas Werner | 2021-06-25 | 3 | -3/+64 | |
| | | ||||||
| * | Hide last message on spaces | Nicolas Werner | 2021-06-25 | 1 | -1/+3 | |
| | | ||||||
| * | add avatar changed event support issue #550 | BShipman | 2021-06-19 | 1 | -0/+8 | |
| | | ||||||
| * | Translated using Weblate (Esperanto) | Weblate | 2021-06-15 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | Currently translated at 62.7% (308 of 491 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 (Esperanto) | Weblate | 2021-06-15 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | Currently translated at 61.9% (304 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
| * | Fix wrong tags in context menu | Nicolas Werner | 2021-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | Change collapse position | Nicolas Werner | 2021-06-14 | 1 | -2/+2 | |
| | | ||||||
| * | Translated using Weblate (Italian) | Weblate | 2021-06-12 | 1 | -41/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 63.7% (313 of 491 strings) Translated using Weblate (Italian) Currently translated at 63.7% (313 of 491 strings) Co-authored-by: Daniele Scasciafratte <mte90net@gmail.com> Co-authored-by: Quanterxotur <ganno.lexis.ag@mailbox.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko | |||||
| * | Translated using Weblate (Esperanto) | Weblate | 2021-06-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Currently translated at 60.8% (299 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
| * | Fix button spacing | Loren Burkholder | 2021-06-13 | 2 | -3/+4 | |
| | | ||||||
| * | Layout 1.15 -> 1.12 | Nicolas Werner | 2021-06-13 | 2 | -2/+2 | |
| | | ||||||
| * | Try to be compatible with Qt 5.12 | Nicolas Werner | 2021-06-13 | 9 | -19/+27 | |
| | | ||||||
| * | Don't read avatarUrl from local profile, if no global avatar is set | Nicolas Werner | 2021-06-12 | 1 | -5/+7 | |
| | | ||||||
| * | Merge branch 'master' into qml-roomlist | Nicolas Werner | 2021-06-12 | 9 | -564/+3301 | |
| |\ | ||||||
| | * | Translated using Weblate (Esperanto) | Weblate | 2021-06-09 | 1 | -140/+157 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 60.6% (298 of 491 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 (Esperanto) | Weblate | 2021-06-08 | 1 | -45/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 32.3% (159 of 491 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 (Esperanto) | Weblate | 2021-06-07 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 25.4% (125 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 25.4% (125 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
| | * | Translated using Weblate (Italian) | Weblate | 2021-06-07 | 1 | -61/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 56.2% (276 of 491 strings) Translated using Weblate (Italian) Currently translated at 56.2% (276 of 491 strings) Translated using Weblate (Italian) Currently translated at 56.2% (276 of 491 strings) Translated using Weblate (Italian) Currently translated at 56.2% (276 of 491 strings) Co-authored-by: Daniele Scasciafratte <mte90net@gmail.com> Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Joseph Curto <joe@joe.vr.it> Co-authored-by: Lorenzo Ancora <lorenzolucio+github@live.it> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko | |||||
| | * | Translated using Weblate (Esperanto) | Weblate | 2021-06-06 | 1 | -30/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 24.2% (119 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 24.2% (119 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> 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 | |||||
| | * | Translated using Weblate (Esperanto) | Weblate | 2021-06-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 18.5% (91 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 18.5% (91 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
| | * | Translated using Weblate (Esperanto) | Weblate | 2021-06-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 17.9% (88 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
| | * | Translated using Weblate (Esperanto) | Weblate | 2021-06-04 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 17.5% (86 of 491 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 (Esperanto) | Weblate | 2021-06-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 16.2% (80 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 16.2% (80 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> 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 | |||||
| | * | Translated using Weblate (Esperanto) | Weblate | 2021-06-04 | 1 | -25/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 16.0% (79 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 16.0% (79 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> 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 | |||||
| | * | Translated using Weblate (Portuguese (Brazil)) | Weblate | 2021-06-03 | 1 | -36/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 7.3% (36 of 491 strings) Co-authored-by: zerowhy <zerowhy.server@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/ Translation: Nheko/nheko | |||||
| | * | Translated using Weblate (German) | Weblate | 2021-05-25 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.1% (487 of 491 strings) Translated using Weblate (German) Currently translated at 99.1% (487 of 491 strings) Translated using Weblate (German) Currently translated at 99.1% (487 of 491 strings) Co-authored-by: 123 <fof300f@posteo.net> Co-authored-by: Konstantin Papesh <konstantin@papesh.at> Co-authored-by: fnetX (aka fralix) <github@fralix.ovh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
| | * | Translated using Weblate (Spanish) | Weblate | 2021-05-24 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 5.9% (29 of 491 strings) Co-authored-by: LluisE <lluise@tutanota.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/es/ Translation: Nheko/nheko | |||||
| | * | Added mnemonic letters to context menu. | AppAraat | 2021-05-24 | 1 | -12/+12 | |
| | | | | | | | | | | | | https://doc.qt.io/qt-5/qshortcut.html#mnemonic | |||||
| | * | Added translation using Weblate (Portuguese (Brazil)) | Weblate | 2021-05-21 | 1 | -0/+2721 | |
| | | | | | | | | | | | | Co-authored-by: zerowhy <zerowhy.server@protonmail.com> | |||||
| | * | Translated using Weblate (German) | Weblate | 2021-05-19 | 1 | -31/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.7% (480 of 491 strings) Translated using Weblate (German) Currently translated at 97.7% (480 of 491 strings) Translated using Weblate (German) Currently translated at 97.7% (480 of 491 strings) Translated using Weblate (German) Currently translated at 97.7% (480 of 491 strings) Co-authored-by: 123 <fof300f@posteo.net> Co-authored-by: CryptKid <CryptKiddie@chaospott.de> Co-authored-by: Mr. X <shop.news@posteo.de> Co-authored-by: fnetX (aka fralix) <github@fralix.ovh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
| | * | update russian translation | kirill | 2021-05-16 | 1 | -104/+104 | |
| | | | ||||||
| | * | Translated using Weblate (Finnish) | Weblate | 2021-05-13 | 1 | -72/+72 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 50.5% (248 of 491 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-05-13 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (491 of 491 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 | |||||
| * | | Persist sidebar sizes | Nicolas Werner | 2021-06-12 | 2 | -4/+21 | |
| | | | ||||||
| * | | Fix PrivacyScreen for qml-roomlist | Joseph Donofry | 2021-06-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Reenable tag hiding | Nicolas Werner | 2021-06-11 | 1 | -5/+5 | |
| | | | ||||||
| * | | Enable toggling tags | Nicolas Werner | 2021-06-11 | 3 | -10/+21 | |
| | | | ||||||
| * | | Render community items | Nicolas Werner | 2021-06-11 | 6 | -9/+165 | |
| | | | ||||||
* | | | Add nheko logo spinner to relevant places in UI | Joseph Donofry | 2021-06-09 | 7 | -11/+85 | |
| | | | ||||||
* | | | Change variable for running | Joseph Donofry | 2021-06-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add Nheko logo QML Spinner | Joseph Donofry | 2021-06-09 | 3 | -3/+232 | |
|/ / | ||||||
* | | Basic community list model | Nicolas Werner | 2021-06-09 | 1 | -4/+2 | |
| | | ||||||
* | | Implement switching in narrow mode | Nicolas Werner | 2021-06-08 | 5 | -49/+99 | |
| | | ||||||
* | | Somewhat reenable the adaptive layout | Nicolas Werner | 2021-06-08 | 5 | -19/+200 | |
| | | ||||||
* | | Fix html in completer | Nicolas Werner | 2021-06-08 | 1 | -0/+3 | |
| | | | | | | | | Fixes #578 | |||||
* | | Add ugly borders to tables | Nicolas Werner | 2021-06-08 | 1 | -1/+18 | |
| | | ||||||
* | | Refactor to use Instantiator instead of doing it manually | Nicolas Werner | 2021-05-30 | 3 | -44/+26 | |
| | | ||||||
* | | Port remaining sidebar actions to qml | Nicolas Werner | 2021-05-30 | 1 | -0/+19 | |
| | | ||||||
* | | Delete old room list | Nicolas Werner | 2021-05-28 | 1 | -0/+9 | |
| | | ||||||
* | | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 22 | -230/+236 | |
| | | ||||||
* | | Reimplement room context menus | Nicolas Werner | 2021-05-28 | 4 | -34/+154 | |
| | | ||||||
* | | Reenable invites | Nicolas Werner | 2021-05-24 | 1 | -0/+56 | |
| | | ||||||
* | | Reenable userInfo settings menu | Nicolas Werner | 2021-05-22 | 2 | -7/+76 | |
| | | ||||||
* | | Fix device list not showing up and UserProfile blocking the window | Nicolas Werner | 2021-05-22 | 4 | -4/+14 | |
| | | ||||||
* | | Fix leaving rooms | Nicolas Werner | 2021-05-22 | 1 | -1/+1 | |
| | | ||||||
* | | Fix emoji in new RoomList | Nicolas Werner | 2021-05-22 | 2 | -1/+3 | |
| | | ||||||
* | | Sort the room list | Nicolas Werner | 2021-05-22 | 1 | -1/+1 | |
| | | ||||||
* | | Make roomlist look nice | Nicolas Werner | 2021-05-21 | 1 | -19/+80 | |
| | | ||||||
* | | Some basic room list | Nicolas Werner | 2021-05-19 | 4 | -36/+166 | |
| | | ||||||
* | | Basic header and footer of room list | Nicolas Werner | 2021-05-15 | 5 | -10/+199 | |
| | | ||||||
* | | Reorganize TimelineView to prepare porting the room list | Nicolas Werner | 2021-05-14 | 8 | -326/+389 | |
| | | ||||||
* | | Move global avatarSize property | Nicolas Werner | 2021-05-13 | 7 | -20/+14 | |
| | | ||||||
* | | Fix missing import for colors | Nicolas Werner | 2021-05-13 | 2 | -0/+2 | |
| | | ||||||
* | | Move openLink to Nheko globals | Nicolas Werner | 2021-05-13 | 2 | -2/+2 | |
| | | ||||||
* | | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 43 | -162/+160 | |
|/ | ||||||
* | Update translations | Nicolas Werner | 2021-05-09 | 21 | -883/+1794 | |
| | ||||||
* | Show verification status next to messages | Nicolas Werner | 2021-05-07 | 3 | -8/+30 | |
| | ||||||
* | Translated using Weblate (Spanish) | Weblate | 2021-05-05 | 1 | -24/+24 | |
| | | | | | | | | Currently translated at 5.3% (26 of 483 strings) Co-authored-by: Bruno Javier Blasco Smaranda <brunch875@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/es/ Translation: Nheko/nheko | |||||
* | Only show actions, when you have permissions to do them | Nicolas Werner | 2021-05-02 | 6 | -17/+36 | |
| | ||||||
* | Fix crash when you have no rooms and open the global user profile | Nicolas Werner | 2021-04-30 | 1 | -4/+0 | |
| | ||||||
* | UI/UX improvement: Better naming suggestion. | absorber | 2021-04-29 | 1 | -1/+1 | |
| | | | Copy address location -> Copy link location | |||||
* | Allow copying messages via right click | Nicolas Werner | 2021-04-29 | 4 | -4/+17 | |
| | | | | fixes #291 | |||||
* | Copy address location | Nicolas Werner | 2021-04-29 | 4 | -5/+18 | |
| | | | | fixes #463 | |||||
* | Copy link to message | Nicolas Werner | 2021-04-29 | 1 | -0/+7 | |
| | | | | fixes #499 | |||||
* | Highlight navigated to message | Nicolas Werner | 2021-04-29 | 5 | -7/+56 | |
| | ||||||
* | Update appdata | Nicolas Werner | 2021-04-29 | 1 | -4/+13 | |
| | ||||||
* | Rewrite matrix.to links to matrix uris and handle them the same way | Nicolas Werner | 2021-04-28 | 1 | -13/+1 | |
| | ||||||
* | Add Alt-F to forward messages | Nicolas Werner | 2021-04-27 | 1 | -1/+13 | |
| | ||||||
* | Merge pull request #552 from Jedi18/forward_message_feature | DeepBlueV7.X | 2021-04-27 | 4 | -2/+138 | |
|\ | | | | | Forward Message | |||||
| * | Make forward messages a bit more readable | Nicolas Werner | 2021-04-27 | 1 | -2/+5 | |
| | | ||||||
| * | Clean up design a bit | Nicolas Werner | 2021-04-27 | 3 | -15/+18 | |
| | | ||||||
| * | Merge branch 'forward_message_feature' of https://github.com/Jedi18/nheko ↵ | Nicolas Werner | 2021-04-24 | 3 | -0/+130 | |
| |\ | | | | | | | | | | into Jedi18-forward_message_feature | |||||
| | * | remove unused function and set position to center of timeline view | targetakhil | 2021-04-15 | 1 | -3/+7 | |
| | | | ||||||
| | * | Added overlay and UI changes | targetakhil | 2021-04-15 | 1 | -34/+49 | |
| | | | ||||||
| | * | show forward menu item only for relevant events, changes to ui | targetakhil | 2021-04-15 | 2 | -7/+20 | |
| | | | ||||||
| | * | Fix basic UI for forward completer | targetakhil | 2021-04-15 | 3 | -68/+85 | |
| | | | ||||||
| | * | added basic forwarding | targetakhil | 2021-04-15 | 1 | -0/+81 | |
| | | | ||||||
* | | | Update translation files | Weblate | 2021-04-24 | 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 translation files | Weblate | 2021-04-23 | 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 | |||||
* | | Fix typo in appdata.xml | Nicolas Werner | 2021-04-23 | 1 | -1/+1 | |
| | | ||||||
* | | Fix missing timestamp in appdata.xml | Nicolas Werner | 2021-04-23 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of github.com:Nheko-Reborn/nheko into 0.8.2-RC | Nicolas Werner | 2021-04-23 | 1 | -27/+29 | |
|\ \ | ||||||
| * | | Translated using Weblate (French) | Weblate | 2021-04-22 | 1 | -27/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 98.1% (474 of 483 strings) Translated using Weblate (French) Currently translated at 98.1% (474 of 483 strings) Co-authored-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
* | | | Merge branch 'master' into 0.8.2-RC | Nicolas Werner | 2021-04-21 | 2 | -56/+59 | |
|\| | | ||||||
| * | | Translated using Weblate (Estonian) | Weblate | 2021-04-21 | 1 | -30/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (483 of 483 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 (Hungarian) | Weblate | 2021-04-20 | 1 | -26/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (483 of 483 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
* | | | Merge branch 'master' of github.com:Nheko-Reborn/nheko into 0.8.2-RC | Nicolas Werner | 2021-04-20 | 5 | -159/+2843 | |
|\| | | ||||||
| * | | Translated using Weblate (German) | Weblate | 2021-04-20 | 1 | -23/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (483 of 483 strings) Translated using Weblate (German) Currently translated at 100.0% (483 of 483 strings) Translated using Weblate (German) Currently translated at 100.0% (483 of 483 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Mr. X <shop.news@posteo.de> Co-authored-by: fnetX (aka fralix) <github@fralix.ovh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
| * | | Translated using Weblate (Hungarian) | Weblate | 2021-04-20 | 1 | -30/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 94.6% (457 of 483 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
| * | | Translated using Weblate (French) | Weblate | 2021-04-20 | 1 | -90/+90 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 93.5% (452 of 483 strings) Co-authored-by: Carl Schwan <carl@carlschwan.eu> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
| * | | Translated using Weblate (German) | Weblate | 2021-04-20 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (483 of 483 strings) Translated using Weblate (German) Currently translated at 100.0% (483 of 483 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: fnetX (aka fralix) <github@fralix.ovh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
| * | | Translated using Weblate (German) | Weblate | 2021-04-20 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.5% (481 of 483 strings) Translated using Weblate (German) Currently translated at 99.5% (481 of 483 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Konstantin Papesh <konstantin@papesh.at> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
| * | | Translated using Weblate (German) | Weblate | 2021-04-20 | 1 | -13/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.3% (480 of 483 strings) Translated using Weblate (German) Currently translated at 99.3% (480 of 483 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Konstantin Papesh <konstantin@papesh.at> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
| * | | Translated using Weblate (English) | Weblate | 2021-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (483 of 483 strings) Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | |||||
| * | | Added translation using Weblate (Spanish) | Weblate | 2021-04-19 | 1 | -0/+2679 | |
| | | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
* | | | Escape html in topics and show line breaks in the settings | Nicolas Werner | 2021-04-19 | 1 | -1/+2 | |
| | | | ||||||
* | | | Bump version to 0.8.2 | Joseph Donofry | 2021-04-18 | 1 | -0/+1 | |
| | | | ||||||
* | | | Update translations | Joseph Donofry | 2021-04-18 | 20 | -380/+360 | |
|/ / | ||||||
* | | Use one CompletionProxy for everything including EmojiPicker | Nicolas Werner | 2021-04-18 | 2 | -108/+53 | |
| | | ||||||
* | | Set a title for the room settings | Nicolas Werner | 2021-04-17 | 21 | -20/+121 | |
| | | ||||||
* | | Update translations | Nicolas Werner | 2021-04-17 | 23 | -1464/+4062 | |
| | | ||||||
* | | Fix cursor positioning on edits | Nicolas Werner | 2021-04-15 | 1 | -6/+16 | |
| | | | | | | | | fixes #502 | |||||
* | | Fix paste not overwriting selections | Nicolas Werner | 2021-04-15 | 1 | -0/+1 | |
| | | ||||||
* | | Set Dialog flag on Dialogs | Nicolas Werner | 2021-04-15 | 3 | -0/+6 | |
|/ | | | | Relates to #538 | |||||
* | Fix emoji picker getting cut off | Joseph Donofry | 2021-04-13 | 1 | -0/+1 | |
| | ||||||
* | Fix some TapHandler focus issues | Nicolas Werner | 2021-04-11 | 10 | -17/+29 | |
| | ||||||
* | Fix undefined warning | Nicolas Werner | 2021-04-09 | 1 | -1/+1 | |
| | ||||||
* | Fix download button | Nicolas Werner | 2021-04-04 | 1 | -5/+0 | |
| | ||||||
* | Merge pull request #540 from LorenDB/master | DeepBlueV7.X | 2021-03-31 | 2 | -15/+15 | |
|\ | | | | | Use qsTr() for strings | |||||
| * | Use qsTr() for strings | Loren Burkholder | 2021-03-31 | 2 | -15/+15 | |
| | | ||||||
* | | Remove delay when focusing quick switcher | Nicolas Werner | 2021-03-27 | 1 | -14/+1 | |
|/ | ||||||
* | Fix double click on video message | Nicolas Werner | 2021-03-27 | 1 | -38/+30 | |
| | ||||||
* | Merge pull request #536 from LorenDB/master | DeepBlueV7.X | 2021-03-26 | 1 | -3/+3 | |
|\ | | | | | Add a part command | |||||
| * | Use correct Qt version | Loren Burkholder | 2021-03-25 | 1 | -3/+3 | |
| | | ||||||
* | | Disable horizontal scrollbar in timeline | Nicolas Werner | 2021-03-26 | 1 | -0/+2 | |
|/ | | | | fixes #530 | |||||
* | Fix emoji picker appearing in wrong locations | Nicolas Werner | 2021-03-23 | 3 | -22/+17 | |
| | ||||||
* | Fix room settings opening twice on room title | Nicolas Werner | 2021-03-19 | 1 | -4/+0 | |
| | ||||||
* | Merge pull request #523 from Jedi18/master | DeepBlueV7.X | 2021-03-15 | 1 | -1/+1 | |
|\ | | | | | Fix windows video bug | |||||
| * | fix windows video bug | targetakhil | 2021-03-14 | 1 | -1/+1 | |
| | | ||||||
* | | Use native menus | Nicolas Werner | 2021-03-14 | 3 | -37/+38 | |
| | | ||||||
* | | Use readonly properties where possible | Nicolas Werner | 2021-03-14 | 3 | -5/+5 | |
|/ | ||||||
* | Fix room completions not showing label avatars | Nicolas Werner | 2021-03-14 | 1 | -0/+2 | |
| | | | | | When no image is set for a room, the room didn't have the first character in the avatar, when opening any completer, that showed it. | |||||
* | Fix qml license headers again | Nicolas Werner | 2021-03-14 | 51 | -0/+58 | |
| | ||||||
* | Remove background of quick switcher popup | Nicolas Werner | 2021-03-14 | 1 | -0/+1 | |
| | ||||||
* | Improve sorting and sizing of completions a bit | Nicolas Werner | 2021-03-14 | 51 | -116/+75 | |
| | ||||||
* | Fix text corruption from unrounded pixel height | Nicolas Werner | 2021-03-13 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 6 | -11/+240 | |
|\ | | | | | | | Jedi18-quickswitcher_qml | |||||
| * | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 2021-03-07 | 3 | -6/+12 | |
| | | | | | | | | function from inputbar | |||||
| * | changed bottomToTop to true and renamed textWidth to textHeight | Jedi18 | 2021-02-26 | 1 | -5/+5 | |
| | | ||||||
| * | remove old quick switcher | Jedi18 | 2021-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | added margins and ui changes for quickswitcher and completer | Jedi18 | 2021-02-24 | 2 | -11/+19 | |
| | | ||||||
| * | fix row content centering | Jedi18 | 2021-02-24 | 2 | -5/+11 | |
| | | ||||||
| * | fix matrixtextfield color and quickswitcher font size | Jedi18 | 2021-02-23 | 2 | -4/+5 | |
| | | ||||||
| * | add matrix text field | Jedi18 | 2021-02-23 | 4 | -13/+85 | |
| | | ||||||
| * | fix timeline focus | Jedi18 | 2021-02-23 | 1 | -0/+1 | |
| | | ||||||
| * | enter key now works, fix room highlighting and add overlay | Jedi18 | 2021-02-23 | 3 | -1/+16 | |
| | | ||||||
| * | selecting room in quickswitcher now works, added completionSelected signal | Jedi18 | 2021-02-22 | 2 | -2/+30 | |
| | | ||||||
| * | add room alias delegate, fix some quickswitcher ui problems | Jedi18 | 2021-02-22 | 3 | -8/+41 | |
| | | ||||||
| * | add quick switcher qml file and moved completerFor from inputbar to timeline ↵ | Jedi18 | 2021-02-21 | 4 | -1/+60 | |
| | | | | | | | | view class | |||||
* | | Translated using Weblate (German) | Weblate | 2021-03-11 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | Currently translated at 93.0% (426 of 458 strings) Co-authored-by: Konstantin Papesh <konstantin@papesh.at> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko |