Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move notifications to own header file | Miquel Lionel | 2022-02-06 | 1 | -0/+4 |
| | | | | | | | | - 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 | -0/+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. | ||||
* | README: remove outdated hint about starting IO | link2xt | 2021-08-29 | 1 | -1/+1 |
| | | | | It was replaced with a "work offline" option which is off by default. | ||||
* | Update README to de-emphasize kdesrc-build | link2xt | 2021-08-29 | 1 | -39/+42 |
| | |||||
* | README: add kirigami2 package for Arch Linux | link2xt | 2021-08-01 | 1 | -2/+5 |
| | |||||
* | README: mention qt5ct to use KDE icon theme without KDE | link2xt | 2021-08-01 | 1 | -2/+7 |
| | |||||
* | README: add XDG_CURRENT_DESKTOP=GNOME advice to troubleshooting | link2xt | 2021-07-18 | 1 | -1/+6 |
| | |||||
* | README: add note about qt5-multimedia requirement on Arch Linux | link2xt | 2021-07-18 | 1 | -0/+3 |
| | |||||
* | README: list Arch Linux dependency on qt5-webengine | link2xt | 2021-05-22 | 1 | -0/+3 |
| | |||||
* | Add HTML view for messages | link2xt | 2021-05-22 | 1 | -0/+2 |
| | |||||
* | README: document more Debian dependencies | link2xt | 2021-05-16 | 1 | -0/+3 |
| | |||||
* | List Arch Linux dependency for WebP support | link2xt | 2021-05-10 | 1 | -0/+3 |
| | |||||
* | Add missing Debian dependencies to README | link2xt | 2021-03-27 | 1 | -0/+3 |
| | |||||
* | README.md: note that WebP support requires a plugin | link2xt | 2021-03-13 | 1 | -0/+1 |
| | |||||
* | README: better cmake commands | link2xt | 2021-03-04 | 1 | -10/+6 |
| | |||||
* | README.md: add Troubleshooting section | link2xt | 2021-03-03 | 1 | -0/+9 |
| | |||||
* | CMakeLists.txt: install the binary | link2xt | 2021-02-24 | 1 | -0/+3 |
| | |||||
* | Do not build libdeltachat as ExternalProject | link2xt | 2021-02-24 | 1 | -38/+54 |
| | | | | | deltachat-core-rust has CMakeLists.txt now and can be used as a module within `kdesrc-build`. The recommended way for building KDeltaChat is using `kdesrc-build` now, README is updated accordingly. | ||||
* | README: add link to deltachat-core-rust | link2xt | 2021-02-22 | 1 | -15/+38 |
| | |||||
* | README.md: document how to run with upstream Kirigami | link2xt | 2021-02-19 | 1 | -0/+25 |
| | |||||
* | README.md: add libqt5-quickcontrols openSUSE dependency | link2xt | 2020-10-06 | 1 | -1/+1 |
| | | | | It is needed for QtQuick.Dialogs | ||||
* | README.md: add OpenSUSE dependencies | link2xt | 2020-10-03 | 1 | -0/+14 |
| | |||||
* | Initial commit | link2xt | 2020-10-03 | 1 | -0/+62 |