Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix emoji update script | Nicolas Werner | 2021-01-23 | 3 | -97/+1701 |
| | |||||
* | Request unknown message indices | Nicolas Werner | 2021-01-23 | 5 | -10/+23 |
| | |||||
* | Merge pull request #395 from LorenDB/master | DeepBlueV7.X | 2021-01-23 | 5 | -3/+6 |
|\ | | | | | A few small things | ||||
| * | Use colors.mid for Completer border | Loren Burkholder | 2021-01-22 | 1 | -2/+1 |
| | | |||||
| * | Fix UserProfile's behavior in dark theme | Loren Burkholder | 2021-01-22 | 1 | -0/+1 |
| | | |||||
| * | Move profile item to System | Loren Burkholder | 2021-01-22 | 1 | -10/+1 |
| | | |||||
| * | Rename Provider_new.cpp to Provider.cpp | Loren Burkholder | 2021-01-21 | 2 | -1/+1 |
| | | | | | | | | It isn't new any more. | ||||
| * | Add border to Completer to distinguish it from the window | Loren Burkholder | 2021-01-21 | 1 | -2/+4 |
| | | |||||
| * | Add item for reporting whether profiles are used | Loren Burkholder | 2021-01-21 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #393 from LorenDB/mdCommands | DeepBlueV7.X | 2021-01-23 | 2 | -3/+16 |
|\ \ | | | | | | | Markdown setting override commands | ||||
| * | | Remove useless parentheses | DeepBlueV7.X | 2021-01-23 | 1 | -2/+2 |
| | | | |||||
| * | | Clarify how markdown is determined | Loren Burkholder | 2021-01-20 | 2 | -3/+3 |
| | | | |||||
| * | | Make lint | Loren Burkholder | 2021-01-20 | 2 | -6/+8 |
| | | | |||||
| * | | Add commands to override Markdown setting | Loren Burkholder | 2021-01-20 | 2 | -3/+14 |
| | | | |||||
* | | | Fix Qt < 5.14 compat | Nicolas Werner | 2021-01-23 | 1 | -1/+5 |
| | | | |||||
* | | | Persist hidden tags | Nicolas Werner | 2021-01-23 | 3 | -0/+22 |
| | | | |||||
* | | | Allow users to hide rooms with specific tags | Nicolas Werner | 2021-01-23 | 13 | -47/+160 |
| | | | |||||
* | | | Fix font tags showing up in playable media messages | Nicolas Werner | 2021-01-23 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #398 from Jedi18/master | DeepBlueV7.X | 2021-01-22 | 1 | -3/+4 |
|\ \ \ | | | | | | | | | Fix assert failure due to calling versionOk on a different thread | ||||
| * | | | Fix assert failure due to calling versionOk on a different thread | Jedi18 | 2021-01-22 | 1 | -3/+4 |
| | | | | |||||
* | | | | Added translation using Weblate (Malayalam) | Weblate | 2021-01-22 | 1 | -0/+2413 |
| | | | | | | | | | | | | | | | | Co-authored-by: vachan-maker <revsamtp@hotmail.com> | ||||
* | | | | Translated using Weblate (Hungarian) | Weblate | 2021-01-22 | 1 | -37/+41 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Currently translated at 32.6% (142 of 435 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 (Finnish) | Weblate | 2021-01-21 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 43.9% (191 of 435 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 | ||||
* | | | Fix tags | Nicolas Werner | 2021-01-22 | 2 | -17/+18 |
| | | | |||||
* | | | Properly skip device, if it has no keys | Nicolas Werner | 2021-01-21 | 1 | -0/+1 |
| | | | |||||
* | | | Move GNUInstallDirs after the project languages | Nicolas Werner | 2021-01-21 | 1 | -1/+2 |
| | | | |||||
* | | | Actually use stored size in splitter after restart | Nicolas Werner | 2021-01-21 | 1 | -3/+5 |
| |/ |/| | |||||
* | | Handle devices without keys | Nicolas Werner | 2021-01-21 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #388 from LorenDB/fixBorkedDbus | DeepBlueV7.X | 2021-01-21 | 2 | -41/+36 |
|\ | | | | | Keep DBUS from blocking | ||||
| * | Clean up notification watching a bit | Nicolas Werner | 2021-01-20 | 1 | -9/+4 |
| | | |||||
| * | Merge branch 'fixBorkedDbus' of https://github.com/LorenDB/nheko into ↵ | Nicolas Werner | 2021-01-20 | 2 | -38/+38 |
| |\ | | | | | | | | | | LorenDB-fixBorkedDbus | ||||
| | * | Fix crash | Loren Burkholder | 2021-01-20 | 1 | -1/+1 |
| | | | |||||
| | * | Fix error in assignment of image/text | Loren Burkholder | 2021-01-20 | 1 | -6/+6 |
| | | | |||||
| | * | Use deleteLater() instead of delete | Loren Burkholder | 2021-01-20 | 1 | -1/+2 |
| | | | |||||
| | * | Use async call in closeNotification | Loren Burkholder | 2021-01-20 | 1 | -18/+18 |
| | | | |||||
| | * | Make watcher a pointer so that it doesn't get destroyed too soon | Loren Burkholder | 2021-01-20 | 1 | -5/+6 |
| | | | |||||
| | * | make lint | Loren Burkholder | 2021-01-19 | 1 | -34/+37 |
| | | | |||||
| | * | Remove showNotification function | Loren Burkholder | 2021-01-19 | 2 | -13/+0 |
| | | | |||||
| | * | Use async call | Loren Burkholder | 2021-01-19 | 1 | -1/+1 |
| | | | |||||
| | * | Keep DBUS from blocking | Loren Burkholder | 2021-01-19 | 1 | -41/+49 |
| | | | |||||
* | | | Translated using Weblate (Hungarian) | Weblate | 2021-01-20 | 1 | -19/+19 |
|/ / | | | | | | | | | | | | | | | Currently translated at 24.1% (105 of 435 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 (Hungarian) | Weblate | 2021-01-20 | 1 | -39/+39 |
| | | | | | | | | | | | | | | | | Currently translated at 20.6% (90 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | ||||
* | | Bump version | Nicolas Werner | 2021-01-20 | 6 | -14/+16 |
| | | |||||
* | | Fix flickable direction for MessageInput | Nicolas Werner | 2021-01-20 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #387 from Nheko-Reborn/fix-appvecor-download | DeepBlueV7.X | 2021-01-20 | 1 | -1/+3 |
|\ \ | | | | | | | Download newer installer framework from mirror while official repos a… | ||||
| * | | Download newer installer framework from mirror while official repos are down | Nicolas Werner | 2021-01-20 | 1 | -1/+3 |
|/ / | |||||
* | | Simplify section handling a bit | Nicolas Werner | 2021-01-19 | 4 | -73/+49 |
| | | |||||
* | | Merge pull request #385 from trilene/master | DeepBlueV7.X | 2021-01-19 | 1 | -1/+10 |
|\ \ | |/ |/| | Support webcams that report [min,max] frame rates | ||||
| * | Support webcams that report [min,max] frame rates | trilene | 2021-01-19 | 1 | -1/+10 |
| | | |||||
* | | Translated using Weblate (Finnish) | Weblate | 2021-01-19 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | Currently translated at 42.7% (186 of 435 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 (Hungarian) | Weblate | 2021-01-19 | 1 | -21/+21 |
| | | | | | | | | | | | | | | | | Currently translated at 11.7% (51 of 435 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 (Estonian) | Weblate | 2021-01-19 | 1 | -26/+26 |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (435 of 435 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 persisting null relations | Nicolas Werner | 2021-01-19 | 1 | -12/+21 |
| | | |||||
* | | Add some missing things to changelog | Nicolas Werner | 2021-01-19 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #384 from trilene/master | DeepBlueV7.X | 2021-01-19 | 20 | -21/+21 |
|\| | | | | | Fix typo | ||||
| * | Fix typo | trilene | 2021-01-18 | 20 | -21/+21 |
|/ | |||||
* | Fix completer opening in wrong place after warning fix | Nicolas Werner | 2021-01-19 | 1 | -2/+2 |
| | |||||
* | Fix qml warnings | Nicolas Werner | 2021-01-19 | 2 | -15/+23 |
| | |||||
* | Fix presence unknown type warning | Nicolas Werner | 2021-01-19 | 2 | -10/+11 |
| | |||||
* | Update translations | Nicolas Werner | 2021-01-19 | 1 | -6/+1 |
| | |||||
* | Translated using Weblate (Estonian) | Weblate | 2021-01-18 | 1 | -5/+5 |
| | | | | | | | | Currently translated at 94.1% (416 of 442 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-01-18 | 1 | -3/+8 |
| | | | | | | | | Currently translated at 6.7% (30 of 442 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | ||||
* | Merge pull request #383 from jasikpark/patch-1 | DeepBlueV7.X | 2021-01-19 | 1 | -1/+1 |
|\ | | | | | Update `brew` install command | ||||
| * | Update `brew` install command | Caleb Jasik | 2021-01-18 | 1 | -1/+1 |
|/ | | | | | Brew has moved away from using the `brew cask` command, so either `brew install nheko` or `brew install --cask nheko` should probably be reccomended instead. They are trying to combine casks and formulas into the same commands, where you can specify `--formula` or `--cask` to get the old behavior. | ||||
* | update translations | Nicolas Werner | 2021-01-19 | 19 | -138/+178 |
| | |||||
* | Merge pull request #382 from LorenDB/master | DeepBlueV7.X | 2021-01-19 | 1 | -153/+112 |
|\ | | | | | Update Esperanto translation | ||||
| * | Update Esperanto translation | Loren Burkholder | 2021-01-18 | 1 | -153/+112 |
| | | |||||
* | | Fix mistakes in CHANGELOG | Nicolas Werner | 2021-01-18 | 1 | -2/+2 |
| | | |||||
* | | Update changelog for 0.8.0 | Nicolas Werner | 2021-01-18 | 1 | -1/+1 |
| | | |||||
* | | Update changelog for 0.8.0 | Nicolas Werner | 2021-01-18 | 1 | -0/+93 |
| | | |||||
* | | Improve hover stuff, needs HoverHandler for a proper fix | Nicolas Werner | 2021-01-18 | 2 | -8/+11 |
|/ | |||||
* | Fix placeholderTextColor not supported below Qt 5.12 | Nicolas Werner | 2021-01-18 | 1 | -1/+8 |
| | |||||
* | Fix kick translation | Nicolas Werner | 2021-01-18 | 20 | -1230/+506 |
| | |||||
* | Fix more anchors.centerIn | Nicolas Werner | 2021-01-18 | 3 | -4/+15 |
| | |||||
* | Translated using Weblate (Estonian) | Weblate | 2021-01-17 | 1 | -43/+41 |
| | | | | | | | | Currently translated at 92.9% (411 of 442 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 | ||||
* | Remove unused stuff in profile | Nicolas Werner | 2021-01-18 | 1 | -8/+0 |
| | |||||
* | Merge pull request #378 from LorenDB/readReceipts | DeepBlueV7.X | 2021-01-17 | 3 | -32/+24 |
|\ | | | | | Display read receipts when read indicator is clicked | ||||
| * | Only use a pointing hand if there is something to click on | Loren Burkholder | 2021-01-16 | 2 | -0/+2 |
| | | |||||
| * | Fix warning messages about null image path | Loren Burkholder | 2021-01-16 | 1 | -1/+1 |
| | | |||||
| * | Fix tooltips | Loren Burkholder | 2021-01-16 | 1 | -1/+1 |
| | | |||||
| * | Simplify source URL construction | Loren Burkholder | 2021-01-16 | 1 | -6/+1 |
| | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
| * | Remove unnecessary properties; simplify hover code | Loren Burkholder | 2021-01-16 | 2 | -16/+5 |
| | | |||||
| * | Use an ImageButton for the StatusIndicator | Loren Burkholder | 2021-01-16 | 2 | -32/+31 |
| | | | | | | | | Incidentally, this allows ImageButtons to not change color. | ||||
| * | Display read receipts when read indicator is clicked | Loren Burkholder | 2021-01-15 | 2 | -0/+7 |
| | | |||||
* | | Translated using Weblate (Hungarian) | Weblate | 2021-01-17 | 1 | -27/+27 |
| | | | | | | | | | | | | | | | | Currently translated at 6.1% (27 of 442 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | ||||
* | | Added translation using Weblate (Hungarian) | Weblate | 2021-01-17 | 1 | -0/+2451 |
| | | | | | | | | Co-authored-by: maxigaz <maxigaz@protonmail.com> | ||||
* | | Translated using Weblate (French) | Weblate | 2021-01-16 | 1 | -117/+117 |
| | | | | | | | | | | | | | | | | Currently translated at 97.2% (430 of 442 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | ||||
* | | Fix crash with ScrollView | Nicolas Werner | 2021-01-17 | 6 | -45/+78 |
| | | |||||
* | | Merge pull request #379 from LorenDB/fixTypo | DeepBlueV7.X | 2021-01-16 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo in README.md | ||||
| * | | Fix typo | Loren Burkholder | 2021-01-16 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #380 from trilene/master | DeepBlueV7.X | 2021-01-16 | 1 | -1/+1 |
|\ \ | | | | | | | Translation fix | ||||
| * | | Translation fix | trilene | 2021-01-16 | 1 | -1/+1 |
|/ / | |||||
* | | Make read markers a bit less confusing | Nicolas Werner | 2021-01-16 | 2 | -5/+6 |
| | | |||||
* | | Translated using Weblate (Italian) | Weblate | 2021-01-15 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 58.1% (257 of 442 strings) Translated using Weblate (Italian) Currently translated at 58.1% (257 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> 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 (Swedish) | Weblate | 2021-01-15 | 1 | -298/+312 |
| | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (442 of 442 strings) Co-authored-by: Emilie <em@nao.sh> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/sv/ Translation: Nheko/nheko | ||||
* | | Translated using Weblate (Chinese (Simplified)) | Weblate | 2021-01-15 | 1 | -38/+38 |
| | | | | | | | | | | | | | | | | Currently translated at 31.6% (140 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko | ||||
* | | Translated using Weblate (Romanian) | Weblate | 2021-01-15 | 1 | -206/+208 |
| | | | | | | | | | | | | | | | | Currently translated at 60.1% (266 of 442 strings) Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ro/ Translation: Nheko/nheko | ||||
* | | Translated using Weblate (Russian) | Weblate | 2021-01-15 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 85.0% (376 of 442 strings) Translated using Weblate (Russian) Currently translated at 85.0% (376 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Libre Hacker <librehacker@snopyta.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko | ||||
* | | Translated using Weblate (Polish) | Weblate | 2021-01-15 | 1 | -31/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 44.3% (196 of 442 strings) Translated using Weblate (Polish) Currently translated at 44.3% (196 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko | ||||
* | | Merge pull request #377 from LorenDB/master | DeepBlueV7.X | 2021-01-16 | 4 | -468/+0 |
|\| | | | | | Remove unused stuff | ||||
| * | Remove unused file | Loren Burkholder | 2021-01-15 | 2 | -386/+0 |
| | | |||||
| * | Remove UserItem class | Loren Burkholder | 2021-01-15 | 2 | -82/+0 |
| | | |||||
* | | Translated using Weblate (Polish) | Weblate | 2021-01-15 | 1 | -44/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 37.5% (166 of 442 strings) Translated using Weblate (Polish) Currently translated at 37.5% (166 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Weblate <noreply@weblate.org> 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 (Polish) | Weblate | 2021-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Currently translated at 27.6% (122 of 442 strings) 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 (Polish) | Weblate | 2021-01-15 | 1 | -24/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 27.3% (121 of 442 strings) Translated using Weblate (Polish) Currently translated at 27.3% (121 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Weblate <noreply@weblate.org> 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 (Polish) | Weblate | 2021-01-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 22.1% (98 of 442 strings) Translated using Weblate (Polish) Currently translated at 22.1% (98 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Weblate <noreply@weblate.org> 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 (Polish) | Weblate | 2021-01-15 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Currently translated at 21.7% (96 of 442 strings) 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 (Romanian) | Weblate | 2021-01-15 | 1 | -37/+41 |
| | | | | | | | | | | | | | | | | Currently translated at 14.9% (66 of 442 strings) Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ro/ Translation: Nheko/nheko | ||||
* | | Translated using Weblate (Romanian) | Weblate | 2021-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Currently translated at 6.5% (29 of 442 strings) Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ro/ Translation: Nheko/nheko | ||||
* | | Translated using Weblate (Romanian) | Weblate | 2021-01-15 | 1 | -28/+28 |
|/ | | | | | | | | Currently translated at 6.3% (28 of 442 strings) Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ro/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (Swedish) | Weblate | 2021-01-15 | 1 | -146/+146 |
| | | | | | | | | Currently translated at 33.7% (149 of 442 strings) Co-authored-by: Emilie <em@nao.sh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/sv/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (Swedish) | Weblate | 2021-01-15 | 1 | -3/+3 |
| | | | | | | | | Currently translated at 0.6% (3 of 442 strings) Co-authored-by: Emilie <em@nao.sh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/sv/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (German) | Weblate | 2021-01-15 | 1 | -1/+1 |
| | | | | | | | | Currently translated at 100.0% (442 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | ||||
* | Update translations | Nicolas Werner | 2021-01-15 | 1 | -2/+9 |
| | |||||
* | Translated using Weblate (English) | Weblate | 2021-01-15 | 1 | -9/+0 |
| | | | | | | | | Currently translated at 97.9% (433 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | ||||
* | Translated using Weblate (German) | Weblate | 2021-01-15 | 1 | -6/+6 |
| | | | | | | | | | | | | | | Currently translated at 95.2% (421 of 442 strings) Translated using Weblate (German) Currently translated at 95.2% (421 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Mr. X <shop.news@posteo.de> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | ||||
* | Update German translation | Nicolas Werner | 2021-01-15 | 1 | -28/+30 |
| | |||||
* | Update German translation | Nicolas Werner | 2021-01-15 | 1 | -47/+53 |
| | |||||
* | Update German translation | Nicolas Werner | 2021-01-15 | 19 | -129/+129 |
| | |||||
* | Update translations | Nicolas Werner | 2021-01-15 | 21 | -1907/+4733 |
| | |||||
* | Merge branch 'flatpak-voip' into 'master' | Nicolas Werner | 2021-01-14 | 1 | -1/+69 |
|\ | | | | | | | | | Build gstreamer 1.18.3 in flatpak See merge request nheko-reborn/nheko!5 | ||||
| * | Build gstreamer 1.18.3 in flatpak | Nicolas Werner | 2021-01-15 | 1 | -1/+69 |
| | | |||||
* | | Merge pull request #374 from trilene/master | DeepBlueV7.X | 2021-01-15 | 5 | -3/+205 |
|\ \ | |/ |/| | Add call invite screen for mobile | ||||
| * | Finesse mobile call invite screen | trilene | 2021-01-13 | 1 | -28/+37 |
| | | |||||
| * | Fix spurious call invite timeout | trilene | 2021-01-12 | 1 | -2/+3 |
| | | |||||
| * | Add call invite screen for mobile | trilene | 2021-01-12 | 4 | -1/+193 |
| | | |||||
* | | Update mtxclient with more explicit session backup errors | Nicolas Werner | 2021-01-14 | 2 | -2/+2 |
| | | | | | | | | fixes #371 | ||||
* | | Don't start in tray, if only minimize to tray is enabled | Nicolas Werner | 2021-01-14 | 1 | -1/+1 |
| | | | | | | | | fixes #375 | ||||
* | | Allow more font sizes to be selected | Nicolas Werner | 2021-01-13 | 1 | -1/+1 |
| | | | | | | | | fixes #367 | ||||
* | | Fix attribute warnings | Nicolas Werner | 2021-01-12 | 1 | -1/+1 |
| | | |||||
* | | Don't use centerIn on popup on Qt < 5.12 | Nicolas Werner | 2021-01-12 | 1 | -1/+7 |
|/ | |||||
* | Use minimum required versions for qml imports | Nicolas Werner | 2021-01-12 | 10 | -10/+10 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 41 | -84/+78 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Make it easier to understand, what button to click for verification from profile | Nicolas Werner | 2021-01-12 | 5 | -10/+41 |
| | |||||
* | Make device verification request dialogs easier to understand. | Nicolas Werner | 2021-01-12 | 3 | -2/+31 |
| | |||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 41 | -78/+84 |
| | |||||
* | Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko | Joseph Donofry | 2021-01-11 | 8 | -22/+49 |
|\ | |||||
| * | Merge pull request #373 from Nheko-Reborn/misc-fixes | DeepBlueV7.X | 2021-01-12 | 8 | -22/+49 |
| |\ | | | | | | | Misc fixes | ||||
| | * | Fix timeline becoming corrupted on backfill | Nicolas Werner | 2021-01-12 | 5 | -16/+37 |
| | | | | | | | | | | | | Fixes #273 | ||||
| | * | Allow joins via other servers from a matrix: uri | Nicolas Werner | 2021-01-11 | 5 | -8/+14 |
| | | | |||||
* | | | Add ripple to completer | Joseph Donofry | 2021-01-11 | 1 | -0/+9 |
| | | | |||||
* | | | Clean up Avatar click event handling | Joseph Donofry | 2021-01-11 | 8 | -15/+19 |
|/ / | |||||
* | | Forgot to save res.qrc | Joseph Donofry | 2021-01-11 | 1 | -3/+0 |
| | | |||||
* | | Merge master and fix conflicts | Joseph Donofry | 2021-01-11 | 44 | -684/+1038 |
|\| | |||||
| * | Merge pull request #372 from deepbluev7/fix-pr-CI | DeepBlueV7.X | 2021-01-11 | 1 | -4/+4 |
| |\ | | | | | | | Fix branch name in PRs | ||||
| | * | Fix branch name in PRs | Nicolas Werner | 2021-01-11 | 1 | -4/+4 |
| |/ | |||||
| * | Merge pull request #370 from Nheko-Reborn/matrix-scheme | DeepBlueV7.X | 2021-01-10 | 7 | -17/+216 |
| |\ | | | | | | | Handle matrix scheme | ||||
| | * | Handle matrix scheme | Nicolas Werner | 2021-01-10 | 7 | -17/+216 |
| | | | | | | | | | | | | | | | | | | Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312 | ||||
| * | | Merge pull request #369 from trilene/master | DeepBlueV7.X | 2021-01-10 | 1 | -1/+3 |
| |\ \ | | |/ | |/| | Fix call invite declined on another device | ||||
| | * | Fix call invite declined on another device | trilene | 2021-01-10 | 1 | -1/+3 |
| |/ | |||||
| * | Fix some nulls in relations | Nicolas Werner | 2021-01-08 | 1 | -7/+6 |
| | | |||||
| * | Bump gstreamer requirement | Nicolas Werner | 2021-01-07 | 1 | -7/+3 |
| | | |||||
| * | Merge pull request #356 from trilene/call-dialogs-qml | DeepBlueV7.X | 2021-01-07 | 25 | -589/+624 |
| |\ | | | | | | | Port call dialogs to Qml | ||||
| | * | Fix device discovery under GStreamer 1.16 | trilene | 2021-01-07 | 4 | -0/+4 |
| | | | |||||
| | * | Color and icon button spacing fixes | trilene | 2021-01-07 | 4 | -47/+18 |
| | | | |||||
| | * | Fix call answered on another device | trilene | 2021-01-07 | 2 | -6/+14 |
| | | | |||||
| | * | Fix Qml control colors | trilene | 2021-01-07 | 8 | -109/+153 |
| | | | |||||
| | * | Fix previous commit | trilene | 2021-01-07 | 2 | -3/+3 |
| | | | |||||
| | * | Set Label text color explicitly | trilene | 2021-01-07 | 3 | -0/+5 |
| | | | |||||
| | * | Finesse PlaceCall dialog | trilene | 2021-01-07 | 1 | -32/+38 |
| | | | |||||
| | * | Add missing translation marks | trilene | 2021-01-07 | 2 | -9/+9 |
| | | | |||||
| | * | Add devices dialog to CallInviteBar | trilene | 2021-01-07 | 3 | -1/+118 |
| | | | |||||
| | * | Add device combos to PlaceCall dialog | trilene | 2021-01-07 | 1 | -16/+47 |
| | | | |||||
| | * | Use Layout margins | trilene | 2021-01-07 | 2 | -2/+6 |
| | | | |||||
| | * | Port PlaceCall dialog to Qml | trilene | 2021-01-07 | 10 | -227/+131 |
| | | | |||||
| | * | Fix one-way video calls | trilene | 2021-01-07 | 4 | -2/+27 |
| | | | |||||
| | * | Make call invites less intrusive | trilene | 2021-01-07 | 13 | -253/+204 |
| | | | |||||
| | * | Move call-related properties to CallManager | trilene | 2021-01-07 | 8 | -105/+70 |
| |/ | |||||
| * | Fix notification reply build on other platforms | Nicolas Werner | 2021-01-07 | 2 | -0/+6 |
| | | |||||
| * | Allow inline replies from notifications on linux | Nicolas Werner | 2021-01-07 | 6 | -11/+58 |
| | | |||||
| * | Explicitly mention, if call support is enabled at build time | Nicolas Werner | 2021-01-06 | 1 | -0/+9 |
| | | | | | | | | fixes #366 | ||||
| * | Merge branch 'macos-ci-fix' into 'master' | Nicolas Werner | 2021-01-06 | 5 | -16/+7 |
| |\ | | | | | | | | | | | | | Macos ci fix See merge request nheko-reborn/nheko!3 | ||||
| | * | Remove sodium from flatpak | Nicolas Werner | 2021-01-06 | 1 | -10/+0 |
| | | | |||||
| | * | Remove useless capture | Nicolas Werner | 2021-01-06 | 1 | -1/+1 |
| | | | |||||
| | * | Fix shadowing in LoginPage.cpp | Nicolas Werner | 2021-01-06 | 1 | -3/+3 |
| | | | |||||
| | * | Force override macos deps in CI | Nicolas Werner | 2021-01-06 | 2 | -2/+3 |
| | | | |||||
| * | | Merge pull request #365 from Nheko-Reborn/typing | DeepBlueV7.X | 2021-01-05 | 5 | -34/+75 |
| |\| | | | | | | | Typing flickering fixes | ||||
| | * | Fix typing notifications flickering sometimes | Nicolas Werner | 2021-01-05 | 4 | -34/+66 |
| | | | |||||
| | * | Fix user status that got lost at some point | Nicolas Werner | 2021-01-04 | 1 | -0/+9 |
| |/ | |||||
| * | lint | Nicolas Werner | 2021-01-01 | 1 | -5/+5 |
| | | |||||
| * | Merge pull request #364 from d42/d42/find-sso-flow | DeepBlueV7.X | 2021-01-01 | 1 | -4/+8 |
| |\ | | | | | | | Try to find SSO flow in all of the server flows | ||||
| | * | rename login_method -> loginMethod to fit the Nheko coding style | d42 | 2020-12-31 | 1 | -3/+3 |
| | | | |||||
| | * | find sso flow in all of the flows | d42 | 2020-12-31 | 1 | -4/+8 |
| |/ | |||||
| * | Merge pull request #363 from trilene/master | DeepBlueV7.X | 2020-12-31 | 1 | -1/+9 |
| |\ | | | | | | | Add Fedora build requirements to README | ||||
| | * | Add Fedora build requirements to README | trilene | 2020-12-30 | 1 | -1/+9 |
| |/ | |||||
| * | Merge pull request #361 from Nheko-Reborn/keychain-in-flatpak | DeepBlueV7.X | 2020-12-29 | 2 | -1/+4 |
| |\ | | | | | | | Link keychain in flatpak statically | ||||
| | * | Fix missing include on Windows | Nicolas Werner | 2020-12-28 | 1 | -0/+2 |
| | | | |||||
| | * | Link keychain in flatpak statically | Nicolas Werner | 2020-12-28 | 1 | -1/+2 |
| |/ | |||||
* / | Add Ripple effects to qml buttons and avatar | Joseph Donofry | 2021-01-11 | 5 | -0/+194 |
|/ | |||||
* | Merge branch 'ci-cleanups-and-experiments' into 'master' | Nicolas Werner | 2020-12-27 | 8 | -132/+242 |
|\ | | | | | | | | | Remove travis and build appimages on gitlab See merge request nheko-reborn/nheko!2 | ||||
| * | Fix #359 | Nicolas Werner | 2020-12-27 | 5 | -22/+53 |
| | | | | | | | | Actually store the login details under the selected profile | ||||
| * | Expose appimage | Nicolas Werner | 2020-12-26 | 1 | -1/+2 |
| | | |||||
| * | Remove travis | Nicolas Werner | 2020-12-26 | 1 | -99/+0 |
| | | |||||
| * | Upload appimage to matrix | Nicolas Werner | 2020-12-26 | 1 | -1/+3 |
| | | |||||
| * | Fixup library paths | Nicolas Werner | 2020-12-26 | 1 | -341/+78 |
| | | |||||
| * | AppImages in gitlab | Nicolas Werner | 2020-12-26 | 2 | -0/+435 |
| | | |||||
| * | lint | Nicolas Werner | 2020-12-25 | 2 | -17/+20 |
|/ | |||||
* | Remove s3 upload for nightlies | Nicolas Werner | 2020-12-25 | 1 | -7/+0 |
| | |||||
* | Merge pull request #358 from Nheko-Reborn/windows-fixes | DeepBlueV7.X | 2020-12-25 | 19 | -107/+138 |
|\ | | | | | Windows fixes | ||||
| * | lint | Nicolas Werner | 2020-12-25 | 6 | -15/+25 |
| | | |||||
| * | Use vs2019 for CI | Nicolas Werner | 2020-12-25 | 3 | -54/+74 |
| | | |||||
| * | Fix some compiler warnings | Nicolas Werner | 2020-12-25 | 17 | -50/+51 |
| | | |||||
* | | Merge pull request #323 from LorenDB/newProfile | DeepBlueV7.X | 2020-12-25 | 21 | -374/+654 |
|\ \ | |/ |/| | Set up new method of using profiles | ||||
| * | Remove unused variable | Loren Burkholder | 2020-12-24 | 1 | -1/+0 |
| | | |||||
| * | Switch profile code to a more flexible method | LorenDB | 2020-12-24 | 21 | -373/+654 |
|/ | | | | This introduces a new version of SingleApplication as well. | ||||
* | Merge pull request #357 from LorenDB/qkchdocs | DeepBlueV7.X | 2020-12-20 | 1 | -5/+8 |
|\ | | | | | Add qtkeychain to install lists | ||||
| * | Add qtkeychain to dependency installs | Loren Burkholder | 2020-12-19 | 1 | -5/+8 |
| | | |||||
* | | Translated using Weblate (Estonian) | Weblate | 2020-12-19 | 1 | -1/+1 |
|/ | | | | | | | | Currently translated at 100.0% (412 of 412 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 | ||||
* | Merge pull request #355 from Nheko-Reborn/ssss | DeepBlueV7.X | 2020-12-18 | 17 | -79/+736 |
|\ | | | | | Cross-signing with self and user signing keys | ||||
| * | Fix unused capture | Nicolas Werner | 2020-12-18 | 1 | -1/+1 |
| | | |||||
| * | Another shadowed variable | Nicolas Werner | 2020-12-18 | 1 | -3/+4 |
| | | |||||
| * | Fix some shadow warnings | Nicolas Werner | 2020-12-18 | 1 | -20/+20 |
| | | |||||
| * | Update deps for keychain | Nicolas Werner | 2020-12-18 | 4 | -6/+51 |
| | | |||||
| * | Add download keys from secret storage | Nicolas Werner | 2020-12-18 | 4 | -1/+131 |
| | | |||||
| * | Request secrets after verification | Nicolas Werner | 2020-12-17 | 2 | -52/+61 |
| | | |||||
| * | Upload cross-signing signatures after verification | Nicolas Werner | 2020-12-17 | 1 | -2/+57 |
| | | |||||
| * | Store secrets in keychain | Nicolas Werner | 2020-12-16 | 11 | -12/+320 |
| | | |||||
| * | Fix black cat emoji | Nicolas Werner | 2020-12-15 | 1 | -2/+3 |
| | | |||||
| * | Fix crash when we don't have device keys cached | Nicolas Werner | 2020-12-15 | 1 | -5/+7 |
| | | |||||
| * | Clean up encrypted message handling | Nicolas Werner | 2020-12-15 | 1 | -52/+54 |
| | | |||||
| * | Send SSSS requests | Nicolas Werner | 2020-12-15 | 3 | -0/+104 |
| | | |||||
* | | Translated using Weblate (Finnish) | Weblate | 2020-12-17 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Currently translated at 54.3% (224 of 412 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 | ||||
* | | Fix scrolling the room list using touch | Nicolas Werner | 2020-12-15 | 2 | -22/+24 |
|/ | |||||
* | Background color for code and don't collapse space in timeline | Nicolas Werner | 2020-12-14 | 2 | -7/+8 |
| | |||||
* | React with arbitrary strings via /react | Nicolas Werner | 2020-12-13 | 1 | -0/+6 |
| | |||||
* | Don't overflow room name | Nicolas Werner | 2020-12-13 | 1 | -0/+2 |
| | |||||
* | Don't sync db on every sync | Nicolas Werner | 2020-12-13 | 1 | -1/+1 |
| | | | | | | | | This fixes some lag, when Nheko is running, which could affect Nheko and even other applications by excessively calling fsync. This should be fine, since all filesystems seem to guarantee order and in most cases, the modified pages are still written. In the worst case we should only lose the last /sync results or similar. | ||||
* | Remove some travis builds | Nicolas Werner | 2020-12-13 | 1 | -71/+0 |
| | |||||
* | Start addressing gstreamer deps on macos ci build | Joseph Donofry | 2020-12-08 | 1 | -1/+6 |
| | |||||
* | Change pip to pip3 | Joseph Donofry | 2020-12-08 | 1 | -1/+1 |
| | |||||
* | Add dmgbuild to macos build | Joseph Donofry | 2020-12-08 | 1 | -0/+1 |
| | |||||
* | More MacOS CI Updates | Joseph Donofry | 2020-12-08 | 2 | -6/+8 |
| | |||||
* | Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko | Joseph Donofry | 2020-12-08 | 4 | -6/+10 |
|\ | |||||
| * | Merge pull request #352 from Nheko-Reborn/lint | DeepBlueV7.X | 2020-12-08 | 4 | -6/+10 |
| |\ | | | | | | | lint | ||||
| | * | Update Readme CI link | Nicolas Werner | 2020-12-08 | 1 | -1/+1 |
| | | | |||||
| | * | lint | Nicolas Werner | 2020-12-08 | 4 | -5/+9 |
| | | | |||||
* | | | Add VERSION to macos build | Joseph Donofry | 2020-12-08 | 1 | -0/+1 |
|/ / | |||||
* / | Add DMG build to Gitlab CI | Joseph Donofry | 2020-12-08 | 1 | -0/+7 |
|/ | |||||
* | Merge branch 'gitlab-ci' into 'master' | Nicolas Werner | 2020-12-08 | 8 | -6/+160 |
|\ | | | | | | | | | Update .gitlab-ci.yml See merge request nheko-reborn/nheko!1 | ||||
| * | Update ci flatpak sdk | Nicolas Werner | 2020-11-27 | 1 | -4/+4 |
| | | |||||
| * | Add gitlab ci | Nicolas Werner | 2020-11-27 | 8 | -6/+160 |
| | | |||||
* | | Merge pull request #349 from LorenDB/iconFromTheme | DeepBlueV7.X | 2020-12-04 | 2 | -3/+2 |
|\ \ | | | | | | | Use system icon where applicable | ||||
| * | | Use system icon where applicable | Loren Burkholder | 2020-12-03 | 2 | -3/+2 |
| | | | |||||
* | | | Merge pull request #350 from Kirillpt/russian-translate | DeepBlueV7.X | 2020-12-03 | 18 | -577/+564 |
|\ \ \ | | | | | | | | | update russian translate | ||||
| * | | | update russian translate | kirillpt | 2020-12-03 | 18 | -577/+564 |
|/ / / | |||||
* | | | Merge pull request #348 from trilene/master | DeepBlueV7.X | 2020-11-30 | 1 | -0/+8 |
|\ \ \ | | | | | | | | | Add GStreamer requirements to README | ||||
| * | | | List needed gstreamer plugins explicitly | trilene | 2020-11-30 | 1 | -2/+5 |
| | | | | |||||
| * | | | Add GStreamer requirements to README | trilene | 2020-11-30 | 1 | -0/+5 |
| | | | | |||||
* | | | | Improve Register page (#346) | Kirillpt | 2020-11-30 | 25 | -522/+647 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add username error label, add word wrapping for error labels * make lint * last commits * remove font, and remove some lambdas * add QRegularExpression for regex * improve review things * add isModified() for checkFields() * add check isModified() for all fields in checkFields * Update src/RegisterPage.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * remove emit call for showError Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | | | | Merge pull request #347 from kamathmanu/avatarFullViewSupport | DeepBlueV7.X | 2020-11-30 | 2 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | Add support for viewing avatar images in full size |