summary refs log tree commit diff
path: root/src/emoji/EmojiModel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make default completer complete custom emojiNicolas Werner2023-05-251-40/+0
|
* 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
|
* Allow search with unicode namesBulbyVR2022-04-241-0/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-13/+13
|
* Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-181-30/+2
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Get category switching workingLoren Burkholder2021-01-251-5/+5
|
* Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-301-1/+0
| | | | recieving start or request
* Fix build issue on some versions of clangJoseph Donofry2020-06-101-8/+4
|
* Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-131-0/+68
This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.