Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint | Nicolas Werner | 2023-06-08 | 1 | -2/+0 |
| | |||||
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -2/+0 |
| | |||||
* | Prevent new packs from overwriting the default pack by accident | Nicolas Werner | 2023-05-20 | 1 | -0/+42 |
| | |||||
* | Fix adding duplicate stickers and strip file extension | Nicolas Werner | 2023-05-20 | 1 | -6/+23 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -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 Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Properly propagate pack usage to UI | Nicolas Werner | 2022-10-09 | 1 | -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 & emoji | Nicolas Werner | 2022-09-01 | 1 | -0/+1 |
| | |||||
* | Remove a few more headers | Nicolas Werner | 2022-06-18 | 1 | -0/+2 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 1 | -0/+1 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Cleanup remaining clazy issues | Nicolas Werner | 2021-12-28 | 1 | -1/+0 |
| | |||||
* | Show some avatar for image packs | Nicolas Werner | 2021-12-13 | 1 | -0/+44 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -243/+235 |
| | |||||
* | Small image pack editor improvements | Nicolas Werner | 2021-08-29 | 1 | -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 translations | Nicolas Werner | 2021-08-17 | 1 | -6/+6 |
| | |||||
* | this is not needed for translations | Nicolas Werner | 2021-08-06 | 1 | -2/+2 |
| | |||||
* | Allow creating new packs | Nicolas Werner | 2021-08-06 | 1 | -1/+3 |
| | |||||
* | Allow uploading additional stickers | Nicolas Werner | 2021-08-06 | 1 | -1/+68 |
| | |||||
* | Basic sticker pack editor | Nicolas Werner | 2021-08-06 | 1 | -0/+181 |
| | |||||
* | Remove unused this capture | Nicolas Werner | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 1 | -0/+100 |