summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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 servicernhmjoj2021-12-271-7/+43
* | 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
|\ \
| * | Run linterMTRNord2021-12-272-17/+22
| * | Apply (selective) Clang-tidy const function and new const pointer suggestions...MTRNord2021-12-232-9/+9
| * | Apply (selective) Clang-tidy move and some new detected const pointer suggest...MTRNord2021-12-232-11/+12
| * | Apply (selective) Clang-tidy and clazy suggestions on TimelineModelMTRNord2021-12-232-55/+54
* | | Translated using Weblate (Indonesian)Weblate2021-12-271-3/+3
* | | Merge pull request #858 from tastytea/inline-img-aaDeepBlueV7.X2021-12-272-12/+51
|\ \ \
| * | | 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
|/ / /
* | | 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
|/
* 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 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
* 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
* 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
* 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 instructionsLoren Burkholder2021-12-171-0/+9
|/
* Translated using Weblate (Indonesian)Weblate2021-12-171-11/+11
* Translated using Weblate (Estonian)Weblate2021-12-171-19/+19
* Fix crash when receiving matrix uriNicolas Werner2021-12-173-13/+20
* Translated using Weblate (French)Weblate2021-12-161-90/+90
* Translated using Weblate (German)Weblate2021-12-161-6/+6
* Translated using Weblate (Dutch)Weblate2021-12-161-19/+19
* 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
|\
| * 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 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
* | 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
* | Vertically align message inputNicolas Werner2021-12-121-1/+2
* | Allow clicking links in repliesNicolas Werner2021-12-111-1/+8
* | Properly set position of resize handler after letting it goNicolas Werner2021-12-112-4/+7
* | 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
* | Support pinned messagesNicolas Werner2021-12-1111-14/+298
* | Fix escaped html showing up in playable media message labelsNicolas Werner2021-12-081-1/+1
* | Fix blurry thumbnails AGAINNicolas Werner2021-12-081-1/+5
* | Translated using Weblate (Indonesian)Weblate2021-12-071-15/+16
* | 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
* | Fix a few clang tidy warningsNicolas Werner2021-12-063-12/+6
|/
* Translated using Weblate (Dutch)Weblate2021-12-051-10/+11
* Fix sanitizer warning about signed shiftsNicolas Werner2021-12-041-1/+2
* Merge pull request #833 from Bubu/clion_suggestionsDeepBlueV7.X2021-12-033-41/+42
|\
| * InputBar: run clang-formatMarcus Hoffmann2021-12-032-27/+29
| * InputBar: Mark some functions as [[nodiscard]]Marcus Hoffmann2021-12-031-3/+3
| * InputBar: mark constrictor as explicitMarcus Hoffmann2021-12-031-1/+1
| * InputBar: use X.empty() instead of !X.size()Marcus Hoffmann2021-12-031-2/+2
| * InputBar: use auto typeMarcus Hoffmann2021-12-031-1/+1
| * InputBar: use multi-arg string replacementMarcus Hoffmann2021-12-031-2/+2
| * InputBar: use character argument instead of stringMarcus Hoffmann2021-12-031-1/+1
| * InputBar: apply clang-tidy const reference suggestionsMarcus Hoffmann2021-12-032-17/+17
| * InputBar: use QFileInfo::exists()Marcus Hoffmann2021-12-031-1/+1
| * 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
* | Translated using Weblate (French)Weblate2021-12-021-82/+83
|/
* Navigate to subspaces by clicking on themNicolas Werner2021-12-021-0/+4
* Translated using Weblate (Finnish)Weblate2021-12-011-8/+8
* Translated using Weblate (Estonian)Weblate2021-12-011-11/+12
* 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
* 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 redactionsJoe Donofry2021-11-2929-868/+1644
|/
* If the locale is set to C, force english localeNicolas Werner2021-11-271-1/+2
* Use old flatpak runtime to prevent crashes on armNicolas Werner2021-11-272-5/+7
* Translated using Weblate (Italian)Weblate2021-11-251-1/+1
* Properly fix #825Nicolas Werner2021-11-241-1/+3
* fix lintNicolas Werner2021-11-241-1/+0
* Fix crash in SingleApplication when other end exits immediatelyNicolas Werner2021-11-241-2/+2
* Initialize client lazilyNicolas Werner2021-11-241-4/+2
* Fix loading on Gnome when in flatpakNicolas Werner2021-11-242-5/+7
* Merge branch 'more-random-colors' into 'master'Nicolas Werner2021-11-242-8/+8
|\
| * 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
|/
* 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
* Merge pull request #822 from Nheko-Reborn/dm-filterDeepBlueV7.X2021-11-2118-59/+411
|\
| * Try to tame Windows headersNicolas Werner2021-11-211-1/+1
| * Only mark as direct, if invite was directNicolas Werner2021-11-213-5/+20
| * Mark rooms as direct chatsNicolas Werner2021-11-215-2/+79
| * Pretty error printingNicolas Werner2021-11-214-13/+121
| * Add a filter for direct chatsNicolas Werner2021-11-2010-40/+192
* | 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
|/
* 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
* 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
|\
| * 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
| * 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
| * 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
* | 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
|\
| * 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
* Translated using Weblate (Portuguese (Portugal))Weblate2021-11-161-103/+105
* Translated using Weblate (Esperanto)Weblate2021-11-161-3/+3
* 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
|\
| * 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
* | Translated using Weblate (Indonesian)Weblate2021-11-141-3/+3
* | Translated using Weblate (Portuguese (Portugal))Weblate2021-11-141-74/+79
|/
* 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
* Merge branch 'video_player_enhancements' into 'master'Nicolas Werner2021-11-1210-193/+411
|\
| * 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
* | | | | | | | 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
* | | | | | | | Translated using Weblate (Esperanto)Weblate2021-11-101-31/+33
* | | | | | | | Translated using Weblate (Finnish)Weblate2021-11-101-17/+17
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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 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
* | | | | | | Translated using Weblate (Dutch)Weblate2021-11-081-2/+2