Commit graph

13 commits

Author SHA1 Message Date
Laurent Bachelier
3da02fde24 Remove useless __all__ in modules
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.

The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Romain Bignon
a2e3f9f2ad do not crash on months with no transactions 2014-09-09 10:09:02 +02:00
Romain Bignon
e7b6db5434 add missing symbols 2014-09-04 19:14:25 +02:00
Romain Bignon
c4ee32deba add icons 2014-09-04 12:36:15 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Florent
a434f33a61 Set replace_dots everywhere
The goal is to change the default value in CleanDecimal
2014-08-21 10:21:53 +02:00
Romain Bignon
17d54605fa add type patterns 2014-08-18 18:35:25 +02:00
Romain Bignon
96a0961905 include current operations in history 2014-08-18 18:30:48 +02:00
Romain Bignon
c90b5844e4 split filters into several files 2014-07-11 15:24:19 +02:00
Florent
76cb004eb4 Move ItemListTable-Element outside of page.py
One of the goal is to not import all modules needed by filters by
loading the page file.

In the same goal, move the import of parsers in the class definition.
2014-07-09 10:23:20 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Romain Bignon
d1a1938780 fix sort of transactions
It now sorts transactions on each page instead of doing it globally
2014-07-01 20:38:09 +02:00
Vincent Paredes
7f03596605 adding support for oney 2014-07-01 19:19:11 +02:00