Commit graph

54 commits

Author SHA1 Message Date
Romain Bignon
3cb6ca033f bump to 0.7 2011-03-01 13:57:23 +01:00
Romain Bignon
81f9980623 update copyrights 2011-01-14 23:03:52 +01:00
Romain Bignon
2ebb9a844d bump to 0.6 2011-01-08 12:30:28 +01:00
Romain Bignon
78bfa70f23 set a description for every application 2010-12-09 12:03:38 +01:00
Christophe Benz
3dd50f363d remove unnecessary brackets 2010-12-08 18:10:42 +01:00
Romain Bignon
a83a81dde8 bump to 0.5 2010-12-01 19:55:59 +01:00
Romain Bignon
7be8efbab4 fix unicode issues 2010-12-01 19:29:29 +01:00
Christophe Benz
18e02f2fea handle multiple receivers in messages 2010-11-22 15:28:27 +01:00
Romain Bignon
0f941a7fa3 fixes 2010-11-21 10:54:23 +01:00
Romain Bignon
c83c923e3d moved ICapDating.get_status() and ICapMessagesPost.get_status() into ICapAccount.get_account_status() 2010-11-20 20:52:53 +01:00
Romain Bignon
0c10fe5e17 fixes 2010-11-20 19:53:13 +01:00
Romain Bignon
8ddb94de91 load photos when needed 2010-11-20 15:32:29 +01:00
Romain Bignon
8a5a04a214 improvement of photos display 2010-11-20 13:24:38 +01:00
Christophe Benz
2921a17a3e implement photo caroussel 2010-11-19 11:22:05 +01:00
Christophe Benz
237dd47f28 enable sorting in contacts list 2010-11-18 15:30:25 +01:00
Christophe Benz
cb5502f1d9 display contacts URL in qhavesex 2010-11-17 18:42:50 +01:00
Romain Bignon
bea732d534 bump to version 0.4 2010-11-01 23:21:37 +01:00
Christophe Benz
b69a31e1b9 python2.5 compatibility (for maemo) 2010-11-01 16:48:17 +01:00
Romain Bignon
4670081040 minor changes 2010-11-01 10:08:18 +01:00
Romain Bignon
8be6162521 ability to display a profile from an URL, several minor fixes 2010-10-30 12:33:43 +02:00
Romain Bignon
28e57001bc add a messages refresh button, and better handler of contacts selection 2010-10-30 09:58:52 +02:00
Romain Bignon
916400467e use "basestring" instead of "(str,unicode)" 2010-10-16 17:44:09 +02:00
Romain Bignon
c959feacac bump version of backends and applications to 0.3 2010-10-11 10:31:44 +02:00
Romain Bignon
ed7472a4fb if root message is NotLoaded, display the 'More messages...' button 2010-10-05 17:41:29 +02:00
Romain Bignon
742ff2af58 do not double reload messages 2010-10-04 22:52:16 +02:00
Romain Bignon
b9f759849b fix inserting 'more' button 2010-10-01 09:30:04 +02:00
Romain Bignon
2378c6ffc0 port qhavesex to new ICapMessages API 2010-09-30 20:13:06 +02:00
Romain Bignon
71f18ce7f6 bump version of every applications to 0.2 2010-09-25 07:39:40 +02:00
Romain Bignon
f0ea8829a2 display weboob-config-qt at launch on Qt applications when there are no configured backends 2010-08-20 12:22:04 +02:00
Romain Bignon
9581fa0b19 all loaded backends are now configured (refs #368) 2010-08-19 22:15:38 +02:00
Romain Bignon
404d7290ba a lot of pyflakes and pylint fixes 2010-08-13 22:23:10 +02:00
Romain Bignon
2c36d64155 display if a message is read or no (leto will be happy) 2010-08-13 20:55:00 +02:00
Romain Bignon
843db82d8a port QHaveSex and QBoobMsg to new ICapMessage.Message API 2010-08-13 16:24:59 +02:00
Romain Bignon
bf0f1d94b1 correctly handle reload after backends configuration 2010-08-03 20:18:34 +02:00
Romain Bignon
ca39a32318 better presentation 2010-07-30 18:06:28 +02:00
Romain Bignon
f95aab9096 display all of the profile 2010-07-29 13:08:16 +02:00
Romain Bignon
d3feefbe1f display the error message in status when the login/password is wrong 2010-07-27 13:28:04 +02:00
Romain Bignon
b56616f7dd asynchroneous fetches of photos and profile 2010-07-24 12:10:01 +02:00
Romain Bignon
fc4badf88e merge do_caps() and do_backends() into do() (optional keyword params 'backends' and 'caps') 2010-07-17 13:48:32 +02:00
Romain Bignon
41317e5029 fix QtScheduler and use it instead of QTimer 2010-07-13 23:44:22 +02:00
Romain Bignon
9d4f02840b order contacts list by status 2010-07-13 19:52:47 +02:00
Romain Bignon
d319625288 display a notice in the status when the account is waiting 2010-07-13 18:41:22 +02:00
Romain Bignon
b11f22e71a correctly use 'dating.storage' as storage file 2010-07-13 00:43:33 +02:00
Romain Bignon
6ccc3c0dff last message on top (and send box on top too) 2010-07-12 23:55:22 +02:00
Romain Bignon
69a342b5c2 soft dependencie to qboobmsg 2010-07-12 23:53:37 +02:00
Romain Bignon
358a06367d use QtDo to fetch the accounts status 2010-07-12 23:53:36 +02:00
Romain Bignon
6edfcfd574 correctly delete the QtDo process when finished 2010-07-12 23:46:43 +02:00
Christophe Benz
5c2ab81e16 change vocabulary
s/module/backend
s/backend/configured_backend
s/frontend/application
2010-07-12 03:07:10 +02:00
Romain Bignon
3936b2b391 new profile tab 2010-07-09 17:12:42 +02:00
Romain Bignon
47a5c8028e improvement of profiles in contacts 2010-07-09 15:05:17 +02:00