aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Move notifications to own header fileMiquel Lionel2022-02-061-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" menuMiquel Lionel2021-12-291-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 IOlink2xt2021-08-291-1/+1
| | | | It was replaced with a "work offline" option which is off by default.
* Update README to de-emphasize kdesrc-buildlink2xt2021-08-291-39/+42
|
* README: add kirigami2 package for Arch Linuxlink2xt2021-08-011-2/+5
|
* README: mention qt5ct to use KDE icon theme without KDElink2xt2021-08-011-2/+7
|
* README: add XDG_CURRENT_DESKTOP=GNOME advice to troubleshootinglink2xt2021-07-181-1/+6
|
* README: add note about qt5-multimedia requirement on Arch Linuxlink2xt2021-07-181-0/+3
|
* README: list Arch Linux dependency on qt5-webenginelink2xt2021-05-221-0/+3
|
* Add HTML view for messageslink2xt2021-05-221-0/+2
|
* README: document more Debian dependencieslink2xt2021-05-161-0/+3
|
* List Arch Linux dependency for WebP supportlink2xt2021-05-101-0/+3
|
* Add missing Debian dependencies to READMElink2xt2021-03-271-0/+3
|
* README.md: note that WebP support requires a pluginlink2xt2021-03-131-0/+1
|
* README: better cmake commandslink2xt2021-03-041-10/+6
|
* README.md: add Troubleshooting sectionlink2xt2021-03-031-0/+9
|
* CMakeLists.txt: install the binarylink2xt2021-02-241-0/+3
|
* Do not build libdeltachat as ExternalProjectlink2xt2021-02-241-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-rustlink2xt2021-02-221-15/+38
|
* README.md: document how to run with upstream Kirigamilink2xt2021-02-191-0/+25
|
* README.md: add libqt5-quickcontrols openSUSE dependencylink2xt2020-10-061-1/+1
| | | | It is needed for QtQuick.Dialogs
* README.md: add OpenSUSE dependencieslink2xt2020-10-031-0/+14
|
* Initial commitlink2xt2020-10-031-0/+62