summary refs log tree commit diff
path: root/resources/qml/emoji/EmojiButton.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-1/+1
|
* 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 UI allowing edits of foreign messages in some casesNicolas Werner2021-02-101-1/+1
|
* focus message input on adding emoji/reacting to a messageJedi182021-02-051-0/+1
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-1/+1
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-1/+1
|
* Move emoji picker to qmlNicolas Werner2020-11-251-1/+3
|
* Lint qml with qml-formatNicolas Werner2020-10-081-4/+3
|
* Fix reactionsNicolas Werner2020-07-201-2/+1
|
* Remove unused QML fileJoseph Donofry2020-06-091-1/+1
|
* Attach emoji picker picked to reaction senderJoseph Donofry2020-05-161-1/+3
|
* Update emoji picker and translationsJoseph Donofry2020-05-131-13/+2
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-0/+27
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.