summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Translated using Weblate (Esperanto)Weblate2021-11-081-9/+9
* | | | | | | 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 secretsNicolas Werner2021-11-0711-208/+267
* | | | | | | | Merge pull request #790 from LorenDB/fixRRDialogLoren Burkholder2021-11-061-42/+39
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Use ItemDelegate for read receiptsLoren Burkholder2021-11-061-42/+39
* | | | | | | | Translated using Weblate (Estonian)Weblate2021-11-061-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | 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
* | | | | | Fix crash in debug code for matrix uri handlerNicolas Werner2021-11-041-3/+4
* | | | | | Update translation filesWeblate2021-11-041-5/+0
* | | | | | Update translationsNicolas Werner2021-11-041-2/+2
* | | | | | Update German translationNicolas Werner2021-11-0423-209/+216
* | | | | | Translated using Weblate (Estonian)Weblate2021-11-041-51/+53
* | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | 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
* | | | | 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
* | | | | Merge branch 'macos_api_updates' into 'master'Nicolas Werner2021-11-031-7/+34
|\ \ \ \ \
| * | | | | 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 frameworkJoseph Donofry2021-11-014-23/+60
* | | | | | Clear @room warning after sending messageNicolas Werner2021-11-021-0/+1
* | | | | | Fix loading spinner when switching to a fully loaded roomNicolas Werner2021-11-021-1/+3
* | | | | | Fix hidden spaces hiding themselvesNicolas Werner2021-11-021-1/+1
|/ / / / /
* | | | | 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 directoryLoren Burkholder2021-10-281-0/+1
|/ / / / /
* | | | | Translated using Weblate (Indonesian)Weblate2021-10-261-5/+5
* | | | | Update translation filesWeblate2021-10-261-5/+0
* | | | | Merge pull request #767 from Thulinma/deviceRenamingDeepBlueV7.X2021-10-203-19/+105
|\ \ \ \ \
| * | | | | 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
* | | | | Translated using Weblate (Dutch)Weblate2021-10-191-0/+5
* | | | | Merge pull request #768 from ISSOtm/patch-2DeepBlueV7.X2021-10-191-1/+1
|\ \ \ \ \
| * | | | | Fix incorrect pluralization of "rooms"Eldred Habert2021-10-191-1/+1
* | | | | | Translated using Weblate (Portuguese (Portugal))Weblate2021-10-191-2/+3
* | | | | | Translated using Weblate (French)Weblate2021-10-191-10/+10
|/ / / / /
* | | | | Translated using Weblate (French)Weblate2021-10-191-57/+57
* | | | | lint using clang11Nicolas Werner2021-10-173-16/+6
* | | | | lintNicolas Werner2021-10-175-9/+18
* | | | | Use allow list for URI schemesNicolas Werner2021-10-171-1/+11
* | | | | WIPNicolas Werner2021-10-173-19/+63
* | | | | move device verification management to its own fileNicolas Werner2021-10-179-150/+221
* | | | | Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-1725-30/+31
* | | | | Merge pull request #766 from Thulinma/deviceDeletionDeepBlueV7.X2021-10-165-3/+92
|\ \ \ \ \
| * | | | | Add support for listing devices that do not support encryption, add support f...Thulinma2021-10-175-3/+92
|/ / / / /
* | | | | Merge pull request #764 from ISSOtm/patch-1DeepBlueV7.X2021-10-161-1/+1
|\ \ \ \ \
| * | | | | Use correct Monopoly quoteEldred Habert2021-10-151-1/+1
|/ / / / /
* | | | | Update translation filesWeblate2021-10-151-5/+0
* | | | | Merge pull request #763 from tastytea/stickers-jpegDeepBlueV7.X2021-10-1524-35/+35
|\ \ \ \ \
| * | | | | Allow JPEG in image picker for stickers and emotes.tastytea2021-10-1524-35/+35
|/ / / / /
* | | | | Merge pull request #742 from LorenDB/qmlLeaveRoomDeepBlueV7.X2021-10-1112-117/+47
|\ \ \ \ \
| * | | | | Use the same leave room dialog everywhereLoren Burkholder2021-10-1112-116/+47