summaryrefslogtreecommitdiff
path: root/docs/source/installation.rst
Commit message (Collapse)AuthorAge
* thread: drop the use of urwidtreesAnton Khirnov2020-02-19
| | | | | | | | | | Their API is misdesigned - forces the use of trees for nontree objects and mixes data relationships with display properties. The result is a mess that is hard to understand/maintain/extend. Replace the use of urwidtrees with urwid Pile and ListBox. This temporarily removes tree-style indentation and decorations for thread buffers. That will be reimplemented in following commits.
* Bump twisted to >= 18.4.0 fix #1420Guillaume Seren2019-11-02
|
* docs: update dependenciesPatrick Totzke2019-05-25
|
* docs: add note regarding docs generationPatrick Totzke2019-05-12
|
* docs: update installationPatrick Totzke2018-11-11
|
* docs: Remove references to twistedDylan Baker2018-07-26
| | | | Except for an FAQ entry about it.
* docs: fix installation docs for py3kDylan Baker2018-03-01
|
* Upgrade doc dependencies to GPGME >= 1.9.0Guillaume Seren2017-12-01
| | | | | | | This version of GPGME is needed to support the ':sign' and ':encrypt' commands, due to the migration of gpgme instead of pygpgme (#1086). https://github.com/pazz/alot/issues/1175
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
| | | | | | | | | | | | | | | This converts from the now abandoned pygpgme project for wrapping gpgme, to the upstream gpgme python bindings (which are descended from the pyme project, before they became official). Largely this change should not be user visible, but there are a couple cases where the new bindings provide slightly more detailed error messages, and alot directly presents those messages to users. This patch has been significantly revised and updated by Dylan Baker, but was originally authored by Daniel Kahn Gillmor. Fixes #1069
* Remove :option: marker from pip option in docsLucas Hoffmann2016-12-11
| | | | | `sphinx-build -W` was complaining as this is not a option of alot and can not be found in our documentation.
* clean up installation docsPatrick Totzke2015-04-07
|
* altered installation documentation, that urwidtrees is a dependencybjoernb2015-04-07
|
* themes require configobj 4.7.0 (or higher)Martin Zimmermann2015-02-23
|
* bump version string in pip install docsPatrick Totzke2015-02-23
|
* use pip to directly install from GitHubMartin Zimmermann2015-02-23
|
* add python-setuptoolsMartin Zimmermann2015-02-23
|
* fix small stuff in the docsPatrick Totzke2014-08-02
|
* update urwid dependencyPatrick Totzke2013-03-05
| | | | cf issue #576
* update faq and install notes (reg py3k)Patrick Totzke2013-03-04
|
* doco - package names for fedora-based distrosLukas Zapletal2013-02-25
|
* switch from pyme to gpgmeMichael Stapelberg2012-05-21
|
* Add pyme as a dependency in setup.py and the docsMichael Stapelberg2012-04-23
|
* db: count_threadsPatrick Totzke2012-03-18
| | | | | | | | this introduces a new method `count_threads` for DBManager that uses a recently introduced getter of the same name in the bindings. We also adjust the dependencies for the bindings accordingly issue #178
* docs: updated installation notesPatrick Totzke2012-03-18
|
* docs: installation, mailcapPatrick Totzke2012-03-17
|
* docs: rewrote the install sectionPatrick Totzke2012-03-07
|
* make dependency versions explicitPatrick Totzke2012-03-06
| | | | issue #396
* doc: info on type/default config valuesPatrick Totzke2012-03-04