summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't delete uncached messages after editNicolas Werner2023-06-011-1/+2
* Show custom reactions in reaction historyNicolas Werner2023-05-311-5/+50
* Add goto button to hover menu when searchingNicolas Werner2023-05-303-9/+20
* Right click option to go to event while searchingSateallia2023-05-301-0/+10
* Fix lintingNicolas Werner2023-05-301-1/+1
* Remember last used filterSateallia2023-05-303-1/+21
* Make summary translation plural sensitiveNicolas Werner2023-05-291-2/+1
* Copy arguments for notificationNicolas Werner2023-05-292-13/+13
* Enable sending notifications via the systemNotification signal on macOSNicolas Werner2023-05-293-43/+36
* Fix duplicate notification category identifierNicolas Werner2023-05-291-16/+16
* Merge branch 'dont-send-notifications-on-first-sync' of github.com:LcsTen/nhe...Nicolas Werner2023-05-293-27/+60
|\
| * Do not display reply action in the recap notif on MacLcsTen2023-04-141-4/+12
| * Don't send desktop notifications if there are too many of them at onceLcsTen2023-04-142-23/+48
* | Merge pull request #1465 from frlan/patch-1DeepBlueV7.X2023-05-281-1/+1
|\ \
| * | Add ninja-build to Debian build dependenciesFrank Lanitz2023-05-281-1/+1
|/ /
* | Render custom reactionsNicolas Werner2023-05-271-6/+12
* | Work around ICE on MSVCNicolas Werner2023-05-271-8/+14
* | Fix emoji unicodename in tooltipNicolas Werner2023-05-251-1/+1
* | Switch to alpine for clazyNicolas Werner2023-05-252-11/+6
* | Make default completer complete custom emojiNicolas Werner2023-05-2512-226/+80
* | Get rid of old emoji pickerNicolas Werner2023-05-256-321/+14
* | Make emoji picker use the grid viewNicolas Werner2023-05-256-46/+248
* | Workaround a WM bug that switches the focus incorrectly after initiating a se...Sateallia2023-05-231-1/+1
* | Allow editing stickers from stickerpickerNicolas Werner2023-05-201-0/+18
* | Allow scrolling to specific sections and order packs in sticker search by mat...Nicolas Werner2023-05-203-26/+130
* | Fix StickerPicker padding and names of unnamed packsNicolas Werner2023-05-203-29/+55
* | Prevent new packs from overwriting the default pack by accidentNicolas Werner2023-05-203-1/+47
* | Fix adding duplicate stickers and strip file extensionNicolas Werner2023-05-203-8/+32
* | Use case folding instead of lower case for searchNicolas Werner2023-05-201-3/+3
* | Reimplement search for GridImageModelNicolas Werner2023-05-202-25/+148
* | Replace search vector with spanNicolas Werner2023-05-201-6/+7
* | Add rows to stickerpickerNicolas Werner2023-05-209-28/+238
* | Merge pull request #1456 from Nheko-Reborn/inputfocusDeepBlueV7.X2023-05-131-1/+6
|\ \
| * | Type keypresses that focus the input barLoren Burkholder2023-05-121-1/+6
|/ /
* | Gstreamer packages got mergedNicolas Werner2023-05-091-3/+0
* | Upgrade xcode in apple silicon CINicolas Werner2023-05-091-2/+2
* | Make macos builds fail againNicolas Werner2023-05-081-3/+3
* | Delete unused msg db functionNicolas Werner2023-05-062-68/+1
* | Sort rooms in completer by 'activity' and make tombstoned rooms italicNicolas Werner2023-05-067-17/+70
* | Allow picking multiple files to uploadSateallia2023-04-252-6/+7
* | Merge pull request #1446 from LuckyTurtleDev/patch-1DeepBlueV7.X2023-04-231-1/+1
|\ \
| * | finallyLuckyTurtleDev2023-04-221-1/+1
| * | Update README.mdLuckyTurtleDev2023-04-221-1/+1
| * | fix linkLuckyTurtleDev2023-04-221-1/+1
| * | update arch badgeLuckyTurtleDev2023-04-221-1/+1
* | | Copy image to clipboardNicolas Werner2023-04-238-2/+129
|/ /
* | Translated using Weblate (Ukrainian)Weblate2023-04-191-512/+532
* | Translated using Weblate (German)Weblate2023-04-191-237/+237
* | yarl.URL.scheme is not writableNicolas Werner2023-04-151-3/+1
* | Try to fix the flat-manager script for flat-manager behind reverse proxiesNicolas Werner2023-04-151-12/+21
* | Always cache the flatpak temporaries in CINicolas Werner2023-04-141-0/+1
* | Try to fix flatpak upload issueNicolas Werner2023-04-141-3/+2
* | Setting case insensitive sort is not necessaryNicolas Werner2023-04-141-1/+0
|/
* Optimize alphabetical sorting a bitNicolas Werner2023-04-142-10/+9
* Alphabetical ordering optionSateallia2023-04-144-14/+77
* Measure ram usage during compilationNicolas Werner2023-04-111-3/+4
* Drop gcc10 supportNicolas Werner2023-04-112-42/+1
* Adapt to the new inherited variantNicolas Werner2023-04-1116-106/+99
* Merge pull request #1407 from Nheko-Reborn/ducktypingDeepBlueV7.X2023-04-1014-112/+345
|\
| * Update mtxclient commit hashLoren Burkholder2023-04-113-4/+3
| * Use the new mtxclient special effects refactoringLoren Burkholder2023-04-118-55/+69
| * Don't bother with rainbow rainLoren Burkholder2023-04-084-14/+4
| * Rain, rain, go away soonerLoren Burkholder2023-04-081-1/+1
| * Don't apply gravity to rainLoren Burkholder2023-04-081-0/+1
| * Don't allow rainbowifying custom messagesLoren Burkholder2023-04-082-4/+4
| * Fix command nameLoren Burkholder2023-04-081-1/+1
| * Move effects into a separate fileLoren Burkholder2023-04-083-90/+117
| * Use particle groups to separate effectsLoren Burkholder2023-04-081-13/+10
| * Allow sending custom msgtypesLoren Burkholder2023-04-084-0/+35
| * Add rainfall effectLoren Burkholder2023-04-087-12/+152
| * Implement unknown msgtype functionalityLoren Burkholder2023-04-085-6/+36
|/
* Translated using Weblate (German)Weblate2023-04-081-29/+30
* Try to reset unread marker if we fail to set it on the serverNicolas Werner2023-04-051-3/+7
* Fix switching between thread showing stale messages in some circumstancesNicolas Werner2023-04-041-0/+2
* Add a more obvious thread indicatorNicolas Werner2023-04-041-3/+23
* Get rid of an edge case, that can break paginationNicolas Werner2023-04-041-2/+1
* Make the profile buttons a bit biggerNicolas Werner2023-04-041-2/+10
* Allow querying your status message over dbusNicolas Werner2023-03-314-0/+21
* Allow for # in fragments because some clients send matrix.to links like thatNicolas Werner2023-03-311-1/+3
* Merge pull request #1411 from dtelsing/screenshare-xdg-desktop-portalDeepBlueV7.X2023-03-309-96/+997
|\
| * Include missing <optional> headerDavid Elsing2023-03-301-0/+1
| * Change text of the PipeWire streenshare methodDavid Elsing2023-03-301-1/+1
| * Cleanup Qt D-Bus connections and watchersDavid Elsing2023-03-304-113/+171
| * Use mtx::client::utils::random_token for XDP session tokensDavid Elsing2023-03-301-11/+2
| * Improve choosing screen share typeDavid Elsing2023-03-303-58/+53
| * Add missing license headersDavid Elsing2023-03-302-0/+8
| * Support screen sharing with xdg-desktop-portalDavid Elsing2023-03-309-89/+937
* | Merge pull request #1438 from ryandesign/patch-1DeepBlueV7.X2023-03-301-2/+2
|\ \ | |/ |/|
| * Fix build on case-sensitive filesystemsRyan Schmidt2023-03-301-2/+2
|/
* Translated using Weblate (Turkish)Weblate2023-03-271-48/+48
* Improve state event redactionNicolas Werner2023-03-263-10/+41
* Use gitlab docker proxyNicolas Werner2023-03-261-8/+8
* Tumbleweed integration testsNicolas Werner2023-03-261-0/+64
* Merge pull request #1409 from Nheko-Reborn/uiTweaksDeepBlueV7.X2023-03-251-7/+60
|\
| * Overhaul switch appearanceLoren Burkholder2023-03-241-7/+60
* | Delay some delegate removals to reduce CPU spent on recalculating sizesNicolas Werner2023-03-252-0/+3
* | Cleanup CI config and add sectionsNicolas Werner2023-03-251-43/+30
* | Fix explicit optional construction on gcc13Nicolas Werner2023-03-241-1/+1
* | Merge pull request #1430 from tastytea/fix-imagepack-textsDeepBlueV7.X2023-03-241-0/+2
|\ \
| * | make name and attribution in image pack settings plain texttastytea2023-03-241-0/+2
|/ /
* | Translated using Weblate (Turkish)Weblate2023-03-241-34/+34
* | Merge pull request #1429 from 0xDEADCADE/patch-2DeepBlueV7.X2023-03-221-0/+1
|\ \
| * | Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs0xDEADCADE2023-03-221-0/+1
|/ /
* | Fix encrypted thumbnailsNicolas Werner2023-03-221-1/+1
* | Merge pull request #1427 from 0xDEADCADE/patch-1DeepBlueV7.X2023-03-211-0/+1
|\ \
| * | Add width to device verification window0xDEADCADE2023-03-211-0/+1
|/ /
* | All around me are empty spacesNicolas Werner2023-03-201-6/+16
* | Optimize event accessors a bitNicolas Werner2023-03-201-41/+33
* | Reduce db writes a bitNicolas Werner2023-03-191-7/+32
* | Don't try to load emotes from space parents we are not inNicolas Werner2023-03-191-2/+9
* | Fix space-community wordingNicolas Werner2023-03-181-1/+1
* | Merge pull request #1404 from LcsTen/dont-show-private-rooms-in-spaceDeepBlueV7.X2023-03-183-4/+17
|\ \ | |/ |/|
| * Check isPreviewFetched property for hintsLcsTen2023-03-183-3/+7
| * Show an appropriate hint if the room is inaccessibleLcsTen2023-03-112-2/+2
| * Don't show inaccessible private rooms in spacesLcsTen2023-03-111-0/+9
* | Translated using Weblate (Turkish)Weblate2023-03-161-19/+19
* | Translated using Weblate (Turkish)Weblate2023-03-161-74/+77
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-161-6/+6
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-18/+18
* | Translated using Weblate (Turkish)Weblate2023-03-151-22/+22
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-25/+25
* | Translated using Weblate (Turkish)Weblate2023-03-151-5/+5
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-4/+4
* | Translated using Weblate (Turkish)Weblate2023-03-151-11/+11
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-12/+12
* | Added translation using Weblate (Turkish)Weblate2023-03-151-0/+5102
* | Update spaces events automatically in the backgroundNicolas Werner2023-03-147-5/+246
* | Speed up writes of events with statekeys to state dbNicolas Werner2023-03-142-27/+87
* | Speed up processing UI changes with large syncsNicolas Werner2023-03-141-14/+44
* | Evaluate ACLs when calculating viasNicolas Werner2023-03-143-4/+54
* | Make via implementation closer to the specNicolas Werner2023-03-141-25/+81
* | Merge pull request #1415 from tastytea/toEndButton-focusDeepBlueV7.X2023-03-121-1/+1
|\ \ | |/ |/|
| * make scroll-down button (toEndButton) focus message inputtastytea2023-03-121-1/+1
|/
* Update cirrus build to work around brew bundle issueJoseph Donofry2023-03-101-0/+3
* Set macos deployment target in cmake listNicolas Werner2023-03-102-1/+2
* Merge pull request #1388 from Nheko-Reborn/commandDeepBlueV7.X2023-03-107-66/+176
|\
| * Handle incomplete commands betterLoren Burkholder2023-03-074-15/+34
| * make lintLoren Burkholder2023-03-011-36/+36
| * Use QSet<QString> instead of QStringListLoren Burkholder2023-03-011-1/+1
| * Fix some nitpicksLoren Burkholder2023-03-012-53/+58
| * Don't show timeline behind warningsLoren Burkholder2023-02-282-7/+7
| * Simplify code a bitLoren Burkholder2023-02-283-5/+1
| * Move command calculation logic into InputBarLoren Burkholder2023-02-285-95/+91
| * Show warning when invalid command is enteredLoren Burkholder2023-02-288-5/+97
| * Enhance appearance of room ping warningLoren Burkholder2023-02-281-7/+9
* | Merge pull request #1394 from Nheko-Reborn/uiTweaksDeepBlueV7.X2023-03-0917-115/+64
|\ \
| * | Update src/Utils.cppLoren Burkholder2023-03-091-4/+2
| * | Only enlarge emoji if the setting is onLoren Burkholder2023-03-091-1/+5
| * | Scroll farther on PgUp/PgDnLoren Burkholder2023-03-021-2/+2
| * | Add leave button to space previewLoren Burkholder2023-03-021-0/+7
| * | Don't double-show encryption dialogLoren Burkholder2023-03-011-1/+2
| * | Make switches respect accent colorLoren Burkholder2023-03-011-1/+1
| * | Make emoji larger in the timeline by defaultLoren Burkholder2023-02-281-1/+1
| * | make lintLoren Burkholder2023-02-282-3/+3
| * | Always open the invite dialog properly from the member listLoren Burkholder2023-02-285-9/+12
| * | Change members button color when hoveredLoren Burkholder2023-02-282-20/+22
| * | Elide nicks and userids in read reciepts dialogLoren Burkholder2023-02-281-6/+9
| * | Prevent long nicks/userids from breaking roomlist layoutLoren Burkholder2023-02-281-4/+3
| * | Use the nheko spinner everywhereLoren Burkholder2023-02-283-72/+4
| |/
* | Fix avatar change being rendered as a joinNicolas Werner2023-03-091-5/+16
* | Cleanup table renderingNicolas Werner2023-03-091-3/+3
* | Merge pull request #1403 from LcsTen/update-archlinux-instructionsDeepBlueV7.X2023-03-051-13/+5
|\ \
| * | Add reference to nheko-git development packageLcsTen2023-03-051-0/+6
| * | Update Arch Linux installation instructionsLcsTen2023-03-051-15/+1
|/ /
* / Translated using Weblate (Chinese (Simplified))Weblate2023-03-031-1/+1
|/
* Translated using Weblate (Ukrainian)Weblate2023-02-281-51/+51
* Merge pull request #1382 from Nheko-Reborn/gitlab_artifact_updatesJoseph Donofry2023-02-284-14/+101
|\
| * Remove test configurationsJoseph Donofry2023-02-281-4/+4
| * Fix macOS artifact names and fix jq quotes issueJoseph Donofry2023-02-283-4/+4
| * Fix typo in flatpak name for amd64Joseph Donofry2023-02-281-1/+1
| * Fix dependenciesJoseph Donofry2023-02-281-2/+4
| * Put releasable artifacts into artifacts dirJoseph Donofry2023-02-282-5/+11
| * Fix upload_url json keyJoseph Donofry2023-02-281-2/+3
| * Release notes are already quotedJoseph Donofry2023-02-281-2/+3
| * Add more logging to CI scriptJoseph Donofry2023-02-281-2/+10
| * Maybe fix key naming issueJoseph Donofry2023-02-271-1/+1
| * Add perlJoseph Donofry2023-02-271-1/+1
| * Install curl from apkJoseph Donofry2023-02-271-1/+1
| * Fix ci ruleJoseph Donofry2023-02-271-1/+1
| * Make github script executableJoseph Donofry2023-02-272-1/+1
| * Test pattern for validation of functionalityJoseph Donofry2023-02-271-1/+1
| * Generate release notes from CHANGELOG.mdJoseph Donofry2023-02-202-2/+3
| * Use regex to match vX.Y.ZJoseph Donofry2023-02-201-1/+1
| * Create github release from tags and upload artifacts as assetsJoseph Donofry2023-02-203-6/+74
* | Fix bug that prevented storing member events in the same database as the restNicolas Werner2023-02-251-14/+22
* | Merge pull request #1392 from Mikaela/readme-download-stableDeepBlueV7.X2023-02-251-1/+1
|\ \
| * | README.md: fix link of stable download badgeAminda Suomalainen2023-02-251-1/+1
|/ /
* | Disable qml diskcache by defaultNicolas Werner2023-02-252-0/+12
* | Merge pull request #1389 from Nheko-Reborn/deletionsDeepBlueV7.X2023-02-241-3/+0
|\ \
| * | Delete some unneeded stuffLoren Burkholder2023-02-231-3/+0
* | | add missing license headerNicolas Werner2023-02-241-0/+4
* | | Show rooms you share with someoneNicolas Werner2023-02-248-130/+311
|/ /
* | Reenable the nosync options for the databaseNicolas Werner2023-02-231-1/+6
* | Merge pull request #1374 from Nheko-Reborn/private_imagesDeepBlueV7.X2023-02-235-40/+105
|\ \
| * | Fade in images when fully recievedLoren Burkholder2023-02-222-27/+8
| * | Properly handle images without blurhashesLoren Burkholder2023-02-202-36/+99
| * | Use a single, reversible privacy screen transitionLoren Burkholder2023-02-202-34/+4
| * | Animate transition to blurhashLoren Burkholder2023-02-201-0/+44
| * | Blurhash images when the privacy screen is activeLoren Burkholder2023-02-205-17/+24
| |/
* | Merge pull request #1387 from klemensn/support-bsdDeepBlueV7.X2023-02-234-3/+5
|\ \
| * | Honour Qt scaling factor on OpenBSDKlemens Nanni2023-02-231-1/+1
| * | Recognise OpenBSD on login pageKlemens Nanni2023-02-231-0/+2
| * | fix build/clear notifications on exit on OpenBSDKlemens Nanni2023-02-232-2/+2
|/ /
* | Merge pull request #1385 from Bubu/print_dialog_errorsDeepBlueV7.X2023-02-233-101/+195
|\ \
| * | print errors on failed dialog creationMarcus Hoffmann2023-02-223-101/+195
* | | Merge branch 'v0.11.2-next'Nicolas Werner2023-02-237-11513/+11817
|\ \ \ | |/ / |/| |
| * | Hotfix redundant null terminator inserted by emoji completerNicolas Werner2023-02-237-11513/+11817
* | | Translated using Weblate (Esperanto)Weblate2023-02-221-3/+3
* | | Update contributing notesNicolas Werner2023-02-221-0/+13
* | | Dedup reactionsNicolas Werner2023-02-221-6/+4
* | | Get rid of year in license headersNicolas Werner2023-02-21255-754/+255
* | | Fix newlines in status messagesNicolas Werner2023-02-211-3/+3
* | | Simplify status message in profile a bitNicolas Werner2023-02-211-7/+4
* | | Merge pull request #1379 from Bubu/style_presence_statusDeepBlueV7.X2023-02-212-2/+36
|\ \ \
| * | | UserProfile: add padding to device listMarcus Hoffmann2023-02-211-0/+2
| * | | UserProfile: fix status message overflowingMarcus Hoffmann2023-02-211-3/+10
| * | | UserProfile: reduce spacing by a bitMarcus Hoffmann2023-02-211-1/+1
| * | | UserProfile: display status messageMarcus Hoffmann2023-02-211-0/+15
| * | | MessageView: Add ToolTip to status messageMarcus Hoffmann2023-02-211-2/+9
| * | | MessageView: improve styling of presence statusMarcus Hoffmann2023-02-211-0/+3
|/ / /
* | / Switch to upstream olm error codeNicolas Werner2023-02-213-4/+4
| |/ |/|
* | Merge branch 'cirrus_updates' into 'master'Joe Donofry2023-02-201-8/+2
|\ \
| * | Cirrus updatesJoe Donofry2023-02-201-8/+2
| |/
* | Translated using Weblate (Chinese (Simplified))Weblate2023-02-201-4/+4
* | Translated using Weblate (Ukrainian)Weblate2023-02-201-26/+26
* | Translated using Weblate (Indonesian)Weblate2023-02-201-4/+4
|/
* Fix typo in tagNicolas Werner2023-02-201-1/+1
* Amend changelogNicolas Werner2023-02-201-0/+5
* Bump versionNicolas Werner2023-02-204-10/+11
* Update READMENicolas Werner2023-02-202-2/+72
* Mention qt5 image formats in FAQNicolas Werner2023-02-201-0/+9
* Fix forwarding stickersNicolas Werner2023-02-201-3/+4
* More template bloat reductionNicolas Werner2023-02-204-107/+115
* Remove a few more unused symbolsNicolas Werner2023-02-198-45/+37
* Fix flatpak bundle uploadNicolas Werner2023-02-191-2/+2
* Fix gcc10 again. Remove this once we stop supporting gcc10Nicolas Werner2023-02-191-14834/+14873
* Fix gcc10 compatNicolas Werner2023-02-192-2/+2
* Reduce code bloat a bitNicolas Werner2023-02-198-11335/+11378
* Automatically fetch keys for undecrypted messages after verificationNicolas Werner2023-02-188-15/+80
* Fix edits in other clients jumping out of threadsNicolas Werner2023-02-181-5/+9
* Merge pull request #1376 from xvitaly/blurhashDeepBlueV7.X2023-02-171-6/+15
|\
| * Added ability to build with packaged version of blurhash.Vitaly Zaitsev2023-02-161-6/+15
|/
* Explicitly set parent for scrollbars to prevent them from showing on some pla...Nicolas Werner2023-02-162-6/+6
* Fix build on macOSNicolas Werner2023-02-151-1/+7
* Merge pull request #1371 from xvitaly/httplibDeepBlueV7.X2023-02-151-2/+10
|\
| * Added ability to build with packaged version of cpp-httplib.Vitaly Zaitsev2023-02-151-2/+10
* | Translated using Weblate (Estonian)Weblate2023-02-151-5/+5
|/
* Fix lintingNicolas Werner2023-02-141-1/+1
* Make scrollbars optional and disabled by defaultNicolas Werner2023-02-1432-315/+637
* Room list: add scrollbar when not collapsedAlexander Bantyev2023-02-141-1/+7