Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move destroyOnClose into ImagePackSettingsDialog | FallenValkyrie | 2023-12-19 | 1 | -0/+1 |
| | |||||
* | remove unnecessary destryoOnClose | FallenValkyrie | 2023-12-16 | 1 | -1/+0 |
| | |||||
* | Integrate ImagePackDeleteDialog in ImagePackSettingsDialog as delete ↵ | FallenValkyrie | 2023-12-16 | 1 | -9/+27 |
| | | | | confirmation | ||||
* | More qml cleanups | Nicolas Werner | 2023-10-26 | 1 | -4/+4 |
| | |||||
* | Get rid of scrollhelper | Nicolas Werner | 2023-06-08 | 1 | -10/+1 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -11/+8 |
| | |||||
* | make name and attribution in image pack settings plain text | tastytea | 2023-03-24 | 1 | -0/+2 |
| | | | | Otherwise, <foo> would be swallowed. | ||||
* | 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 |
| | |||||
* | Implement space stickers & emoji | Nicolas Werner | 2022-09-01 | 1 | -0/+3 |
| | |||||
* | Fix images being cropped instead of scaled | Nicolas Werner | 2022-03-09 | 1 | -1/+1 |
| | |||||
* | Don't leak dialogs | Nicolas Werner | 2022-02-21 | 1 | -0/+3 |
| | | | | | | It seems that you need to manually destroy created objects... Great... fixes #898 | ||||
* | Fix focus and qml parenting with qml root | Nicolas Werner | 2022-01-26 | 1 | -1/+0 |
| | |||||
* | Port usersettings to qml | Nicolas Werner | 2022-01-09 | 1 | -1/+1 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Only show room pack button, when you can actually create one | Nicolas Werner | 2021-12-13 | 1 | -0/+2 |
| | |||||
* | Misc pack editor improvements | Nicolas Werner | 2021-12-13 | 1 | -2/+2 |
| | |||||
* | Fix a few jdenticon bugs | Joseph Donofry | 2021-09-14 | 1 | -1/+2 |
| | |||||
* | Use better jdenticon codes/id settings | Loren Burkholder | 2021-09-11 | 1 | -2/+3 |
| | |||||
* | Fix jdenticons in various places | Loren Burkholder | 2021-09-11 | 1 | -1/+2 |
| | |||||
* | Finish getting all avatars jdenticonified | Loren Burkholder | 2021-09-11 | 1 | -0/+1 |
| | |||||
* | Add Qt.WindowTitleHint to qml dialogs | Joseph Donofry | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | Allow creating new packs | Nicolas Werner | 2021-08-06 | 1 | -0/+28 |
| | |||||
* | Basic sticker pack editor | Nicolas Werner | 2021-08-06 | 1 | -128/+46 |
| | |||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 1 | -3/+8 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 1 | -0/+309 |