summary refs log tree commit diff
path: root/resources/qml/emoji (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make emoji picker follow themeNicolas Werner2021-07-031-199/+223
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-1/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-8/+8
|
* Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-181-99/+52
|
* Fix emoji picker getting cut offJoseph Donofry2021-04-131-0/+1
|
* Fix some TapHandler focus issuesNicolas Werner2021-04-111-7/+6
|
* Fix emoji picker appearing in wrong locationsNicolas Werner2021-03-231-15/+12
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-072-0/+2
|
* Show mxid on hovering usernameNicolas Werner2021-03-072-2/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-052-0/+8
|
* 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
|
* Get category switching workingLoren Burkholder2021-01-251-18/+18
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-122-3/+3
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-112-3/+3
|
* Move emoji picker to qmlNicolas Werner2020-11-252-7/+9
|
* Qml message input mockupNicolas Werner2020-10-261-2/+2
|
* Fix emoji filter losing focusNicolas Werner2020-10-121-0/+1
|
* Lint qml with qml-formatNicolas Werner2020-10-082-115/+155
|
* Fix reactionsNicolas Werner2020-09-031-1/+1
|
* Fix presence indicatorNicolas Werner2020-07-301-2/+2
|
* Fix reactionsNicolas Werner2020-07-202-14/+13
|
* Lower qt version used for emoji picker and scroll helperNicolas Werner2020-06-171-2/+2
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-101-18/+18
|
* Remove unused QML fileJoseph Donofry2020-06-092-68/+1
|
* Remove signals in favor of direct function callsJoseph Donofry2020-06-091-6/+4
|
* Remove duplicate search iconsJoseph Donofry2020-06-091-1/+1
|
* Fix UserSettings in QMLJoseph Donofry2020-06-091-2/+2
|
* Merge master and fix conflictsJoseph Donofry2020-06-091-0/+67
|
* Minor adjustments to emoji pickerJoseph Donofry2020-06-091-7/+22
|
* Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-211-5/+7
|
* Attach emoji picker picked to reaction senderJoseph Donofry2020-05-162-4/+16
|
* Update emoji picker and translationsJoseph Donofry2020-05-132-76/+154
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-132-0/+203
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.