summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1539 from Nheko-Reborn/issue1410DeepBlueV7.X2023-10-266-2/+114
|\
| * Add report message functionalityLoren Burkholder2023-10-256-2/+114
* | Fix some qml warningsNicolas Werner2023-10-2625-122/+107
* | Fix macos not supporting emplace of aggregates yetNicolas Werner2023-10-261-1/+1
* | Merge pull request #1541 from NepNep21/ignore-usersDeepBlueV7.X2023-10-2512-11/+285
|\ \
| * | Switch to X icon and add close buttonNepNep212023-10-251-1/+14
| * | Move dialog to settings page and add avatar image to delegateNepNep212023-10-245-31/+38
| * | Cleanup ignore user functionality slightlyNicolas Werner2023-10-247-46/+102
| * | Merge branch 'ignore-users' of github.com:NepNep21/nheko into ignore-usersNicolas Werner2023-10-239-5/+200
| |\ \
| | * | Fix license lint...NepNep212023-10-011-0/+1
| | * | Fix lint after clazy fixNepNep212023-10-011-2/+1
| | * | Lint + clazyNepNep212023-10-013-8/+7
| | * | Use propertiesNepNep212023-10-016-34/+58
| | * | Move comments to proper reviewsNepNep212023-10-011-2/+0
| | * | UI improvementsNepNep212023-10-011-4/+14
| | * | RebaseNepNep212023-10-017-5/+169
* | | | Add missing includeNicolas Werner2023-10-261-0/+1
* | | | Update to Qt6.6 in the flatpakNicolas Werner2023-10-261-3/+3
| |_|/ |/| |
* | | Allow setting presence state againNicolas Werner2023-10-255-26/+58
* | | Fix lintingNicolas Werner2023-10-251-5/+6
* | | Properly close cursors before commit and db deletionNicolas Werner2023-10-251-0/+2
* | | Merge pull request #1594 from mips64-el/masterDeepBlueV7.X2023-10-251-1/+3
|\ \ \ | |/ / |/| |
| * | Fix double free on commit database migrationmips64-el2023-10-251-1/+3
|/ /
* | prevent overscroll in roomlist and communities listNicolas Werner2023-10-232-10/+12
* | Fix scroll position jumping when replying or resizing the windowNicolas Werner2023-10-231-0/+7
* | Migrate olm sessions to be stored in one database instead of thousandsNicolas Werner2023-10-233-27/+91
* | hr tags are self closingNicolas Werner2023-10-221-1/+1
* | Merge pull request #1585 from Mikaela/gitattributes2DeepBlueV7.X2023-10-212-0/+11
|\ \
| * | add .editorconfig based on .clang-formatAminda Suomalainen2023-10-161-0/+8
| * | add .gitattributesAminda Suomalainen2023-10-161-0/+3
* | | Add a way to compact the databaseNicolas Werner2023-10-215-10/+110
* | | Possibly fix a crash in the EventDelegateChooserNicolas Werner2023-10-202-8/+18
* | | Small qml fixesNicolas Werner2023-10-185-19/+22
* | | Relayout when event delegates change implicit sizeNicolas Werner2023-10-182-1/+4
|/ /
* | Translated using Weblate (French)Weblate2023-10-141-1/+1
* | Qt6.6 compatibilityNicolas Werner2023-10-1316-32/+32
* | Fix (hopefully) HiDPI scaling issues with edit and encryption iconsJoseph Donofry2023-10-132-3/+4
* | Fix forward completer after delegate reworkNicolas Werner2023-10-111-4/+4
* | Remove old messages only when the db is full or on startupNicolas Werner2023-10-111-8/+4
* | Focus to the message input bar after dragging and dropping a fileSateallia2023-10-111-0/+1
* | Fix chat effect particles sometimes getting 'stuck' on screenJoseph Donofry2023-10-092-1/+9
* | Try to fix 'PowerlevelIndicator is not a type'Nicolas Werner2023-10-101-6/+8
* | Fix reply and topic colorsNicolas Werner2023-10-102-5/+7
* | fix click to go to reply after mergeNicolas Werner2023-10-101-1/+1
* | Merge branch 'delegate-rework'Nicolas Werner2023-10-1036-1898/+2357
|\ \
| * | Restore reply context menuNicolas Werner2023-10-103-15/+31
| * | Attach reactions on the right for our own bubbled messagesNicolas Werner2023-10-091-1/+1
| * | Make effect messages stand out moreNicolas Werner2023-10-092-2/+11
| * | Add threads display and prettier highlight to bubbles styleNicolas Werner2023-10-091-2/+4
| * | Remove old TimelineRowNicolas Werner2023-10-092-348/+0
| * | cleanupsNicolas Werner2023-10-094-12/+12
| * | Shrink repliesNicolas Werner2023-10-094-4/+4
| * | Basic bubble styleNicolas Werner2023-10-095-71/+445
| * | Fix missing property showAcceptKnockButtonNicolas Werner2023-10-091-2/+2
| * | Fix CPU usage from out of frame animated imagesNicolas Werner2023-10-092-4/+16
| * | Start working on bubble delegateNicolas Werner2023-10-092-5/+13
| * | Fix high CPU use caused by ItemParticleNicolas Werner2023-10-091-11/+35
| * | Fix typing notificationsNicolas Werner2023-10-095-15/+16
| * | Fixup reply and state event renderingNicolas Werner2023-10-0810-901/+211
| * | Switch to manual polishing of event delegatesNicolas Werner2023-10-087-60/+169
| * | Reimplement mention highlight and scroll to highlightNicolas Werner2023-09-202-0/+56
| * | Move message styles to their own files and work around hover not propagating ...Nicolas Werner2023-09-206-467/+530
| * | Fix alignment of file messages and redactionsNicolas Werner2023-09-173-7/+12
| * | Fix power level indicator sizeNicolas Werner2023-09-121-0/+6
| * | Fix timeline menusNicolas Werner2023-09-081-4/+37
| * | Reenable status part of timeline messagesNicolas Werner2023-08-282-27/+108
| * | Improve image size limitingNicolas Werner2023-08-272-0/+2
| * | Fix reply backgrounds in imagesNicolas Werner2023-08-261-0/+15
| * | Fix some reply layouting loopsNicolas Werner2023-08-254-7/+5
| * | Reimplement reply delegate by moving out the timeline event without layoutNicolas Werner2023-08-2513-460/+352
| * | Show reactions againNicolas Werner2023-08-251-2/+38
| * | Remaining events apart from verificationNicolas Werner2023-08-259-89/+287
| * | Get rid of redundant constructions and make room implicitNicolas Werner2023-08-256-10/+28
| * | Port redacted messagesNicolas Werner2023-08-252-13/+31
| * | Port state events and imagesNicolas Werner2023-08-257-101/+231
| * | Working text messages in delegate reworkNicolas Werner2023-08-255-35/+191
| * | Create an EventDelegateChooserNicolas Werner2023-08-258-191/+432
* | | Translated using Weblate (French)Weblate2023-10-091-41/+43
* | | Merge pull request #1575 from Nheko-Reborn/plindicatorDeepBlueV7.X2023-10-042-4/+4
|\ \ \
| * | | Fix powerlevel indicator size in the timelineLoren Burkholder2023-10-022-4/+4
| | |/ | |/|
* | | Merge pull request #1576 from Nheko-Reborn/fixrepliesDeepBlueV7.X2023-10-021-1/+3
|\ \ \ | |/ / |/| |
| * | Fix reply text colorLoren Burkholder2023-10-021-1/+3
|/ /
* | Merge pull request #1573 from Nheko-Reborn/fixqmlDeepBlueV7.X2023-10-011-0/+1
|\ \
| * | Add missing QML importLoren Burkholder2023-10-011-0/+1
|/ /
* | Merge pull request #1571 from Nheko-Reborn/directoryDeepBlueV7.X2023-10-011-3/+23
|\ \
| * | Add close button and room open button to room directory dialogLoren Burkholder2023-09-291-3/+23
* | | Merge pull request #1537 from Nheko-Reborn/issue1426DeepBlueV7.X2023-10-013-1/+33
|\ \ \
| * | | Allow configuring global hidden event settingsLoren Burkholder2023-09-233-1/+33
| |/ /
* | | Merge pull request #1534 from Nheko-Reborn/issue1494DeepBlueV7.X2023-10-013-9/+9
|\ \ \
| * | | Use @user:example.com for all sample mxidsLoren Burkholder2023-09-233-9/+9
* | | | Merge pull request #1572 from Nheko-Reborn/differentiateTouchDeepBlueV7.X2023-10-015-20/+16
|\ \ \ \
| * | | | Qt 6.4 properly supports scrolling text with touchLoren Burkholder2023-09-305-20/+16
| | |/ / | |/| |
* | | | Merge pull request #1565 from Nheko-Reborn/cmake_formattingDeepBlueV7.X2023-10-011-666/+656
|\ \ \ \ | |/ / / |/| | |
| * | | Format CMakeLists.txtLoren Burkholder2023-09-231-666/+656
|/ / /
* | | Update mtxclient to work around empty event typesNicolas Werner2023-09-152-2/+2
* | | Added translation using Weblate (Arabic)Weblate2023-08-251-0/+5455
| |/ |/|
* | Merge pull request #1536 from Nheko-Reborn/issue1440DeepBlueV7.X2023-08-221-10/+29
|\ \
| * | Add explicit default font optionLoren Burkholder2023-08-111-10/+29
* | | Merge pull request #1552 from q234rty/masterDeepBlueV7.X2023-08-221-1/+1
|\ \ \
| * | | Fix build with fmt 10.1.0q234rty2023-08-171-1/+1
|/ / /
* | | Merge pull request #1548 from Nheko-Reborn/cleanupWidgetsStuffDeepBlueV7.X2023-08-133-11/+0
|\ \ \
| * | | Remove some unnecessary forward declarations and headersLoren Burkholder2023-08-113-11/+0
|/ / /
* | | Merge pull request #1535 from Nheko-Reborn/powerlevelsInTimelineDeepBlueV7.X2023-08-106-34/+71
|\ \ \
| * | | Swap PL indicator locationNicolas Werner2023-08-101-8/+12
| * | | Merge remote-tracking branch 'origin/powerlevelsInTimeline'Nicolas Werner2023-08-106-33/+66
| |\ \ \
| | * | | Show an indicator in the timeline for mods and adminsLoren Burkholder2023-07-236-33/+66
| | |/ /
* | | | Merge pull request #1523 from Nheko-Reborn/qmlFallbackAuthDeepBlueV7.X2023-08-109-124/+149
|\ \ \ \ | |/ / / |/| | |
| * | | QML the fallback auth dialogLoren Burkholder2023-07-149-124/+149
* | | | Remove usage of creatorNicolas Werner2023-08-093-3/+2
* | | | Merge pull request #1531 from Nheko-Reborn/smootherReactionsDeepBlueV7.X2023-07-281-0/+1
|\ \ \ \
| * | | | Use mipmap on custom reactionsLoren Burkholder2023-07-221-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #1532 from Nheko-Reborn/issue1512DeepBlueV7.X2023-07-283-2/+22
|\ \ \ \
| * | | | Add mark as read entry to the roomlist right-click menuLoren Burkholder2023-07-223-2/+22
| |/ / /
* | | / Update coeurl for fmt10 compatibilityNicolas Werner2023-07-281-1/+1
| |_|/ |/| |
* | | Merge pull request #1533 from Nheko-Reborn/compileErrorFixesJoseph Donofry2023-07-231-10/+9
|\ \ \ | |/ / |/| |
| * | Fix some compiler errorsLoren Burkholder2023-07-231-10/+9
|/ /
* | Translated using Weblate (Chinese (Simplified))Weblate2023-07-201-40/+44
* | Translated using Weblate (Dutch)Weblate2023-07-201-13/+15
* | Translated using Weblate (Persian)Weblate2023-07-201-5/+5
* | Added translation using Weblate (Persian)Weblate2023-07-181-0/+5407
* | Translated using Weblate (Chinese (Simplified))Weblate2023-07-181-37/+37
* | Translated using Weblate (Chinese (Simplified))Weblate2023-07-181-4/+5
* | Translated using Weblate (Indonesian)Weblate2023-07-181-57/+58
* | Translated using Weblate (Estonian)Weblate2023-07-181-79/+85
* | Fix pip commandJoseph Donofry2023-07-171-1/+1
* | Use official qt binaries on cirrus-ci for apple siliconJoseph Donofry2023-07-173-5/+9
* | Update macOS runner to use official binariesJoseph Donofry2023-07-164-5/+6
* | Remove final which breaks type registrationNicolas Werner2023-07-163-3/+3
* | Fix verification error codesNicolas Werner2023-07-162-0/+5
* | Update some translationsNicolas Werner2023-07-132-19/+19
* | Merge in old translationsNicolas Werner2023-07-1329-11480/+11551
* | Fix qml translationsNicolas Werner2023-07-1331-12/+79785
* | Translated using Weblate (Indonesian)Weblate2023-07-121-28/+32
* | Merge pull request #1518 from Decodetalkers/duplicateidDeepBlueV7.X2023-07-121-5/+0
|\ \ | |/ |/|
| * fix: duplicate idShootingStarDragons2023-07-121-5/+0
* | Update german translationNicolas Werner2023-07-121-30/+34
* | Merge weblate and githubNicolas Werner2023-07-120-0/+0
|\ \
| * | Translated using Weblate (Finnish)Aminda Suomalainen2023-07-121-2/+2
* | | Update translationsNicolas Werner2023-07-1229-76354/+5466
|/ /
* | Translated using Weblate (Chinese (Simplified))Weblate2023-07-121-0/+5
* | Translated using Weblate (Finnish)Weblate2023-07-121-37/+42
* | Fix presence not updating in the timelineNicolas Werner2023-07-091-1/+1
* | Fix a few more bugs where a limited timeline could cause a hanging paginationNicolas Werner2023-07-091-2/+15
* | Fix pagination in rooms with a full batch of redactionsNicolas Werner2023-07-091-4/+21
* | Fix mass redaction /commandNicolas Werner2023-07-091-3/+6
* | Merge pull request #1517 from Nheko-Reborn/fixMessagePowerlevelPlaceholderDeepBlueV7.X2023-07-081-1/+2
|\ \ | |/ |/|
| * Fix the color on the insufficient powerlevel warningLoren Burkholder2023-07-081-1/+2
|/
* Focus to the message input bar after selecting a fileSateallia2023-07-061-0/+1
* Merge pull request #1501 from Nheko-Reborn/qmlRecaptchaDeepBlueV7.X2023-07-0610-134/+154
|\
| * Remove duplicate UIA error displayLoren Burkholder2023-07-061-9/+0
| * make lintLoren Burkholder2023-07-062-5/+6
| * Port the reCAPTCHA dialog to QMLLoren Burkholder2023-07-069-124/+153
| * Remove unneeded forward declarationLoren Burkholder2023-06-291-1/+0
* | Add an early out cache for event expirationNicolas Werner2023-07-064-8/+93
* | Fix event expiration not always stopping properly and redacting some wrong st...Nicolas Werner2023-07-061-11/+22
* | Prevent redactions of ACL and Create events, since Synapse prevents redaction...Nicolas Werner2023-07-061-1/+10
* | Fix overflow in event expiration daysNicolas Werner2023-07-051-3/+3
* | Fix variable shadowingNicolas Werner2023-07-052-7/+6
* | Add experimental event expirationNicolas Werner2023-07-0510-32/+475
* | Add some event expiration functionNicolas Werner2023-07-042-0/+202
* | Disable mipmaps for avatarsNicolas Werner2023-07-041-2/+0
|/
* Partially revert alias naming changes in German translationNicolas Werner2023-06-291-190/+190
* Rework how history settings are representedNicolas Werner2023-06-282-51/+127
* Fix build against fmt10Nicolas Werner2023-06-284-9/+14
* Allow viewing and changing the history visibilityNicolas Werner2023-06-243-1/+135
* Bump arm job countNicolas Werner2023-06-202-7/+3
* Make sure to upload on failureJoseph Donofry2023-06-191-0/+1
* Upload notary logsJoseph Donofry2023-06-192-2/+5
* Limit parallel jobs on arm runnerNicolas Werner2023-06-191-2/+5
* Fix some sizes in layoutsNicolas Werner2023-06-192-3/+3
* More linter fixesNicolas Werner2023-06-196-11/+12
* Fix screenshare selectionNicolas Werner2023-06-192-2/+2
* Fix login and registration page registrationNicolas Werner2023-06-192-2/+2
* Some qmllint fixesNicolas Werner2023-06-193-8/+6
* Fix UserSettingsModel and Communities singleton instantiationNicolas Werner2023-06-194-1/+8
* Try to fix notarization pathNicolas Werner2023-06-191-1/+1
* Fix completer sizeNicolas Werner2023-06-193-4/+4
* Properly register image pack typesNicolas Werner2023-06-192-2/+9
* Fix double nested nheko folderNicolas Werner2023-06-191-2/+4
* Move nheko buildir up by oneNicolas Werner2023-06-195-12/+10
* Temporarily revert TextArea change until I find a proper fix for the binding ...Nicolas Werner2023-06-191-13/+13
* Make theme visible to qmlNicolas Werner2023-06-191-0/+3
* Fix dialog pathsNicolas Werner2023-06-194-33/+37
* Move to automatic type registrationNicolas Werner2023-06-1973-476/+574
* Remove explicit link stylingNicolas Werner2023-06-181-1/+0
* Update install prefixJoseph Donofry2023-06-151-2/+2
* Maybe fix macOS deployment (intel for now)Joseph Donofry2023-06-152-4/+19
* Translated using Weblate (Estonian)Weblate2023-06-101-0/+5
* Translated using Weblate (French)Weblate2023-06-101-1/+1
* Translated using Weblate (Indonesian)Weblate2023-06-101-0/+5
* Use TextArea for message textNicolas Werner2023-06-101-1/+16
* Fix lintingNicolas Werner2023-06-101-2/+2
* Show some generic message for ACL changesNicolas Werner2023-06-103-0/+21
* Add inviter to the invite reasonNicolas Werner2023-06-106-4/+102
* Properly set pack avatarNicolas Werner2023-06-091-0/+2
* Fix binding loop in roomlistNicolas Werner2023-06-092-35/+43
* Fix toggle placement in user settingsNicolas Werner2023-06-091-5/+5
* Try to work around macdeployqt missing packagesNicolas Werner2023-06-091-1/+3
* Fix scrolling in image dialogNicolas Werner2023-06-091-2/+6
* Use qt6 prefix to build macos packagesNicolas Werner2023-06-092-5/+5
* Make settings combobox width dependent on contentNicolas Werner2023-06-082-3/+3
* Fix translations (and simplify resource files)Nicolas Werner2023-06-082-32/+13
* Fix communites sidebar colorNicolas Werner2023-06-082-3/+6
* Fix theme in cross-signing setupNicolas Werner2023-06-086-10/+19
* Fix notification imagesNicolas Werner2023-06-082-20/+10
* Replace some binding loops with othersNicolas Werner2023-06-085-6/+7
* Fix palette in popupsNicolas Werner2023-06-085-6/+18
* Workaround palette not set on new windowsNicolas Werner2023-06-083-0/+30
* Remove MacExtras includeNicolas Werner2023-06-081-30/+1
* Use Badge function on non-dbus systemsNicolas Werner2023-06-081-3/+2
* Remove QtMac headerNicolas Werner2023-06-081-1/+0
* Fix playable media playbackNicolas Werner2023-06-082-25/+24
* Fix some undefined variables in the UploadBoxNicolas Werner2023-06-081-2/+3
* Fix member event binding loopNicolas Werner2023-06-081-1/+1
* Remove mac extrasNicolas Werner2023-06-081-7/+1
* Link XCB always if X11 support is onNicolas Werner2023-06-083-9/+18
* Remove WinMainNicolas Werner2023-06-081-1/+0
* Fix one more clazy issueNicolas Werner2023-06-082-2/+4
* Remove a few more QPairsNicolas Werner2023-06-081-3/+3
* Update Qt in Windows CINicolas Werner2023-06-081-1/+1
* Disable ubuntu builds until a recent enough Qt version is availableNicolas Werner2023-06-082-4/+6
* Fix a few more clazy warningsNicolas Werner2023-06-082-3/+5
* Update tumbleweed depsNicolas Werner2023-06-081-10/+9
* Fix a few clazy warningsNicolas Werner2023-06-083-21/+11
* Update alpine dependenciesNicolas Werner2023-06-081-4/+4
* Fix qtkeychain includeNicolas Werner2023-06-081-1/+1
* Try to fix gstreamer buildNicolas Werner2023-06-081-1/+1
* QtKeychain used a different tag pattern for 0.14.1...Nicolas Werner2023-06-081-1/+1
* Try to fix flatpak build and change appidNicolas Werner2023-06-086-47/+48
* Fix username label eliding loopNicolas Werner2023-06-082-5/+11
* Fix request for empty imageNicolas Werner2023-06-084-4/+8
* Bump mtxclient depNicolas Werner2023-06-083-3/+3
* Fix QChar rangeNicolas Werner2023-06-082-2/+3
* Use multidata in timeline modelNicolas Werner2023-06-083-3/+25
* Remove style sheetsNicolas Werner2023-06-085-204/+2
* Fix message heightNicolas Werner2023-06-081-2/+1
* Improve timestamp layouting in room listNicolas Werner2023-06-081-13/+13
* Format qmlNicolas Werner2023-06-0828-2691/+2360
* lintNicolas Werner2023-06-0820-118/+97
* Get rid of scrollhelperNicolas Werner2023-06-0818-186/+2
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-0888-480/+426
* First runnable qt6 NhekoNicolas Werner2023-06-088-47/+46
* Make Nheko compile on Qt6Nicolas Werner2023-06-0839-363/+110
* Select Qt6 in cmakeNicolas Werner2023-06-082-30/+29
* Translated using Weblate (French)Weblate2023-06-071-2/+2
* Translated using Weblate (French)Weblate2023-06-071-5/+5
* Translated using Weblate (French)Weblate2023-06-071-9/+9
* Translated using Weblate (French)Weblate2023-06-071-2/+2
* Translated using Weblate (French)Weblate2023-06-071-2/+2
* Translated using Weblate (French)Weblate2023-06-071-2/+2