[Zeitgeist] [Bug 401198] Re: zeitgeist-0.2.0: Error during startup

2009-07-20 Thread Siegfried Gevatter
Right, Zeitgeist requires Python 2.6 or later. -- zeitgeist-0.2.0: Error during startup https://bugs.launchpad.net/bugs/401198 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Engine. Status in Zeitgeist Engine: New Bug

[Zeitgeist] [Bug 401198] Re: Zeitgeist is not compatible with Python 2.5

2009-07-20 Thread Siegfried Gevatter
** Summary changed: - zeitgeist-0.2.0: Error during startup + Zeitgeist is not compatible with Python 2.5 ** Changed in: zeitgeist Milestone: None = 0.3 -- Zeitgeist is not compatible with Python 2.5 https://bugs.launchpad.net/bugs/401198 You received this bug notification because you are

Re: [Zeitgeist] Structure and items of an event object

2009-07-20 Thread Siegfried Gevatter
I tend to agree with your comment but I'm unsure about one thing: With this mindset it also makes sense to differentiate the lookup functions, so we have something like:  FindEvents(...filters...)  FindItems(...filters...) Maybe I'm just misunderstanding that, but if you imply that

[Zeitgeist] [Bug 404914] Re: Inconsistency in FindEvents/CountEvents filter

2009-07-26 Thread Siegfried Gevatter
To clarify that last sentence, I mean that both options would be supported (differentiating between them with a hasattr(..., __iter__) or the like). ** Changed in: zeitgeist Importance: Undecided = Low ** Changed in: zeitgeist Milestone: None = 0.3 -- Inconsistency in

[Zeitgeist] [Bug 400091] Re: import name error

2009-07-27 Thread Siegfried Gevatter
Yes, the gnome-zeitgeist package is obsolete. We may release a working version this week. -- import name error https://bugs.launchpad.net/bugs/400091 You received this bug notification because you are a member of Zeitgeist-Engine, which is subscribed to Zeitgeist GUI. Status in GNOME Activity

Re: [Zeitgeist] Zeitgeist API Ramblings

2009-08-02 Thread Siegfried Gevatter
2009/8/2 Seif Lotfy s...@lotfy.com: FindEventsOnly will return 1 dict with the eventinfo What's the use case for that? -- Siegfried-Angel Gevatter Pujals (RainCT) Ubuntu Developer. Debian Contributor. ___ Mailing list:

[Zeitgeist] [Bug 407372] Re: dataprovider use content type which are not valid URIs

2009-08-10 Thread Siegfried Gevatter
This is an API break, changing to 0.3. ** Changed in: zeitgeist Milestone: 0.2.1 = 0.3 -- dataprovider use content type which are not valid URIs https://bugs.launchpad.net/bugs/407372 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant

Re: [Zeitgeist] Zeigeist vs launchpad teams

2009-08-12 Thread Siegfried Gevatter
We created http://launchpad.net/~gnome-zeitgeist-users for that. -- Siegfried-Angel Gevatter Pujals (RainCT) Ubuntu Developer. Debian Contributor. ___ Mailing list: https://launchpad.net/~zeitgeist Post to : zeitgeist@lists.launchpad.net

[Zeitgeist] [Bug 389831] Re: engine-base test fails

2009-08-12 Thread Siegfried Gevatter
Doesn't seem like anyone is going to fix this, and the Storm engine should be pretty much dead-end now (unless you disagree, I'd like to keep it in the tarball for now but delete it in 0.3). ** Changed in: zeitgeist Status: Triaged = Won't Fix -- engine-base test fails

[Zeitgeist] [Bug 404914] Re: Inconsistency in FindEvents/CountEvents filter

2009-08-12 Thread Siegfried Gevatter
Opinions? -- Inconsistency in FindEvents/CountEvents filter https://bugs.launchpad.net/bugs/404914 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Engine. Status in Zeitgeist Engine: New Bug description: Some of our filters

[Zeitgeist] [Bug 404914] Re: Inconsistency in FindEvents/CountEvents filter

2009-08-13 Thread Siegfried Gevatter
But wont that info be passed in the annotations in the new API? No, the idea is that bookmarked: True/False would still be in the result of FindEvents because it's very basic information. I started describing the idea at http://live.gnome.org/GnomeZeitgeist/EngineAPIRevamp . WDYT? --

[Zeitgeist] [Bug 423139] Re: Data sources should use EventDict

2009-09-02 Thread Siegfried Gevatter
** Description changed: If we have EventDict in the public module (as part of zeitgeist.dbusutils) then we should make use of it wherever applicable. + + + Otherwise EventDict should be moved out of zeitgeist/. -- Data sources should use EventDict https://bugs.launchpad.net/bugs/423139

[Zeitgeist] [Bug 425258] [NEW] origin should be a property of events, not items

2009-09-06 Thread Siegfried Gevatter
Public bug reported: Both http://live.gnome.org/GnomeZeitgeist/DatabaseDesign and our current implementation have origin as a property of items, but this makes no sense, as the origin can be different for every event and should as such be a property of it. (Further, to improve disk space usage we

[Zeitgeist] [Bug 481586] Re: autostart at login

2009-11-13 Thread Siegfried Gevatter
Zeitgeist isn't supposed to automatically start at login. It starts as soon as some other application wants to use it (ie. using D-Bus activation). ** Changed in: zeitgeist Status: New = Invalid -- autostart at login https://bugs.launchpad.net/bugs/481586 You received this bug

[Zeitgeist] [Bug 483556] Re: [lp:~zeitgeist/zeitgeist/zeitgeist-resonance] make the loading of extensions to the engine configurable

2009-11-16 Thread Siegfried Gevatter
Looks good, but: - Get ride of the whitespace changes. - Please avoid using two underscores (__) for variable names, let's keep those for in-build Python stuff. How will you get those methods into the D-Bus? -- [lp:~zeitgeist/zeitgeist/zeitgeist-resonance] make the loading of extensions to

[Zeitgeist] [Bug 485433] [NEW] Dont' raise an exception when a duplicate event is detected

2009-11-19 Thread Siegfried Gevatter
Public bug reported: 19:52 RainCT thekorn: raising an exception on Duplicate event detected is evil 19:53 RainCT thekorn: tell me how you want recent.py to work this way 19:53 thekorn RainCT, catch this exception 19:54 RainCT thekorn: doesn't help, if I'm sending 50 event and event 10 is

Re: [Zeitgeist] [Bug 485433] Re: Dont' raise an exception when a duplicate event is detected

2009-11-20 Thread Siegfried Gevatter
2009/11/20 Seif Lotfy s...@lotfy.com: if u insert 50 events and all are the same do we want to get a list of 50 identical ids or just a list with one id in it? 50. The IDs need to be returned in the same position in the lists as the corresponding event was in the list you passed to InsertEvents

Re: [Zeitgeist] GIO And the Magical Patch: A Zeitgeist Story

2009-11-20 Thread Siegfried Gevatter
2009/11/20 Jason Smith jason.sm...@canonical.com: Things this patch can provide you with: - The name of the application the user launched (localized if desired) - How to launch it - What it was launched with - What mime types it supports - A description of the application (localized if

Re: [Zeitgeist] [Bug 425258] Re: origin should be a property of events, not items

2009-11-24 Thread Siegfried Gevatter
Everyone not, I disagree with that concept of origin, but anyway, will write more once I´m home. -- Siegfried-Angel Gevatter Pujals (RainCT) Free Software Developer 363DEAE3 -- origin should be a property of events, not items https://bugs.launchpad.net/bugs/425258 You received this bug

[Zeitgeist] [Bug 425258] Re: origin should be a property of events, not items

2009-11-24 Thread Siegfried Gevatter
Seif: Thanks for your kind words. Everyone: Okay now that I'm home (wrote the previous message when checking mails from the phone, so that I don't forget to answer :P), here comes what I wanted to say. As I understand it, the point for origin is to know where a particular event came from. So,

Re: [Zeitgeist] [Bug 397715] Re: I18N of zeitgeist

2009-11-24 Thread Siegfried Gevatter
2009/11/25 Seif Lotfy s...@lotfy.com: Manifestation and Interpretation are part of an ontology and our own set of rules and conventions that should be translated by apps however not by us. No, the public Python API exposes manifestations and interpretations and has a user-readable name an

[Zeitgeist] [Bug 488327] [NEW] Problems with unicode

2009-11-25 Thread Siegfried Gevatter
Public bug reported: [rainct, zeitgeist-0.3]$ rm /home/rainct/.local/share/zeitgeist/activity.sqlite*[rainct, zeitgeist-0.3]$ ./zeitgeist-daemon DEBUG:zeitgeist.engine:Creating engine 'resonance' INFO:zeitgeist.engine:Creating database: /home/rainct/.local/share/zeitgeist/activity.sqlite

Re: [Zeitgeist] [Bug 447417] Re: Zeitgeist should have any kind of system to protect users privacy

2009-11-25 Thread Siegfried Gevatter
2009/11/25 Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: Then we we should IMHO not just broadcast any old event over the bus. We should do some kind of subscription service where apps register event templates they want to listen for. And then we only notify apps that have registered

Re: [Zeitgeist] [Bug 488327] Re: Problems with unicode

2009-11-25 Thread Siegfried Gevatter
Works! You rock :) -- Siegfried-Angel Gevatter Pujals (RainCT) Free Software Developer 363DEAE3 -- Problems with unicode https://bugs.launchpad.net/bugs/488327 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist

[Zeitgeist] [Bug 401199] Re: zeitgeist-0.2.0: using env python instead of python executable name

2009-11-25 Thread Siegfried Gevatter
I'm on it. -- zeitgeist-0.2.0: using env python instead of python executable name https://bugs.launchpad.net/bugs/401199 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Framework. Status in Zeitgeist Framework: Incomplete

Re: [Zeitgeist] [Bug 488790] Re: inconsistency in DB

2009-11-26 Thread Siegfried Gevatter
2009/11/26 Siegfried Gevatter rai...@ubuntu.com: Just app.desktop. Although I'm not opposed to prefixing application:// if we want to allow other types of actors, but I'd like to see some use case for this before we add this complexity. -- inconsistency in DB https://bugs.launchpad.net/bugs

Re: [Zeitgeist] [Bug 488790] Re: inconsistency in DB

2009-11-26 Thread Siegfried Gevatter
Just app.desktop. -- inconsistency in DB https://bugs.launchpad.net/bugs/488790 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Framework. Status in Zeitgeist Framework: New Bug description: Our DB has some inconsistency

Re: [Zeitgeist] [Bug 488967] Re: Add event notification and subscription system

2009-11-27 Thread Siegfried Gevatter
Yeah, I agree you way is the way to go (I'm just wondering why the Tracker guys didn't think of this, as I had a talk with Ivan at Bolzano and he told me they also have problems with signals and that their not optimal solution was to send a different signal for every type of data). Unrelated to

Re: [Zeitgeist] [Bug 489186] [NEW] GetHighestTimestampForActor is superfluous

2009-11-27 Thread Siegfried Gevatter
2009/11/27 Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: It can be simply done fully client side by using FindEventIds like so: Yes, there is even a comment in the source code saying this. I added it as a convenience method for C applications (where getting it isn't as easy as from

[Zeitgeist] [Bug 400722] Re: TODO: cleanup zeitgeist-daemon

2009-11-27 Thread Siegfried Gevatter
** Description changed: It looks like zeitgeist-daemon needs some love: - * remove engine object, it is not used in the daemon - * add --help and --version - * add some commandline switches to handle logging (set logging level, define log target) - * last but not least: put everything

[Zeitgeist] [Bug 488790] Re: What value should actor have?

2009-11-27 Thread Siegfried Gevatter
** Summary changed: - inconsistency in DB + What value should actor have? ** Changed in: zeitgeist Milestone: None = 0.3.0 -- What value should actor have? https://bugs.launchpad.net/bugs/488790 You received this bug notification because you are a member of Zeitgeist-Engine, which is the

[Zeitgeist] [Bug 483603] Re: Use timestamps with milliseconds granularity (was: use REAL)

2009-11-27 Thread Siegfried Gevatter
I've just fixed recent.py (we don't have information about the millisecond so we just use seconds*1000), but I'm not sure it's getting inserted correctly. ** Changed in: zeitgeist Importance: Undecided = Critical ** Changed in: zeitgeist Milestone: None = 0.3.0 -- Use timestamps with

[Zeitgeist] [Bug 401199] Re: zeitgeist-0.2.0: using env python instead of python executable name

2009-11-27 Thread Siegfried Gevatter
1184 Siegfried-Angel Gevatter Pujals 2009-11-27 Substitute /usr/bin/env python with the hardcoded path at compile time Thomas, can you please verify that the fix works for you? :) ** Changed in: zeitgeist Status: Incomplete = Fix Released -- zeitgeist-0.2.0: using env python

[Zeitgeist] [Bug 489947] [NEW] zeitgeist module: Hide get_ and set_ from API

2009-11-29 Thread Siegfried Gevatter
Public bug reported: Currently the properties of Event and Subject can be accessed as .name or as .get_name/.set_name The later functions are redundant so they should be made private (renamed to ._get_name and ._set_name). ** Affects: zeitgeist Importance: Low Status: New **

[Zeitgeist] [Bug 489947] Re: zeitgeist module: Hide get_ and set_ from API

2009-11-30 Thread Siegfried Gevatter
Don't care enough as to argue with thekorn -.-. ** Changed in: zeitgeist Status: New = Invalid -- zeitgeist module: Hide get_ and set_ from API https://bugs.launchpad.net/bugs/489947 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant

[Zeitgeist] [Bug 485966] Re: Using filters (text match / exclusion / etc)

2009-12-01 Thread Siegfried Gevatter
** Changed in: zeitgeist Milestone: 0.3.0 = 0.3.1 -- Using filters (text match / exclusion / etc) https://bugs.launchpad.net/bugs/485966 You received this bug notification because you are a member of Zeitgeist-Engine, which is the registrant for Zeitgeist Framework. Status in Zeitgeist

Re: [Zeitgeist] [Bug 401199] Re: zeitgeist-0.2.0: using env python instead of python executable name

2009-12-02 Thread Siegfried Gevatter
2009/12/2 Thomas Klausner t...@giga.or.at: The zeitgeist-daemon and zeitgeist-datahub files in the distribution have #! /usr/bin/python in the first line, so the sed pattern doesn't match. zeitgeist-daemon and zeitgeist-datahub are generated from zeitgeist-daemon.py and zeitgeist-datahub.py at

Re: [Zeitgeist] [Bug 401199] Re: zeitgeist-0.2.0: using env python instead of python executable name

2009-12-02 Thread Siegfried Gevatter
(Correction: in my previous post configure time should be build time, ie. it's generated when make is run). 2009/12/2 Thomas Klausner t...@giga.or.at: Well, then my detailed diagnosis was incorrect; however, the main part was: it doesn't work. zeitgeist-daemon and zeitgeist-datahub start with

Re: [Zeitgeist] [Bug 491646] Re: Delete unused stuff from DB

2009-12-03 Thread Siegfried Gevatter
2009/12/3 Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: A more pressing issue is to delete unused URIs after a DeleteEvents because of privacy reasons Deleting stuff that becomes unliked because of a DeleteEvents call is the whole point of this bug. -- Siegfried-Angel Gevatter Pujals

[Zeitgeist] [Bug 490110] Re: bug in client.py

2009-12-07 Thread Siegfried Gevatter
So this was indeed a bug. revision rai...@ubuntu.com-20091207110727-5shbhw2ps3h98d83 (1211) Author: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com Date: Mon 2009-12-07 12:07:27 +0100 Branch: zeitgeist-trunk Bugs: https://launchpad.net/bugs/490110 fixed Fix bug in find_eventids where using

[Zeitgeist] [Bug 495017] Re: AttributeError: 'NoneType' object has no attribute 'payload'

2009-12-11 Thread Siegfried Gevatter
** Changed in: zeitgeist Status: Fix Committed = Fix Released -- AttributeError: 'NoneType' object has no attribute 'payload' https://bugs.launchpad.net/bugs/495017 You received this bug notification because you are a member of Zeitgeist Framework, which is the registrant for Zeitgeist

[Zeitgeist] [Bug 495392] Re: What to do if an event is not found or blocked when calling GetEvents (or its engine equivalent)

2009-12-11 Thread Siegfried Gevatter
Looks good. I suppose that just doing «NULL_EVENT = ([], [], )» instead of all this D-Bus fuss didn't work? Also, personally I'd change: = if event is None: continue event._make_dbus_sendable() = to: = if event: event._make_dbus_sendable() = But this is just nitpicking

[Zeitgeist] [Bug 494288] Re: apriori: get most used (websites/notes/documents/etc...)

2009-12-11 Thread Siegfried Gevatter
Okay, this is now merged into lp:zeitgeist (after doing some more changes and having Markus review it again), but of course this doesn't mean that we can't continue improving it there (all the opposite!). You are right. I think a hybrid approach would give the best results Yeah. But for this we

[Zeitgeist] [Bug 488790] Re: What value should event.actor have?

2009-12-30 Thread Siegfried Gevatter
Yeah, +1. -- What value should event.actor have? https://bugs.launchpad.net/bugs/488790 You received this bug notification because you are a member of Zeitgeist Developers, which is the registrant for Zeitgeist Framework. Status in Zeitgeist Framework: Triaged Bug description: Our DB has some

[Zeitgeist] [Bug 498927] Re: Cryptic message: Type error logging item from %s: %s

2010-01-04 Thread Siegfried Gevatter
Thank you for your effort in translating Zeitgeist! It seems like the string you mention doesn't exist anymore, so I'm closing this. ** Changed in: zeitgeist Status: New = Fix Released ** Changed in: zeitgeist Importance: Undecided = Wishlist -- Cryptic message: Type error logging

[Zeitgeist] [Bug 447417] Re: Event blacklisting/Privacy mode

2010-01-04 Thread Siegfried Gevatter
** Changed in: zeitgeist Status: Confirmed = Fix Released -- Event blacklisting/Privacy mode https://bugs.launchpad.net/bugs/447417 You received this bug notification because you are a member of Zeitgeist Developers, which is the registrant for Zeitgeist Framework. Status in Zeitgeist

Re: [Zeitgeist] [Question #96407]: How to clear some or all logs in Zeitgeist ?

2010-01-06 Thread Siegfried Gevatter
Question #96407 on Zeitgeist Framework changed: https://answers.edge.launchpad.net/zeitgeist/+question/96407 Status: Open = Answered Siegfried Gevatter proposed the following answer: Hi RastaPopoulos. I don't think questions can be re-assigned to another project. Anyway, no need to open

[Zeitgeist] [Bug 499788] Re: License change LGPL 3 to LGPL 2.1 or later

2010-01-07 Thread Siegfried Gevatter
are a member of Zeitgeist Developers, which is the registrant for Zeitgeist Framework. Status in Zeitgeist Framework: New Bug description: There's a push to change the license of the codebase from LGPL 3 to LGPL 2.1 or later. As it stands we have full consent from Seif Lotfy and Mikkel Kamstrup. Siegfried

Re: [Zeitgeist] Code freeze and release 0.3.1 this sunday?

2010-01-07 Thread Siegfried Gevatter
Sounds good. 2010/1/7 Seif Lotfy s...@lotfy.com: This is essential for the UI Uhm right, I had already forgot that 0.3 doesn't even have notifications! Let's get 0.3.1 out! Go, go, go! :) -- Siegfried-Angel Gevatter Pujals (RainCT) Free Software Developer 363DEAE3

Re: [Zeitgeist] [Bug 499788] Re: License change LGPL 3 to LGPL 2.1 or later

2010-01-07 Thread Siegfried Gevatter
is the registrant for Zeitgeist Framework. Status in Zeitgeist Framework: New Bug description: There's a push to change the license of the codebase from LGPL 3 to LGPL 2.1 or later. As it stands we have full consent from Seif Lotfy and Mikkel Kamstrup. Siegfried Gevatter has made a conditional +1

Re: [Zeitgeist] [Bug 499788] Re: License change LGPL 3 to LGPL 2.1 or later

2010-01-07 Thread Siegfried Gevatter
. As it stands we have full consent from Seif Lotfy and Mikkel Kamstrup. Siegfried Gevatter has made a conditional +1: If _everyone_ else wants to switch from LGPL3 or later to LGPL 2.1or later, I'm fine with it. Of the core contributors Markus Korn has not answered yet. If Markus agrees the next

Re: [Zeitgeist] [Bug 487321] Re: What value should subject.origin have?

2010-01-08 Thread Siegfried Gevatter
2010/1/8 Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: subject.origin = mailto:john@example.com; Good point. I suppose finding out whether you are talking to John Doe because you clicked on a link in some file isn't really doable, so storing the mail there for IM and the web for

Re: [Zeitgeist] Gnome-Zeitgeist GUI

2010-01-08 Thread Siegfried Gevatter
2010/1/8 Patrick Kramer Ruiz pkramerr...@yahoo.de: Die Anwendung »bzr« ist momentan nicht installiert.  Um sie zu installieren, können Sie Folgendes eingeben: sudo apt-get install bzr Then do what it says and run sudo apt-get install bzr. ___

[Zeitgeist] [Bug 494288] Re: New FindRelated method (using apriori)

2010-01-09 Thread Siegfried Gevatter
I am closing this as we have the other bug for further discussion. ** Summary changed: - apriori: get most used (websites/notes/documents/etc...) + New FindRelated method (using apriori) ** Changed in: zeitgeist Milestone: None = 0.3.1 ** Changed in: zeitgeist Status: New = Fix

Re: [Zeitgeist] [Bug 489194] Re: Implement storage monitor (devices and connectivity)

2010-01-16 Thread Siegfried Gevatter
2010/1/16 Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: I think I will dynamically update the structure of the 'storage' table, adding two new columns, 'type' and 'display_name' via ALTER TABLE statements: http://www.sqlite.org/lang_altertable.html. This should be forwards- and

[Zeitgeist] [Bug 508783] Re: Complex fonts are not displayed properly

2010-01-20 Thread Siegfried Gevatter
** Changed in: gnome-activity-journal Milestone: None = 0.3.2 ** Changed in: gnome-zeitgeist Status: Fix Released = Invalid -- Complex fonts are not displayed properly https://bugs.launchpad.net/bugs/508783 You received this bug notification because you are a member of Zeitgeist

[Zeitgeist] [Bug 383472] Re: Navigation in time is going crazy

2010-01-20 Thread Siegfried Gevatter
I am closing this as GNOME Zeitgeist doesn't exist anymore. ** Changed in: gnome-zeitgeist Status: New = Invalid -- Navigation in time is going crazy https://bugs.launchpad.net/bugs/383472 You received this bug notification because you are a member of Zeitgeist Framework Team, which is

[Zeitgeist] [Bug 379430] Re: Stick and compare days

2010-01-20 Thread Siegfried Gevatter
** Project changed: gnome-zeitgeist = gnome-activity-journal ** Changed in: gnome-activity-journal Milestone: 0.2 = None -- Stick and compare days https://bugs.launchpad.net/bugs/379430 You received this bug notification because you are a member of Zeitgeist Framework Team, which is

[Gnome-zeitgeist] [Bug 380676] Re: File's group should be expanded by default

2010-01-20 Thread Siegfried Gevatter
** Project changed: gnome-zeitgeist = gnome-activity-journal ** Changed in: gnome-activity-journal Status: New = Won't Fix -- File's group should be expanded by default https://bugs.launchpad.net/bugs/380676 You received this bug notification because you are a member of GNOME Zeitgeist

[Zeitgeist] [Bug 365936] Re: Documentation is needed

2010-01-20 Thread Siegfried Gevatter
** Changed in: gnome-zeitgeist/trunk Status: In Progress = Invalid ** Also affects: gnome-activity-journal Importance: Undecided Status: New -- Documentation is needed https://bugs.launchpad.net/bugs/365936 You received this bug notification because you are a member of

[Zeitgeist] [Bug 364936] Re: Metabug: clean up tagging

2010-01-20 Thread Siegfried Gevatter
The GNOME Zeitgeist project for creating a GUI is now called GNOME Activity Journal, and yesterday we released the first version of it. Tagging is not yet implemented there, so I am closing this bug as it is no longer relevant. ** Changed in: gnome-zeitgeist/trunk Status: In Progress =

[Zeitgeist] [Bug 378329] Re: Add multiple selection and deleting several stuff at once

2010-01-20 Thread Siegfried Gevatter
** Project changed: gnome-zeitgeist = gnome-activity-journal ** Changed in: gnome-activity-journal Importance: Medium = Undecided ** Changed in: gnome-activity-journal Status: Confirmed = New ** Changed in: gnome-activity-journal Milestone: 0.2 = None -- Add multiple selection

[Zeitgeist] [Bug 364063] Re: Respect users need for privacy

2010-01-20 Thread Siegfried Gevatter
I'm not sure where to re-assign this bug, as in, what needs to happen for it to be solved. In any case, the Firefox use case is now solved with Firefox 3.5's private browsing. -- Respect users need for privacy https://bugs.launchpad.net/bugs/364063 You received this bug notification because you

[Zeitgeist] [Bug 376018] Re: Support the webfav extension for Firefox for quick adding of bookmarks/starred items

2010-01-20 Thread Siegfried Gevatter
** Project changed: gnome-zeitgeist = zeitgeist-dataproviders -- Support the webfav extension for Firefox for quick adding of bookmarks/starred items https://bugs.launchpad.net/bugs/376018 You received this bug notification because you are a member of Zeitgeist Framework Team, which is

[Zeitgeist] [Bug 364068] Re: Add support for Pidgin

2010-01-20 Thread Siegfried Gevatter
** Changed in: gnome-zeitgeist/trunk Status: New = Invalid ** Also affects: zeitgeist-dataproviders Importance: Undecided Status: New -- Add support for Pidgin https://bugs.launchpad.net/bugs/364068 You received this bug notification because you are a member of Zeitgeist

[Zeitgeist] [Bug 365048] Re: Drag and drop pinning

2010-01-20 Thread Siegfried Gevatter
** Summary changed: - Drag and drop bookmarking + Drag and drop pinning ** Project changed: gnome-zeitgeist = gnome-activity-journal ** Changed in: gnome-activity-journal Status: Triaged = New ** Changed in: gnome-activity-journal Milestone: 0.2 = None -- Drag and drop pinning

[Zeitgeist] [Bug 364059] Re: Show URLs by domain

2010-01-20 Thread Siegfried Gevatter
The GNOME Zeitgeist project for creating a GUI is now called GNOME Activity Journal, and yesterday we released the first version of it, which you can find in our PPA /https://launchpad.net/~zeitgeist/+archive/ppa). The new GNOME Activity Journal doesn't currently expose websites, so I am closing

[Zeitgeist] [Bug 350227] Re: Some entry titles are sometimes broken

2010-01-20 Thread Siegfried Gevatter
The GNOME Zeitgeist project for creating a GUI is now called GNOME Activity Journal, and yesterday we released the first version of it, which you can find in our PPA /https://launchpad.net/~zeitgeist/+archive/ppa). This problem doesn't happen with the new GNOME Activity Journal. ** Changed in:

[Zeitgeist] [Blueprint handling-dataproviders] Howto handle dataproviders per default.

2010-01-21 Thread Siegfried Gevatter
Blueprint changed by Siegfried Gevatter: Approver: (none) = Seif Lotfy Assignee: Seif Lotfy = Siegfried Gevatter Drafter: (none) = Siegfried Gevatter -- Howto handle dataproviders per default. https://blueprints.edge.launchpad.net/zeitgeist/+spec/handling-dataproviders

[Zeitgeist] [Bug 510761] Re: Vala files are in Other activities instead of Edited or read code

2010-01-21 Thread Siegfried Gevatter
** Project changed: gnome-activity-journal = zeitgeist ** Changed in: zeitgeist Assignee: (unassigned) = Siegfried Gevatter (rainct) -- Vala files are in Other activities instead of Edited or read code https://bugs.launchpad.net/bugs/510761 You received this bug notification because you

[Zeitgeist] [Bug 374208] Re: Highlighting one item should highlight all instances of them

2010-01-22 Thread Siegfried Gevatter
** Changed in: gnome-zeitgeist/trunk Status: In Progress = Invalid ** Also affects: gnome-activity-journal Importance: Undecided Status: New ** Changed in: gnome-activity-journal Assignee: (unassigned) = Seif Lotfy (seif) ** Changed in: gnome-zeitgeist/trunk Milestone:

[Zeitgeist] [Bug 511407] [NEW] KeyError in self._inv_dict[id] (sql.py)

2010-01-22 Thread Siegfried Gevatter
' Thanks Nikke ** Affects: zeitgeist Importance: Undecided Assignee: Siegfried Gevatter (rainct) Status: New ** Changed in: gnome-zeitgeist Assignee: (unassigned) = Siegfried Gevatter (rainct) ** Project changed: gnome-zeitgeist = zeitgeist ** Changed in: zeitgeist Milestone

Re: [Zeitgeist] [Question #102872]: No webpages visited tracking with Firefox

2010-03-01 Thread Siegfried Gevatter
Question #102872 on Zeitgeist Framework changed: https://answers.edge.launchpad.net/zeitgeist/+question/102872 Siegfried Gevatter proposed the following answer: For websites you need to install the Firefox extension, available at the page Seif linked (supposing you are using Firefox; we don't

[Zeitgeist] [Bug 539234] Re: Broken symlink in /usr/share/applications/ causes zeitgeist-datahub to fail

2010-03-15 Thread Siegfried Gevatter
*** This bug is a duplicate of bug 523761 *** https://bugs.launchpad.net/bugs/523761 Thank you for your bug report. This particular problem will be fixed in the next Zeitgeist release. ** This bug has been marked a duplicate of bug 523761 RecentlyUsed data-source crashes trying to access

[Zeitgeist] [Bug 523761] Re: RecentlyUsed data-source crashes trying to access a broken symlink

2010-03-15 Thread Siegfried Gevatter
** Summary changed: - Error logging from recentlyused + RecentlyUsed data-source crashes trying to access a broken symlink -- RecentlyUsed data-source crashes trying to access a broken symlink https://bugs.launchpad.net/bugs/523761 You received this bug notification because you are a member of

Re: [Zeitgeist] [Bug 491646] Re: Delete unused URI/actor/etc entries from DB when deleting an event

2010-04-08 Thread Siegfried Gevatter
uhm i think it ended up in some merge commit by seif. If you want to see the code just look at the new triggers in sql.py 2010/4/8, Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: Uhm - Which revision is this fix in? I can't see it in the rev log... -- Delete unused URI/actor/etc entries

[Zeitgeist] [Bug 557708] Re: Error inserting a event with a byte array payload into zeitgeist

2010-04-08 Thread Siegfried Gevatter
** Changed in: zeitgeist Status: Confirmed = Fix Released ** Changed in: zeitgeist Milestone: None = 0.3.3 ** Changed in: zeitgeist Assignee: Mikkel Kamstrup Erlandsen (kamstrup) = Siegfried Gevatter (rainct) -- Error inserting a event with a byte array payload into zeitgeist

[Zeitgeist] [Bug 553861] Re: Failing doctests in lp:zeitgeist

2010-04-08 Thread Siegfried Gevatter
** Changed in: zeitgeist Status: New = Fix Released ** Changed in: zeitgeist Milestone: None = 0.3.3 -- Failing doctests in lp:zeitgeist https://bugs.launchpad.net/bugs/553861 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed

[Zeitgeist] [Bug 557708] Re: Error inserting a event with a byte array payload into zeitgeist

2010-04-12 Thread Siegfried Gevatter
Anything new on this? -- Error inserting a event with a byte array payload into zeitgeist https://bugs.launchpad.net/bugs/557708 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. Status in Zeitgeist Framework:

[Zeitgeist] [Bug 487321] Re: What value should subject.origin have?

2010-04-12 Thread Siegfried Gevatter
** Changed in: zeitgeist Milestone: 0.3.1 = 0.3.4 -- What value should subject.origin have? https://bugs.launchpad.net/bugs/487321 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. Status in Zeitgeist

[Zeitgeist] [Bug 485966] Re: Using filters (text match / exclusion / etc)

2010-04-12 Thread Siegfried Gevatter
We should finally get this in with 0.3.4. (I don't think the wildcards will be a problem, btw, but will do some benchmarking next week). ** Changed in: zeitgeist/0.3 Milestone: 0.3.3 = 0.3.4 -- Using filters (text match / exclusion / etc) https://bugs.launchpad.net/bugs/485966 You received

[Zeitgeist] [Bug 565861] [NEW] Key error in self._inv_dict[id] using GAJ

2010-04-18 Thread Siegfried Gevatter
setattr(event, field, getattr(self, _ + field).value(row[field])) File ./test/../_zeitgeist/engine/sql.py, line 325, in value return self._inv_dict[id] KeyError: 28924 ** Affects: zeitgeist Importance: Undecided Assignee: Siegfried Gevatter (rainct) Status: New ** Changed

[Zeitgeist] [Bug 565861] Re: Key error in self._inv_dict[id] using GAJ

2010-04-18 Thread Siegfried Gevatter
Looks like I had some buggy entry in the DB. ** Changed in: zeitgeist Status: New = Invalid -- Key error in self._inv_dict[id] using GAJ https://bugs.launchpad.net/bugs/565861 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to

[Zeitgeist] [Bug 566184] Re: Deletes are not committed

2010-04-19 Thread Siegfried Gevatter
** Changed in: zeitgeist Status: Fix Committed = Fix Released -- Deletes are not committed https://bugs.launchpad.net/bugs/566184 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. Status in Zeitgeist

[Gnome-zeitgeist] [Bug 561860] Re: Activity Journal's Right-Click Delete Functionality Broken

2010-04-19 Thread Siegfried Gevatter
I think the Zeitgeist side of this has been fixed. ** Changed in: zeitgeist Status: Confirmed = Fix Released -- Activity Journal's Right-Click Delete Functionality Broken https://bugs.launchpad.net/bugs/561860 You received this bug notification because you are a member of GNOME Zeitgeist

[Zeitgeist] [Bug 513295] Re: Give zeitgeist.datamodel.DataSource properties

2010-04-19 Thread Siegfried Gevatter
** Changed in: zeitgeist Milestone: 0.3.3 = 0.3.4 -- Give zeitgeist.datamodel.DataSource properties https://bugs.launchpad.net/bugs/513295 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. Status in Zeitgeist

[Zeitgeist] [Bug 483556] Re: [lp:~zeitgeist/zeitgeist/zeitgeist-resonance] make the loading of extensions to the engine configurable

2010-04-19 Thread Siegfried Gevatter
I don't think there's anyone working on this right now? ** Changed in: zeitgeist Importance: High = Medium ** Changed in: zeitgeist Status: In Progress = Confirmed ** Changed in: zeitgeist Milestone: 0.3.1 = 0.3.4 ** Changed in: zeitgeist Assignee: Markus Korn (thekorn) =

[Zeitgeist] [Bug 513371] Re: DataSource Registry: Update LastSeen information

2010-04-19 Thread Siegfried Gevatter
Fixed, and just afterwards we got rid of LastSeen :). ** Changed in: zeitgeist Status: Confirmed = Fix Released -- DataSource Registry: Update LastSeen information https://bugs.launchpad.net/bugs/513371 You received this bug notification because you are a member of Zeitgeist Framework

Re: [Zeitgeist] [Question #110204]: Is it possible to have a simple log file ?

2010-05-08 Thread Siegfried Gevatter
Question #110204 on Zeitgeist Framework changed: https://answers.edge.launchpad.net/zeitgeist/+question/110204 Status: Open = Answered Siegfried Gevatter proposed the following answer: Hi, You can access the events logged in Zeitgeist over D-Bus or using our Python API. See http

Re: [Zeitgeist] [Question #110204]: Is it possible to have a simple log file ?

2010-05-08 Thread Siegfried Gevatter
Question #110204 on Zeitgeist Framework changed: https://answers.edge.launchpad.net/zeitgeist/+question/110204 Siegfried Gevatter proposed the following answer: Here you have an example script http://eurion.net/zeitgeist/lastactivities.py . Place it somewhere, make it executable and then you can

Re: [Zeitgeist] [Bug 487321] Re: What value should subject.origin have?

2010-05-14 Thread Siegfried Gevatter
2010/5/14 Michal Hruby michal@gmail.com: Therefore the web page visit event could have as origin set -- the domain Completely agree. As for Mikkel's IM use case, I don't think it's ZG's job to log every message, so there'd be only some kind of CONVERSATION_STARTED event Completely agree.

Re: [Zeitgeist] [Bug 485966] Re: Using filters (text match / exclusion / etc)

2010-05-14 Thread Siegfried Gevatter
2010/5/14 Markus Korn thek...@gmx.de: Please cry out loud if you think that case sensitive searches is a bad thing. I'm crying out loud! (not really constructive, I know :P) -- Using filters (text match / exclusion / etc) https://bugs.launchpad.net/bugs/485966 You received this bug

Re: [Zeitgeist] [Merge] lp:~mhr3/zeitgeist/mimetypes into lp:zeitgeist

2010-05-27 Thread Siegfried Gevatter
Looks good on a quick glance over the diff. Nice work. -- https://code.launchpad.net/~mhr3/zeitgeist/mimetypes/+merge/26233 Your team Zeitgeist Framework Team is requested to review the proposed merge of lp:~mhr3/zeitgeist/mimetypes into lp:zeitgeist.

[Zeitgeist] [Bug 591910] Re: Zeitgeist xdg autostart

2010-06-09 Thread Siegfried Gevatter
Zeitgeist is not supposed to start unless it is needed by something (in which case it will start automatically thanks to D-Bus activation). -- Zeitgeist xdg autostart https://bugs.launchpad.net/bugs/591910 You received this bug notification because you are a member of Zeitgeist Framework Team,

Re: [Zeitgeist] [Bug 592599] Re: Hard to use exclusive queries

2010-06-12 Thread Siegfried Gevatter
+1, go for it. -- Hard to use exclusive queries https://bugs.launchpad.net/bugs/592599 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. Status in Zeitgeist Framework: Triaged Bug description: (Canonical hat on)

Re: [Zeitgeist] [Bug 592339] Re: Tracking recent directories

2010-06-12 Thread Siegfried Gevatter
I disagree with this, first of all because I'm still convinced we should get ride of origin (especially now that we have wildcards). -- Tracking recent directories https://bugs.launchpad.net/bugs/592339 You received this bug notification because you are a member of Zeitgeist Framework Team,

Re: [Zeitgeist] [Bug 592339] Re: Tracking recent directories

2010-06-13 Thread Siegfried Gevatter
2010/6/13 Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: I think that MostUsedDirectories is not what we want. I was assuming it would be Most/LeastRecentOrigin and Most/LeastPopularOrigin. Well, again, I believe origin as what it is now (ie. dirname(uri)) should not be exposed in the API

Re: [Zeitgeist] [Bug 592339] Re: Tracking recent directories

2010-06-13 Thread Siegfried Gevatter
2010/6/13 Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: You are assuming that the URIs have a tree-like syntax, which is not true in general. What if we dropped file:/// and http:// URIs altogether and used Tracker UUIDs all the way? We always need a URI, so that the application has

Re: [Zeitgeist] [Bug 592339] Re: Tracking recent directories

2010-06-14 Thread Siegfried Gevatter
How does GAJ open that? Also what value would you give origin(aka dirname) there? -- Tracking recent directories https://bugs.launchpad.net/bugs/592339 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. Status in

Re: [Zeitgeist] [Bug 592339] Re: Tracking recent directories

2010-06-14 Thread Siegfried Gevatter
2010/6/14 Mikkel Kamstrup Erlandsen mikkel.kamst...@gmail.com: When you are actually acquiring the e-book it should probably be a URL for the provider. So isn't this the same as for a downloaded file the website where you got it? -- Tracking recent directories

  1   2   3   4   5   6   >