Romain Bignon
4ea7872ba4
fix setting None, NotLoaded and NotAvailable values on fields
2012-03-26 22:56:10 +02:00
Romain Bignon
3a44948b7c
update AUTHORS
2012-03-26 16:24:58 +02:00
Romain Bignon
970ae05980
add an icon for okc module
2012-03-26 16:22:42 +02:00
Romain Bignon
8d182f8e4e
havedate inherits boobmsg
2012-03-26 16:13:12 +02:00
Romain Bignon
9f86437ea1
do not check anymore if all CapBaseObject have docstrings
2012-03-26 14:41:24 +02:00
Romain Bignon
c6a141595c
change way to describe fields of CapBaseObject, and lot of documentation
2012-03-26 14:35:54 +02:00
Romain Bignon
99391a95ef
remove unused imports
2012-03-26 14:25:17 +02:00
Roger Philibert
36b66e9238
[boobmsg] Photos command
2012-03-26 14:20:37 +02:00
Roger Philibert
5b508ca340
[okc] Initial message posting
2012-03-26 14:20:37 +02:00
Roger Philibert
cba809a8d0
[okc] Photos handling in profile
2012-03-26 14:20:37 +02:00
Roger Philibert
72fd993b3c
[okc] Contact support
2012-03-26 14:20:37 +02:00
Roger Philibert
bf17245f90
[boobmsg] Profile support
2012-03-26 14:20:37 +02:00
Roger Philibert
c44a4cdebc
[okc] Message reading
2012-03-26 14:20:37 +02:00
Clément Schreiner
0ccae70238
Remove useless Revision's attribute: 'revision'.
2012-03-26 11:47:31 +02:00
Clément Schreiner
e790778f6a
Fix typo. Makes loadButton enabled again after loading has failed.
2012-03-25 12:56:00 +02:00
Clément Schreiner
76795b27a2
Ask for correct login information (for example "Account ID" in boobank) instead of always asking for "Password".
2012-03-25 12:51:38 +02:00
Clément Schreiner
9851a675d5
Set a placeholder text for cityEdit only if the user's version of Qt supports it. fixes #832
2012-03-25 10:33:49 +02:00
Clément Schreiner
5daf71effe
Small UI fixes. Compatibility with Qt version < 4.7.
...
- error callback for loadHistory, to make the reload button enabled again after an error
- remove descriptionEdit's placeholder (for compatibilty with earlier versions of Qt)
- add placeholder text to descriptionEdit if supported by the user's version of Qt
- set contentEdit read-only while loading a new page
- saveButton was still showing "Saving" after saving had failed
2012-03-25 10:22:55 +02:00
Clément Schreiner
07c7b7b1be
Code cleaning. Comments, methods renaming and other cosmetic changes.
...
- added doc strings to every method
- showPreview -> loadPreview (for consistency) - _loadPage_cb -> _loadedPage (same for savePage) - _loadPage_eb -> _errorLoadPage (same for savePage)
- try to limit lines to 79 columns
2012-03-25 10:22:55 +02:00
Clément Schreiner
4b8e2937be
Make the 'load' button usable again after loading has failed.
2012-03-25 10:22:55 +02:00
Romain Bignon
1833952af1
fix completion of 'cd' after using 'ls' with a parameter
2012-03-25 09:45:31 +02:00
Clément Schreiner
44ca257bae
Add revisions at the end and not the beginning. Revisions are now shown in the correct order.
2012-03-24 20:54:09 +01:00
Clément Schreiner
f14f63daf2
Add 'History' tab, showing the current page's list of previous revisions. fixes #561
2012-03-24 20:14:39 +01:00
Clément Schreiner
e9368bc8ea
fixes #619 'add possibility to edit an url'
2012-03-24 20:14:22 +01:00
Clément Schreiner
5fe9273b2f
More minor changes to the UI.
...
- the contentEdit widget is ReadOnly before a page has been loaded
- the saveButton widget stays disabled after the page has been saved
2012-03-24 20:14:15 +01:00
Romain Bignon
4534457b27
remove unused import
2012-03-24 08:29:51 +01:00
Luc Didry
49ad32163d
Fix an error of "invalid literal for float()" if the balance is negative
...
Signed-off-by: Luc Didry <luc@didry.org>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-03-24 08:04:05 +01:00
Romain Bignon
8f282c9ae8
rename iter_operations to iter_coming
2012-03-23 17:07:34 +01:00
Florent
9bd7346261
Revert "Don't get page with 0 comment"
...
This reverts commit 4a5456b152 .
This commit was here to bypass a bug of dlfp rss Atom.
The bug is fixed and the commit can be reverted.
Reference : http://linuxfr.org/suivi/855
2012-03-23 17:04:16 +01:00
Clément Schreiner
85d46363a6
Placeholder text for edit summary.
2012-03-23 11:44:32 +01:00
Clément Schreiner
a1a68847bb
Minor UI changes.
...
- The 'save' button is disabled and shows 'No changes' at first. Editing contentEdit's text
enables the button and makes it show 'Save'.
- The 'save' button is disabled and shows 'Saving...' when the page is being saved, and stays
disabled until contentEdit's text has been changed again.
- The 'save' button shows 'Saved' once the page has been successfully saved. fixes #560
- contentEdit is readonly when the page is being saved
2012-03-23 09:53:57 +01:00
Laurent Bachelier
ba5949cd22
Remove nb_unread/nb_messages in CapMessages
...
Most backends don't set it nb_messages and no application used it.
No backends set nb_unread and only one application tried to use it.
This should help avoid useless fillobj() calls in some cases.
fixes #827
2012-03-23 07:04:42 +01:00
Laurent Bachelier
79724c90f5
Remove "thread" argument in iter_unread_messages
...
It is unused, and no backend implemented it — so it was wrong to have it
in the function signature.
It also does not seem very helpful, we have get_threads() if we want to
do something advanced with treads.
fixes #825
2012-03-23 07:04:40 +01:00
Xavier G
3279f5dc9c
CrAgr: fixed the way history pages are browsed.
2012-03-23 07:03:30 +01:00
Romain Bignon
ed8551a415
fix parsing of dates
2012-03-22 21:58:24 +01:00
Romain Bignon
9bf7d618d8
don't crash if a message content is None
2012-03-22 21:55:34 +01:00
Romain Bignon
4d3682eb23
adopteunmec seems to have changed its charset (refs #820 )
2012-03-22 21:54:46 +01:00
Romain Bignon
2675510f32
add a class FrenchTransaction to factorize common parsing of french banks
2012-03-22 16:33:05 +01:00
Romain Bignon
e6d5fd019f
add a field 'rdate' to store date of payment
2012-03-22 16:33:05 +01:00
Romain Bignon
7ecdd4e7dc
load_backend: don't catch when there is an error to load a module
2012-03-22 16:33:05 +01:00
Florent Fourcot
c767e72767
Change documentation
2012-03-22 08:59:23 +01:00
Florent
1356e69ffd
All id in storage are string, not int
2012-03-21 08:26:42 +01:00
Laurent Bachelier
64d976d6d9
Add command to run the monboob process only once
2012-03-21 04:16:45 +01:00
Laurent Bachelier
a84fde80e6
bnporc: Add support of some broken messages
2012-03-21 04:16:45 +01:00
Laurent Bachelier
e7f6086916
bnporc: Much faster checking of new messages
...
Especially for the first call on a new backend instance.
We don't need to fill threads that are already in "seen".
2012-03-21 04:15:42 +01:00
Laurent Bachelier
0e113544da
bnporc: Drop javascript tags in messages
...
Does not make much sense in our usage, and it breaks
txt2tags/HTMLParser.
2012-03-21 01:58:39 +01:00
Laurent Bachelier
a978260410
bnporc: Make links absolute before exporting
...
refs #828
2012-03-21 01:58:39 +01:00
Laurent Bachelier
e3bb06398c
bnporc: Force marking messages as read
...
Because threads are in cache, the Message objects are not refreshed
after set_message_read().
Also retrieve the "seen" storage only once per call.
2012-03-21 01:58:11 +01:00
Florent
4a5456b152
Don't get page with 0 comment
2012-03-20 15:00:18 +01:00
theo
67ae0893cd
Add completion to ls in CapCollection
...
The completion is the same code as ls used to call.
2012-03-20 07:52:40 +01:00