Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move notifications to own header file | Miquel Lionel | 2022-02-06 | 1 | -0/+1 |
| | | | | | | | | - also make a skel for files in /usr/, useful for sounds and notifyrc - build.sh use plain simple cp -r to copy the skel. also copies the knotifications5 in the current directory for qml.qrc embedding in case the app is used on android. | ||||
* | Implement notifications + "mute/unmute chat" menu | Miquel Lionel | 2021-12-29 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | - Added icons: Pinned and muted chats have icons. It's from Twemoji font, I've added credits in the README.md and source code of ChatlistItem.qml. I prefer to rely on .PNG for this one because icon might not be installed or exist on the system, and we avoid the black box problem. - Modified CMakeLists: added KNotifications as a required library - Modified build.sh: I cannot comprehend how the install(FILES) function from cmake works, so I used good old install from GNU coreutils. It copies usr/ structure and needed files (.desktop and .notifyrc) for KNotifications to work. - Aesthetic changes: context menu is shorter now due to the text being state-aware. You can now also mute a chat so you won't be notified on incoming messages. | ||||
* | Move chatlist item to a separate QML file | link2xt | 2021-08-22 | 1 | -0/+1 |
| | |||||
* | Add New Chat page | link2xt | 2021-08-01 | 1 | -0/+1 |
| | |||||
* | Add HTML view for messages | link2xt | 2021-05-22 | 1 | -0/+1 |
| | |||||
* | Move ComposePane to separate QML file | link2xt | 2021-03-20 | 1 | -0/+1 |
| | |||||
* | Remove SplashPage.qml | link2xt | 2021-03-06 | 1 | -1/+0 |
| | |||||
* | Add Settings page | link2xt | 2021-02-28 | 1 | -0/+1 |
| | |||||
* | Switch to 2-page layout | link2xt | 2021-02-27 | 1 | -0/+1 |
| | | | | Account switching is an overlay now. | ||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+11 |