summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash when receiving matrix uriNicolas Werner2021-12-173-13/+20
| | | | | | | | It seems like handling the message in a blocking manner is a no-go. I have no idea how to fix that, so just use a queued connection for now... (ASAN does not cooperate and just hides the crash D:) fixes #842
* Translated using Weblate (French)Weblate2021-12-161-90/+90
| | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (German)Weblate2021-12-161-6/+6
| | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2021-12-161-19/+19
| | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Update translationsNicolas Werner2021-12-1623-1281/+3122
|
* Fix a small alignment issue of text in notification bubblesNicolas Werner2021-12-161-4/+4
|
* Merge pull request #841 from LorenDB/qolImprovementsDeepBlueV7.X2021-12-164-38/+75
|\ | | | | Quality-of-life improvements
| * Fix a few thingsLoren Burkholder2021-12-152-16/+4
| |
| * Make notification count bubbles expand some moreLoren Burkholder2021-12-151-11/+30
| |
| * make lintLoren Burkholder2021-12-131-1/+4
| |
| * Don't get too large of cornersLoren Burkholder2021-12-131-1/+1
| |
| * Use better translation methodLoren Burkholder2021-12-131-1/+1
| |
| * Make opening room members from rooms settings dialog workLoren Burkholder2021-12-132-1/+2
| |
| * Make it obvious that this is a notification and not the actual messageLoren Burkholder2021-12-131-27/+53
| |
* | Strip space chars from recovery passphraseNicolas Werner2021-12-151-1/+7
| |
* | Update to SingleApplication 3.3.2 properNicolas Werner2021-12-1531-62/+112
| |
* | Use icns on macOSJoseph Donofry2021-12-141-1/+2
|/
* Merge pull request #835 from Thulinma/imagewindowroleDeepBlueV7.X2021-12-141-0/+1
|\ | | | | Added window role to image overlay
| * Added window role to image overlayThulinma2021-12-051-0/+1
| |
* | Only show room pack button, when you can actually create oneNicolas Werner2021-12-134-3/+7
| |
* | Multiply source size by scale factorNicolas Werner2021-12-137-16/+20
| | | | | | | | Might be unnecessary, but docs are unclear on that.
* | Fix turnserver check not being started when restoring from cacheNicolas Werner2021-12-131-0/+1
| |
* | Misc pack editor improvementsNicolas Werner2021-12-133-5/+8
| |
* | Show some avatar for image packsNicolas Werner2021-12-133-1/+68
| |
* | Add recently used reactionsNicolas Werner2021-12-136-1/+95
| | | | | | | | fixes #435
* | Vertically align message inputNicolas Werner2021-12-121-1/+2
| | | | | | | | fixes #351
* | Allow clicking links in repliesNicolas Werner2021-12-111-1/+8
| | | | | | | | fixes #529
* | Properly set position of resize handler after letting it goNicolas Werner2021-12-112-4/+7
| | | | | | | | | | fixes #817 fixes sidebar not staying small after restart
* | Fix broken top bar clicks without pinsNicolas Werner2021-12-111-7/+7
| |
* | Change width of pinned message boxNicolas Werner2021-12-111-1/+1
| |
* | Bump mtxclient dependencyNicolas Werner2021-12-112-2/+2
| |
* | Fix a few shadowing warningsNicolas Werner2021-12-113-11/+11
| | | | | | | | fixes #824
* | Support pinned messagesNicolas Werner2021-12-1111-14/+298
| | | | | | | | fixes #519
* | Fix escaped html showing up in playable media message labelsNicolas Werner2021-12-081-1/+1
| | | | | | | | fixes #840
* | Fix blurry thumbnails AGAINNicolas Werner2021-12-081-1/+5
| |
* | Translated using Weblate (Indonesian)Weblate2021-12-071-15/+16
| | | | | | | | | | | | | | | | Currently translated at 100.0% (612 of 612 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* | Fix lintNicolas Werner2021-12-081-6/+3
| |
* | Limit max memory usage of imagesNicolas Werner2021-12-081-1/+4
| |
* | Fix display of images, that can't be thumbnailedNicolas Werner2021-12-081-3/+3
| |
* | Get rid of threadpool for imagesNicolas Werner2021-12-083-21/+48
| |
* | Allow swiping between views in single page modeNicolas Werner2021-12-062-7/+37
| | | | | | | | Allows access to spaces on mobile for example
* | Fix a few clang tidy warningsNicolas Werner2021-12-063-12/+6
|/
* Translated using Weblate (Dutch)Weblate2021-12-051-10/+11
| | | | | | | | Currently translated at 100.0% (612 of 612 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Fix sanitizer warning about signed shiftsNicolas Werner2021-12-041-1/+2
|
* Merge pull request #833 from Bubu/clion_suggestionsDeepBlueV7.X2021-12-033-41/+42
|\ | | | | Go through some CLion (clazy, clang-tidy) suggestions in InputBar{cpp.h}
| * InputBar: run clang-formatMarcus Hoffmann2021-12-032-27/+29
| |
| * InputBar: Mark some functions as [[nodiscard]]Marcus Hoffmann2021-12-031-3/+3
| | | | | | | | | | | | This warns when you the return value of those functions isn't used. Suggested-by: Clang-Tidy: Function X should be marked [[nodiscard]]
| * InputBar: mark constrictor as explicitMarcus Hoffmann2021-12-031-1/+1
| | | | | | | | | | | | | | | | | | Suggested-By: Clang-Tidy: Single-argument constructors must be marked explicit to avoid unintentional implicit conversions More info: https://clang.llvm.org/extra/clang-tidy/checks/google-explicit-constructor.html
| * InputBar: use X.empty() instead of !X.size()Marcus Hoffmann2021-12-031-2/+2
| | | | | | | | | | | | Suggested-by: Clang-Tidy: The 'empty' method should be used to check for emptiness instead of 'size'
| * InputBar: use auto typeMarcus Hoffmann2021-12-031-1/+1
| | | | | | | | | | | | Suggested-by: Clang-Tidy: Use auto when initializing with new to avoid duplicating the type name
| * InputBar: use multi-arg string replacementMarcus Hoffmann2021-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could actually change the behaviour here (could, because I don't know if we can hit this special case) but this should hopefully the correct way of doing this. There's some detailed explanation of the difference here: https://doc.qt.io/qt-5/qstring.html#arg-14 > This is the same as str.arg(a1).arg(a2), except that the strings > a1 and a2 are replaced in one pass. This can make a difference if > a1 contains e.g. %1: ``` QString str; str = "%1 %2"; str.arg("%1f", "Hello"); // returns "%1f Hello" str.arg("%1f").arg("Hello"); // returns "Hellof %2" ``` Suggested-by: Clazy: Use multi-arg instead
| * InputBar: use character argument instead of stringMarcus Hoffmann2021-12-031-1/+1
| | | | | | | | | | | | | | | | Suggested-by: Clang-Tidy: 'find' called with a string literal consisting of a single character; consider using the more effective overload accepting a character
| * InputBar: apply clang-tidy const reference suggestionsMarcus Hoffmann2021-12-032-17/+17
| | | | | | | | | | | | | | All suggested by: Clang-Tidy: The parameter 'X' is copied for each invocation but only used as a const reference; consider making it a const reference
| * InputBar: use QFileInfo::exists()Marcus Hoffmann2021-12-031-1/+1
| | | | | | | | | | | | Suggested by: Clazy: Use the static QFileInfo::exists() instead. It's documented to be faster.
| * InputBar: remove unused importsMarcus Hoffmann2021-12-031-4/+0
| |
| * add clion/idea dir to gitignoreMarcus Hoffmann2021-12-031-0/+3
| |
* | Translated using Weblate (Esperanto)Weblate2021-12-021-9/+10
| | | | | | | | | | | | | | | | Currently translated at 99.8% (611 of 612 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | Translated using Weblate (French)Weblate2021-12-021-82/+83
|/ | | | | | | | Currently translated at 100.0% (612 of 612 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Navigate to subspaces by clicking on themNicolas Werner2021-12-021-0/+4
|
* Translated using Weblate (Finnish)Weblate2021-12-011-8/+8
| | | | | | | | Currently translated at 92.9% (569 of 612 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
* Translated using Weblate (Estonian)Weblate2021-12-011-11/+12
| | | | | | | | Currently translated at 100.0% (612 of 612 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* Remember all the collapsed treesNicolas Werner2021-12-014-2/+76
|
* Don't waste space for non existing subspacesNicolas Werner2021-12-013-1/+12
|
* Don't pad, just fillNicolas Werner2021-12-011-1/+2
|
* Leaves can't collapseNicolas Werner2021-12-013-4/+3
|
* Hide me underneath the space treeNicolas Werner2021-12-018-31/+344
|
* Fix crash on redactions without becauseNicolas Werner2021-11-291-3/+5
|
* Translated using Weblate (English)Weblate2021-11-291-10/+10
| | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko
* Cleanup error logging a bitNicolas Werner2021-11-291-30/+11
|
* Delete rooms even if we fail to leaveNicolas Werner2021-11-291-0/+10
|
* Remove double padding on redactionsNicolas Werner2021-11-291-3/+6
|
* Fix source translationNicolas Werner2021-11-291-6/+7
|
* Merge branch 'redaction_updates' into 'master'Nicolas Werner2021-11-2929-868/+1644
|\ | | | | | | | | Change QML UI for redactions See merge request nheko-reborn/nheko!16
| * Change QML UI for redactionsJoe Donofry2021-11-2929-868/+1644
|/
* If the locale is set to C, force english localeNicolas Werner2021-11-271-1/+2
| | | | This fixes date formatting as well as count based translations.
* Use old flatpak runtime to prevent crashes on armNicolas Werner2021-11-272-5/+7
|
* Translated using Weblate (Italian)Weblate2021-11-251-1/+1
| | | | | | | | Currently translated at 43.0% (261 of 606 strings) Co-authored-by: Elia Tomasi <elia.tomasi@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko
* Properly fix #825Nicolas Werner2021-11-241-1/+3
| | | | We should read the message before sending the ack!
* fix lintNicolas Werner2021-11-241-1/+0
|
* Fix crash in SingleApplication when other end exits immediatelyNicolas Werner2021-11-241-2/+2
| | | | | | In those cases the emit might cause the server to remove the connection and we are working with a dangling pointer. We can't call putChar on that, so acknowledge the message immediately and then emit the message.
* Initialize client lazilyNicolas Werner2021-11-241-4/+2
| | | | This prevents a use after free in the coeurl logging, if we exit immediately.
* Fix loading on Gnome when in flatpakNicolas Werner2021-11-242-5/+7
| | | | | | See https://gitlab.gnome.org/GNOME/libsecret/-/issues/49 fixes #816
* Merge branch 'more-random-colors' into 'master'Nicolas Werner2021-11-242-8/+8
|\ | | | | | | | | Use a more random hash to generate user colors See merge request nheko-reborn/nheko!17
| * Fix colors of sidebar in repliesNicolas Werner2021-11-241-1/+1
| |
| * Use a more random hash to generate user colorsNicolas Werner2021-11-241-7/+7
|/ | | | | Fixes an issue where most uses just had their color determined by their username length and distributes the colors a bit more evenly.
* Fix one more wrong background colorNicolas Werner2021-11-221-1/+1
|
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-2222-114/+116
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* Merge pull request #822 from Nheko-Reborn/dm-filterDeepBlueV7.X2021-11-2118-59/+411
|\ | | | | Add a filter for direct chats
| * Try to tame Windows headersNicolas Werner2021-11-211-1/+1
| | | | | | | | | | See also: https://stackoverflow.com/questions/1394910/how-to-tame-the-windows-headers-useful-defines
| * Only mark as direct, if invite was directNicolas Werner2021-11-213-5/+20
| |
| * Mark rooms as direct chatsNicolas Werner2021-11-215-2/+79
| | | | | | | | | | Either by accepting an invite or manually using /converttodm and revert with /converttoroom.
| * Pretty error printingNicolas Werner2021-11-214-13/+121
| |
| * Add a filter for direct chatsNicolas Werner2021-11-2010-40/+192
| | | | | | | | fixes #317
* | Return nullopt for state events in rooms we are not inNicolas Werner2021-11-211-27/+27
| |
* | Translated using Weblate (French)Weblate2021-11-201-73/+73
|/ | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Pass correct background color to username separatorNicolas Werner2021-11-201-1/+1
|
* Make user colors a bit more vibrantNicolas Werner2021-11-191-5/+3
|
* Update macOS icon package to macOS-y style. Thanks quinnJoseph Donofry2021-11-192-0/+2
|
* Preliminary gstreamer 1.20 compatibilityNicolas Werner2021-11-191-1/+2
| | | | | | | | The transceiver was made private in https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2241 The direction property was added here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/commit/28b0be4036ac59d6e6068586ab7bc55e8ac51166
* Fix jdenticon plugin not loadingNicolas Werner2021-11-191-2/+2
|
* Release 0.9.0Nicolas Werner2021-11-194-13/+14
|
* Small changelog fixesNicolas Werner2021-11-191-2/+2
|
* Add some build notes and update the E2EE noteNicolas Werner2021-11-191-5/+3
|
* Fix mouse cursor on top barNicolas Werner2021-11-191-0/+5
|
* Jdenticon updateJoseph Donofry2021-11-182-3/+3
|
* Make VOIP and screenshare explicit optionsNicolas Werner2021-11-184-43/+18
|
* Merge pull request #806 from LorenDB/dialogFixesDeepBlueV7.X2021-11-189-83/+156
|\ | | | | Dialog fixes and improvements
| * Fix colors and alignment in dialogsNicolas Werner2021-11-185-27/+15
| |
| * Fix video call filename and qtjdenticon for windowsJoseph Donofry2021-11-182-2/+2
| |
| * Try to fix lmdbxx downloadNicolas Werner2021-11-181-2/+3
| |
| * Try to fix lmdbxx downloadNicolas Werner2021-11-182-4/+4
| |
| * Fix hunter messing with pkg-configNicolas Werner2021-11-181-8/+56
| |
| * Update bundled depsNicolas Werner2021-11-183-37/+44
| |
| * Fix qml warnings and missing iconsNicolas Werner2021-11-182-4/+4
| |
| * Translated using Weblate (Dutch)Weblate2021-11-181-3/+3
| | | | | | | | | | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
| * Fix linebreaks in READMENicolas Werner2021-11-181-2/+2
| |
| * Fix resolution of failed imageNicolas Werner2021-11-181-1/+1
| |
| * Mention fluent icons in readmeNicolas Werner2021-11-181-0/+1
| |
| * Quality-of-life improvements to InputDialogLoren Burkholder2021-11-161-0/+9
| |
| * Don't add arbitrary paddingLoren Burkholder2021-11-161-2/+1
| | | | | | | | This breaks the vertical-centeredness on the close button.
| * Simplify code for padding delegatesLoren Burkholder2021-11-162-4/+8
| |
| * Remove duplicate propertyLoren Burkholder2021-11-161-4/+0
| |
| * Don't add a user twiceLoren Burkholder2021-11-161-0/+4
| |
| * Allow removing users from the invite dialogLoren Burkholder2021-11-163-3/+29
| |
| * Nicer paddingLoren Burkholder2021-11-163-6/+9
| |
| * Add pointing hand cursor shapeLoren Burkholder2021-11-161-0/+5
| |
| * Port invite dialog to use ItemDelegateLoren Burkholder2021-11-161-23/+39
| |
| * Add highlight on hoverLoren Burkholder2021-11-162-2/+8
| |
| * Switch member dialog to using ItemDelegateLoren Burkholder2021-11-161-46/+63
| |
* | Fix video call filename and qtjdenticon for windowsJoseph Donofry2021-11-182-2/+2
| |
* | Try to fix lmdbxx downloadNicolas Werner2021-11-181-2/+3
| |
* | Try to fix lmdbxx downloadNicolas Werner2021-11-182-4/+4
| |
* | Fix hunter messing with pkg-configNicolas Werner2021-11-181-8/+56
| |
* | Update bundled depsNicolas Werner2021-11-183-37/+44
| |
* | Fix qml warnings and missing iconsNicolas Werner2021-11-172-4/+4
| |
* | Translated using Weblate (Dutch)Weblate2021-11-161-3/+3
| | | | | | | | | | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* | Fix linebreaks in READMENicolas Werner2021-11-171-2/+2
| |
* | Fix resolution of failed imageNicolas Werner2021-11-171-1/+1
| |
* | Mention fluent icons in readmeNicolas Werner2021-11-171-0/+1
|/
* Merge pull request #807 from LorenDB/fluentIconsDeepBlueV7.X2021-11-17168-211/+378
|\ | | | | Switch icon theme to Fluent icons
| * Use filled shields everywhere and distinguish different states moreNicolas Werner2021-11-1711-26/+38
| |
| * Switch icon theme to Fluent iconsLoren Burkholder2021-11-17167-209/+364
|/
* Translated using Weblate (Polish)Weblate2021-11-161-5/+5
| | | | | | | | | | | | | Currently translated at 83.4% (506 of 606 strings) Translated using Weblate (Polish) Currently translated at 83.4% (506 of 606 strings) Co-authored-by: AXD <dexkingcrazy@gmail.com> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Portuguese (Portugal))Weblate2021-11-161-103/+105
| | | | | | | | Currently translated at 95.8% (581 of 606 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko
* Translated using Weblate (Esperanto)Weblate2021-11-161-3/+3
| | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* Fix rpath not being set while uninstalledNicolas Werner2021-11-161-1/+1
|
* Try to fix notarization issuesJoseph Donofry2021-11-151-4/+15
|
* Merge pull request #812 from Nheko-Reborn/jdenticon-packagingDeepBlueV7.X2021-11-154-13/+27
|\ | | | | Jdenticon packaging
| * Try to add jdenticon plugin to Windows buildNicolas Werner2021-11-151-0/+7
| |
| * Try to add jdenticon plugin to macos buildNicolas Werner2021-11-151-0/+1
| |
| * Add qt-jdention to flatpakNicolas Werner2021-11-151-0/+10
| |
| * Cleanup qt-jdenticon loadingNicolas Werner2021-11-151-13/+9
| |
* | Support exif rotation on received videosNicolas Werner2021-11-153-16/+40
| | | | | | | | fixes #674
* | Translated using Weblate (Indonesian)Weblate2021-11-141-3/+3
| | | | | | | | | | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* | Translated using Weblate (Portuguese (Portugal))Weblate2021-11-141-74/+79
|/ | | | | | | | Currently translated at 79.2% (480 of 606 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko
* Update changelogNicolas Werner2021-11-141-0/+4
|
* Fix being dropped into an empty room after a joinNicolas Werner2021-11-141-8/+0
|
* Reenable still image viewer for WebP until we qmlify the image viewerNicolas Werner2021-11-141-9/+10
|
* Disallow displaynames with only spaces or control charactersNicolas Werner2021-11-141-5/+12
|
* Prevent edits from removing quotes at the beginning of a messageNicolas Werner2021-11-131-5/+8
|
* Fix some colors switched to yellow by accidentNicolas Werner2021-11-132-2/+4
|
* Translated using Weblate (Esperanto)Weblate2021-11-121-14/+14
| | | | | | | | Currently translated at 99.5% (603 of 606 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* Merge branch 'video_player_enhancements' into 'master'Nicolas Werner2021-11-1210-193/+411
|\ | | | | | | | | Video player enhancements See merge request nheko-reborn/nheko!15
| * Format qmlNicolas Werner2021-11-115-100/+103
| |
| * Make it possible to unhide the controls on mobileNicolas Werner2021-11-112-19/+21
| |
| * Cleanup positioning of player elementsNicolas Werner2021-11-115-261/+174
| |
| * More refactoring and layout updatesJoseph Donofry2021-11-116-75/+191
| |
| * More player fixesJoseph Donofry2021-11-092-123/+25
| |
| * Fix audio player and use same controls for video and audioJoseph Donofry2021-11-091-80/+77
| |
| * Move rest of controls to separate fileJoseph Donofry2021-11-095-237/+311
| |
| * Initial Refactoring into separate controlsJoseph Donofry2021-11-094-88/+115
| |
| * Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-11-096-7/+191
| |\
| * | Incorporate nico's suggestions, fix volume sliderJoseph Donofry2021-11-081-272/+272
| | |
| * | Minor fixes for undefined qml behaviorJoseph Donofry2021-11-081-7/+4
| | |
| * | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-11-0847-1372/+1523
| |\ \
| * | | Fix syntax issueJoseph Donofry2021-11-031-1/+1
| | | |
| * | | PlayableMediaMessage fixes on macOSJoseph Donofry2021-11-031-2/+31
| | | |
| * | | Update video_player_enhancements with changes from masterJoseph Donofry2021-11-03265-34547/+54305
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-08-1639-293/+793
| |\ \ \ \
| * \ \ \ \ Merge origin/master and fix conflictsJoseph Donofry2021-08-10124-4460/+8433
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-07-1926-170/+776
| |\ \ \ \ \ \
| * | | | | | | Import and update lurkki's branchJoseph Donofry2021-07-193-189/+350
| | | | | | | |
* | | | | | | | Fix secrets status not shown after startupNicolas Werner2021-11-111-0/+4
| | | | | | | |
* | | | | | | | Make yellow darkerNicolas Werner2021-11-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes readability issues in the userprofile. fixes #440
* | | | | | | | Make pill text color match the separator colorNicolas Werner2021-11-111-1/+1
| | | | | | | |
* | | | | | | | Fix SSO login showing password promptNicolas Werner2021-11-111-0/+2
| | | | | | | |
* | | | | | | | Swap encryption and edit indicatorNicolas Werner2021-11-111-9/+9
| | | | | | | |
* | | | | | | | Improve the layout and behaviour of topbar slightlyNicolas Werner2021-11-113-16/+39
| | | | | | | |
* | | | | | | | Fix no replies being rendered for edits sent from Element in encrypted roomsNicolas Werner2021-11-111-5/+4
| | | | | | | |
* | | | | | | | Translated using Weblate (Estonian)Weblate2021-11-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | | | | | | | Translated using Weblate (Esperanto)Weblate2021-11-101-31/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.1% (589 of 606 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | | | | | | Translated using Weblate (Finnish)Weblate2021-11-101-17/+17
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 93.7% (568 of 606 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
* | | | | | | Fix parsing some exotic image packsNicolas Werner2021-11-093-4/+9
| | | | | | |
* | | | | | | Merge pull request #798 from LorenDB/fixRRDialogDeepBlueV7.X2021-11-091-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix clicking on avatar
| * | | | | | | Fix clicking on avatarLoren Burkholder2021-11-081-0/+1
| | | | | | | |
* | | | | | | | Explicitly namespace platform moduleNicolas Werner2021-11-091-3/+3
| | | | | | | |
* | | | | | | | Add preliminary changelogNicolas Werner2021-11-091-0/+178
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove appimageNicolas Werner2021-11-083-222/+0
| | | | | | |
* | | | | | | Update translationsNicolas Werner2021-11-0823-507/+760
| | | | | | |
* | | | | | | Fix redaction of edited messagesNicolas Werner2021-11-084-5/+38
| | | | | | |
* | | | | | | Fix bootstrap after registrationNicolas Werner2021-11-082-2/+2
| | | | | | |
* | | | | | | Improve fetching of device keys after loginNicolas Werner2021-11-084-6/+23
| | | | | | |
* | | | | | | Translated using Weblate (French)Weblate2021-11-081-104/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* | | | | | | Translated using Weblate (Dutch)Weblate2021-11-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* | | | | | | Translated using Weblate (Esperanto)Weblate2021-11-081-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 93.0% (562 of 604 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | | | | | Fix self verification status never updatingNicolas Werner2021-11-072-1/+3
| | | | | | |
* | | | | | | Don't try to load verification status before db is readyNicolas Werner2021-11-071-1/+0
| | | | | | |
* | | | | | | Merge pull request #791 from Nheko-Reborn/secret-storage-fixesDeepBlueV7.X2021-11-0711-208/+267
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move away from using an event loop to access secrets
| * | | | | | | Move away from using an event loop to access secretsNicolas Werner2021-11-0711-208/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789
* | | | | | | | Merge pull request #790 from LorenDB/fixRRDialogLoren Burkholder2021-11-061-42/+39
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | Fix clicking on read receipts for profiles
| * | | | | | | Use ItemDelegate for read receiptsLoren Burkholder2021-11-061-42/+39
| | | | | | | |
* | | | | | | | Translated using Weblate (Estonian)Weblate2021-11-061-1/+1
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | | | | | | Fix crash when clearing empty timelineNicolas Werner2021-11-061-3/+5
|/ / / / / /
* | | | | | Fix leave room dialogNicolas Werner2021-11-051-3/+3
| | | | | |
* | | | | | Translated using Weblate (Indonesian)Weblate2021-11-051-51/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* | | | | | Fix crash in debug code for matrix uri handlerNicolas Werner2021-11-041-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #776 fixes #590
* | | | | | Update translation filesWeblate2021-11-041-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 translationsNicolas Werner2021-11-041-2/+2
| | | | | |
* | | | | | Update German translationNicolas Werner2021-11-0423-209/+216
| | | | | |
* | | | | | Translated using Weblate (Estonian)Weblate2021-11-041-51/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | | | | | Translate some german textsNicolas Werner2021-11-041-22/+22
| | | | | |
* | | | | | Fix translation nitsNicolas Werner2021-11-042-2/+2
| | | | | |
* | | | | | Translated using Weblate (Dutch)Weblate2021-11-031-52/+54
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* | | | | Update translationsNicolas Werner2021-11-0324-5595/+10059
| | | | |
* | | | | Use ItemDelegate for CommunitiesListNicolas Werner2021-11-031-23/+22
| | | | |
* | | | | Use ItemDelegate in RoomList instead of a Rectangle with handlersNicolas Werner2021-11-039-482/+1879
| | | | | | | | | | | | | | | | | | | | | | | | | fixes #683 relates to #571
* | | | | Fix unjoinable invites on mobile as well as unclickable previewsNicolas Werner2021-11-034-6/+27
| | | | |
* | | | | Fix copyright orderNicolas Werner2021-11-031-1/+1
| | | | |
* | | | | Fix registration on matrix.orgNicolas Werner2021-11-039-124/+587
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670
* | | | | Merge branch 'macos_api_updates' into 'master'Nicolas Werner2021-11-031-7/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix macOS m.image notif crash See merge request nheko-reborn/nheko!14
| * | | | | Fix macOS m.image notif crashJoe Donofry2021-11-031-7/+34
|/ / / / /
* | | | | Merge branch 'macos_api_updates' into 'master'Nicolas Werner2021-11-024-23/+60
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update macOS notifications to use UserNotifications framework See merge request nheko-reborn/nheko!13
| * | | | | Update macOS notifications to use UserNotifications frameworkJoseph Donofry2021-11-014-23/+60
| | | | | |
* | | | | | Clear @room warning after sending messageNicolas Werner2021-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixes #751
* | | | | | Fix loading spinner when switching to a fully loaded roomNicolas Werner2021-11-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | fixes #754
* | | | | | Fix hidden spaces hiding themselvesNicolas Werner2021-11-021-1/+1
|/ / / / / | | | | | | | | | | | | | | | fixes #745
* | | | | Fix crash on logoutNicolas Werner2021-11-011-23/+25
| | | | |
* | | | | Prompt user when there are unverified devicesNicolas Werner2021-11-019-10/+120
| | | | |
* | | | | Some people consider Nheko not an AAAAA titleNicolas Werner2021-10-301-1/+0
| | | | |
* | | | | Add self verification after loginNicolas Werner2021-10-309-75/+288
| | | | |
* | | | | Merge pull request #777 from LorenDB/focusRoomSearchDeepBlueV7.X2021-10-291-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Auto-focus search bar in room directory
| * | | | | Auto-focus search bar in room directoryLoren Burkholder2021-10-281-0/+1
|/ / / / /
* | | | | Translated using Weblate (Indonesian)Weblate2021-10-261-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (569 of 569 strings) Co-authored-by: Linerly <linerly@protonmail.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* | | | | Update translation filesWeblate2021-10-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ Translation: Nheko/nheko
* | | | | Merge pull request #767 from Thulinma/deviceRenamingDeepBlueV7.X2021-10-203-19/+105
|\ \ \ \ \ | | | | | | | | | | | | Allow changing device names, display last seen time and IP
| * | | | | Allow changing device names, display last seen time and IPThulinma2021-10-203-19/+105
|/ / / / /
* | | | | speed up blurhash decode a bitNicolas Werner2021-10-202-18/+17
| | | | |
* | | | | Fix calculating hidden space childrenNicolas Werner2021-10-201-1/+14
| | | | |
* | | | | Translated using Weblate (Portuguese (Portugal))Weblate2021-10-201-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 74.8% (426 of 569 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko
* | | | | Translated using Weblate (Dutch)Weblate2021-10-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (569 of 569 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko