summary refs log tree commit diff
path: root/src/GridImagePackModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix naming issues with emoji, edit how codegen worksTheDrawingCoding-Gamer2024-05-081-25/+0
|
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
|
* Cleanup headers a bit moreNicolas Werner2023-10-311-2/+1
|
* Properly set pack avatarNicolas Werner2023-06-091-0/+2
| | | | fixes #1480
* lintNicolas Werner2023-06-081-2/+0
|
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-9/+1
|
* Work around ICE on MSVCNicolas Werner2023-05-271-8/+14
| | | | | | See https://developercommunity.visualstudio.com/t/Internal-compile-error-while-compiling-c/1227337 for details...
* Make default completer complete custom emojiNicolas Werner2023-05-251-2/+2
|
* Make emoji picker use the grid viewNicolas Werner2023-05-251-30/+157
|
* Allow scrolling to specific sections and order packs in sticker search by ↵Nicolas Werner2023-05-201-2/+65
| | | | match quality
* Fix StickerPicker padding and names of unnamed packsNicolas Werner2023-05-201-2/+22
|
* Reimplement search for GridImageModelNicolas Werner2023-05-201-25/+132
|
* Add rows to stickerpickerNicolas Werner2023-05-201-0/+88