summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix emoji update scriptNicolas Werner2021-01-233-97/+1701
|
* Request unknown message indicesNicolas Werner2021-01-235-10/+23
|
* Merge pull request #395 from LorenDB/masterDeepBlueV7.X2021-01-235-3/+6
|\ | | | | A few small things
| * Use colors.mid for Completer borderLoren Burkholder2021-01-221-2/+1
| |
| * Fix UserProfile's behavior in dark themeLoren Burkholder2021-01-221-0/+1
| |
| * Move profile item to SystemLoren Burkholder2021-01-221-10/+1
| |
| * Rename Provider_new.cpp to Provider.cppLoren Burkholder2021-01-212-1/+1
| | | | | | | | It isn't new any more.
| * Add border to Completer to distinguish it from the windowLoren Burkholder2021-01-211-2/+4
| |
| * Add item for reporting whether profiles are usedLoren Burkholder2021-01-211-0/+10
| |
* | Merge pull request #393 from LorenDB/mdCommandsDeepBlueV7.X2021-01-232-3/+16
|\ \ | | | | | | Markdown setting override commands
| * | Remove useless parenthesesDeepBlueV7.X2021-01-231-2/+2
| | |
| * | Clarify how markdown is determinedLoren Burkholder2021-01-202-3/+3
| | |
| * | Make lintLoren Burkholder2021-01-202-6/+8
| | |
| * | Add commands to override Markdown settingLoren Burkholder2021-01-202-3/+14
| | |
* | | Fix Qt < 5.14 compatNicolas Werner2021-01-231-1/+5
| | |
* | | Persist hidden tagsNicolas Werner2021-01-233-0/+22
| | |
* | | Allow users to hide rooms with specific tagsNicolas Werner2021-01-2313-47/+160
| | |
* | | Fix font tags showing up in playable media messagesNicolas Werner2021-01-232-2/+2
| | |
* | | Merge pull request #398 from Jedi18/masterDeepBlueV7.X2021-01-221-3/+4
|\ \ \ | | | | | | | | Fix assert failure due to calling versionOk on a different thread
| * | | Fix assert failure due to calling versionOk on a different threadJedi182021-01-221-3/+4
| | | |
* | | | Added translation using Weblate (Malayalam)Weblate2021-01-221-0/+2413
| | | | | | | | | | | | | | | | Co-authored-by: vachan-maker <revsamtp@hotmail.com>
* | | | Translated using Weblate (Hungarian)Weblate2021-01-221-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)Weblate2021-01-211-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 tagsNicolas Werner2021-01-222-17/+18
| | |
* | | Properly skip device, if it has no keysNicolas Werner2021-01-211-0/+1
| | |
* | | Move GNUInstallDirs after the project languagesNicolas Werner2021-01-211-1/+2
| | |
* | | Actually use stored size in splitter after restartNicolas Werner2021-01-211-3/+5
| |/ |/|
* | Handle devices without keysNicolas Werner2021-01-211-0/+6
|/
* Merge pull request #388 from LorenDB/fixBorkedDbusDeepBlueV7.X2021-01-212-41/+36
|\ | | | | Keep DBUS from blocking
| * Clean up notification watching a bitNicolas Werner2021-01-201-9/+4
| |
| * Merge branch 'fixBorkedDbus' of https://github.com/LorenDB/nheko into ↵Nicolas Werner2021-01-202-38/+38
| |\ | | | | | | | | | LorenDB-fixBorkedDbus
| | * Fix crashLoren Burkholder2021-01-201-1/+1
| | |
| | * Fix error in assignment of image/textLoren Burkholder2021-01-201-6/+6
| | |
| | * Use deleteLater() instead of deleteLoren Burkholder2021-01-201-1/+2
| | |
| | * Use async call in closeNotificationLoren Burkholder2021-01-201-18/+18
| | |
| | * Make watcher a pointer so that it doesn't get destroyed too soonLoren Burkholder2021-01-201-5/+6
| | |
| | * make lintLoren Burkholder2021-01-191-34/+37
| | |
| | * Remove showNotification functionLoren Burkholder2021-01-192-13/+0
| | |
| | * Use async callLoren Burkholder2021-01-191-1/+1
| | |
| | * Keep DBUS from blockingLoren Burkholder2021-01-191-41/+49
| | |
* | | Translated using Weblate (Hungarian)Weblate2021-01-201-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)Weblate2021-01-201-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 versionNicolas Werner2021-01-206-14/+16
| |
* | Fix flickable direction for MessageInputNicolas Werner2021-01-201-0/+1
| |
* | Merge pull request #387 from Nheko-Reborn/fix-appvecor-downloadDeepBlueV7.X2021-01-201-1/+3
|\ \ | | | | | | Download newer installer framework from mirror while official repos a…
| * | Download newer installer framework from mirror while official repos are downNicolas Werner2021-01-201-1/+3
|/ /
* | Simplify section handling a bitNicolas Werner2021-01-194-73/+49
| |
* | Merge pull request #385 from trilene/masterDeepBlueV7.X2021-01-191-1/+10
|\ \ | |/ |/| Support webcams that report [min,max] frame rates
| * Support webcams that report [min,max] frame ratestrilene2021-01-191-1/+10
| |
* | Translated using Weblate (Finnish)Weblate2021-01-191-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)Weblate2021-01-191-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)Weblate2021-01-191-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 relationsNicolas Werner2021-01-191-12/+21
| |
* | Add some missing things to changelogNicolas Werner2021-01-191-2/+3
| |
* | Merge pull request #384 from trilene/masterDeepBlueV7.X2021-01-1920-21/+21
|\| | | | | Fix typo
| * Fix typotrilene2021-01-1820-21/+21
|/
* Fix completer opening in wrong place after warning fixNicolas Werner2021-01-191-2/+2
|
* Fix qml warningsNicolas Werner2021-01-192-15/+23
|
* Fix presence unknown type warningNicolas Werner2021-01-192-10/+11
|
* Update translationsNicolas Werner2021-01-191-6/+1
|
* Translated using Weblate (Estonian)Weblate2021-01-181-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)Weblate2021-01-181-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-1DeepBlueV7.X2021-01-191-1/+1
|\ | | | | Update `brew` install command
| * Update `brew` install commandCaleb Jasik2021-01-181-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 translationsNicolas Werner2021-01-1919-138/+178
|
* Merge pull request #382 from LorenDB/masterDeepBlueV7.X2021-01-191-153/+112
|\ | | | | Update Esperanto translation
| * Update Esperanto translationLoren Burkholder2021-01-181-153/+112
| |
* | Fix mistakes in CHANGELOGNicolas Werner2021-01-181-2/+2
| |
* | Update changelog for 0.8.0Nicolas Werner2021-01-181-1/+1
| |
* | Update changelog for 0.8.0Nicolas Werner2021-01-181-0/+93
| |
* | Improve hover stuff, needs HoverHandler for a proper fixNicolas Werner2021-01-182-8/+11
|/
* Fix placeholderTextColor not supported below Qt 5.12Nicolas Werner2021-01-181-1/+8
|
* Fix kick translationNicolas Werner2021-01-1820-1230/+506
|
* Fix more anchors.centerInNicolas Werner2021-01-183-4/+15
|
* Translated using Weblate (Estonian)Weblate2021-01-171-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 profileNicolas Werner2021-01-181-8/+0
|
* Merge pull request #378 from LorenDB/readReceiptsDeepBlueV7.X2021-01-173-32/+24
|\ | | | | Display read receipts when read indicator is clicked
| * Only use a pointing hand if there is something to click onLoren Burkholder2021-01-162-0/+2
| |
| * Fix warning messages about null image pathLoren Burkholder2021-01-161-1/+1
| |
| * Fix tooltipsLoren Burkholder2021-01-161-1/+1
| |
| * Simplify source URL constructionLoren Burkholder2021-01-161-6/+1
| | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * Remove unnecessary properties; simplify hover codeLoren Burkholder2021-01-162-16/+5
| |
| * Use an ImageButton for the StatusIndicatorLoren Burkholder2021-01-162-32/+31
| | | | | | | | Incidentally, this allows ImageButtons to not change color.
| * Display read receipts when read indicator is clickedLoren Burkholder2021-01-152-0/+7
| |
* | Translated using Weblate (Hungarian)Weblate2021-01-171-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)Weblate2021-01-171-0/+2451
| | | | | | | | Co-authored-by: maxigaz <maxigaz@protonmail.com>
* | Translated using Weblate (French)Weblate2021-01-161-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 ScrollViewNicolas Werner2021-01-176-45/+78
| |
* | Merge pull request #379 from LorenDB/fixTypoDeepBlueV7.X2021-01-161-1/+1
|\ \ | | | | | | Fix typo in README.md
| * | Fix typoLoren Burkholder2021-01-161-1/+1
| |/
* | Merge pull request #380 from trilene/masterDeepBlueV7.X2021-01-161-1/+1
|\ \ | | | | | | Translation fix
| * | Translation fixtrilene2021-01-161-1/+1
|/ /
* | Make read markers a bit less confusingNicolas Werner2021-01-162-5/+6
| |
* | Translated using Weblate (Italian)Weblate2021-01-151-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)Weblate2021-01-151-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))Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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/masterDeepBlueV7.X2021-01-164-468/+0
|\| | | | | Remove unused stuff
| * Remove unused fileLoren Burkholder2021-01-152-386/+0
| |
| * Remove UserItem classLoren Burkholder2021-01-152-82/+0
| |
* | Translated using Weblate (Polish)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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)Weblate2021-01-151-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 translationsNicolas Werner2021-01-151-2/+9
|
* Translated using Weblate (English)Weblate2021-01-151-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)Weblate2021-01-151-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 translationNicolas Werner2021-01-151-28/+30
|
* Update German translationNicolas Werner2021-01-151-47/+53
|
* Update German translationNicolas Werner2021-01-1519-129/+129
|
* Update translationsNicolas Werner2021-01-1521-1907/+4733
|
* Merge branch 'flatpak-voip' into 'master'Nicolas Werner2021-01-141-1/+69
|\ | | | | | | | | Build gstreamer 1.18.3 in flatpak See merge request nheko-reborn/nheko!5
| * Build gstreamer 1.18.3 in flatpakNicolas Werner2021-01-151-1/+69
| |
* | Merge pull request #374 from trilene/masterDeepBlueV7.X2021-01-155-3/+205
|\ \ | |/ |/| Add call invite screen for mobile
| * Finesse mobile call invite screentrilene2021-01-131-28/+37
| |
| * Fix spurious call invite timeouttrilene2021-01-121-2/+3
| |
| * Add call invite screen for mobiletrilene2021-01-124-1/+193
| |
* | Update mtxclient with more explicit session backup errorsNicolas Werner2021-01-142-2/+2
| | | | | | | | fixes #371
* | Don't start in tray, if only minimize to tray is enabledNicolas Werner2021-01-141-1/+1
| | | | | | | | fixes #375
* | Allow more font sizes to be selectedNicolas Werner2021-01-131-1/+1
| | | | | | | | fixes #367
* | Fix attribute warningsNicolas Werner2021-01-121-1/+1
| |
* | Don't use centerIn on popup on Qt < 5.12Nicolas Werner2021-01-121-1/+7
|/
* Use minimum required versions for qml importsNicolas Werner2021-01-1210-10/+10
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-1241-84/+78
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-125-10/+41
|
* Make device verification request dialogs easier to understand.Nicolas Werner2021-01-123-2/+31
|
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-1141-78/+84
|
* Merge branch 'master' of ssh://github.com/Nheko-Reborn/nhekoJoseph Donofry2021-01-118-22/+49
|\
| * Merge pull request #373 from Nheko-Reborn/misc-fixesDeepBlueV7.X2021-01-128-22/+49
| |\ | | | | | | Misc fixes
| | * Fix timeline becoming corrupted on backfillNicolas Werner2021-01-125-16/+37
| | | | | | | | | | | | Fixes #273
| | * Allow joins via other servers from a matrix: uriNicolas Werner2021-01-115-8/+14
| | |
* | | Add ripple to completerJoseph Donofry2021-01-111-0/+9
| | |
* | | Clean up Avatar click event handlingJoseph Donofry2021-01-118-15/+19
|/ /
* | Forgot to save res.qrcJoseph Donofry2021-01-111-3/+0
| |
* | Merge master and fix conflictsJoseph Donofry2021-01-1144-684/+1038
|\|
| * Merge pull request #372 from deepbluev7/fix-pr-CIDeepBlueV7.X2021-01-111-4/+4
| |\ | | | | | | Fix branch name in PRs
| | * Fix branch name in PRsNicolas Werner2021-01-111-4/+4
| |/
| * Merge pull request #370 from Nheko-Reborn/matrix-schemeDeepBlueV7.X2021-01-107-17/+216
| |\ | | | | | | Handle matrix scheme
| | * Handle matrix schemeNicolas Werner2021-01-107-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/masterDeepBlueV7.X2021-01-101-1/+3
| |\ \ | | |/ | |/| Fix call invite declined on another device
| | * Fix call invite declined on another devicetrilene2021-01-101-1/+3
| |/
| * Fix some nulls in relationsNicolas Werner2021-01-081-7/+6
| |
| * Bump gstreamer requirementNicolas Werner2021-01-071-7/+3
| |
| * Merge pull request #356 from trilene/call-dialogs-qmlDeepBlueV7.X2021-01-0725-589/+624
| |\ | | | | | | Port call dialogs to Qml
| | * Fix device discovery under GStreamer 1.16trilene2021-01-074-0/+4
| | |
| | * Color and icon button spacing fixestrilene2021-01-074-47/+18
| | |
| | * Fix call answered on another devicetrilene2021-01-072-6/+14
| | |
| | * Fix Qml control colorstrilene2021-01-078-109/+153
| | |
| | * Fix previous committrilene2021-01-072-3/+3
| | |
| | * Set Label text color explicitlytrilene2021-01-073-0/+5
| | |
| | * Finesse PlaceCall dialogtrilene2021-01-071-32/+38
| | |
| | * Add missing translation markstrilene2021-01-072-9/+9
| | |
| | * Add devices dialog to CallInviteBartrilene2021-01-073-1/+118
| | |
| | * Add device combos to PlaceCall dialogtrilene2021-01-071-16/+47
| | |
| | * Use Layout marginstrilene2021-01-072-2/+6
| | |
| | * Port PlaceCall dialog to Qmltrilene2021-01-0710-227/+131
| | |
| | * Fix one-way video callstrilene2021-01-074-2/+27
| | |
| | * Make call invites less intrusivetrilene2021-01-0713-253/+204
| | |
| | * Move call-related properties to CallManagertrilene2021-01-078-105/+70
| |/
| * Fix notification reply build on other platformsNicolas Werner2021-01-072-0/+6
| |
| * Allow inline replies from notifications on linuxNicolas Werner2021-01-076-11/+58
| |
| * Explicitly mention, if call support is enabled at build timeNicolas Werner2021-01-061-0/+9
| | | | | | | | fixes #366
| * Merge branch 'macos-ci-fix' into 'master'Nicolas Werner2021-01-065-16/+7
| |\ | | | | | | | | | | | | Macos ci fix See merge request nheko-reborn/nheko!3
| | * Remove sodium from flatpakNicolas Werner2021-01-061-10/+0
| | |
| | * Remove useless captureNicolas Werner2021-01-061-1/+1
| | |
| | * Fix shadowing in LoginPage.cppNicolas Werner2021-01-061-3/+3
| | |
| | * Force override macos deps in CINicolas Werner2021-01-062-2/+3
| | |
| * | Merge pull request #365 from Nheko-Reborn/typingDeepBlueV7.X2021-01-055-34/+75
| |\| | | | | | | Typing flickering fixes
| | * Fix typing notifications flickering sometimesNicolas Werner2021-01-054-34/+66
| | |
| | * Fix user status that got lost at some pointNicolas Werner2021-01-041-0/+9
| |/
| * lintNicolas Werner2021-01-011-5/+5
| |
| * Merge pull request #364 from d42/d42/find-sso-flowDeepBlueV7.X2021-01-011-4/+8
| |\ | | | | | | Try to find SSO flow in all of the server flows
| | * rename login_method -> loginMethod to fit the Nheko coding styled422020-12-311-3/+3
| | |
| | * find sso flow in all of the flowsd422020-12-311-4/+8
| |/
| * Merge pull request #363 from trilene/masterDeepBlueV7.X2020-12-311-1/+9
| |\ | | | | | | Add Fedora build requirements to README
| | * Add Fedora build requirements to READMEtrilene2020-12-301-1/+9
| |/
| * Merge pull request #361 from Nheko-Reborn/keychain-in-flatpakDeepBlueV7.X2020-12-292-1/+4
| |\ | | | | | | Link keychain in flatpak statically
| | * Fix missing include on WindowsNicolas Werner2020-12-281-0/+2
| | |
| | * Link keychain in flatpak staticallyNicolas Werner2020-12-281-1/+2
| |/
* / Add Ripple effects to qml buttons and avatarJoseph Donofry2021-01-115-0/+194
|/
* Merge branch 'ci-cleanups-and-experiments' into 'master'Nicolas Werner2020-12-278-132/+242
|\ | | | | | | | | Remove travis and build appimages on gitlab See merge request nheko-reborn/nheko!2
| * Fix #359Nicolas Werner2020-12-275-22/+53
| | | | | | | | Actually store the login details under the selected profile
| * Expose appimageNicolas Werner2020-12-261-1/+2
| |
| * Remove travisNicolas Werner2020-12-261-99/+0
| |
| * Upload appimage to matrixNicolas Werner2020-12-261-1/+3
| |
| * Fixup library pathsNicolas Werner2020-12-261-341/+78
| |
| * AppImages in gitlabNicolas Werner2020-12-262-0/+435
| |
| * lintNicolas Werner2020-12-252-17/+20
|/
* Remove s3 upload for nightliesNicolas Werner2020-12-251-7/+0
|
* Merge pull request #358 from Nheko-Reborn/windows-fixesDeepBlueV7.X2020-12-2519-107/+138
|\ | | | | Windows fixes
| * lintNicolas Werner2020-12-256-15/+25
| |
| * Use vs2019 for CINicolas Werner2020-12-253-54/+74
| |
| * Fix some compiler warningsNicolas Werner2020-12-2517-50/+51
| |
* | Merge pull request #323 from LorenDB/newProfileDeepBlueV7.X2020-12-2521-374/+654
|\ \ | |/ |/| Set up new method of using profiles
| * Remove unused variableLoren Burkholder2020-12-241-1/+0
| |
| * Switch profile code to a more flexible methodLorenDB2020-12-2421-373/+654
|/ | | | This introduces a new version of SingleApplication as well.
* Merge pull request #357 from LorenDB/qkchdocsDeepBlueV7.X2020-12-201-5/+8
|\ | | | | Add qtkeychain to install lists
| * Add qtkeychain to dependency installsLoren Burkholder2020-12-191-5/+8
| |
* | Translated using Weblate (Estonian)Weblate2020-12-191-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/ssssDeepBlueV7.X2020-12-1817-79/+736
|\ | | | | Cross-signing with self and user signing keys
| * Fix unused captureNicolas Werner2020-12-181-1/+1
| |
| * Another shadowed variableNicolas Werner2020-12-181-3/+4
| |
| * Fix some shadow warningsNicolas Werner2020-12-181-20/+20
| |
| * Update deps for keychainNicolas Werner2020-12-184-6/+51
| |
| * Add download keys from secret storageNicolas Werner2020-12-184-1/+131
| |
| * Request secrets after verificationNicolas Werner2020-12-172-52/+61
| |
| * Upload cross-signing signatures after verificationNicolas Werner2020-12-171-2/+57
| |
| * Store secrets in keychainNicolas Werner2020-12-1611-12/+320
| |
| * Fix black cat emojiNicolas Werner2020-12-151-2/+3
| |
| * Fix crash when we don't have device keys cachedNicolas Werner2020-12-151-5/+7
| |
| * Clean up encrypted message handlingNicolas Werner2020-12-151-52/+54
| |
| * Send SSSS requestsNicolas Werner2020-12-153-0/+104
| |
* | Translated using Weblate (Finnish)Weblate2020-12-171-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 touchNicolas Werner2020-12-152-22/+24
|/
* Background color for code and don't collapse space in timelineNicolas Werner2020-12-142-7/+8
|
* React with arbitrary strings via /reactNicolas Werner2020-12-131-0/+6
|
* Don't overflow room nameNicolas Werner2020-12-131-0/+2
|
* Don't sync db on every syncNicolas Werner2020-12-131-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 buildsNicolas Werner2020-12-131-71/+0
|
* Start addressing gstreamer deps on macos ci buildJoseph Donofry2020-12-081-1/+6
|
* Change pip to pip3Joseph Donofry2020-12-081-1/+1
|
* Add dmgbuild to macos buildJoseph Donofry2020-12-081-0/+1
|
* More MacOS CI UpdatesJoseph Donofry2020-12-082-6/+8
|
* Merge branch 'master' of ssh://github.com/Nheko-Reborn/nhekoJoseph Donofry2020-12-084-6/+10
|\
| * Merge pull request #352 from Nheko-Reborn/lintDeepBlueV7.X2020-12-084-6/+10
| |\ | | | | | | lint
| | * Update Readme CI linkNicolas Werner2020-12-081-1/+1
| | |
| | * lintNicolas Werner2020-12-084-5/+9
| | |
* | | Add VERSION to macos buildJoseph Donofry2020-12-081-0/+1
|/ /
* / Add DMG build to Gitlab CIJoseph Donofry2020-12-081-0/+7
|/
* Merge branch 'gitlab-ci' into 'master'Nicolas Werner2020-12-088-6/+160
|\ | | | | | | | | Update .gitlab-ci.yml See merge request nheko-reborn/nheko!1
| * Update ci flatpak sdkNicolas Werner2020-11-271-4/+4
| |
| * Add gitlab ciNicolas Werner2020-11-278-6/+160
| |
* | Merge pull request #349 from LorenDB/iconFromThemeDeepBlueV7.X2020-12-042-3/+2
|\ \ | | | | | | Use system icon where applicable
| * | Use system icon where applicableLoren Burkholder2020-12-032-3/+2
| | |
* | | Merge pull request #350 from Kirillpt/russian-translateDeepBlueV7.X2020-12-0318-577/+564
|\ \ \ | | | | | | | | update russian translate
| * | | update russian translatekirillpt2020-12-0318-577/+564
|/ / /
* | | Merge pull request #348 from trilene/masterDeepBlueV7.X2020-11-301-0/+8
|\ \ \ | | | | | | | | Add GStreamer requirements to README
| * | | List needed gstreamer plugins explicitlytrilene2020-11-301-2/+5
| | | |
| * | | Add GStreamer requirements to READMEtrilene2020-11-301-0/+5
| | | |
* | | | Improve Register page (#346)Kirillpt2020-11-3025-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/avatarFullViewSupportDeepBlueV7.X2020-11-302-0/+9
|\ \ \ \ | | | | | | | | | | Add support for viewing avatar images in full size