summary refs log tree commit diff
path: root/resources/qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable opening images, when they are not loadedNicolas Werner2020-04-211-1/+1
|
* Fix reply not closingNicolas Werner2020-04-131-3/+3
| | | | fixes #124
* Use Item for transparent rectanglesNicolas Werner2020-04-102-5/+2
|
* Size reply background by contentsNicolas Werner2020-04-102-1/+10
|
* Make Filemessage background size by contentNicolas Werner2020-04-101-2/+12
|
* Add a few missing palette colorsNicolas Werner2020-04-082-2/+2
|
* Use palette for qml code for themingNicolas Werner2020-03-295-30/+30
| | | | | Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
* Make buttons hideable via setting, button contents can still be accessed via ↵Nicolas Werner2020-03-103-33/+31
| | | | context menu
* Fix images without sizeNicolas Werner2020-03-081-1/+1
|
* Merge pull request #137 from Nheko-Reborn/blurhashDeepBlueV7.X2020-03-051-0/+13
|\ | | | | Experimental Blurhash support
| * Make blurhash provider asyncNicolas Werner2020-03-041-1/+0
| |
| * Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+14
| |
* | Add support for more room events in timelineAdasauce2020-03-031-0/+31
|/
* Revert change from TextEdit to TextAreaNicolas Werner2020-02-271-5/+2
| | | | | | It made some messages unreadabe. We loose proper highlight colors, but we will have to do for now, until I can figure out, why the TextArea doesn't work.
* Improve link themingNicolas Werner2020-02-272-3/+6
|
* Don't let click on reply steal focus from the replied to elementsNicolas Werner2020-02-262-7/+9
|
* Only show reply button and option button on hoverNicolas Werner2020-02-261-63/+99
|
* Fix placeholder text being visible behind transparent avatarsNicolas Werner2020-02-231-0/+1
|
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-204-5/+5
|
* Improve styling of emote messagesNicolas Werner2020-02-093-11/+10
|
* Make closing the reply popup actually clear the reply messageJoseph Donofry2020-02-041-1/+1
|
* Improve styling a bitNicolas Werner2020-02-035-11/+12
|
* Close popup when clicking outsideNicolas Werner2020-02-021-0/+1
|
* Speed up timeline by using global ToolTip and MenuNicolas Werner2020-02-025-73/+68
|
* Make page scrolling half heightNicolas Werner2020-01-311-2/+2
|
* Add scroll page shortcutNicolas Werner2020-01-301-0/+9
|
* Add explicit size to reply close buttonNicolas Werner2020-01-301-0/+2
|
* Change tooltip palette settings for QMLJoseph Donofry2020-01-284-12/+23
|
* Simplify reply popup logicNicolas Werner2020-01-283-122/+94
|
* Improve styling of reply popupNicolas Werner2020-01-281-11/+2
|
* Fix resize loop of images in reply popupNicolas Werner2020-01-282-3/+5
|
* Add initial QML Reply PopupJoseph Donofry2020-01-271-1/+99
|
* Show event type string in placeholderNicolas Werner2020-01-231-1/+1
|
* Implement display of membership eventsNicolas Werner2020-01-231-0/+6
|
* PixelAlign timeline viewNicolas Werner2020-01-211-0/+1
|
* Account for spacing when checking for bottom message for read statusNicolas Werner2020-01-211-1/+1
|
* Fix colors in typing display, when username contains emojiNicolas Werner2020-01-212-1/+3
|
* Move typing display to qmlNicolas Werner2020-01-171-1/+30
|
* Reduce memory usage and make room switching quickerNicolas Werner2020-01-141-2/+0
| | | | May make scrolling more laggy or jumpy.
* Try to match old theme betterNicolas Werner2020-01-141-0/+2
|
* Fetch missing events for repliesNicolas Werner2020-01-111-0/+4
|
* Implement fancy reply renderingNicolas Werner2020-01-118-84/+145
| | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them.
* Adapt play buttons to theme and remove accidental message bgNicolas Werner2020-01-062-3/+4
|
* Simplify read message logic with inverted timelineNicolas Werner2020-01-061-46/+12
|
* Use fetchMore for native lazy loading of item model dataNicolas Werner2020-01-061-5/+1
|
* invert timelineNicolas Werner2020-01-061-9/+47
|
* Make images always fit the timelineNicolas Werner2019-12-131-2/+7
|
* Show topic and name changes in timelineNicolas Werner2019-12-102-1/+14
|
* Simplify scroll logicNicolas Werner2019-12-081-4/+0
|
* Change scroll behaviour of timelineNicolas Werner2019-12-081-1/+24
| | | | | | | This requires Qt 5.9 (to calculate overshoot). The default scroll behaviour of list views has far too much inertia. This should make scrolling feel more like scrolling the other scroll areas of nheko.
* Try to fix binding loop warningNicolas Werner2019-12-071-3/+4
|
* Add encrypted file downloadNicolas Werner2019-12-034-5/+5
|
* Rename qml namespace from com.github.nheko to im.nhekoNicolas Werner2019-11-307-7/+7
|
* Show encryption enabled and use a non zero size for zero size videNicolas Werner2019-11-234-4/+11
|
* Wrap text in pre tagsNicolas Werner2019-11-231-1/+1
|
* Add loading spinner and restore message send queueNicolas Werner2019-11-231-5/+8
|
* Fix links opening user dialog and in browserNicolas Werner2019-11-231-2/+2
|
* Fix infinite item instantiating loop by using height instead of contentHeightNicolas Werner2019-11-231-2/+3
|
* optionally use QQuickWidget and replace ColorOverlay -> colorImageProviderNicolas Werner2019-11-235-146/+128
|
* Make replies format nicerNicolas Werner2019-11-231-2/+13
| | | | Also lays a bit of groundwork for better reply rendering
* Enable link handlingNicolas Werner2019-11-234-18/+39
|
* Make user clickable and improve button cursor lookNicolas Werner2019-11-233-39/+52
|
* Improve avatar look and layoutingNicolas Werner2019-11-234-5/+10
| | | | Thanks to red_sky for the feedback!
* Remove unused importNicolas Werner2019-11-231-1/+0
|
* break height binding loopNicolas Werner2019-11-231-1/+1
|
* Organize qml files a bitNicolas Werner2019-11-2310-34/+26
|
* Incubate delegates asynchronouslyNicolas Werner2019-11-231-1/+1
|
* Small fixes to delegate chooser implementationNicolas Werner2019-11-232-3/+10
|
* Use a basic implementation of a DelegateChooser for compat with older QtNicolas Werner2019-11-232-45/+53
| | | | | The interface is taken from Qt/KDE, but the implementation is different, because the Qt implementation depends on some Qt internals.
* Add native themeing to QML (where possible)Nicolas Werner2019-11-232-10/+23
|
* Fix section layout issues and pagination issuesNicolas Werner2019-11-231-3/+2
| | | | | | | Pagination could get stuck, if the messages request failed. Section height seemes to have been calculated to late, which would make some section overlap the next message in some cases. Fix that by doing the height calculation manually.
* Load content if no scrollbar is neededNicolas Werner2019-11-231-0/+10
|
* Size images/videos by timeline widthNicolas Werner2019-11-232-9/+22
|
* Misc layout fixesNicolas Werner2019-11-232-0/+6
|
* Try out DelegateChooserNicolas Werner2019-11-238-157/+188
| | | | requires Qt5.12+
* Disable autoplayback againNicolas Werner2019-11-232-1/+1
|
* Lower requirement on QtQuick.Layouts versionNicolas Werner2019-11-233-3/+3
|
* Use QtQuick.Controls compatible with Qt 5.8Nicolas Werner2019-11-236-6/+6
|
* Enable Sticker and Emote messagesNicolas Werner2019-11-232-1/+6
|
* Add basic video messagesNicolas Werner2019-11-232-2/+14
| | | | Size is fixed for now, otherwise the Video output ends up somewhere...
* Add progress bar to audio messagesNicolas Werner2019-11-231-68/+110
|
* Add simple audio message widgetNicolas Werner2019-11-233-19/+118
|
* File messages (qml)Nicolas Werner2019-11-232-0/+58
|
* Reenable redactionsNicolas Werner2019-11-231-0/+1
|
* Restore saving of mediaNicolas Werner2019-11-232-5/+10
|
* Reenable ImageOverlayNicolas Werner2019-11-231-0/+6
|
* Add lock to encrypted messagesNicolas Werner2019-11-232-0/+36
|
* Make avatar in timeline smallerNicolas Werner2019-11-231-3/+5
|
* Fix read indicatorNicolas Werner2019-11-231-2/+2
|
* Enable read receipts action and sync read receipts from cacheNicolas Werner2019-11-231-0/+1
|
* Add send/received indicatorNicolas Werner2019-11-232-0/+49
|
* Implement basic placeholder and disable unimplemented event typesNicolas Werner2019-11-232-12/+22
|
* Implement simple scroll state handlingNicolas Werner2019-11-231-1/+46
|
* Implement replies in qml timelineNicolas Werner2019-11-231-0/+2
|
* Show redactions in qml timelineNicolas Werner2019-11-232-1/+17
|
* Reenable view raw messageNicolas Werner2019-11-231-2/+1
|
* Implement basic ImageMessages in qml timelineNicolas Werner2019-11-232-1/+19
| | | | | I suck at sizing so the images in the message are currently hardcoded to 300 pixels in width...
* Implement avatars in qml timelineNicolas Werner2019-11-232-2/+48
|
* Make reply and options buttons smallerNicolas Werner2019-11-231-6/+22
|
* Fix QML emojisNicolas Werner2019-11-231-1/+2
|
* Use system colors for nowNicolas Werner2019-11-233-4/+36
|
* Implement TextMessage delegateNicolas Werner2019-11-232-8/+49
| | | | Text selection over multiple items doesn't work yet
* Format date (close to) the old way in qml timelineNicolas Werner2019-11-231-1/+1
|
* Add avatar placeholder and scrollbar to qml timelineNicolas Werner2019-11-231-4/+30
|
* Add basic sections and button placeholders to qml timelineNicolas Werner2019-11-231-4/+86
|
* Implement loading of history, when timeline is displayedNicolas Werner2019-11-231-6/+0
|
* Add items to timlineNicolas Werner2019-11-231-5/+14
|
* Add placeholder timeline modelNicolas Werner2019-11-231-0/+11
|
* Replace timeline with empty qml viewNicolas Werner2019-11-231-0/+11