[Zeitgeist] [Bug 709103] Re: Firefox extension doesn't work with FF4

2011-04-30 Thread Teester
There seems to be another change in the way extensions work in Firefox 4. Before version 4, extensions used to be automatically unpacked to a directory on restart if you put the .xpi in the extensions folder. Now they don't have to be - the .xpi on its own is sufficient. Unless the extension cont

[Zeitgeist] [Bug 800169] Re: Firefox extension doesn't work with FF5

2011-08-20 Thread Teester
I've been looking at js-ctypes (https://developer.mozilla.org/en/js- ctypes, https://developer.mozilla.org/en/js-ctypes/Using_js-ctypes) as a solution to the problem of the changing XPCOM API, and have managed to create a version of the dataprovider which uses them. Js-ctypes have a number of adv

[Zeitgeist] [Bug 800169] Re: Firefox extension doesn't work with FF5

2011-08-24 Thread Teester
** Branch linked: lp:~markjtully/zeitgeist-datasources/firefox ** Changed in: zeitgeist-datasources Status: New => In Progress ** Changed in: zeitgeist-datasources Assignee: (unassigned) => Teester (markjtully) -- You received this bug notification because you are a mem

[Zeitgeist] [Bug 594215] Re: Add thunderbird support

2011-08-24 Thread Teester
Attached is a first attempt at a Thunderbird add-on for Zeitgeist. It adds entries for new messages to Zeitgeist as follows: Event interpretation: EVENT_INTERPRETATION.RECEIVE_EVENT Event manifestation: EVENT_MANIFESTATION.SYSTEM_NOTIFICATION Actor:

[Zeitgeist] [Bug 594215] Re: Add thunderbird support

2011-10-16 Thread Teester
** Branch linked: lp:~markjtully/zeitgeist-datasources/thunderbird -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Data-Sources. https://bugs.launchpad.net/bugs/594215 Title: Add thunderbird support Status in Zeitgei

[Zeitgeist] [Bug 594215] Re: Add thunderbird support

2011-10-16 Thread Teester
I've linked a branch with the Thunderbird plugin in it to the bug. It resolves many of the issues that the initial version of the extension had. Events are now only added to Zeitgeist for email inboxes (so you don't get multiple instances of the same event being added to Zeitgeist anymore). The

[Zeitgeist] [Bug 594215] Re: Add thunderbird support

2011-10-16 Thread Teester
Ok. I got that email (it's at http://lists.zeitgeist- project.com/pipermail/dev/2011-October/000298.html by the way), and I've proposed the branch for merging. It could do with reviewing before merging. The extension part should be fine, but it probably needs more testing than on just my own mach