annotate .hgignore @ 425:13884aac1220

chat: show images in attachments: - if an image is received from somebody in roster, it is automatically displayed (we display only for people in roster to avoid IP address leak) - encrypted files are decrypted and stored in cache before being displayed - GIFs image are shown as attachment because they are badly handle in Kivy (images frequencies is not handled correctly, and memory consumption explode). Instead, a click on it will open the GIF in the appropriate software of the platform. - a click on an attachment image will open it in the gallery
author Goffi <goffi@goffi.org>
date Wed, 26 Feb 2020 16:47:39 +0100
parents 61ba5d193cfe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
1
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
2 syntax: glob
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
3 *.pyc
234
61ba5d193cfe misc: added .pyo to .hgignore
Goffi <goffi@goffi.org>
parents: 3
diff changeset
4 *.pyo
3
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
5 *.pyv
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
6 *.swp
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
7 *.swo
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
8 tags
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
9 *.un~
accbc3c18762 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
10 Session.vim