summary refs log tree commit diff
path: root/resources/qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add rainfall effectLoren Burkholder2023-04-081-3/+59
* Implement unknown msgtype functionalityLoren Burkholder2023-04-081-1/+15
* Add a more obvious thread indicatorNicolas Werner2023-04-041-3/+23
* Make the profile buttons a bit biggerNicolas Werner2023-04-041-2/+10
* Improve choosing screen share typeDavid Elsing2023-03-301-29/+9
* Support screen sharing with xdg-desktop-portalDavid Elsing2023-03-302-1/+56
* 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
* | make name and attribution in image pack settings plain texttastytea2023-03-241-0/+2
* | Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs0xDEADCADE2023-03-221-0/+1
* | Add width to device verification window0xDEADCADE2023-03-211-0/+1
* | Fix space-community wordingNicolas Werner2023-03-181-1/+1
* | Merge pull request #1404 from LcsTen/dont-show-private-rooms-in-spaceDeepBlueV7.X2023-03-181-2/+2
|\ \ | |/ |/|
| * Check isPreviewFetched property for hintsLcsTen2023-03-181-2/+2
| * Show an appropriate hint if the room is inaccessibleLcsTen2023-03-111-1/+1
* | make scroll-down button (toEndButton) focus message inputtastytea2023-03-121-1/+1
|/
* Merge pull request #1388 from Nheko-Reborn/commandDeepBlueV7.X2023-03-104-39/+63
|\
| * Handle incomplete commands betterLoren Burkholder2023-03-072-3/+10
| * Don't show timeline behind warningsLoren Burkholder2023-02-282-7/+7
| * Simplify code a bitLoren Burkholder2023-02-281-1/+0
| * Move command calculation logic into InputBarLoren Burkholder2023-02-281-11/+2
| * Show warning when invalid command is enteredLoren Burkholder2023-02-283-4/+29
| * Enhance appearance of room ping warningLoren Burkholder2023-02-281-7/+9
* | Merge pull request #1394 from Nheko-Reborn/uiTweaksDeepBlueV7.X2023-03-0912-110/+51
|\ \
| * | 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
| * | Always open the invite dialog properly from the member listLoren Burkholder2023-02-282-5/+1
| * | 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-282-71/+4
| |/
* / Cleanup table renderingNicolas Werner2023-03-091-3/+3
|/
* add missing license headerNicolas Werner2023-02-241-0/+4
* Show rooms you share with someoneNicolas Werner2023-02-243-130/+205
* 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
* | print errors on failed dialog creationMarcus Hoffmann2023-02-223-101/+195
* | Get rid of year in license headersNicolas Werner2023-02-21102-291/+102
* | Fix newlines in status messagesNicolas Werner2023-02-211-3/+3
* | Simplify status message in profile a bitNicolas Werner2023-02-211-7/+4
* | 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
|/
* Explicitly set parent for scrollbars to prevent them from showing on some pla...Nicolas Werner2023-02-162-6/+6
* Make scrollbars optional and disabled by defaultNicolas Werner2023-02-142-7/+11
* Room list: add scrollbar when not collapsedAlexander Bantyev2023-02-141-1/+7
* Focus text input when quick switcher is closedLoren Burkholder2023-02-141-0/+1
* Merge pull request #1359 from Nheko-Reborn/encryption_delegateDeepBlueV7.X2023-02-142-3/+62
|\
| * Update resources/qml/delegates/EncryptionEnabled.qmlLoren Burkholder2023-02-141-1/+1
| * Limit max width of blurbLoren Burkholder2023-02-131-1/+2
| * Update messageLoren Burkholder2023-02-131-3/+1
| * Add a fancy delegate when encryption is enabledLoren Burkholder2023-02-132-3/+63
* | Add a generic video icon when there is no thumbnailLoren Burkholder2023-02-141-1/+1
|/
* Make ImageOverlay set appropriate windowRole againThulinma2023-02-101-0/+1
* Update translationsNicolas Werner2023-02-081-0/+7
* Fix empty list freeze in CompleterJoseph Donofry2023-02-081-0/+3
* Add a reduced motion optionNicolas Werner2023-02-063-1/+80
* Fix some leftover menus from #1319q234rty2023-02-012-0/+9
* add user search to invite dialog (#1253)Malte E2023-01-313-75/+199
* Merge pull request #1319 from Decodetalkers/menuhideonwaylandDeepBlueV7.X2023-01-283-0/+25
|\
| * feat: hide all popup menus when press leftbutton on somewhere elseShootingStarDragons2023-01-233-0/+25
* | Make code tags preserve whitespaceNicolas Werner2023-01-221-2/+3
|/
* Merge pull request #1304 from Decodetalkers/imagesaveDeepBlueV7.X2023-01-221-0/+1
|\
| * chore: when save file, hide ImageOverlay windowShootingStarDragons2023-01-201-0/+1
* | Fix creating DMs from pasting an mxidNicolas Werner2023-01-211-2/+3
|/
* Make it more obvious that the add reaction button is not an emojiNicolas Werner2023-01-191-1/+1
* Fix html in sidebar againNicolas Werner2023-01-181-1/+1
* Pause ParticleEmitter when not in use (#1284)Joseph Donofry2023-01-141-21/+43
* Fix white bar above sticker pickerNicolas Werner2023-01-122-35/+17
* Fix weirdly big spinnerNicolas Werner2023-01-121-2/+2
* Fix white bar above emoji pickerNicolas Werner2023-01-121-35/+19
* Try to fix binding loop in emoji pickerNicolas Werner2023-01-121-2/+2
* Fix clear button stylingNicolas Werner2023-01-071-20/+7
* Fix html in usernamesNicolas Werner2023-01-072-2/+2
* Navigate to space when room is selectedNicolas Werner2023-01-071-3/+0
* Maybe fix text selection in raw message dialogNicolas Werner2023-01-021-0/+1
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-02100-0/+100
* Fix send message logic bug introduced with shift+enter settingJoseph Donofry2022-12-281-2/+2
* Show invite reason in the UI (hidden by default)Nicolas Werner2022-12-271-0/+39
* Add 'clear' button to search bar and implement search indicator via spinnerJoseph Donofry2022-12-203-2/+39
* Fix unread bar sizeNicolas Werner2022-12-181-1/+3
* Fix weird QQC2 crash in alias dialogNicolas Werner2022-12-171-2/+6
* Fix copy and paste againNicolas Werner2022-12-141-1/+2
* Focus text field on key press (swallows first though...)Nicolas Werner2022-12-132-0/+5
* Revert "Disable keyboard selection for text by default"Nicolas Werner2022-12-131-2/+0
* Add a button to room the upgraded room in the timelineNicolas Werner2022-12-131-0/+28
* Disable keyboard selection for text by defaultNicolas Werner2022-12-131-0/+2
* confetti (#1243)Loren Burkholder2022-12-103-1/+78
* fix squishNicolas Werner2022-12-071-1/+1
* Fix downscaleq234rty2022-12-061-2/+2
* Fix people icon blurrinessq234rty2022-12-061-2/+0
* Change margins because people nagged meNicolas Werner2022-11-101-1/+2
* Implement a completer for commandsNicolas Werner2022-11-092-0/+26
* Add room settings in room listLoren Burkholder2022-11-071-0/+5
* Add invert enter key settingLordMZTE2022-11-041-1/+6
* Make the higlight ring a bit less in your faceNicolas Werner2022-11-031-1/+1
* Highlight higlight tweaks in the timelineNicolas Werner2022-11-012-0/+5
* Fix search rooms buttonNicolas Werner2022-11-011-2/+2
* Fix UploadBox thumbnail sizefoxb6122022-10-251-2/+3
* VoIP v1 implementation (#1161)Rohit Sutradhar2022-10-145-6/+62
* Fix date separatorNicolas Werner2022-10-071-7/+7
* Add a shortcut for searchNicolas Werner2022-10-071-2/+8
* Add a slow way to search a roomNicolas Werner2022-10-063-24/+79
* Basic thread filteringNicolas Werner2022-10-061-4/+13
* Fix userprofile on roomlistNicolas Werner2022-10-051-1/+1
* Swap thread and edit buttonNicolas Werner2022-10-041-14/+14
* Fix raw message dialogNicolas Werner2022-10-041-1/+1
* Merge pull request #1202 from Nheko-Reborn/grammarDeepBlueV7.X2022-10-037-10/+10
|\
| * Various grammar fixes (mostly removing commas)Loren Burkholder2022-09-307-10/+10
* | Green is not Svg::greenNicolas Werner2022-10-011-2/+2
* | Merge pull request #1198 from rnhmjoj/pr-greenDeepBlueV7.X2022-10-013-11/+11
|\ \
| * | Add green theme color, make "error" configurablernhmjoj2022-10-013-11/+11
* | | Replace some user visible mentions of spacesNicolas Werner2022-10-014-5/+5
* | | Fix wrong file urlsNicolas Werner2022-10-011-3/+3
|/ /
* | Load components on demandNicolas Werner2022-10-012-168/+27
* | Prepare for adding proxy before chat.modelNicolas Werner2022-10-013-37/+37
* | Basic threading supportNicolas Werner2022-09-304-15/+75
|/
* Allow editing permissions in spaces recursivelyNicolas Werner2022-09-283-2/+173
* Allow adding non-existing userids to power levelsNicolas Werner2022-09-221-1/+6
* Show the community of a roomNicolas Werner2022-09-202-10/+52
* Rework how access rules for rooms are modified completelyNicolas Werner2022-09-193-15/+275
* Fix "Send by enter" on Windowsq234rty2022-09-161-1/+1
* Line to indicate first unread message (#1147)Hiers2022-09-113-1/+19
* Enable spoilers in repliesNicolas Werner2022-09-111-1/+1
* Allow creating spacesNicolas Werner2022-09-052-2/+18
* Implement space stickers & emojiNicolas Werner2022-09-011-0/+3
* Unset the transient parent on separate chat windowsNicolas Werner2022-08-311-3/+5
* Added discrete edit button to room profiles.Hiers2022-08-221-2/+16
* Merge pull request #1156 from foresto/patch-1DeepBlueV7.X2022-08-201-0/+1
|\
| * Focus message input box when pressing EscForest2022-08-191-0/+1
* | Reactions: avoid highlight color misuse, subdue border colorForest2022-08-191-9/+8
|/
* Break http images and implement barebones spoiler support when not in mobile ...Nicolas Werner2022-08-171-1/+5
* Support editing space childrenNicolas Werner2022-08-102-29/+133
* Change preview title for spacesNicolas Werner2022-08-081-1/+1
* Show a room preview in the join confirmation dialogNicolas Werner2022-08-053-1/+166
* Fix room members dialog opening room member dialog of the wrong roomNicolas Werner2022-07-301-1/+1
* Fix window decorations on macos for room dir dialogNicolas Werner2022-07-181-1/+1
* Update translationsNicolas Werner2022-07-161-1/+1
* Fix weird spacing and hidden encryption indicator in top barNicolas Werner2022-07-162-5/+8
* Make notification count calculation more efficientNicolas Werner2022-07-161-35/+25
* Merge remote-tracking branch 'origin/perSpaceNotifs' into perSpaceNotifsNicolas Werner2022-07-143-79/+140
|\
| * Simplify space notification optionsLoren Burkholder2022-06-292-36/+4
| * make licenseLoren Burkholder2022-06-291-0/+4
| * Allow muting spaces; other general improvementsLoren Burkholder2022-06-291-5/+28
| * Add space notification configurationLoren Burkholder2022-06-292-4/+27
| * Add space notifs to room listLoren Burkholder2022-06-291-64/+18
| * Make the notification bubble its own componentLoren Burkholder2022-06-292-79/+85
| * Add loud notifications for spacesLoren Burkholder2022-06-291-4/+4
| * Add space notifications to room listLoren Burkholder2022-06-291-32/+48
| * Display unread notifications for spacesLoren Burkholder2022-06-292-3/+70
* | Try to fix titlebar on room dirNicolas Werner2022-07-091-1/+2
* | Support rendering policy rulesNicolas Werner2022-07-091-0/+42
* | Allow editing aliasesNicolas Werner2022-07-084-7/+206
* | Warn about emojis looking different in different clientsNicolas Werner2022-07-031-0/+11
* | Fix emoji verification clipped on swayNicolas Werner2022-07-037-593/+560
* | Fix crash when closing room directory windowNicolas Werner2022-07-012-5/+4
* | Fix emoji pickerq234rty2022-06-301-5/+6
* | Fix room member listq234rty2022-06-301-4/+6
|/
* Fix blurriness of svg icons (#1108)q234rty2022-06-281-0/+2
* Add an option to define new power levelsNicolas Werner2022-06-261-122/+176
* Require matrix v1.1 or greaterNicolas Werner2022-06-252-1/+13
* Add copy link to room context menu (#1101)brausepulver2022-06-231-1/+6
* Support the knock_restricted ruleNicolas Werner2022-06-181-0/+3
* Added escape handler for uploads (#1100)Rohit Sutradhar2022-06-171-3/+5
* Remove confusing log messageNicolas Werner2022-06-151-4/+0
* Close image viewer when clicking on the backgroundNicolas Werner2022-06-151-0/+4
* Merge pull request #1095 from syldrathecat/subtle-paste-fixesDeepBlueV7.X2022-06-151-8/+2
|\
| * Subtle corrections to paste behaviorsSyldraTheCat2022-06-141-8/+2
* | Fix pins not refreshing after being loadedNicolas Werner2022-06-151-1/+6
|/
* Make cursoring up/down more consistent on some setupsSyldraTheCat2022-06-131-2/+2
* Fix crash on some systems because of reuseItems in completerNicolas Werner2022-06-121-1/+2
* Make settings menu a bit narrowerNicolas Werner2022-06-111-1/+1
* Fix editing topicNicolas Werner2022-06-021-6/+3
* Indicate if no topic is setLoren Burkholder2022-06-021-1/+6
* Lots of new PL translationsNicolas Werner2022-05-271-1/+1
* Add basic powerlevel editorNicolas Werner2022-05-275-10/+519
* Make PrivacyScreen work on Popped-out RoomsJoseph Donofry2022-05-123-3/+15
* Fix PrivacyScreen for MainWindowJoseph Donofry2022-05-121-2/+2
* More image dialog fixesNicolas Werner2022-05-104-10/+10
* Activate window that already has the room open if possibleNicolas Werner2022-05-071-1/+1
* Rework focus handlingNicolas Werner2022-05-072-3/+2
* Show powerlevels in memberlistNicolas Werner2022-05-071-0/+35
* Merge branch 'master' of https://github.com/TheDrawingCoder-Gamer/nheko into ...Nicolas Werner2022-05-061-1/+1
|\
| * Unhardcode qmlBulbyVR2022-04-241-2/+1
| * Curse you hardcoded qml!BulbyVR2022-04-241-1/+2
* | Add basic support for multiple windowsNicolas Werner2022-05-063-8/+51
* | Merge pull request #1056 from Nheko-Reborn/uiTweaksDeepBlueV7.X2022-04-273-12/+25
|\ \ | |/ |/|
| * Modifications to member list buttonsLoren Burkholder2022-04-232-11/+13
| * Set default size for hidden events dialogLoren Burkholder2022-04-231-0/+2
| * Better handle pluralizationLoren Burkholder2022-04-231-1/+1
| * Allow users to see through the spinnerLoren Burkholder2022-04-231-0/+9
* | Fix pinned messages getting clippedNicolas Werner2022-04-245-3/+37
|/
* Search room members (#1049)Loren Burkholder2022-04-222-3/+34
* Add member list and settings buttons to spaces (#1051)Loren Burkholder2022-04-222-6/+38
* Show changes in image packs in timelineNicolas Werner2022-04-191-2/+2
* Focus room searchLoren Burkholder2022-04-181-0/+2
* Remove boundary handling in image overlayNicolas Werner2022-04-102-35/+28
* Close current room on Ctrl+WLoren Burkholder2022-04-021-0/+5
* Add reasons to everythingNicolas Werner2022-03-302-3/+5
* Add delay to showing scroll down buttonNicolas Werner2022-03-301-25/+19
* Don't use a modal to edit room name and topicNicolas Werner2022-03-301-20/+79
* Fix broken invite dialogNicolas Werner2022-03-301-0/+4
* 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 maltee1-...Nicolas Werner2022-03-301-0/+58
|\ \
| * | add jump to end buttonMalte E2022-03-291-0/+58
| |/
* | Merge pull request #1019 from maltee1/qml_createroomDeepBlueV7.X2022-03-293-1/+301
|\ \ | |/ |/|
| * Add backend for new room creation dialogsNicolas Werner2022-03-292-34/+71
| * expose options betterMalte E2022-03-282-15/+66
| * direct chat creator can now create direct chatsMalte E2022-03-261-13/+25
| * initial direct chat creation dialogMalte E2022-03-263-1/+109
| * CreateRoom dialog in QMLMalte E2022-03-252-1/+93
* | drag to reply (#1018)Malte E2022-03-273-1/+29
|/
* Better touch scrolling (#1012)Malte E2022-03-244-110/+91
* 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
* Merge pull request #1005 from maltee1/fix_input_methodDeepBlueV7.X2022-03-221-13/+24
|\
| * 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
* | Fix thumbnails for encrypted files and factor upload box outNicolas Werner2022-03-212-69/+90
* | Show some previews in upload windowNicolas Werner2022-03-212-4/+70
* | Add duration and resolution to filesNicolas Werner2022-03-216-2/+13
* | Move uploads to InputBarNicolas Werner2022-03-201-0/+6
|/
* elide usernames in timeline (#997)Malte E2022-03-204-13/+23
* Merge pull request #1001 from duarm/masterDeepBlueV7.X2022-03-202-2/+2
|\
| * add option to open video with external program by defaultmath2022-03-191-1/+1
| * add option to open image with external program by defaultmath2022-03-191-1/+1
* | properly commit preedit textMalte E2022-03-191-1/+1
|/
* Merge pull request #989 from maltee1/improve_reply_popupDeepBlueV7.X2022-03-162-14/+17
|\
| * small rework of the reply popupMalte E2022-03-112-14/+17
* | Fix screen share callsNicolas Werner2022-03-132-17/+18
* | 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
* | Use standard buttons where possibletastytea2022-03-112-19/+6
|/