[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2012-02-13 Thread Michal Hruby
** Changed in: zeitgeist-datahub
Milestone: 0.9.0 => 0.8.1

** Changed in: zeitgeist-datahub
   Status: Confirmed => Fix Committed

** Changed in: zeitgeist-datahub
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is the registrant for Zeitgeist Datahub.
https://bugs.launchpad.net/bugs/618639

Title:
  Logs 3 events for each recent file

Status in Zeitgeist Framework:
  Invalid
Status in Zeitgeist Datahub:
  Fix Released

Bug description:
  Each event for a recent file is logged 3 times. An AccessEvent,
  ModifyEvent, and a CreateEvent. Scatter shooting when we can't figure
  out the event type greatly decreases the value of the logged data.

  We need to figure something out here I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist/+bug/618639/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2012-02-08 Thread Launchpad Bug Tracker
** Branch linked: lp:zeitgeist-datahub

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is the registrant for Zeitgeist Datahub.
https://bugs.launchpad.net/bugs/618639

Title:
  Logs 3 events for each recent file

Status in Zeitgeist Framework:
  Invalid
Status in Zeitgeist Datahub:
  Confirmed

Bug description:
  Each event for a recent file is logged 3 times. An AccessEvent,
  ModifyEvent, and a CreateEvent. Scatter shooting when we can't figure
  out the event type greatly decreases the value of the logged data.

  We need to figure something out here I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist/+bug/618639/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2012-02-08 Thread Siegfried Gevatter
** Changed in: zeitgeist-datahub
Milestone: None => 0.9.0

** Changed in: zeitgeist-datahub
 Assignee: Michal Hruby (mhr3) => Siegfried Gevatter (rainct)

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is the registrant for Zeitgeist Datahub.
https://bugs.launchpad.net/bugs/618639

Title:
  Logs 3 events for each recent file

Status in Zeitgeist Framework:
  Invalid
Status in Zeitgeist Datahub:
  Confirmed

Bug description:
  Each event for a recent file is logged 3 times. An AccessEvent,
  ModifyEvent, and a CreateEvent. Scatter shooting when we can't figure
  out the event type greatly decreases the value of the logged data.

  We need to figure something out here I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist/+bug/618639/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2012-02-08 Thread Siegfried Gevatter
** Changed in: zeitgeist
   Status: Opinion => Invalid

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is the registrant for Zeitgeist Datahub.
https://bugs.launchpad.net/bugs/618639

Title:
  Logs 3 events for each recent file

Status in Zeitgeist Framework:
  Invalid
Status in Zeitgeist Datahub:
  Confirmed

Bug description:
  Each event for a recent file is logged 3 times. An AccessEvent,
  ModifyEvent, and a CreateEvent. Scatter shooting when we can't figure
  out the event type greatly decreases the value of the logged data.

  We need to figure something out here I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist/+bug/618639/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2012-01-27 Thread Siegfried Gevatter
>> if (added == visited == modified)
This would probably fail after deleting recently-used.xbel :(

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/618639

Title:
  Logs 3 events for each recent file

Status in Zeitgeist Framework:
  Opinion
Status in Zeitgeist Datahub:
  Confirmed

Bug description:
  Each event for a recent file is logged 3 times. An AccessEvent,
  ModifyEvent, and a CreateEvent. Scatter shooting when we can't figure
  out the event type greatly decreases the value of the logged data.

  We need to figure something out here I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist/+bug/618639/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


Re: [Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2010-08-17 Thread Seif Lotfy
a "created" event also changes the visited and modified events
a "modified" also changes the visit event and vice versa... GtkRecentManager
is really screwed -.-

On Tue, Aug 17, 2010 at 2:14 PM, Michal Hruby 
wrote:

> This needs deeper investigation as to how exactly GtkRecentManager
> determines the timestamps, I don't think Mikkel's algorithm is the best
> we can do, as when importing history it'd most likely create just a
> bunch of AccessEvents, while there might be all 3 events valid.
>
> ** Changed in: zeitgeist-datahub
>   Status: New => Confirmed
>
> ** Changed in: zeitgeist-datahub
> Assignee: (unassigned) => Michal Hruby (mhr3)
>
> ** Changed in: zeitgeist-datahub
>   Importance: Undecided => Medium
>
> --
> Logs 3 events for each recent file
> https://bugs.launchpad.net/bugs/618639
> You received this bug notification because you are subscribed to The
> Zeitgeist Project.
>
> Status in Zeitgeist Framework: Opinion
> Status in Zeitgeist Datahub: Confirmed
>
> Bug description:
> Each event for a recent file is logged 3 times. An AccessEvent,
> ModifyEvent, and a CreateEvent. Scatter shooting when we can't figure out
> the event type greatly decreases the value of the logged data.
>
> We need to figure something out here I think...
>
>
>


-- 
This is me doing some advertisement for my blog http://seilo.geekyogre.com

-- 
Logs 3 events for each recent file
https://bugs.launchpad.net/bugs/618639
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Opinion
Status in Zeitgeist Datahub: Confirmed

Bug description:
Each event for a recent file is logged 3 times. An AccessEvent, ModifyEvent, 
and a CreateEvent. Scatter shooting when we can't figure out the event type 
greatly decreases the value of the logged data.

We need to figure something out here I think...



___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2010-08-17 Thread Michal Hruby
This needs deeper investigation as to how exactly GtkRecentManager
determines the timestamps, I don't think Mikkel's algorithm is the best
we can do, as when importing history it'd most likely create just a
bunch of AccessEvents, while there might be all 3 events valid.

** Changed in: zeitgeist-datahub
   Status: New => Confirmed

** Changed in: zeitgeist-datahub
 Assignee: (unassigned) => Michal Hruby (mhr3)

** Changed in: zeitgeist-datahub
   Importance: Undecided => Medium

-- 
Logs 3 events for each recent file
https://bugs.launchpad.net/bugs/618639
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Opinion
Status in Zeitgeist Datahub: Confirmed

Bug description:
Each event for a recent file is logged 3 times. An AccessEvent, ModifyEvent, 
and a CreateEvent. Scatter shooting when we can't figure out the event type 
greatly decreases the value of the logged data.

We need to figure something out here I think...



___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2010-08-16 Thread Seif Lotfy
I think this is not an engine bug. I think it is more of  datahub bug
thus i will forward it to there, the vala version...

** Changed in: zeitgeist
   Importance: Undecided => High

** Changed in: zeitgeist
   Status: New => Opinion

-- 
Logs 3 events for each recent file
https://bugs.launchpad.net/bugs/618639
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: Opinion
Status in Zeitgeist Datahub: New

Bug description:
Each event for a recent file is logged 3 times. An AccessEvent, ModifyEvent, 
and a CreateEvent. Scatter shooting when we can't figure out the event type 
greatly decreases the value of the logged data.

We need to figure something out here I think...



___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2010-08-16 Thread Mikkel Kamstrup Erlandsen
I am thinking of an algorithm for determining the event type looking
something like:

  if (added == visited == modified)
return create_event;
  else if (visited =< modified)
return modify_event;
  else
return access_event;

-- 
Logs 3 events for each recent file
https://bugs.launchpad.net/bugs/618639
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: New
Status in Zeitgeist Datahub: New

Bug description:
Each event for a recent file is logged 3 times. An AccessEvent, ModifyEvent, 
and a CreateEvent. Scatter shooting when we can't figure out the event type 
greatly decreases the value of the logged data.

We need to figure something out here I think...



___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 618639] Re: Logs 3 events for each recent file

2010-08-16 Thread Mikkel Kamstrup Erlandsen
I am aware that surprisingly many apps screw up the timestamps in
~/.recently-used.xbel. We should just go and fix those apps. I expect
those patches to be easy to make, and also easily accepted upstream as
they should be minimal.

-- 
Logs 3 events for each recent file
https://bugs.launchpad.net/bugs/618639
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: New
Status in Zeitgeist Datahub: New

Bug description:
Each event for a recent file is logged 3 times. An AccessEvent, ModifyEvent, 
and a CreateEvent. Scatter shooting when we can't figure out the event type 
greatly decreases the value of the logged data.

We need to figure something out here I think...



___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp