Romain Bignon
b8d05430ec
add a 'type' field on Transaction object
2012-02-26 15:05:04 +01:00
Romain Bignon
fbe9ccec04
fix crash when trying to add twice a same module
2012-02-25 13:43:58 +01:00
Romain Bignon
cf58a18f00
fix crash when a bookmarked housing has been removed from website
2012-02-22 12:59:57 +01:00
Florent
b30b6398fa
Don't get articles if already seen.
2012-02-22 12:57:00 +01:00
Romain Bignon
f5ca33f80e
can looking for a rent or a sale
2012-02-19 18:35:33 +01:00
Romain Bignon
3eddf8e6dd
fix unicode issue
2012-02-19 18:34:33 +01:00
Romain Bignon
95ad372afc
fix: create an 'id' attribute even if missing in the entry
2012-02-19 13:33:09 +01:00
Romain Bignon
d24ea00611
display enhancements
2012-02-19 12:48:11 +01:00
Romain Bignon
1a09a5d43d
get(): do not store default value in tree if key is not found
2012-02-19 12:45:57 +01:00
Romain Bignon
d8d9eaef60
new housings on top
2012-02-19 10:57:27 +01:00
Romain Bignon
f0a41716f7
sort housings by cost/area
2012-02-19 10:36:12 +01:00
Romain Bignon
a0e4171af3
fix Newsfeed and GenericBackend
2012-02-18 17:40:22 +01:00
Romain Bignon
09d113b1be
can write notes on housings, display them in list
2012-02-18 17:01:38 +01:00
Romain Bignon
1b76994e79
add button to remove a query
2012-02-18 13:15:00 +01:00
Romain Bignon
c8b6c7087b
ability to edit queries
2012-02-18 12:56:11 +01:00
Romain Bignon
f340ac485e
support bookmarks
2012-02-18 12:27:44 +01:00
Romain Bignon
f6c2edc64f
add a 'fullid' property to get 'ID@backend'
2012-02-18 12:27:18 +01:00
Romain Bignon
379083d2d7
save read housings, and display new ones with a blue background
2012-02-18 11:58:28 +01:00
Florent
a195a5e9c8
Small fixe of the "rssid" method usage (updated)
...
Sorry, I did a little mistake.
Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-17 16:08:53 +01:00
Romain Bignon
9162f1c09e
convert arguments to unicode even if no locales are set
2012-02-17 14:43:09 +01:00
Romain Bignon
b7c23956b6
fix refresh of results when the selected query is missing
2012-02-17 13:55:02 +01:00
Romain Bignon
b6379f7f37
add parameter 'nb_rooms' in queries
2012-02-17 13:25:06 +01:00
Olivier Schwander
825dc0b5b1
Fix path building for config dir and data dir
...
The paths are now correctly built in the case where $XDG_DATA_HOME and
$XDG_CONFIG_HOME are not empty: the "weboob/" suffix was in the fallback
argument of the os.get.environ.
Signed-off-by: Olivier Schwander <olivier.schwander@ens-lyon.org>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-17 13:21:19 +01:00
Romain Bignon
dee6edef01
display thumnails in the housings list
2012-02-16 17:06:28 +01:00
Romain Bignon
07f105910e
add new application qflatboob
2012-02-16 16:29:40 +01:00
Romain Bignon
a93daefb4a
improve messages
2012-02-16 00:01:19 +01:00
Romain Bignon
5b9b1bfa16
better browser exceptions handling
...
Are considered to BrowserHTTPNotFound 403 errors and BrowserStateError.
Also, during StandardBrowser.openurl(), do not retry if error is
BrowserStateError.
2012-02-15 23:56:14 +01:00
Romain Bignon
64c0698266
do not store 'None' in repository's config
2012-02-15 23:43:08 +01:00
Romain Bignon
cbefbe81d2
fix bad behaviors
2012-02-14 20:27:17 +01:00
Romain Bignon
0b8747264e
wetboobs supports ICapWaterLevel
2012-02-14 18:23:20 +01:00
Romain Bignon
8c7232f737
enhance ICapWaterLevel capability
2012-02-14 18:23:19 +01:00
Romain Bignon
4dad51ddd7
add a beautiful formater for the 'info' command
2012-02-14 18:23:19 +01:00
Romain Bignon
20682b3e94
changes in the CapHounsing API
2012-02-14 18:21:11 +01:00
Florent
932e2cd416
Add a new capabilitie to display information about a gauge
...
Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-13 22:01:51 +01:00
Laurent Bachelier
9c5326c0e4
Make CapCollection a bit more useable
...
Collections are not stored in replapplication.objects anymore, but in
replapplication.collections. This fixes the IDs issue. There was no gain
from storing them in objects.
Completion right after cd should be faster (and should always have been
like that, it was pretty much a bug).
The display of do_ls() should be much clearer. Collections are always at
the end, have ids/title/backend like objects (but using a formatter
would be better than my current hack).
There are still many issues with the current implementation.
refs #774
closes #785
2012-02-12 15:49:08 +01:00
Romain Bignon
0c522d948a
add housing photos
2012-02-11 19:06:39 +01:00
Romain Bignon
d6534ae845
fix: retrieve third icons even if module is local
2012-02-11 16:19:22 +01:00
Romain Bignon
85918b5d71
add application flatboob
2012-02-11 12:47:54 +01:00
Romain Bignon
42d38f42f1
add capability CapHousing
2012-02-11 12:47:16 +01:00
Laurent Bachelier
cbfd59ed77
Remove useless shebang
...
In celebration of my second commit on weboob
2012-02-11 01:31:22 +01:00
Laurent Bachelier
346704bae5
Move videoob-webserver to contrib
...
Since no one seems to use it.
I fixed the biggest issues so it is now usable again!
2012-02-10 14:26:22 +01:00
Romain Bignon
58b825c463
remove useless chatoob application
2012-02-10 14:07:13 +01:00
Laurent Bachelier
c805f4c866
Information is an uncountable noun
2012-02-10 01:28:40 +01:00
Laurent Bachelier
936fe46bf6
Don't use the plural
2012-02-10 01:28:40 +01:00
Laurent Bachelier
5ea30516ac
Fix incorrect translation
...
While this changes constants names, I think it is important as "accused" is
complely wrong. E-mails use the term "Read-receipts" so I chose
to go with RECEIVED.
2012-02-10 01:28:40 +01:00
Romain Bignon
5744a5b7a1
fix 'weboob-config list' filtered by capabilities ( closes #786 )
2012-02-07 19:11:51 +01:00
Romain Bignon
05026b2f18
check that url isn't an unicode string ( closes #784 )
2012-02-07 14:49:25 +01:00
Romain Bignon
822bd8c59d
use "weboob/VERSION" as user-agent to download files on repositories
2012-02-06 18:20:49 +01:00
Romain Bignon
4be4b40509
bump to 0.b
2012-02-05 19:35:30 +01:00
Romain Bignon
dfb52a2624
verbose error messages in Qt applications ( closes #775 )
2012-02-05 17:19:36 +01:00