summary refs log tree commit diff
path: root/src/SingleImagePackModel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lintNicolas Werner2023-06-081-2/+0
|
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-2/+0
|
* Prevent new packs from overwriting the default pack by accidentNicolas Werner2023-05-201-0/+42
|
* Fix adding duplicate stickers and strip file extensionNicolas Werner2023-05-201-6/+23
|
* 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
|
* Properly propagate pack usage to UINicolas Werner2022-10-091-0/+6
| | | | | | | | | We can't have a pack that is neither sticker nor emoji. Which is why none defaults to both on. That wasn't propagated to the UI, which made the interaction very confusing. It also made some states unsettable, since you can't turn anything off from the none state. fixes #1152
* Implement space stickers & emojiNicolas Werner2022-09-011-0/+1
|
* Remove a few more headersNicolas Werner2022-06-181-0/+2
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-1/+1
|
* Cleanup remaining clazy issuesNicolas Werner2021-12-281-1/+0
|
* Show some avatar for image packsNicolas Werner2021-12-131-0/+44
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-243/+235
|
* Small image pack editor improvementsNicolas Werner2021-08-291-0/+17
| | | | | | | - add missing mimetype - allow removal of images from pack - allow GIF as a format - don't divide size by 2 if the image is very small already
* Update translationsNicolas Werner2021-08-171-6/+6
|
* this is not needed for translationsNicolas Werner2021-08-061-2/+2
|
* Allow creating new packsNicolas Werner2021-08-061-1/+3
|
* Allow uploading additional stickersNicolas Werner2021-08-061-1/+68
|
* Basic sticker pack editorNicolas Werner2021-08-061-0/+181
|
* Remove unused this captureNicolas Werner2021-07-231-1/+1
|
* Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-0/+100