summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Spanish)Weblate2021-12-311-18/+18
| | | | | | | | | | | | | | | | | | Currently translated at 7.4% (47 of 627 strings) Translated using Weblate (Spanish) Currently translated at 7.4% (47 of 627 strings) Translated using Weblate (Spanish) Currently translated at 7.4% (47 of 627 strings) Co-authored-by: Diego Collado <diego@diegocollado.net> Co-authored-by: Edd Ludd <nrdz4xoo@anonaddy.me> Co-authored-by: Richard <mpxfsfuv@sharklasers.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/es/ Translation: Nheko/nheko
* Added translation using Weblate (Catalan)Weblate2021-12-311-0/+3431
| | | | | Co-authored-by: Edd Ludd <nrdz4xoo@anonaddy.me> Co-authored-by: Weblate <noreply@weblate.org>
* Use the styles default delay for tooltipsNicolas Werner2021-12-317-1/+32
| | | | | | | This makes them less annoying when scrolling or accessing the popup menu. See also #860
* Get rid of some useless codeNicolas Werner2021-12-318-12/+8
|
* Fix wrapping in member eventsNicolas Werner2021-12-311-0/+1
|
* Translated using Weblate (Spanish)Weblate2021-12-301-4/+4
| | | | | | | | Currently translated at 4.6% (29 of 627 strings) Co-authored-by: LluisE <lluise@tutanota.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/es/ Translation: Nheko/nheko
* Add missing license headersNicolas Werner2021-12-302-0/+8
|
* Try to reduce CPU overhead of animated images a bitNicolas Werner2021-12-301-4/+8
|
* Merge branch 'completer_scrolling' into 'master'Joe Donofry2021-12-302-16/+35
|\ | | | | | | | | Completer scrolling See merge request nheko-reborn/nheko!20
| * Increase Completer limit to 30Joe Donofry2021-12-302-16/+35
| | | | | | | | | | - Add scrolling - Only display ~7 items at once
* | Update presence dynamically and reduce allocationsNicolas Werner2021-12-3011-79/+145
|/
* Convert blurhash image format on worker threadNicolas Werner2021-12-301-1/+1
| | | | Not only should this prevent hickups, it also fixes a potential crash.
* Fix crash after sending image caused by the recent refactorNicolas Werner2021-12-301-4/+4
|
* Reduce allocations and time spent creating delegates by halfNicolas Werner2021-12-292-7/+9
|
* Reduce allocations for presence states a bitNicolas Werner2021-12-291-3/+10
|
* Prevent copies when querying themeNicolas Werner2021-12-294-18/+38
|
* Cache supported animated image formatsNicolas Werner2021-12-291-1/+2
|
* Pretty up code with fewer allocationsNicolas Werner2021-12-291-2/+2
|
* Reduce allocations for accessing event membersNicolas Werner2021-12-295-35/+40
|
* Remove a few castsNicolas Werner2021-12-292-4/+4
|
* Reserve size of some containers we are fillingNicolas Werner2021-12-2931-211/+319
|
* Reduce allocations required for the paletteNicolas Werner2021-12-291-34/+40
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-2946-539/+539
|
* use more literalsNicolas Werner2021-12-297-25/+25
|
* Add clazy to CINicolas Werner2021-12-294-15/+43
|
* Cleanup remaining clazy issuesNicolas Werner2021-12-286-25/+37
|
* Merge pull request #855 from rnhmjoj/masterDeepBlueV7.X2021-12-281-7/+43
|\ | | | | Make nheko usable without a secret storage service
| * Make nheko usable without a secret storage servicernhmjoj2021-12-271-7/+43
| | | | | | | | | | | | | | | | | | | | | | | | This change adds the ability to run Nheko without a secrets storage service[1]. The secrets are stored in plaintext under the [secrets] section of nheko.conf. Since this is a "I know what I'm doing" type of feature, it's disabled by default and can only be enabled with an hidden setting `run_without_secure_secrets_service=true`. Fixes issue #705. [1]: https://freedesktop.org/wiki/Specifications/secret-storage-spec
* | more cleanupsNicolas Werner2021-12-282-12/+12
| |
* | Fix more warnings and remove dead codeNicolas Werner2021-12-2850-695/+276
| |
* | Remove unused button classNicolas Werner2021-12-283-133/+0
| |
* | Some qt6 prepNicolas Werner2021-12-2832-66/+89
| |
* | Misc clang-tidy fixesNicolas Werner2021-12-282-12/+11
| |
* | Fixup clang-tidy suggestionNicolas Werner2021-12-283-8/+9
| |
* | Merge pull request #853 from MTRNord/MTRNord/clang-tidyDeepBlueV7.X2021-12-282-84/+89
|\ \ | | | | | | Apply selective clang-tidy suggestions
| * | Run linterMTRNord2021-12-272-17/+22
| | |
| * | Apply (selective) Clang-tidy const function and new const pointer ↵MTRNord2021-12-232-9/+9
| | | | | | | | | | | | suggestions on TimelineModel
| * | Apply (selective) Clang-tidy move and some new detected const pointer ↵MTRNord2021-12-232-11/+12
| | | | | | | | | | | | suggestions on TimelineModel
| * | Apply (selective) Clang-tidy and clazy suggestions on TimelineModelMTRNord2021-12-232-55/+54
| | |
* | | Translated using Weblate (Indonesian)Weblate2021-12-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* | | Merge pull request #858 from tastytea/inline-img-aaDeepBlueV7.X2021-12-272-12/+51
|\ \ \ | | | | | | | | Request inline images in the right size and anti-alias them
| * | | Make custom emoticons twice as high as the font.tastytea2021-12-271-7/+10
| | | |
| * | | MxcImageProvider: Only use scaledToHeight if width <= 0.tastytea2021-12-271-2/+8
| | | |
| * | | Request inline images in the right size and anti-alias themtastytea2021-12-272-9/+39
|/ / / | | | | | | | | | | | | | | | | | | | | | - If an inline image has specified a height, add parameters to the image:// URI. - Add scaled to the parameters, the images would be cropped otherwise. - Extract the height from image:// URI and use it for requestSize. - Use scaledToHeight instead of scaled.
* | | Use body in alt text of custom emojiNicolas Werner2021-12-272-2/+2
| | |
* | | Fix inclusion condition for overriden pack typesNicolas Werner2021-12-272-3/+1
| | |
* | | Add an ugly custom emote completer using ~Nicolas Werner2021-12-275-24/+66
| |/ |/|
* | Add man page (#851)tastytea2021-12-225-1/+255
|/ | | | | | | | This adds a man page which lists command line options, key bindings and commands. A new CMake option `MAN` is added, enabled by default on `UNIX` but not `APPLE`. The man pages are generated with either `a2x` (from asciidoc) or `asciidoctor`. If both are not found, a fatal error is signaled.
* Add alternative shortcut to Alt-A for systems, where that is taken alreadyNicolas Werner2021-12-221-1/+3
|
* Make edits replace the previous notification on LinuxNicolas Werner2021-12-221-7/+26
|
* Merge pull request #850 from mlochbaum/masterDeepBlueV7.X2021-12-211-0/+2
|\ | | | | Add note about secret server to Arch installation instructions
| * Add note about secret server to Arch installation instructionsMarshall Lochbaum2021-12-211-0/+2
|/
* Use global threadpoolNicolas Werner2021-12-213-18/+7
|
* Cleanup jdenticon code in the same way as blurhashesNicolas Werner2021-12-213-58/+91
|
* Cleanup blurhash formattingNicolas Werner2021-12-211-4/+2
|
* Modernize blurhashprovider implementationNicolas Werner2021-12-212-20/+45
| | | | | | | | Might fix #844 See https://code.qt.io/cgit/qt/qtdeclarative.git/commit/examples/quick/imageresponseprovider/imageresponseprovider.cpp?h=5.15&id=b1f238568214e6587b829d6695677e55a99b1d40 for context.
* Fix date in CHANGELOG and appdataNicolas Werner2021-12-212-2/+2
|
* Release 0.9.1Nicolas Werner2021-12-214-6/+63
|
* Translated using Weblate (Indonesian)Weblate2021-12-201-7/+7
| | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* Bump dep versionsNicolas Werner2021-12-192-11/+13
|
* Set the app_id on waylandNicolas Werner2021-12-191-0/+5
|
* Set notification categoryNicolas Werner2021-12-192-0/+3
|
* Make Nheko show up in system notification settings on LinuxNicolas Werner2021-12-192-2/+5
| | | | relates to #845
* Explicitly set text format for raw message dialogNicolas Werner2021-12-191-0/+1
|
* Merge pull request #843 from Nheko-Reborn/openSUSE-readmeDeepBlueV7.X2021-12-181-0/+9
|\ | | | | Add openSUSE install instructions
| * Add openSUSE install instructionsLoren Burkholder2021-12-171-0/+9
|/
* Translated using Weblate (Indonesian)Weblate2021-12-171-11/+11
| | | | | | | | Currently translated at 99.0% (621 of 627 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* Translated using Weblate (Estonian)Weblate2021-12-171-19/+19
| | | | | | | | Currently translated at 100.0% (627 of 627 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* 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
| | | | | | | |