summary refs log tree commit diff
path: root/src/emoji/EmojiModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-36/+33
|
* Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-181-56/+14
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Get category switching workingLoren Burkholder2021-01-251-3/+3
|
* Qml emoji completerNicolas Werner2020-11-251-0/+4
|
* Fix build issue on some versions of clangJoseph Donofry2020-06-101-8/+8
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-0/+110
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.