summary refs log tree commit diff
path: root/resources/qml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make hover highlight fill the full width of the timelinetastytea2022-02-181-1/+2
* 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
* Merge pull request #939 from maltee1/better_bubblesDeepBlueV7.X2022-02-167-10/+33
|\
| * 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-141-4/+12
|/
* 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 malte...Nicolas Werner2022-02-1414-118/+213
|\
| * improve spacingsMalte E2022-02-142-2/+2
| * fix redactions line-wrappingMalte E2022-02-141-2/+2
| * fix bugs found by NicoMalte E2022-02-144-6/+5
| * fix vertical space for some state eventsMalte E2022-02-131-1/+1
| * add small avatars option and tweak colors and spacingsMalte E2022-02-133-20/+22
| * 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
| * add translations and actually add changes to TimelineModelMalte E2022-02-072-7/+8
| * print state events without bubbles, displaynames or avatars and in a smaller ...Malte E2022-02-076-4/+51
| * clean up margin settingMalte E2022-02-052-29/+25
| * place metadata below message when the Layout is narrow (<350)Malte E2022-02-051-19/+20
| * Add message bubblesMalte E2022-02-042-6/+24
| * Revert removal of width and height in TextMessage and implicitWidth in Messag...Malte E2022-02-042-3/+3
| * prepare code for message bubbles and dynamic message layoutMalte E2022-02-035-74/+101
* | Fix overlapping offline indicatorNicolas Werner2022-02-141-0/+1
* | Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-122-28/+23
* | Hidden events: Some cleanuptastytea2022-02-101-1/+1
* | Hidden events: Make save-function reusable for global account datatastytea2022-02-101-1/+1
* | Hidden events: Change title and prompt depending on isRoomSettingtastytea2022-02-102-3/+18
* | Hidden events: Incorporate suggestions from reviewtastytea2022-02-102-7/+17
* | Hidden events: Enhance tooltipstastytea2022-02-101-2/+2
* | Add GUI to change hidden events per roomtastytea2022-02-102-1/+124
* | Add maximum width to room name in user profiletastytea2022-02-051-0/+2
* | Add maximum width to user name in profiletastytea2022-02-051-0/+4
* | Fix width of room name to dialog widthtastytea2022-02-041-1/+2
* | Show widgets as linksNicolas Werner2022-02-041-2/+38
* | Merge pull request #906 from LorenDB/offlineIndicatorDeepBlueV7.X2022-02-042-80/+88
|\ \
| * | Use different height settingLoren Burkholder2022-02-031-1/+3
| * | Add offline indicator (#472)Loren Burkholder2022-02-012-80/+86
| |/
* / Clear search text in StickerPicker when the popup closestastytea2022-02-021-1/+2
|/
* Merge pull request #893 from Nheko-Reborn/qml-rootDeepBlueV7.X2022-01-3025-301/+1020
|\
| * Fix list items being hoverable through between settings and new room buttonsNicolas Werner2022-01-303-232/+238
| * Reimplement error notificationsNicolas Werner2022-01-302-0/+105
| * keep the RegisterPage nameNicolas Werner2022-01-293-1/+5
| * Port registration to QmlNicolas Werner2022-01-286-2/+237
| * Functional login pageNicolas Werner2022-01-267-74/+368
| * Fix focus and qml parenting with qml rootNicolas Werner2022-01-2614-18/+1
| * Initial qml root windowNicolas Werner2022-01-264-9/+101
* | Use ScrollHelper on EmojiPickerJoseph Donofry2022-01-261-10/+16
|/
* Fix setting double values in setting spinboxesNicolas Werner2022-01-131-1/+37
* Small size and selection improvements for the settings pageNicolas Werner2022-01-131-7/+9
* Fix device verification colorsNicolas Werner2022-01-128-67/+46
* Move usersettings page to pages subdirNicolas Werner2022-01-122-1/+3
* Merge pull request #883 from Nheko-Reborn/qml-usersettingsJoseph Donofry2022-01-1110-10/+240
|\
| * Address review commentsNicolas Werner2022-01-112-12/+8
| * Port usersettings to qmlNicolas Werner2022-01-099-10/+244
* | Fix some minor UI issues with ImageOverlay and RawMessageDialogJoseph Donofry2022-01-052-24/+27
|/
* Work around images with size 0 in infoNicolas Werner2022-01-041-2/+2
* Add minimum scale in image viewerNicolas Werner2022-01-031-0/+33
* Fix download icon sizeNicolas Werner2022-01-021-0/+5
* Make some icons smootherNicolas Werner2022-01-021-0/+4
* Port image overlay to qmlNicolas Werner2022-01-027-7/+133
* Fix fade out of rippleNicolas Werner2022-01-021-1/+1
* Simplify Ripple effect and make it easier to use everywhereNicolas Werner2022-01-026-154/+97
* Fix hovering aliases that only have textNicolas Werner2022-01-011-17/+10
* Strip variant selector in some casesNicolas Werner2022-01-012-3/+4
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-0183-0/+83
* Use the styles default delay for tooltipsNicolas Werner2021-12-315-1/+20
* Get rid of some useless codeNicolas Werner2021-12-317-8/+8
* Fix wrapping in member eventsNicolas Werner2021-12-311-0/+1
* Merge branch 'completer_scrolling' into 'master'Joe Donofry2021-12-301-15/+34
|\
| * Increase Completer limit to 30Joe Donofry2021-12-301-15/+34
* | Update presence dynamically and reduce allocationsNicolas Werner2021-12-302-4/+25
|/
* Use body in alt text of custom emojiNicolas Werner2021-12-271-1/+1
* Add an ugly custom emote completer using ~Nicolas Werner2021-12-272-7/+40
* Add alternative shortcut to Alt-A for systems, where that is taken alreadyNicolas Werner2021-12-221-1/+3
* Explicitly set text format for raw message dialogNicolas Werner2021-12-191-0/+1
* Fix a small alignment issue of text in notification bubblesNicolas Werner2021-12-161-4/+4
* Fix a few thingsLoren Burkholder2021-12-152-16/+4
* Make notification count bubbles expand some moreLoren Burkholder2021-12-151-11/+30
* Don't get too large of cornersLoren Burkholder2021-12-131-1/+1
* Use better translation methodLoren Burkholder2021-12-131-1/+1
* Make opening room members from rooms settings dialog workLoren Burkholder2021-12-131-1/+1
* Make it obvious that this is a notification and not the actual messageLoren Burkholder2021-12-131-27/+53
* Only show room pack button, when you can actually create oneNicolas Werner2021-12-132-1/+4
* Multiply source size by scale factorNicolas Werner2021-12-137-16/+20
* Misc pack editor improvementsNicolas Werner2021-12-132-3/+6
* Show some avatar for image packsNicolas Werner2021-12-131-0/+21
* Add recently used reactionsNicolas Werner2021-12-132-1/+69
* 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
* Support pinned messagesNicolas Werner2021-12-114-13/+183
* Fix escaped html showing up in playable media message labelsNicolas Werner2021-12-081-1/+1
* Limit max memory usage of imagesNicolas Werner2021-12-081-1/+4
* Allow swiping between views in single page modeNicolas Werner2021-12-062-7/+37
* Navigate to subspaces by clicking on themNicolas Werner2021-12-021-0/+4
* Don't waste space for non existing subspacesNicolas Werner2021-12-011-1/+1
* Don't pad, just fillNicolas Werner2021-12-011-1/+2
* Leaves can't collapseNicolas Werner2021-12-011-2/+2
* Hide me underneath the space treeNicolas Werner2021-12-011-3/+26
* Remove double padding on redactionsNicolas Werner2021-11-291-3/+6
* Change QML UI for redactionsJoe Donofry2021-11-292-3/+47
* Fix colors of sidebar in repliesNicolas Werner2021-11-241-1/+1
* Fix one more wrong background colorNicolas Werner2021-11-221-1/+1
* Pass correct background color to username separatorNicolas Werner2021-11-201-1/+1
* Fix mouse cursor on top barNicolas Werner2021-11-191-0/+5
* Fix colors and alignment in dialogsNicolas Werner2021-11-183-23/+10
* Fix video call filename and qtjdenticon for windowsJoseph Donofry2021-11-181-1/+1
* Fix qml warnings and missing iconsNicolas Werner2021-11-182-4/+4
* 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
* Allow removing users from the invite dialogLoren Burkholder2021-11-161-3/+14
* 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
* Use filled shields everywhere and distinguish different states moreNicolas Werner2021-11-173-14/+30
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-1723-94/+101
* Support exif rotation on received videosNicolas Werner2021-11-151-0/+1
* Reenable still image viewer for WebP until we qmlify the image viewerNicolas Werner2021-11-141-9/+10
* Fix some colors switched to yellow by accidentNicolas Werner2021-11-131-2/+2
* Merge branch 'video_player_enhancements' into 'master'Nicolas Werner2021-11-127-191/+377
|\
| * 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-114-260/+174
| * More refactoring and layout updatesJoseph Donofry2021-11-115-75/+190
| * 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-094-237/+310
| * Initial Refactoring into separate controlsJoseph Donofry2021-11-093-88/+114
| * Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-11-092-3/+4
| |\
| * | 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-086-50/+47
| |\ \
| * \ \ Update video_player_enhancements with changes from masterJoseph Donofry2021-11-0346-504/+3517
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-08-1612-38/+94
| |\ \ \ \
| * \ \ \ \ Merge origin/master and fix conflictsJoseph Donofry2021-08-1036-165/+1583
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'nheko-im/master' into video_player_enhancementsJoseph Donofry2021-07-197-51/+239
| |\ \ \ \ \ \
| * | | | | | | Import and update lurkki's branchJoseph Donofry2021-07-191-189/+349
* | | | | | | | Make yellow darkerNicolas Werner2021-11-112-4/+4
* | | | | | | | Make pill text color match the separator colorNicolas Werner2021-11-111-1/+1
* | | | | | | | Swap encryption and edit indicatorNicolas Werner2021-11-111-9/+9
* | | | | | | | Improve the layout and behaviour of topbar slightlyNicolas Werner2021-11-113-16/+39
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #791 from Nheko-Reborn/secret-storage-fixesDeepBlueV7.X2021-11-074-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Move away from using an event loop to access secretsNicolas Werner2021-11-074-5/+5
* | | | | | | Use ItemDelegate for read receiptsLoren Burkholder2021-11-061-42/+39
|/ / / / / /
* | | | | / Fix leave room dialogNicolas Werner2021-11-051-3/+3
| |_|_|_|/ |/| | | |
* | | | | 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-033-5/+6
* | | | | Fix copyright orderNicolas Werner2021-11-031-1/+1
* | | | | Fix registration on matrix.orgNicolas Werner2021-11-032-0/+416
* | | | | Prompt user when there are unverified devicesNicolas Werner2021-11-013-1/+88
* | | | | Some people consider Nheko not an AAAAA titleNicolas Werner2021-10-301-1/+0
* | | | | Add self verification after loginNicolas Werner2021-10-301-6/+45
* | | | | Auto-focus search bar in room directoryLoren Burkholder2021-10-281-0/+1
* | | | | Allow changing device names, display last seen time and IPThulinma2021-10-201-18/+82
* | | | | Fix incorrect pluralization of "rooms"Eldred Habert2021-10-191-1/+1
* | | | | lintNicolas Werner2021-10-171-2/+2
* | | | | WIPNicolas Werner2021-10-172-19/+62
* | | | | move device verification management to its own fileNicolas Werner2021-10-172-1/+5
* | | | | Add support for listing devices that do not support encryption, add support f...Thulinma2021-10-171-0/+10
* | | | | Use correct Monopoly quoteEldred Habert2021-10-151-1/+1
* | | | | Allow JPEG in image picker for stickers and emotes.tastytea2021-10-151-1/+1
* | | | | Use the same leave room dialog everywhereLoren Burkholder2021-10-113-11/+35
* | | | | Merge pull request #741 from LorenDB/qmlJoinRoomDlgDeepBlueV7.X2021-10-112-0/+88
|\ \ \ \ \
| * | | | | Use better close-on-Enter logicLoren Burkholder2021-10-091-8/+4
| * | | | | Auto-focus the inputLoren Burkholder2021-10-091-0/+1
| * | | | | Add handy keyboard shortcutsLoren Burkholder2021-10-091-0/+15
| * | | | | QML the join room dialogLoren Burkholder2021-10-092-0/+76
* | | | | | Merge pull request #755 from Nheko-Reborn/bootstrappingDeepBlueV7.X2021-10-0910-36/+332
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Support bootstrapping crosssigningNicolas Werner2021-10-0910-36/+332
* | | | | | Merge pull request #743 from LorenDB/qmlLogoutDeepBlueV7.X2021-10-092-0/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | QML the logout dialogLoren Burkholder2021-10-052-0/+35
* | | | | | Simplify device list refresh logicDeepBlueV7.X2021-10-071-1/+1
* | | | | | Added support for refreshing the device list, marking current device with a c...Thulinma2021-10-061-8/+30
|/ / / / /
* | | | | Merge pull request #744 from LorenDB/reorganizeQmlDeepBlueV7.X2021-10-047-5/+11
|\ \ \ \ \
| * | | | | Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-297-5/+11
* | | | | | Fix some strings and translation stuffLoren Burkholder2021-10-011-1/+1
|/ / / / /
* | | | | Fix margins on input dialogLoren Burkholder2021-09-241-1/+2
* | | | | Add missing qsTrNicolas Werner2021-09-201-1/+1
* | | | | Fix a few verification typosNicolas Werner2021-09-201-1/+1
* | | | | Merge pull request #728 from Thulinma/gotoDeepBlueV7.X2021-09-171-1/+4
|\ \ \ \ \
| * | | | | Improvements for linking to eventsThulinma2021-09-161-1/+4
* | | | | | Added a text field that allows choosing custom homeserver in "Room directory"...Patryk Cisek2021-09-171-0/+11
* | | | | | Disable reuseItems again D:Nicolas Werner2021-09-171-2/+2
|/ / / / /
* | | | | Reenable reuseItems for the message viewNicolas Werner2021-09-153-6/+6
* | | | | Fix a few jdenticon bugsJoseph Donofry2021-09-142-2/+3
* | | | | Merge pull request #721 from symphorien/hotlistDeepBlueV7.X2021-09-141-0/+5
|\ \ \ \ \
| * | | | | add Alt+A keybinding to switch to next room with unread messagesGuillaume Girol2021-09-141-0/+5
* | | | | | Merge pull request #416 from LorenDB/jdenticonDeepBlueV7.X2021-09-1316-11/+60
|\ \ \ \ \ \
| * | | | | | Use correct form of roomIdLoren Burkholder2021-09-113-9/+12
| * | | | | | Use better jdenticon codes/id settingsLoren Burkholder2021-09-112-5/+6
| * | | | | | Remove useless lineLoren Burkholder2021-09-111-1/+0
| * | | | | | Use better visible checkLoren Burkholder2021-09-111-1/+1
| * | | | | | Don't bother with cropLoren Burkholder2021-09-111-1/+1
| * | | | | | Fix jdenticons in various placesLoren Burkholder2021-09-115-8/+13
| * | | | | | Use more descriptive property nameLoren Burkholder2021-09-112-3/+3
| * | | | | | Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-1111-0/+15
| * | | | | | Use better id loading methodologyLoren Burkholder2021-09-113-4/+7
| * | | | | | Add some fancy effects to jdenticonLoren Burkholder2021-09-111-1/+13
| * | | | | | Get direct chat jdenticons to line upLoren Burkholder2021-09-112-0/+4
| * | | | | | Only set identicon source if usedLoren Burkholder2021-09-111-1/+1
| * | | | | | Add jdenticon supportLoren Burkholder2021-09-111-1/+8
| |/ / / / /
* / / / / / Update translationsNicolas Werner2021-09-131-1/+1
|/ / / / /
* | | | | More profile improvements:Thulinma2021-09-081-228/+242
* | | | | Improvements to user profiles:Thulinma2021-09-051-8/+50
* | | | | Decrease left margins on blockquotes to 1em.tastytea2021-09-041-0/+1
* | | | | Fix room ping permission checked incorrectlyNicolas Werner2021-09-031-1/+1
* | | | | Merge pull request #696 from resolritter/replyDeepBlueV7.X2021-09-033-7/+62
|\ \ \ \ \
| * | | | | right-click tap handler for repliesresolritter2021-08-313-7/+62
* | | | | | Fix z value of avatar in timelineNicolas Werner2021-09-031-0/+2
* | | | | | Warn the user before they ping the whole roomNicolas Werner2021-09-023-1/+42
* | | | | | Fix a few null warningsNicolas Werner2021-08-293-11/+9
* | | | | | Loaded causes weird artifacts loading roomsNicolas Werner2021-08-291-7/+2
* | | | | | Small image pack editor improvementsNicolas Werner2021-08-291-1/+16
* | | | | | Add option to only play animated images on hoverNicolas Werner2021-08-291-0/+1
* | | | | | Support animated imagesNicolas Werner2021-08-293-27/+40
* | | | | | Use in memory media player instead of storing unencrypted files on diskNicolas Werner2021-08-294-39/+30
|/ / / / /
* | | | | accept Backtab and Shift-Tab for hovering selection backwardsresolritter2021-08-223-14/+20
* | | | | Avoid completer jitter before closingThomas Karpiniec2021-08-211-9/+5
* | | | | Allow opening a completer starting with selected textThomas Karpiniec2021-08-211-3/+3
* | | | | Close popup on SelectAllThomas Karpiniec2021-08-211-0/+4
* | | | | Simplify message delegate size calculation a bitNicolas Werner2021-08-211-1/+1
* | | | | Disable async timeline loading, since it hangs in a layout loop sometimesNicolas Werner2021-08-201-1/+1
* | | | | Merge pull request #684 from thombles/clear-emoji-searchDeepBlueV7.X2021-08-191-1/+2
|\ \ \ \ \
| * | | | | Clear emoji search field when picker closedThomas Karpiniec2021-08-191-1/+2
* | | | | | Add Qt.WindowTitleHint to qml dialogsJoseph Donofry2021-08-1910-10/+10
|/ / / / /
* | | | | Allow accepting knocks in the timelineNicolas Werner2021-08-174-11/+35
* | | | | Load message list asyncNicolas Werner2021-08-171-0/+1
* | | | | Update join button in room directory after joinNicolas Werner2021-08-171-2/+1
* | | | | Merge pull request #659 from kamathmanu/nhekoRoomDirectoryDeepBlueV7.X2021-08-172-0/+215
|\ \ \ \ \