CIA.vc
akonadi-facebook
Real-time open source activity stats
Stats » Projects » KDE » akonadi-facebook
informationsyndicateUTC clock
19:13 on May 27, 2012
event counters
The last message was received 8.81 months ago at 12:52 on Sep 06, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
154 messages since the first one, 1.22 years ago, for an average of 2.9 days between messages
recent messages
dateReversed sort columnprojectcontentlink
10:56 on Sep 06, 2011KDE
Commit by Till Adam on master :: r3617da4 akonadi-facebook/libkfacebook/CMakeLists.txt: (link)
Build with non-standard boost locations.
#
15:08 on Aug 22, 2011KDE
Commit by Pankaj Bhambhani on master :: rd0bd0f7 akonadi-facebook/libkfacebook/ (4 files): (link)
Modified files for handling notes and wall feed, added features from Facebook Post Object to postfiles
#
08:00 on Jul 27, 2011KDE
Commit by Montel Laurent on master :: r97894e9 akonadi-facebook/CMakeLists.txt: (link)
Compile fine with QT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
#
14:59 on Jul 14, 2011KDE
Commit by Pankaj Bhambhani on master :: r8c515c6 akonadi-facebook/libkfacebook/ (9 files): (link)
Added Files for Manipulating Facebook Post Object
#
05:24 on Jul 04, 2011KDE
Commit by Pankaj Bhambhani on master :: r4c7f59c akonadi-facebook/libkfacebook/ (8 files): (link)
Added Files for handling Facebook Post Object
#
16:20 on Jun 22, 2011KDE
Commit by Alexander Potashev on master :: r13fff74 akonadi-facebook/libkfacebook/noteinfo.cpp: (link)
Properly encode non-ascii text in notes
#
18:31 on Jun 19, 2011KDE
Commit by Alexander Potashev on master :: rce45e76 akonadi-facebook/libkfacebook/noteinfo.cpp: (link)
Fix HTML doctype header
#
14:59 on Jun 19, 2011KDE
Commit by Pino Toscano on master :: r54608d5 akonadi-facebook/CMakeLists.txt: (link)
bump (set) QJSON required version to 0.7

the code was using headers available in qjson >= 0.7, so this actually changes nothing in the requirements.
introduce a QJSON_VERSION_REQUIRED cmake variable holding the version, and pass it to the find_package() and macro_log_feature() calls.
#
14:51 on Jun 19, 2011KDE
Commit by Pino Toscano on master :: r1c330d0 akonadi-facebook/cmake/modules/FindQJSON.cmake: (link)
cmake: enhance FindQJSON.cmake to start handling versions

this way it is possible to pass a version to the module, which though it is honored only by pkg-config.
set this version for the package, and use the second form of FindPackageHandleStandardArgs to advertize the version found
#
17:15 on Jun 17, 2011KDE
Commit by Alexander Potashev on master :: r4a9b1be akonadi-facebook/libkfacebook/userinfo.h: (link)
Fix typo in doxygen comment
#
15:04 on Apr 06, 2011KDE
Commit by Thomas McGuire on master :: re601506 akonadi-facebook/resource/ (2 files): (link)
Add a user-provided default constructor.

Might help with the compile error in
http://thomasmcguire.wordpress.com/2011/02/27/facebook-support-in-kdepim/#comment-369
#
22:20 on Apr 05, 2011KDE
Commit by Christophe Giboudeaux on master :: r8fd4274 akonadi-facebook/resource/CMakeLists.txt: (link)
Link with Gold.
#
00:43 on Apr 04, 2011KDE
Commit by Thomas McGuire on messages :: r611b1be akonadi-facebook/libkfacebook/messageinfo.cpp: (link)
Make RE: translatable and add context for translators.
#
00:38 on Apr 04, 2011KDE
Commit by Thomas McGuire on messages :: r9ce047b akonadi-facebook/libkfacebook/messageinfo.cpp: (link)
Be more robust against empty bodies.

With an empty body, Akonadi thinks only the header is fetched, and tries
to fetch the body on demand. However, retrieveItem() is not implemented,
and the whole collection gets stuck.
No the issue is solved.
#
00:24 on Apr 04, 2011KDE
Commit by Thomas McGuire on messages :: r6f169bd akonadi-facebook/resource/ (4 files): (link)
Don't fetch messages in parallel, instead artifically rimit the late.

This fixes the bug that I got an error about FQL call rate limit being
exceeded.
The actual value of 2000 msec can probably be experimented with.
#
00:05 on Apr 04, 2011KDE
Commit by Thomas McGuire on messages :: rf89390c akonadi-facebook/resource/facebookresource_messages.cpp: (link)
Add an assert.
#
00:04 on Apr 04, 2011KDE
Commit by Thomas McGuire on messages :: rfc51a79 akonadi-facebook/resource/ (3 files): (link)
More progress reporting + call setItemStreamingEnabled()

The latter should fix the akonadi-internal assert about ItemSyncer being
created multiple times.
#
00:02 on Apr 04, 2011KDE
Commit by Thomas McGuire on messages :: re9fe32a akonadi-facebook/ (2 files in 2 dirs): (link)
Add some debugging helpers.

Need to find out why retrieveItem() is called for messages - looks like
the full body is not stored in the DB, but why?
#
00:01 on Apr 04, 2011KDE
Commit by Thomas McGuire on messages :: r2b78a21 akonadi-facebook/BUGS: (link)
Add bug to list.
#
22:51 on Apr 03, 2011KDE
Commit by Thomas McGuire on messages :: r25e54a1 akonadi-facebook/resource/facebookresource_messages.cpp: (link)
Add some error handling.
#