summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* lintNicolas Werner2022-04-011-7/+4
|
* Allow knocking if join failed and via matrix urisNicolas Werner2022-04-012-9/+50
|
* Fix leaving roomsNicolas Werner2022-03-311-1/+1
|
* Update mtxclientNicolas Werner2022-03-302-2/+2
|
* Add reasons to everythingNicolas Werner2022-03-3010-33/+44
| | | | fixes #1030
* Add /knock commandNicolas Werner2022-03-304-2/+25
|
* Add delay to showing scroll down buttonNicolas Werner2022-03-301-25/+19
|
* Fix cursor moving to the end when editing in the middleNicolas Werner2022-03-301-1/+2
|
* Remove a few unused variablesNicolas Werner2022-03-301-90/+4
|
* Don't use a modal to edit room name and topicNicolas Werner2022-03-308-868/+187
|
* Fix arrow keysNicolas Werner2022-03-301-1/+1
|
* Fix broken invite dialogNicolas Werner2022-03-301-0/+4
|
* Remove unused ToggleButtonNicolas Werner2022-03-303-357/+0
|
* Cleanup some unused codeNicolas Werner2022-03-305-498/+3
|
* Merge branch 'fix-tapping-timeline'Nicolas Werner2022-03-303-0/+10
|\
| * fix tapping messages, fix pressandhold/doubletap on touchMalte E2022-03-283-0/+10
| |
* | Add a background to scroll to bottom buttonNicolas Werner2022-03-301-2/+10
| |
* | Merge branch 'go_to_bottom' of https://github.com/maltee1/nheko into ↵Nicolas Werner2022-03-301-0/+58
|\ \ | | | | | | | | | maltee1-go_to_bottom
| * | add jump to end buttonMalte E2022-03-291-0/+58
| |/
* | Merge pull request #1019 from maltee1/qml_createroomDeepBlueV7.X2022-03-2918-242/+366
|\ \ | | | | | | CreateRoom dialog in QML
| * | Add backend for new room creation dialogsNicolas Werner2022-03-2914-275/+125
| | |
| * | expose options betterMalte E2022-03-282-15/+66
| | |
| * | run lintMalte E2022-03-262-3/+3
| | |
| * | direct chat creator can now create direct chatsMalte E2022-03-263-13/+34
| | |
| * | initial direct chat creation dialogMalte E2022-03-264-1/+110
| | |
| * | CreateRoom dialog in QMLMalte E2022-03-253-1/+94
| | |
* | | Avoid empty membership eventsNicolas Werner2022-03-281-9/+6
| |/ |/|
* | drag to reply (#1018)Malte E2022-03-273-1/+29
| |
* | Translated using Weblate (Dutch)Weblate2022-03-251-39/+41
| | | | | | | | | | | | | | | | Currently translated at 100.0% (702 of 702 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* | Translated using Weblate (French)Weblate2022-03-251-123/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (702 of 702 strings) Translated using Weblate (French) Currently translated at 100.0% (702 of 702 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Co-authored-by: Glandos <bugs-github@antipoul.fr> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* | Fix crash on missing pack descriptionNicolas Werner2022-03-251-2/+4
|/
* Release v0.9.3Nicolas Werner2022-03-254-12/+9
|
* Update CHANGELOGNicolas Werner2022-03-251-0/+49
|
* Merge pull request #1013 from tastytea/smaller-thumbnailsDeepBlueV7.X2022-03-241-31/+39
|\ | | | | Don't send thumbnails that are larger than the original
| * Don't send thumbnails that are larger than the originaltastytea2022-03-241-31/+39
|/ | | | | | - Set PNG compression to maximum - Don't upload thumbnail if it is not at least 10% smaller than the original
* Translated using Weblate (Indonesian)Weblate2022-03-231-5/+7
| | | | | | | | Currently translated at 100.0% (702 of 702 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)Weblate2022-03-231-6/+8
| | | | | | | | Currently translated at 100.0% (702 of 702 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
* Better touch scrolling (#1012)Malte E2022-03-244-110/+91
|
* Remove brew upgrade now that the VM is updatedJoseph Donofry2022-03-231-3/+0
|
* Update qt5 for macos in notarize stepNicolas Werner2022-03-231-0/+1
|
* Upgrade qt in CINicolas Werner2022-03-231-1/+1
|
* Make overlap of actionMenu a bit smaller againNicolas Werner2022-03-231-1/+1
|
* Properly enable hovering on message action menuNicolas Werner2022-03-221-0/+1
|
* Make hover menu inset slightlyNicolas Werner2022-03-221-1/+1
|
* Default body to shortcode if unset and sending stickerNicolas Werner2022-03-222-1/+7
|
* Add a default filename for clipboard pastes againNicolas Werner2022-03-221-1/+6
|
* Try to improve thumbnailing on macOSNicolas Werner2022-03-221-1/+5
|
* Fix thumbnails of received encrypted imagesNicolas Werner2022-03-222-3/+8
|
* Update translationsNicolas Werner2022-03-2225-1269/+1103
|
* Merge pull request #1005 from maltee1/fix_input_methodDeepBlueV7.X2022-03-221-13/+24
|\ | | | | Fix input method
| * Don't send on Enter when inputMethod.visible ( == OSK active assumed)Malte E2022-03-201-2/+4
| |
| * add preedit text to searchMalte E2022-03-201-1/+5
| |
| * remove completer trigger charactersMalte E2022-03-201-4/+4
| |
| * attempt to include preeditText in search stringMalte E2022-03-201-1/+1
| |
| * make completer work with input methodMalte E2022-03-201-9/+14
| |
* | Translated using Weblate (Finnish)Weblate2022-03-211-102/+102
| | | | | | | | | | | | | | | | Currently translated at 78.6% (554 of 704 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)Weblate2022-03-211-33/+35
| | | | | | | | | | | | | | | | Currently translated at 100.0% (704 of 704 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
* | Small fixes to video thumbnailingNicolas Werner2022-03-221-34/+17
| |
* | Merge pull request #1009 from tastytea/reword-extprog-tooltipDeepBlueV7.X2022-03-221-6/+6
|\ \ | | | | | | Reword tooltip for Open{Image,Video}External
| * | Reword tooltip for Open{Image,Video}Externaltastytea2022-03-211-6/+6
| | |
* | | Actually pass the mimetype we intendedNicolas Werner2022-03-211-1/+1
| | |
* | | Properly fix image uploads without image/* formatNicolas Werner2022-03-211-2/+9
| | |
* | | Fix potential crash if there is no image format pastedNicolas Werner2022-03-211-1/+2
|/ /
* | Merge pull request #1008 from Nheko-Reborn/new-uploadDeepBlueV7.X2022-03-2123-433/+819
|\ \ | |/ |/| New upload flow
| * Fix thumbnails for encrypted files and factor upload box outNicolas Werner2022-03-218-83/+182
| |
| * Show some previews in upload windowNicolas Werner2022-03-219-7/+104
| |
| * Please clazyNicolas Werner2022-03-211-3/+3
| |
| * Also stop audio playerNicolas Werner2022-03-211-1/+5
| |
| * Thumbnail videoNicolas Werner2022-03-212-83/+172
| |
| * Add duration and resolution to filesNicolas Werner2022-03-2112-9/+230
| |
| * Move uploads to InputBarNicolas Werner2022-03-206-427/+303
| |
* | Translated using Weblate (Indonesian)Weblate2022-03-201-33/+35
|/ | | | | | | | Currently translated at 100.0% (704 of 704 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* elide usernames in timeline (#997)Malte E2022-03-204-13/+23
| | | | | * Use advanceWidth to get the with of the original text Co-authored-by: Nicolas Werner <nicolas.werner@hotmail.de>
* Added translation using Weblate (Vietnamese)Weblate2022-03-191-0/+3831
| | | | Co-authored-by: Huy Ngo <duchuy29092000@gmail.com>
* Shuffle around user settingsNicolas Werner2022-03-2025-929/+4624
|
* Merge pull request #1001 from duarm/masterDeepBlueV7.X2022-03-205-6/+92
|\ | | | | options to open images/videos with external program by default
| * warn about implications of toggling external optionmath2022-03-191-4/+6
| |
| * add option to open video with external program by defaultmath2022-03-195-16/+57
| |
| * add option to open image with external program by defaultmath2022-03-195-1/+44
| |
* | Merge pull request #1002 from maltee1/fix_send_with_input_methodDeepBlueV7.X2022-03-202-1/+4
|\ \ | |/ |/| properly commit preedit text
| * properly commit preedit textMalte E2022-03-192-1/+4
|/
* Merge pull request #989 from maltee1/improve_reply_popupDeepBlueV7.X2022-03-164-14/+33
|\ | | | | small rework of the reply popup
| * small rework of the reply popupMalte E2022-03-114-14/+33
| |
* | Update gstreamer in flatpak to 1.20Nicolas Werner2022-03-141-38/+29
| |
* | Fix screen share callsNicolas Werner2022-03-132-17/+18
| |
* | Fix key upload when doing SSO loginNicolas Werner2022-03-131-1/+1
| |
* | Merge pull request #992 from maltee1/bubble_fixesDeepBlueV7.X2022-03-132-3/+2
|\ \ | | | | | | Bubble fixes
| * | add space between date bubble and own messagesMalte E2022-03-121-1/+1
| | |
| * | add space below datebubble and own message bubblesMalte E2022-03-121-2/+2
| | |
| * | allow bubbles to be not larger than necessaryMalte E2022-03-121-2/+1
| | |
* | | Sort known UIA flows firstNicolas Werner2022-03-131-0/+30
|/ /
* | Merge pull request #986 from tastytea/use-standard-buttonsDeepBlueV7.X2022-03-114-31/+13
|\ \ | |/ |/| Use standard buttons where possible
| * Use standard buttons where possibletastytea2022-03-114-31/+13
|/ | | | | | | Standard buttons are ordered in the right way and sometimes have an icon. Bug: https://matrix.to/#/%23nheko%3Anheko.im/%2476PZ2m6YftX8mqGIe9ettKbh_-pEYeVRQSJBfwFzWi0?via=pixie.town&via=matrix.org&via=matrix.flexinos.tech&via=half-shot.uk
* Merge pull request #985 from maltee1/various_bubbles_fixesDeepBlueV7.X2022-03-102-3/+5
|\ | | | | Various bubbles fixes
| * reduce replied-to message to implicitWidth if non-bubble layout is usedMalte E2022-03-101-0/+1
| |
| * right-align reactions of right-aligned bubblesMalte E2022-03-102-3/+4
|/
* Enable online key backup by defaultNicolas Werner2022-03-101-1/+1
|
* Don't destroy components in useNicolas Werner2022-03-104-18/+16
| | | | | | | | Add a delay to all destructions and move the call dialog stuff up a level, so that we don't destroy the component when destroying the parent dialog. fixes #984
* Translated using Weblate (Esperanto)Weblate2022-03-091-36/+36
| | | | | | | | Currently translated at 79.7% (538 of 675 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* Remove unused asio flagNicolas Werner2022-03-091-4/+0
|
* Fix typo in changelogNicolas Werner2022-03-091-1/+1
|
* Translated using Weblate (Esperanto)Weblate2022-03-091-9/+9
| | | | | | | | Currently translated at 74.5% (503 of 675 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* Release 0.9.2Nicolas Werner2022-03-095-11/+12
|
* Update screenshots in appdataNicolas Werner2022-03-091-4/+7
|
* Update READMENicolas Werner2022-03-091-0/+1
|
* Fix images being cropped instead of scaledNicolas Werner2022-03-095-5/+5
|
* Fix a few alignment issues in the hover menuNicolas Werner2022-03-091-3/+2
|
* Merge pull request #982 from tastytea/reaction-tooltipDeepBlueV7.X2022-03-091-2/+17
|\ | | | | Show long reaction text in tooltip; Remove extra …
| * Remove extra … from reaction text if it is already theretastytea2022-03-091-1/+9
| | | | | | | | | | | | elidedText should have … in it if the text doesn't fit, but it seems that it is omitted if the emoji font doesn't have it. 🙄 See <https://github.com/Nheko-Reborn/nheko/pull/982>.
| * Show long reaction text in tooltiptastytea2022-03-091-1/+8
| | | | | | | | If the reaction text is elided, it will be shown in the tooltip.
* | Fix a few alignment issues in the roomlistNicolas Werner2022-03-091-3/+4
| |
* | Translated using Weblate (Estonian)Weblate2022-03-091-2/+2
|/ | | | | | | | Currently translated at 100.0% (675 of 675 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
* Translated using Weblate (Indonesian)Weblate2022-03-091-2/+2
| | | | | | | | Currently translated at 100.0% (675 of 675 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* Update translationsNicolas Werner2022-03-0924-48/+288
|
* Update changelogNicolas Werner2022-03-091-0/+89
|
* Translated using Weblate (Estonian)Weblate2022-03-081-14/+15
| | | | | | | | Currently translated at 100.0% (673 of 673 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
* Translated using Weblate (German)Weblate2022-03-081-2/+2
| | | | | | | | Currently translated at 100.0% (673 of 673 strings) Co-authored-by: fnetX (aka fralix) <github@fralix.ovh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* Merge pull request #980 from tastytea/translatable-stringsDeepBlueV7.X2022-03-081-1/+1
|\ | | | | Make “show more” “show less” in room settings translatable
| * Make “show more” “show less” in room settings translatabletastytea2022-03-081-1/+1
|/
* Translated using Weblate (Indonesian)Weblate2022-03-081-18/+20
| | | | | | | | Currently translated at 100.0% (673 of 673 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 (German)Weblate2022-03-081-4/+4
| | | | | | | | Currently translated at 100.0% (673 of 673 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 (Portuguese (Portugal))Weblate2022-03-081-7/+7
| | | | | | | | Currently translated at 70.1% (472 of 673 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 (Dutch)Weblate2022-03-081-153/+155
| | | | | | | | | Currently translated at 100.0% (673 of 673 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Remove spurious log messageNicolas Werner2022-03-071-17/+14
|
* Fix flickering in hover menuNicolas Werner2022-03-071-16/+13
|
* Fix weblate conflictsNicolas Werner2022-03-0744-2578/+3744
|\
| * Fix server switching to https after bootstrapNicolas Werner2022-03-075-7/+9
| | | | | | | | fixes #878
| * Update translationsNicolas Werner2022-03-0724-2246/+3195
| |
| * Merge pull request #976 from tastytea/redaction-reasonDeepBlueV7.X2022-03-065-14/+55
| |\ | | | | | | Add GUI for redact/kick/ban reasons
| | * Add GUI for specifying kick/ban reasontastytea2022-03-061-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the are-you-sure dialog and also shows up when using /-commands. Closes: https://github.com/Nheko-Reborn/nheko/issues/239 # Previous commits: # e390c398 Allow to specify reason for removed message # 5949173b Add function to force focus on InputDialog input field # 9482ac4e Allow explicit selection of SSO method # ab05e2d8 Mobile message input (#962)
| | * Allow to specify reason for removed messagetastytea2022-03-063-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | # Previous commits: # 5949173b Add function to force focus on InputDialog input field # 9482ac4e Allow explicit selection of SSO method # ab05e2d8 Mobile message input (#962) # 12a6da01 If you replace the txn id, replace a string the length of the txn id...
| | * Add function to force focus on InputDialog input fieldtastytea2022-03-061-0/+4
| |/ | | | | | | | | | | | | | | # Previous commits: # 9482ac4e Allow explicit selection of SSO method # ab05e2d8 Mobile message input (#962) # 12a6da01 If you replace the txn id, replace a string the length of the txn id... # df6a5aab Fix clicking on images in replies
| * Allow explicit selection of SSO methodNicolas Werner2022-03-066-53/+129
| | | | | | | | fixes #975
| * Mobile message input (#962)Malte E2022-03-051-1/+7
| | | | | | | | | | | | | | * swap send and sticker icons based on text input * collapse MessageInput options when window is narrow * buttons disappear once you type/send partial text from input method
| * If you replace the txn id, replace a string the length of the txn id...Nicolas Werner2022-03-051-1/+1
| |
| * Fix clicking on images in repliesNicolas Werner2022-03-051-1/+1
| | | | | | | | fixes #881
| * Set font properlyNicolas Werner2022-03-051-7/+21
| | | | | | | | | | | | | | | | | | When setting the default font, actually set the default font. When setting a different font, change the application font. fixes #801 fixes #232 fixes #224
| * Open room members dialog when clicking the encryption indicatorNicolas Werner2022-03-051-8/+19
| | | | | | | | fixes #937
| * Merge pull request #965 from maltee1/mobile_room_settingsDeepBlueV7.X2022-03-051-215/+283
| |\ | | | | | | Mobile room settings
| | * rich text emojiMalte E2022-03-041-0/+1
| | |
| | * wrap room nameMalte E2022-03-041-0/+1
| | |
| | * cosmeticsMalte E2022-03-041-1/+1
| | |
| | * hopfefully the button works nowMalte E2022-03-041-4/+4
| | |
| | * fix text color and button, copy roomID on clickMalte E2022-03-031-6/+39
| | |
| | * make long topic collapsibleMalte E2022-03-021-5/+34
| | |
| | * restore default width and heightMalte E2022-02-251-0/+2
| | |
| | * clean up indentationMalte E2022-02-251-204/+204
| | |
| | * make RoomSettings mobile friendly and more like UserProfileMalte E2022-02-251-36/+38
| | |
| * | Merge pull request #971 from MTRNord/patch-1DeepBlueV7.X2022-03-031-4/+2
| |\ \ | | | | | | | | Update QtInstallerFramework to newest version
| | * | Update QtInstallerFramework to newest versionMarcel2022-03-031-4/+2
| |/ /
* / / Translated using Weblate (Estonian)Priit Jõerüüt2022-03-061-141/+141
|/ / | | | | | | | | | | | | Currently translated at 100.0% (665 of 665 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
* | Translated using Weblate (French)Weblate2022-03-021-217/+214
| | | | | | | | | | | | | | | | Currently translated at 100.0% (665 of 665 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* | Merge pull request #969 from ISSOtm/patch-1DeepBlueV7.X2022-03-022-5/+5
|\ \ | | | | | | Fix some minor text issues
| * | Remove extraneous commaEldred Habert2022-03-021-1/+1
| | | | | | | | | Achtung!
| * | Fix incorrect capitalization of "circle"Eldred Habert2022-03-021-1/+1
| | | | | | | | | Anyone German in the room, or is it just me? ;3
| * | Fix missing plural "messages"Eldred Habert2022-03-021-1/+1
| | |
| * | Correct "be be"Eldred Habert2022-03-021-2/+2
|/ / | | | | | | This kind of duplicated short word is is easy to have your brain "auto-correct" :D
* | Remove unused headersNicolas Werner2022-03-021-20/+0
| |
* | Hide hover when leaving the timelineNicolas Werner2022-03-011-2/+2
| |
* | Fix metadata not resizing properlyNicolas Werner2022-03-011-12/+20
| |
* | Fix a few small completer glitchesNicolas Werner2022-03-014-12/+21
| |
* | Remove stray loggingNicolas Werner2022-02-271-1/+0
| |
* | Allow properly editing pending encrypted messagesNicolas Werner2022-02-274-30/+96
| |
* | Fix editing pending messagesNicolas Werner2022-02-273-10/+31
| |
* | Update README.md to include Arch binary repo (#968)digital-mystik2022-02-271-0/+14
| | | | | | PKGBUILD pulled from the AUR stable release
* | Fix misalignment in room list tilesNicolas Werner2022-02-261-1/+5
| |
* | Translated using Weblate (Indonesian)Weblate2022-02-261-143/+143
| | | | | | | | | | | | | | | | Currently translated at 100.0% (665 of 665 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* | Update translationsNicolas Werner2022-02-2624-10433/+14439
| |
* | Fix roomlist timestamp being off-screen (#966)Malte E2022-02-251-10/+3
|/ | | | | * fix timestamp disappearing off-screen * remove mobileMode dependency of ScrollHelper
* Bump mtxclientNicolas Werner2022-02-252-2/+2
|
* Fix mobile call screenNicolas Werner2022-02-252-11/+15
| | | | See #469
* Merge branch 'v0.9.1-fixes'Nicolas Werner2022-02-243-2/+10
|\
| * Rebuild against newer mtxclientNicolas Werner2022-02-243-4/+12
| |
* | making userName_ an AbstractButton should play nicely with ListView (#961)Malte E2022-02-243-45/+24
| | | | | | | | | | | | | | | | | | * making userName_ an AbstractButton should make it play nicely with the ListView * make Avatar an AbstractButton * make userName_ in Reply.qml an AbstractButton * use alias for avatar background color and fix margin of username in reply
* | Merge pull request #956 from maltee1/mobile_room_directoryDeepBlueV7.X2022-02-231-64/+45
|\ \ | | | | | | Mobile room directory
| * | make room directory fit mobile screensMalte E2022-02-211-64/+45
| | |
* | | Bump mtxclient versionNicolas Werner2022-02-222-2/+2
| | |
* | | Merge pull request #952 from symphorien/hidden-read-receiptsDeepBlueV7.X2022-02-224-10/+18
|\ \ \ | | | | | | | | support for hidden read receipts
| * | | support for hidden read receiptsGuillaume Girol2022-02-212-8/+16
| | | |
| * | | update mtxclientGuillaume Girol2022-02-212-2/+2
| |/ /
* | | Merge pull request #955 from sc0w/masterDeepBlueV7.X2022-02-211-3/+8
|\ \ \ | | | | | | | | WebRTCSession: avoid deprecated 'gst_element_get_request_pad'
| * | | WebRTCSession: avoid deprecated 'gst_element_get_request_pad'Pablo Barciela2022-02-211-3/+8
|/ / /
* | | Don't leak dialogsNicolas Werner2022-02-2110-5/+52
| | | | | | | | | | | | | | | | | | It seems that you need to manually destroy created objects... Great... fixes #898
* | | Fix forward completerNicolas Werner2022-02-214-115/+118
| | |
* | | Add sender names to state events (#948)Malte E2022-02-214-16/+20
| | | | | | | | | | | | | | | * add sendernames to state events * Center state events and make them less tiny
* | | Merge pull request #951 from maltee1/fix_timeline_scrollbarDeepBlueV7.X2022-02-211-434/+426
|\ \ \ | | | | | | | | Fix timeline scrollbar
| * | | another shot in the darkMalte E2022-02-201-2/+2
| | | |
| * | | try to make scrollbar overlap content based on styleMalte E2022-02-201-3/+2
| | | |
| * | | remove touchobserverMalte E2022-02-201-434/+427
| |/ /
* | | Merge pull request #934 from pavlukivan/masterDeepBlueV7.X2022-02-211-1/+3
|\ \ \ | | | | | | | | use shortcode as a fallback for custom emote title
| * | | Prefer empty() over length()DeepBlueV7.X2022-02-211-1/+1
| | | |
| * | | use shortcode as a fallback for custom emote titleIvan Pavluk2022-02-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some clients (e.g. FluffyChat) don't have a UI for specifying the emote title, and instead use the shortcode as the title. This sets the title accordingly even if the emote was added through such a client and only has a shortcode.
* | | | Merge pull request #946 from maltee1/mobile_usersettingsDeepBlueV7.X2022-02-211-29/+20
|\ \ \ \ | |_|/ / |/| | | Make UserSettingsPage fit on a phone screen
| * | | limit width of comboboxes and add bottomPaddingMalte E2022-02-201-4/+4
| | | |
| * | | Simplify logic to suppress wheel eventsNicolas Werner2022-02-201-14/+6
| | | |
| * | | remove reparentingMalte E2022-02-191-11/+6
| | | |
| * | | let labels wrap and collapse below the back buttonMalte E2022-02-181-3/+7
| | | |
* | | | Use ListView without scrollview for messagesNicolas Werner2022-02-196-439/+551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That way we can autohide the scollbar if needed, it should fix some jumping issues, it makes it possible to flick on mobile, etc. Some related bugs: https://bugreports.qt.io/browse/QTBUG-75223 https://bugreports.qt.io/browse/QTBUG-44902
* | | | Merge pull request #947 from maltee1/search_buttonDeepBlueV7.X2022-02-183-2/+20
|\ \ \ \ | |/ / / |/| | | Make search usable on mobile
| * | | actually fix awkward message spacingMalte E2022-02-181-1/+1
| | | |
| * | | fix awkward message spacingMalte E2022-02-181-1/+1
| | | |
| * | | make search usable on mobileMalte E2022-02-182-1/+19
|/ / /
* | | Merge pull request #945 from tastytea/fix-bubble-highlightDeepBlueV7.X2022-02-181-1/+2
|\ \ \ | | | | | | | | Make hover highlight fill the full width of the timeline
| * | | Make hover highlight fill the full width of the timelinetastytea2022-02-181-1/+2
|/ / / | | | | | | | | | | | | Rows in the message bubble design are only as wide as the bubbles. This lead to invisible hover highlight. Now it's consistent.
* | | Always enable hover for ItemDelegateNicolas Werner2022-02-171-0/+2
| | |
* | | Fix images without size not showing (take5)Nicolas Werner2022-02-171-1/+3
| | |
* | | Fix hover highlight when hovering hover menuNicolas Werner2022-02-161-1/+3
| | | | | | | | | | | | fixes #941
* | | Merge pull request #939 from maltee1/better_bubblesDeepBlueV7.X2022-02-167-10/+33
|\ \ \ | | | | | | | | Place metadata next to content if there is space
| * | | fix overlap in NoticeMessageMalte E2022-02-141-0/+2
| | | |
| * | | don't mess up old layoutMalte E2022-02-141-1/+1
| | | |
| * | | space-saving metadata placementMalte E2022-02-147-10/+31
| | | |
* | | | Fix hovering messagesNicolas Werner2022-02-142-23/+12
| | | |
* | | | Allow window sizes smaller than 400x400Nicolas Werner2022-02-144-12/+17
|/ / /
* | | Fix second codeblock not wrappingNicolas Werner2022-02-141-1/+1
| | |
* | | Fix padding in redactionsNicolas Werner2022-02-141-1/+1
| | |
* | | Merge branch 'message-bubbles' of https://github.com/maltee1/nheko into ↵Nicolas Werner2022-02-1418-123/+298
|\ \ \ | | | | | | | | | | | | maltee1-message-bubbles
| * | | improve spacingsMalte E2022-02-142-2/+2
| | | |
| * | | fix redactions line-wrappingMalte E2022-02-141-2/+2
| | | |
| * | | fix bugs found by NicoMalte E2022-02-145-8/+7
| | | |
| * | | fix vertical space for some state eventsMalte E2022-02-131-1/+1
| | | |
| * | | let lint fix the code formattingMalte E2022-02-131-5/+4
| | | |
| * | | add small avatars option and tweak colors and spacingsMalte E2022-02-135-22/+58
| | | |
| * | | place own bubbles on right and remove user infoMalte E2022-02-113-14/+16
| | | |
| * | | Fix layout - no more binding loops (hopefully)Malte E2022-02-1110-60/+35
| | | |
| * | | fixed most of the binding loopsMalte E2022-02-097-6/+25
| | | |
| * | | Variable width bubbles (still has binding loop)Malte E2022-02-094-7/+15
| | | |
| * | | Update resources/qml/delegates/Reply.qmlMalte E2022-02-071-1/+1
| | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | | add translations and actually add changes to TimelineModelMalte E2022-02-074-9/+21
| | | |
| * | | print state events without bubbles, displaynames or avatars and in a smaller ↵Malte E2022-02-076-4/+51
| | | | | | | | | | | | | | | | font
| * | | clean up margin settingMalte E2022-02-053-31/+28
| | | |
| * | | place metadata below message when the Layout is narrow (<350)Malte E2022-02-052-22/+22
| | | |
| * | | Add message bubblesMalte E2022-02-044-6/+60
| | | |
| * | | Revert removal of width and height in TextMessage and implicitWidth in ↵Malte E2022-02-042-3/+3
| | | | | | | | | | | | | | | | MessageDelegate
| * | | prepare code for message bubbles and dynamic message layoutMalte E2022-02-035-74/+101
| | | |
* | | | Prevent old verification requests from showing upNicolas Werner2022-02-141-0/+27
| | | |
* | | | Fix overlapping offline indicatorNicolas Werner2022-02-141-0/+1
| | | |
* | | | Fix missing sdkNicolas Werner2022-02-121-4/+4
| | | |
* | | | Fix setting emoji fontNicolas Werner2022-02-121-2/+2
| | | |
* | | | Merge pull request #928 from Nheko-Reborn/fix-openSUSE-installDeepBlueV7.X2022-02-121-4/+12
|\ \ \ \ | | | | | | | | | | Update openSUSE install instructions
| * | | | Remove unneeded repoLoren Burkholder2022-02-121-3/+1
| | | | |
| * | | | Update openSUSE install instructionsLoren Burkholder2022-02-101-2/+12
| | |/ / | |/| |
* | | | Switch to newer flatpak runtimeNicolas Werner2022-02-121-3/+1
| | | | | | | | | | | | | | | | | | | | Apparently the bug https://bugreports.qt.io/browse/QTBUG-99545 shouldn't happen in the runtime anymore.
* | | | Merge pull request #891 from tastytea/hidden-events-guiDeepBlueV7.X2022-02-1213-71/+397
|\ \ \ \ | |/ / / |/| | | Add GUI to change hidden events per room
| * | | Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-1212-153/+270
| | | |
| * | | Hidden events: Make reusable read functiontastytea2022-02-102-9/+16
| | | |
| * | | Hidden events: Some cleanuptastytea2022-02-103-39/+36
| | | |
| * | | Hidden events: Make save-function reusable for global account datatastytea2022-02-103-10/+19
| | | |
| * | | Hidden events: Change title and prompt depending on isRoomSettingtastytea2022-02-102-3/+18
| | | | | | | | | | | | | | | | We would have to set text and title separately otherwise.
| * | | Hidden events: Incorporate suggestions from reviewtastytea2022-02-104-57/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Set TitleHint flag on dialog - Store hidden events as QSet<QString> instead of std::vector<bool> - Change wording in dialog (disable events instead of turning the hiding on)
| * | | Hidden events: Enhance tooltipstastytea2022-02-101-2/+2
| | | | | | | | | | | | | | | | Shorten tooltip for power levels, expand tooltip for user events.