summary refs log tree commit diff
path: root/resources/qml/ReplyPopup.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix pending reply sizingNicolas Werner2023-11-011-0/+1
|
* Small qml fixesNicolas Werner2023-10-181-1/+1
|
* Fix some reply layouting loopsNicolas Werner2023-08-251-1/+1
|
* Reimplement reply delegate by moving out the timeline event without layoutNicolas Werner2023-08-251-15/+1
|
* Format qmlNicolas Werner2023-06-081-33/+31
|
* 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
|
* Load components on demandNicolas Werner2022-10-011-1/+1
|
* Prepare for adding proxy before chat.modelNicolas Werner2022-10-011-1/+1
|
* Basic threading supportNicolas Werner2022-09-301-3/+20
|
* small rework of the reply popupMalte E2022-03-111-13/+17
|
* Fix layout - no more binding loops (hopefully)Malte E2022-02-111-0/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-1/+1
|
* Fix decryption errors in reply popupsNicolas Werner2021-08-081-0/+1
|
* Prepare for reuseItems in timelineNicolas Werner2021-07-121-2/+17
| | | | The actual reuseItems is still blocked on a few upstream bugs.
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-2/+0
|
* Make palette global in QmlNicolas Werner2021-05-131-2/+2
|
* 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
|
* Abort -> CancelNicolas Werner2021-02-101-1/+1
|
* Add edit shortcuts and fix some focus stuffNicolas Werner2021-02-091-3/+3
|
* Implement message editingNicolas Werner2021-02-091-3/+18
| | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134
* 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
|
* Split up TimelineView into separate componentsNicolas Werner2020-10-261-0/+47