summary refs log tree commit diff
path: root/resources/qml/delegates/FileMessage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some qml warningsNicolas Werner2023-10-261-4/+4
|
* Remaining events apart from verificationNicolas Werner2023-08-251-16/+20
|
* Move to automatic type registrationNicolas Werner2023-06-191-1/+1
|
* Replace some binding loops with othersNicolas Werner2023-06-081-4/+3
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-4/+4
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* space-saving metadata placementMalte E2022-02-141-3/+6
|
* fix bugs found by NicoMalte E2022-02-141-2/+1
|
* Fix layout - no more binding loops (hopefully)Malte E2022-02-111-3/+2
|
* fixed most of the binding loopsMalte E2022-02-091-1/+3
|
* Fix download icon sizeNicolas Werner2022-01-021-0/+5
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Get rid of some useless codeNicolas Werner2021-12-311-1/+1
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-1/+1
|
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-6/+10
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-1/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-4/+4
|
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-0/+1
|
* Fix download buttonNicolas Werner2021-04-041-5/+0
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Fix hover handling in the timelineNicolas Werner2021-02-141-2/+10
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-2/+2
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-2/+2
|
* Qml message input mockupNicolas Werner2020-10-261-1/+1
|
* Lint qml with qml-formatNicolas Werner2020-10-081-61/+68
|
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-241-1/+1
|\
| * Fix emoji escape in file messagesNicolas Werner2020-09-191-1/+1
| | | | | | | | This disables color emojis for now in filenames
* | Fix presence indicatorNicolas Werner2020-07-301-1/+3
|/
* Use Item for transparent rectanglesNicolas Werner2020-04-101-2/+1
|
* Make Filemessage background size by contentNicolas Werner2020-04-101-2/+12
|
* Add a few missing palette colorsNicolas Werner2020-04-081-1/+1
|
* Improve styling a bitNicolas Werner2020-02-031-1/+1
|
* Implement fancy reply renderingNicolas Werner2020-01-111-3/+3
| | | | | | 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.
* Add encrypted file downloadNicolas Werner2019-12-031-1/+1
|
* Organize qml files a bitNicolas Werner2019-11-231-1/+1
|
* Try out DelegateChooserNicolas Werner2019-11-231-3/+3
| | | | requires Qt5.12+
* Lower requirement on QtQuick.Layouts versionNicolas Werner2019-11-231-1/+1
|
* Add simple audio message widgetNicolas Werner2019-11-231-19/+19
|
* File messages (qml)Nicolas Werner2019-11-231-0/+57