summary refs log tree commit diff
path: root/resources/qml/emoji (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.