Mercurial > libervia-desktop-kivy
annotate doc/index.rst @ 325:5868a5575e01
chat: cleaning + some improvments:
- code cleaning, removed some dead code
- some improvments on the way size is calculated, removed unnecessary sizing methods which
were linked to properties
- image have now a max size, this avoid gigantic image in the whole screen
- in SimpleXHTMLWidget, Label are now splitted when xhtml is set
- use a DelayedBoxLayout for messages, as they are really slow to be resized
- use of RecycleView has been investigated, but it is not currently usable as dynamic
contents are not propertly handled (see https://github.com/kivy/kivy/issues/6580 and
https://github.com/kivy/kivy/issues/6582). Furthermore, some tests with RecycleView on
Android don't give the expected speed boost, so BoxLayout still seems like the way to go
for the moment. To be re-investigated at a later point if necessary.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Dec 2019 13:25:31 +0100 |
parents | aafd814e34b5 |
children | 383b5f54aba9 |
rev | line source |
---|---|
307 | 1 .. Cagou (Salut à Toi) documentation master file, created by |
2 sphinx-quickstart on Tue Jul 23 20:07:36 2019. | |
3 You can adapt this file completely to your liking, but it should at least | |
4 contain the root `toctree` directive. | |
5 | |
6 Cagou (Salut à Toi) documentation | |
7 ================================= | |
8 | |
9 Welcome to Cagou's documentation. You'll find here both end-user end developer documentations. | |
10 | |
11 Cagou is the desktop/mobile frontend of Salut à Toi (or SàT), a Libre communication ecosystem based on XMPP standard. | |
12 | |
13 You can follow this documentation to learn more on it, or join our official XMPP room at `sat@chat.jabberfr.org <xmpp:sat@chat.jabberfr.org?join>`_ (also available via a `web link <https://chat.jabberfr.org/converse.js/sat@chat.jabberfr.org>`_) | |
14 | |
15 | |
16 .. toctree:: | |
17 :maxdepth: 3 | |
18 :caption: Contents: | |
19 | |
20 installation.rst | |
21 | |
22 | |
23 | |
24 Indices and tables | |
25 ================== | |
26 | |
27 * :ref:`genindex` | |
28 | |
29 .. | |
30 * :ref:`modindex` | |
31 | |
32 * :ref:`search` |