gtg-contributors team mailing list archive
-
gtg-contributors team
-
Mailing list archive
-
Message #00504
Checking multiple backends status
Hi,
I've just tried to play with the new gtg from lp:gtg. I was interested
in work which was done during the summer and GSoc. It looks fantastic,
great job! Unfortunatelly, it still has some problems.
I'm not sure how stable it is. Is it okay to report bugs right into
launchpad's "bugzilla"? Or contact directly someone and tell him/her
about it? (I don't want to criticize someone's not finished work)
What have I found already?
Trying to import my *HUGE* task list (about open 368 tasks and about 20
tags):
Everytime I run it, I get a different error message, a different amount
of tasks is loaded (about 84-100) and switching tags is slow and consume
a lot of CPU time. Some of the errors are in the attached file
importing-tasks.txt
Trying without existing tasks:
- When the tag is filtered, the tag is inserted by default. It also
works for the special tags gtg-tags-none, gtg-tags-all which are
inserted too. (I don't expect they would be inserted) Although I delete
them from text, they are still there. The worst problem is the icons of
the special tags are showed in task lists and I can't get rid of them.
Btw: task original created with gtg-tags-none don't show in "Tasks with
no tags"
It looks like http://img3.imagebanana.com/img/tamypn1n/20101017_004.png
- I tried to add a new backend local file which should contain just
tasks with tag @work. Everytime I change something in the form, sync is
disabled (and I have to enable it again) In the second local-file
backend are stored all tasks (not just the tasks with @work)
Output of gtg is in the attached file new-task-set.txt
Is there any way I can help you a little bit more?
The work you've done is great and I'm looking forward to the next
release of GTG. I haven't been familiar with the new code base yet, I
can test at least.
--
Izidor Matušov
http://www.i.matusov.sk
0] SegFault (14:33) gtg > ./gtg
2010-10-17 14:33:37,078 - ERROR - datastore:get_task:245 - requested non-existent task
INDI <appindicator.Indicator object at 0x4417d20 (AppIndicator at 0x589ae90)>
Traceback (most recent call last):
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 125, in __execution_loop
torun[0](*torun[1])
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 386, in __reorder
self.row_func('reordered',path,rowref,neworder)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 403, in row_func
f(*args)
ValueError: new_order should be a sequence with the same size as the number of children of iter (16, is 15)
(Application was frozen, kill -9 %1 was next)
[0] SegFault (14:34) gtg > ./gtg
2010-10-17 14:34:26,745 - ERROR - datastore:get_task:245 - requested non-existent task
INDI <appindicator.Indicator object at 0x31ee820 (AppIndicator at 0x3391e90)>
gtg: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
[1] SegFault (14:34) gtg > ./gtg
2010-10-17 14:35:20,715 - ERROR - datastore:get_task:245 - requested non-existent task
INDI <appindicator.Indicator object at 0x48cf730 (AppIndicator at 0x46d4690)>
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 598, in __start_get_tasks
self.backend.start_get_tasks()
File "/home/iyo/src/gtg/GTG/backends/backend_localfile.py", line 147, in start_get_tasks
self.datastore.push_task(task)
File "/home/iyo/src/gtg/GTG/tools/synchronized.py", line 10, in newFunction
return function(*args, **kw)
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 291, in push_task
adding(task)
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 283, in adding
self.__tasks.add_node(task)
File "/home/iyo/src/gtg/GTG/tools/liblarch/__init__.py", line 75, in add_node
self.__tree.add_node(node,parent_id=parent_id)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 128, in add_node
self.new_relationship(rel[0],rel[1],refresh_nodes=False)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 198, in new_relationship
p.add_child(child_id)
File "/home/iyo/src/gtg/GTG/core/task.py", line 391, in add_child
if TreeNode.add_child(self,tid):
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 595, in add_child
toreturn = self.new_relationship(self.get_id(),id)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 437, in new_relationship
return self.tree.new_relationship(par,chi)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 229, in new_relationship
self.__modified(parent_id)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 77, in __modified
self.callback("node-modified", nid)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 69, in callback
self.__cllbcks[event][k](tid)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 211, in __task_modified
self.external_update_node(tid)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 222, in external_update_node
self.__execution_loop()
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 252, in __execution_loop
self.__update_node(tid)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 1007, in __update_node
self.__delete_node(nid)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 845, in __delete_node
self.tmp_vr.remove(nid)
ValueError: list.remove(x): x not in list
[0] SegFault (14:39) gtg > ./gtg
INDI <appindicator.Indicator object at 0x2d5e730 (AppIndicator at 0x3e78e90)>
Traceback (most recent call last):
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 125, in __execution_loop
torun[0](*torun[1])
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 386, in __reorder
self.row_func('reordered',path,rowref,neworder)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 403, in row_func
f(*args)
ValueError: new_order should be a sequence with the same size as the number of children of iter (9, is 8)
gtg: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
[1] SegFault (14:40) gtg >
[0] SegFault (14:40) gtg > ./gtg
INDI <appindicator.Indicator object at 0x4827730 (AppIndicator at 0x58ede50)>
/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py:403: GtkWarning: _gtk_rbtree_reorder: assertion `tree->root->count == length' failed
f(*args)
gtg: Fatal IO error 0 (Success) on X server :0.0.
[1] SegFault (14:41) gtg > ./gtg
INDI <appindicator.Indicator object at 0x4891a00 (AppIndicator at 0x4eb5e50)>
Traceback (most recent call last):
File "./gtg", line 69, in <module>
sys.exit(GTG.gtg.main(options, args))
File "/home/iyo/src/gtg/GTG/gtg.py", line 106, in main
manager = Manager(req)
File "/home/iyo/src/gtg/GTG/gtk/manager.py", line 72, in __init__
self.__init_plugin_engine()
File "/home/iyo/src/gtg/GTG/gtk/manager.py", line 102, in __init_plugin_engine
self.pengine.activate_plugins()
File "/home/iyo/src/gtg/GTG/core/plugins/engine.py", line 215, in activate_plugins
plugin.instance.activate(api)
File "/home/iyo/src/gtg/GTG/plugins/notification_area/notification_area.py", line 78, in activate
self.__connect_to_tree()
File "/home/iyo/src/gtg/GTG/plugins/notification_area/notification_area.py", line 157, in __connect_to_tree
self.__tree.apply_filter('workview')
File "/home/iyo/src/gtg/GTG/tools/liblarch/__init__.py", line 506, in apply_filter
reset=reset,refresh=refresh)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 1109, in apply_filter
self.refilter()
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 1075, in refilter
self.__delete_node(self.cache_vr[pos])
IndexError: list index out of range
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
File "/usr/lib/python2.6/threading.py", line 484, in run
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 598, in __start_get_tasks
File "/home/iyo/src/gtg/GTG/backends/backend_localfile.py", line 147, in start_get_tasks
File "/home/iyo/src/gtg/GTG/tools/synchronized.py", line 10, in newFunction
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 291, in push_task
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 284, in adding
File "/home/iyo/src/gtg/GTG/core/task.py", line 87, in set_loaded
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 408, in modified
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 72, in modify_node
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 77, in __modified
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 69, in callback
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 211, in __task_modified
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 222, in external_update_node
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 252, in __execution_loop
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 957, in __update_node
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 745, in __is_displayed
File "/home/iyo/src/gtg/GTG/tools/liblarch/filters_bank.py", line 44, in is_displayed
File "/home/iyo/src/gtg/GTG/core/treefactory.py", line 123, in actively_used_tag
File "/home/iyo/src/gtg/GTG/core/tagstore.py", line 197, in is_actively_used
File "/home/iyo/src/gtg/GTG/core/tagstore.py", line 159, in get_active_tasks_count
File "/home/iyo/src/gtg/GTG/core/tagstore.py", line 181, in __get_count
File "/home/iyo/src/gtg/GTG/tools/liblarch/__init__.py", line 362, in get_n_nodes
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 93, in newf
File "/usr/lib/python2.6/threading.py", line 150, in __exit__
File "/usr/lib/python2.6/threading.py", line 137, in release
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
[1] SegFault (14:41) gtg > ./gtg
INDI <appindicator.Indicator object at 0x39ffd20 (AppIndicator at 0x35b8e50)>
Traceback (most recent call last):
File "./gtg", line 69, in <module>
sys.exit(GTG.gtg.main(options, args))
File "/home/iyo/src/gtg/GTG/gtg.py", line 106, in main
manager = Manager(req)
File "/home/iyo/src/gtg/GTG/gtk/manager.py", line 72, in __init__
self.__init_plugin_engine()
File "/home/iyo/src/gtg/GTG/gtk/manager.py", line 102, in __init_plugin_engine
self.pengine.activate_plugins()
File "/home/iyo/src/gtg/GTG/core/plugins/engine.py", line 215, in activate_plugins
plugin.instance.activate(api)
File "/home/iyo/src/gtg/GTG/plugins/notification_area/notification_area.py", line 78, in activate
self.__connect_to_tree()
File "/home/iyo/src/gtg/GTG/plugins/notification_area/notification_area.py", line 157, in __connect_to_tree
self.__tree.apply_filter('workview')
File "/home/iyo/src/gtg/GTG/tools/liblarch/__init__.py", line 506, in apply_filter
reset=reset,refresh=refresh)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 1109, in apply_filter
self.refilter()
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 1075, in refilter
self.__delete_node(self.cache_vr[pos])
IndexError: list index out of range
[1] SegFault (14:41) gtg > ./gtg
INDI <appindicator.Indicator object at 0x2a4a5f0 (AppIndicator at 0x3b8e650)>
Traceback (most recent call last):
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 125, in __execution_loop
torun[0](*torun[1])
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 349, in __update_task
"to be %s, the one of %s "%(node_path, actual_tid))
ValueError: add path for 77@1 is supposedto be (8,), the one of None
gtg: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
[130] SegFault (14:42) gtg > ./gtg
INDI <appindicator.Indicator object at 0x47ce5a0 (AppIndicator at 0x4da7e90)>
gtg: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
[1] SegFault (14:42) gtg > ./gtg
INDI <appindicator.Indicator object at 0x2553f00 (AppIndicator at 0x446e690)>
Traceback (most recent call last):
File "./gtg", line 69, in <module>
sys.exit(GTG.gtg.main(options, args))
File "/home/iyo/src/gtg/GTG/gtg.py", line 106, in main
manager = Manager(req)
File "/home/iyo/src/gtg/GTG/gtk/manager.py", line 72, in __init__
self.__init_plugin_engine()
File "/home/iyo/src/gtg/GTG/gtk/manager.py", line 102, in __init_plugin_engine
self.pengine.activate_plugins()
File "/home/iyo/src/gtg/GTG/core/plugins/engine.py", line 215, in activate_plugins
plugin.instance.activate(api)
File "/home/iyo/src/gtg/GTG/plugins/notification_area/notification_area.py", line 78, in activate
self.__connect_to_tree()
File "/home/iyo/src/gtg/GTG/plugins/notification_area/notification_area.py", line 157, in __connect_to_tree
self.__tree.apply_filter('workview')
File "/home/iyo/src/gtg/GTG/tools/liblarch/__init__.py", line 506, in apply_filter
reset=reset,refresh=refresh)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 1109, in apply_filter
self.refilter()
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 1075, in refilter
self.__delete_node(self.cache_vr[pos])
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 843, in __delete_node
self.__delete_node(c,pars=[nid])
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 846, in __delete_node
self.tmp_nodes.pop(nid)
KeyError: u'122@1'
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
File "/usr/lib/python2.6/threading.py", line 484, in run
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 598, in __start_get_tasks
File "/home/iyo/src/gtg/GTG/backends/backend_localfile.py", line 144, in start_get_tasks
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 256, in task_factory
File "/home/iyo/src/gtg/GTG/core/task.py", line 55, in __init__
File "/usr/lib/python2.6/uuid.py", line 522, in uuid4
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
[1] SegFault (14:42) gtg > ./gtg
INDI <appindicator.Indicator object at 0x2efbe10 (AppIndicator at 0x3fe9690)>
Traceback (most recent call last):
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 125, in __execution_loop
torun[0](*torun[1])
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 47, in newf
return fun(*args,**kw)
File "/home/iyo/src/gtg/GTG/gtk/liblarch_gtk/treemodel.py", line 349, in __update_task
"to be %s, the one of %s "%(node_path, actual_tid))
ValueError: add path for 76@1 is supposedto be (12,), the one of None
gtg: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
[1] SegFault (14:43) gtg > ./gtg
INDI <appindicator.Indicator object at 0x2cb8eb0 (AppIndicator at 0x3de7690)>
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 598, in __start_get_tasks
self.backend.start_get_tasks()
File "/home/iyo/src/gtg/GTG/backends/backend_localfile.py", line 147, in start_get_tasks
self.datastore.push_task(task)
File "/home/iyo/src/gtg/GTG/tools/synchronized.py", line 10, in newFunction
return function(*args, **kw)
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 291, in push_task
adding(task)
File "/home/iyo/src/gtg/GTG/core/datastore.py", line 283, in adding
self.__tasks.add_node(task)
File "/home/iyo/src/gtg/GTG/tools/liblarch/__init__.py", line 75, in add_node
self.__tree.add_node(node,parent_id=parent_id)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 128, in add_node
self.new_relationship(rel[0],rel[1],refresh_nodes=False)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 198, in new_relationship
p.add_child(child_id)
File "/home/iyo/src/gtg/GTG/core/task.py", line 391, in add_child
if TreeNode.add_child(self,tid):
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 595, in add_child
toreturn = self.new_relationship(self.get_id(),id)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 437, in new_relationship
return self.tree.new_relationship(par,chi)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 229, in new_relationship
self.__modified(parent_id)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 77, in __modified
self.callback("node-modified", nid)
File "/home/iyo/src/gtg/GTG/tools/liblarch/tree.py", line 69, in callback
self.__cllbcks[event][k](tid)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 211, in __task_modified
self.external_update_node(tid)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 222, in external_update_node
self.__execution_loop()
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 252, in __execution_loop
self.__update_node(tid)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 990, in __update_node
for p in self.cache_nodes[nid]['parents']:
KeyError: '121@1'
Traceback (most recent call last):
File "./gtg", line 69, in <module>
sys.exit(GTG.gtg.main(options, args))
File "/home/iyo/src/gtg/GTG/gtg.py", line 106, in main
manager = Manager(req)
File "/home/iyo/src/gtg/GTG/gtk/manager.py", line 72, in __init__
self.__init_plugin_engine()
File "/home/iyo/src/gtg/GTG/gtk/manager.py", line 102, in __init_plugin_engine
self.pengine.activate_plugins()
File "/home/iyo/src/gtg/GTG/core/plugins/engine.py", line 215, in activate_plugins
plugin.instance.activate(api)
File "/home/iyo/src/gtg/GTG/plugins/notification_area/notification_area.py", line 78, in activate
self.__connect_to_tree()
File "/home/iyo/src/gtg/GTG/plugins/notification_area/notification_area.py", line 157, in __connect_to_tree
self.__tree.apply_filter('workview')
File "/home/iyo/src/gtg/GTG/tools/liblarch/__init__.py", line 506, in apply_filter
reset=reset,refresh=refresh)
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 1109, in apply_filter
self.refilter()
File "/home/iyo/src/gtg/GTG/tools/liblarch/filteredtree.py", line 1080, in refilter
raise Exception('cache_vr should be empty but %s'%self.cache_vr)
Exception: cache_vr should be empty but ['121@1']
[0] SegFault (15:12) ~ > LC_ALL=en_US.UTF-8 XDG_DATA_HOME=`pwd` XDG_CONFIG_HOME=`pwd` src/gtg/gtg -d
2010-10-17 15:12:33,145 - DEBUG - gtg:core_main_init:125 - Debug output enabled.
2010-10-17 15:12:33,146 - DEBUG - __init__:__init__:68 - Backends found: ['backend_evolution', 'backend_tomboy', 'backend_gnote', 'backend_identica', 'backend_twitter', 'backend_rtm', 'backend_localfile', 'backend_launchpad']
2010-10-17 15:12:33,188 - DEBUG - __init__:__init__:77 - Backend backend_twitter could not be loaded: No module named tweepy.models
2010-10-17 15:12:33,337 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-all
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-all
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-all
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-none
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-none
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-none
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,339 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-sep
2010-10-17 15:12:33,339 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-sep
2010-10-17 15:12:33,339 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-sep
2010-10-17 15:12:33,339 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,343 - DEBUG - task:add_child:388 - adding child 1@1 to task 0@1
2010-10-17 15:12:33,343 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,343 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,343 - DEBUG - task:add_child:388 - adding child 2@1 to task 0@1
2010-10-17 15:12:33,343 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,344 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,344 - DEBUG - task:add_child:388 - adding child 3@1 to task 0@1
2010-10-17 15:12:33,344 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,344 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,344 - DEBUG - task:add_child:388 - adding child 4@1 to task 0@1
2010-10-17 15:12:33,345 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,345 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,345 - DEBUG - task:add_child:388 - adding child 5@1 to task 0@1
2010-10-17 15:12:33,345 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,345 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,345 - DEBUG - task:add_child:388 - adding child 6@1 to task 0@1
2010-10-17 15:12:33,346 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,346 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,347 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,347 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,348 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,348 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,348 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,352 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,352 - DEBUG - tree:new_relationship:174 - new relationship between root and 0@1
2010-10-17 15:12:33,352 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,353 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,353 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,353 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,354 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,354 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,390 - DEBUG - tree:new_relationship:174 - new relationship between root and 0@1
2010-10-17 15:12:33,392 - DEBUG - tree:new_relationship:174 - new relationship between root and 0@1
2010-10-17 15:12:33,392 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,393 - DEBUG - tree:new_relationship:174 - new relationship between root and 1@1
2010-10-17 15:12:33,394 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,403 - DEBUG - task:add_child:388 - adding child 1@1 to task 0@1
2010-10-17 15:12:33,403 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,403 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,404 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,405 - DEBUG - tree:new_relationship:174 - new relationship between root and 1@1
2010-10-17 15:12:33,405 - DEBUG - tree:new_relationship:174 - new relationship between root and 1@1
2010-10-17 15:12:33,405 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,406 - DEBUG - tree:new_relationship:174 - new relationship between root and 2@1
2010-10-17 15:12:33,406 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,408 - DEBUG - task:add_child:388 - adding child 2@1 to task 0@1
2010-10-17 15:12:33,408 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,408 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,408 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,409 - DEBUG - tree:new_relationship:174 - new relationship between root and 2@1
2010-10-17 15:12:33,410 - DEBUG - tree:new_relationship:174 - new relationship between root and 2@1
2010-10-17 15:12:33,412 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,412 - DEBUG - tree:new_relationship:174 - new relationship between root and @to_pay
2010-10-17 15:12:33,412 - DEBUG - tree:new_relationship:174 - new relationship between root and @to_pay
2010-10-17 15:12:33,422 - DEBUG - tree:new_relationship:174 - new relationship between root and @to_pay
2010-10-17 15:12:33,425 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,426 - DEBUG - datastore:adding_tag:129 - ********* tag added @to_pay *******
2010-10-17 15:12:33,426 - DEBUG - tree:new_relationship:174 - new relationship between root and @money
2010-10-17 15:12:33,428 - DEBUG - tree:new_relationship:174 - new relationship between root and @money
2010-10-17 15:12:33,430 - DEBUG - tree:new_relationship:174 - new relationship between root and @money
2010-10-17 15:12:33,440 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,441 - DEBUG - datastore:adding_tag:129 - ********* tag added @money *******
2010-10-17 15:12:33,457 - DEBUG - tree:new_relationship:174 - new relationship between root and 3@1
2010-10-17 15:12:33,459 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,459 - DEBUG - task:add_child:388 - adding child 3@1 to task 0@1
2010-10-17 15:12:33,461 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,462 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,462 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,463 - DEBUG - tree:new_relationship:174 - new relationship between root and 3@1
2010-10-17 15:12:33,463 - DEBUG - tree:new_relationship:174 - new relationship between root and 3@1
2010-10-17 15:12:33,463 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,464 - DEBUG - tree:new_relationship:174 - new relationship between root and 4@1
2010-10-17 15:12:33,464 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,464 - DEBUG - task:add_child:388 - adding child 4@1 to task 0@1
2010-10-17 15:12:33,465 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,465 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,465 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,466 - DEBUG - tree:new_relationship:174 - new relationship between root and 4@1
2010-10-17 15:12:33,466 - DEBUG - tree:new_relationship:174 - new relationship between root and 4@1
2010-10-17 15:12:33,466 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,468 - DEBUG - tree:new_relationship:174 - new relationship between root and 5@1
2010-10-17 15:12:33,468 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,468 - DEBUG - task:add_child:388 - adding child 5@1 to task 0@1
2010-10-17 15:12:33,469 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,469 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,469 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,471 - DEBUG - tree:new_relationship:174 - new relationship between root and 5@1
2010-10-17 15:12:33,471 - DEBUG - tree:new_relationship:174 - new relationship between root and 5@1
2010-10-17 15:12:33,472 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,473 - DEBUG - tree:new_relationship:174 - new relationship between root and 6@1
2010-10-17 15:12:33,474 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,474 - DEBUG - task:add_child:388 - adding child 6@1 to task 0@1
2010-10-17 15:12:33,474 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,474 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,474 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,477 - DEBUG - tree:new_relationship:174 - new relationship between root and 6@1
2010-10-17 15:12:33,478 - DEBUG - tree:new_relationship:174 - new relationship between root and 6@1
2010-10-17 15:12:33,478 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,581 - DEBUG - manager:__init__:87 - Manager initialization finished
2010-10-17 15:12:33,583 - DEBUG - manager:open_browser:109 - Browser is open
2010-10-17 15:12:54,501 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 140,14
2010-10-17 15:12:57,238 - DEBUG - tree:new_relationship:174 - new relationship between root and f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:12:57,238 - DEBUG - tree:new_relationship:174 - new relationship between root and f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:12:57,238 - DEBUG - tree:new_relationship:174 - new relationship between root and f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:12:57,238 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:13:01,389 - DEBUG - requester:delete_task:150 - deleting task f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:13:01,392 - DEBUG - requester:delete_task:150 - deleting task f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:13:01,392 - ERROR - datastore:get_task:245 - requested non-existent task
*** Warning *** Trying to remove a non-existing node
{}
{}
2010-10-17 15:13:02,221 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 191,34
2010-10-17 15:13:03,502 - DEBUG - tree:new_relationship:174 - new relationship between root and f777e48c-7ea0-40be-9827-5c9cfe974064
2010-10-17 15:13:03,502 - DEBUG - tree:new_relationship:174 - new relationship between root and f777e48c-7ea0-40be-9827-5c9cfe974064
2010-10-17 15:13:03,502 - DEBUG - tree:new_relationship:174 - new relationship between root and f777e48c-7ea0-40be-9827-5c9cfe974064
2010-10-17 15:13:03,502 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for f777e48c-7ea0-40be-9827-5c9cfe974064
2010-10-17 15:15:55,367 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 210,487
{}
2010-10-17 15:16:10,357 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 187,9
2010-10-17 15:16:11,742 - DEBUG - tree:new_relationship:174 - new relationship between root and 132db875-0d3d-4a21-8b20-d23d7366a668
2010-10-17 15:16:11,742 - DEBUG - tree:new_relationship:174 - new relationship between root and 132db875-0d3d-4a21-8b20-d23d7366a668
2010-10-17 15:16:11,742 - DEBUG - tree:new_relationship:174 - new relationship between root and 132db875-0d3d-4a21-8b20-d23d7366a668
2010-10-17 15:16:11,742 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for 132db875-0d3d-4a21-8b20-d23d7366a668
{}
2010-10-17 15:16:36,557 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 154,38
2010-10-17 15:16:40,558 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 95,175
2010-10-17 15:16:40,725 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 94,175
2010-10-17 15:16:40,768 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 94,175
{}
2010-10-17 15:16:59,982 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 228,191
2010-10-17 15:17:00,509 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 228,167
2010-10-17 15:17:01,021 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 228,146
2010-10-17 15:17:30,692 - DEBUG - task:add_child:388 - adding child 1@1 to task 0@1
2010-10-17 15:17:30,694 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,694 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,694 - DEBUG - task:add_child:388 - adding child 2@1 to task 0@1
2010-10-17 15:17:30,694 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,695 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,695 - DEBUG - task:add_child:388 - adding child 3@1 to task 0@1
2010-10-17 15:17:30,695 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,695 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,695 - DEBUG - task:add_child:388 - adding child 4@1 to task 0@1
2010-10-17 15:17:30,696 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,697 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,697 - DEBUG - task:add_child:388 - adding child 5@1 to task 0@1
2010-10-17 15:17:30,697 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,697 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,697 - DEBUG - task:add_child:388 - adding child 6@1 to task 0@1
2010-10-17 15:17:30,697 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,698 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,714 - DEBUG - task:add_child:388 - adding child 1@1 to task 0@1
2010-10-17 15:17:30,715 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,715 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,715 - DEBUG - task:add_child:388 - adding child 2@1 to task 0@1
2010-10-17 15:17:30,715 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,715 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,715 - DEBUG - task:add_child:388 - adding child 3@1 to task 0@1
2010-10-17 15:17:30,715 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,715 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,715 - DEBUG - task:add_child:388 - adding child 4@1 to task 0@1
2010-10-17 15:17:30,715 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,716 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,716 - DEBUG - task:add_child:388 - adding child 5@1 to task 0@1
2010-10-17 15:17:30,716 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,716 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,716 - DEBUG - task:add_child:388 - adding child 6@1 to task 0@1
2010-10-17 15:17:30,716 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,716 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:19:18,601 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 552,487
2010-10-17 15:19:42,126 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 248,487
2010-10-17 15:19:45,374 - DEBUG - tree:new_relationship:174 - new relationship between root and 35010e5c-394c-4b5e-a3c6-127a9ee247bc
2010-10-17 15:19:45,374 - DEBUG - tree:new_relationship:174 - new relationship between root and 35010e5c-394c-4b5e-a3c6-127a9ee247bc
2010-10-17 15:19:45,374 - DEBUG - tree:new_relationship:174 - new relationship between root and 35010e5c-394c-4b5e-a3c6-127a9ee247bc
2010-10-17 15:19:45,374 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for 35010e5c-394c-4b5e-a3c6-127a9ee247bc
2010-10-17 15:20:09,179 - DEBUG - tree:new_relationship:174 - new relationship between root and @w
2010-10-17 15:20:09,180 - DEBUG - tree:new_relationship:174 - new relationship between root and @w
2010-10-17 15:20:09,180 - DEBUG - tree:new_relationship:174 - new relationship between root and @w
2010-10-17 15:20:09,180 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:20:09,181 - DEBUG - datastore:adding_tag:129 - ********* tag added @w *******
2010-10-17 15:20:09,276 - DEBUG - tree:new_relationship:174 - new relationship between root and @wo
2010-10-17 15:20:09,276 - DEBUG - tree:new_relationship:174 - new relationship between root and @wo
2010-10-17 15:20:09,276 - DEBUG - tree:new_relationship:174 - new relationship between root and @wo
2010-10-17 15:20:09,276 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:20:09,278 - DEBUG - datastore:adding_tag:129 - ********* tag added @wo *******
2010-10-17 15:20:09,356 - DEBUG - tree:new_relationship:174 - new relationship between root and @wor
2010-10-17 15:20:09,356 - DEBUG - tree:new_relationship:174 - new relationship between root and @wor
2010-10-17 15:20:09,356 - DEBUG - tree:new_relationship:174 - new relationship between root and @wor
2010-10-17 15:20:09,356 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:20:09,358 - DEBUG - datastore:adding_tag:129 - ********* tag added @wor *******
2010-10-17 15:20:09,491 - DEBUG - tree:new_relationship:174 - new relationship between root and @work
2010-10-17 15:20:09,492 - DEBUG - tree:new_relationship:174 - new relationship between root and @work
2010-10-17 15:20:09,492 - DEBUG - tree:new_relationship:174 - new relationship between root and @work
2010-10-17 15:20:09,492 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:20:09,493 - DEBUG - datastore:adding_tag:129 - ********* tag added @work *******
{}
2010-10-17 15:20:14,637 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 146,119
2010-10-17 15:20:14,957 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #3 at 146,119
2010-10-17 15:20:20,797 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 126,95
2010-10-17 15:20:21,333 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 120,70
2010-10-17 15:20:21,949 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 109,126
2010-10-17 15:20:22,428 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 77,116
2010-10-17 15:20:31,302 - DEBUG - tree:new_relationship:174 - new relationship between root and 637f3e53-e177-4415-959c-8684c9082de7
2010-10-17 15:20:31,302 - DEBUG - tree:new_relationship:174 - new relationship between root and 637f3e53-e177-4415-959c-8684c9082de7
2010-10-17 15:20:31,302 - DEBUG - tree:new_relationship:174 - new relationship between root and 637f3e53-e177-4415-959c-8684c9082de7
2010-10-17 15:20:31,302 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for 637f3e53-e177-4415-959c-8684c9082de7
{}
2010-10-17 15:21:02,278 - DEBUG - tree:new_relationship:174 - new relationship between root and 74e924f9-23af-4885-84b5-0f2d3f10b081
2010-10-17 15:21:02,278 - DEBUG - tree:new_relationship:174 - new relationship between root and 74e924f9-23af-4885-84b5-0f2d3f10b081
2010-10-17 15:21:02,278 - DEBUG - tree:new_relationship:174 - new relationship between root and 74e924f9-23af-4885-84b5-0f2d3f10b081
2010-10-17 15:21:02,278 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for 74e924f9-23af-4885-84b5-0f2d3f10b081
2010-10-17 15:21:11,076 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 321,34
2010-10-17 15:21:11,237 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 321,34
2010-10-17 15:21:11,284 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 321,34
{'74e924f9-23af-4885-84b5-0f2d3f10b081': <GTG.gtk.editor.editor.TaskEditor instance at 0x7fc6c004a830>}
{}
2010-10-17 15:22:10,670 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 322,68
2010-10-17 15:22:11,245 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 313,45
2010-10-17 15:22:11,949 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 266,31
2010-10-17 15:22:14,613 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 89,13
2010-10-17 15:22:16,773 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 97,27
2010-10-17 15:22:17,893 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 102,10
2010-10-17 15:25:26,609 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 539,555
2010-10-17 15:26:25,069 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 123,34[0] SegFault (15:12) ~ > LC_ALL=en_US.UTF-8 XDG_DATA_HOME=`pwd` XDG_CONFIG_HOME=`pwd` src/gtg/gtg -d
2010-10-17 15:12:33,145 - DEBUG - gtg:core_main_init:125 - Debug output enabled.
2010-10-17 15:12:33,146 - DEBUG - __init__:__init__:68 - Backends found: ['backend_evolution', 'backend_tomboy', 'backend_gnote', 'backend_identica', 'backend_twitter', 'backend_rtm', 'backend_localfile', 'backend_launchpad']
2010-10-17 15:12:33,188 - DEBUG - __init__:__init__:77 - Backend backend_twitter could not be loaded: No module named tweepy.models
2010-10-17 15:12:33,337 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-all
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-all
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-all
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-none
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-none
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-none
2010-10-17 15:12:33,338 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,339 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-sep
2010-10-17 15:12:33,339 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-sep
2010-10-17 15:12:33,339 - DEBUG - tree:new_relationship:174 - new relationship between root and gtg-tags-sep
2010-10-17 15:12:33,339 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,343 - DEBUG - task:add_child:388 - adding child 1@1 to task 0@1
2010-10-17 15:12:33,343 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,343 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,343 - DEBUG - task:add_child:388 - adding child 2@1 to task 0@1
2010-10-17 15:12:33,343 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,344 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,344 - DEBUG - task:add_child:388 - adding child 3@1 to task 0@1
2010-10-17 15:12:33,344 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,344 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,344 - DEBUG - task:add_child:388 - adding child 4@1 to task 0@1
2010-10-17 15:12:33,345 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,345 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,345 - DEBUG - task:add_child:388 - adding child 5@1 to task 0@1
2010-10-17 15:12:33,345 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,345 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,345 - DEBUG - task:add_child:388 - adding child 6@1 to task 0@1
2010-10-17 15:12:33,346 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:12:33,346 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:12:33,347 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,347 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,348 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,348 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,348 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,352 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,352 - DEBUG - tree:new_relationship:174 - new relationship between root and 0@1
2010-10-17 15:12:33,352 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,353 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,353 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,353 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,354 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,354 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,390 - DEBUG - tree:new_relationship:174 - new relationship between root and 0@1
2010-10-17 15:12:33,392 - DEBUG - tree:new_relationship:174 - new relationship between root and 0@1
2010-10-17 15:12:33,392 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,393 - DEBUG - tree:new_relationship:174 - new relationship between root and 1@1
2010-10-17 15:12:33,394 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,403 - DEBUG - task:add_child:388 - adding child 1@1 to task 0@1
2010-10-17 15:12:33,403 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,403 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 1@1
2010-10-17 15:12:33,404 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,405 - DEBUG - tree:new_relationship:174 - new relationship between root and 1@1
2010-10-17 15:12:33,405 - DEBUG - tree:new_relationship:174 - new relationship between root and 1@1
2010-10-17 15:12:33,405 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,406 - DEBUG - tree:new_relationship:174 - new relationship between root and 2@1
2010-10-17 15:12:33,406 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,408 - DEBUG - task:add_child:388 - adding child 2@1 to task 0@1
2010-10-17 15:12:33,408 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,408 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 2@1
2010-10-17 15:12:33,408 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,409 - DEBUG - tree:new_relationship:174 - new relationship between root and 2@1
2010-10-17 15:12:33,410 - DEBUG - tree:new_relationship:174 - new relationship between root and 2@1
2010-10-17 15:12:33,412 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,412 - DEBUG - tree:new_relationship:174 - new relationship between root and @to_pay
2010-10-17 15:12:33,412 - DEBUG - tree:new_relationship:174 - new relationship between root and @to_pay
2010-10-17 15:12:33,422 - DEBUG - tree:new_relationship:174 - new relationship between root and @to_pay
2010-10-17 15:12:33,425 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,426 - DEBUG - datastore:adding_tag:129 - ********* tag added @to_pay *******
2010-10-17 15:12:33,426 - DEBUG - tree:new_relationship:174 - new relationship between root and @money
2010-10-17 15:12:33,428 - DEBUG - tree:new_relationship:174 - new relationship between root and @money
2010-10-17 15:12:33,430 - DEBUG - tree:new_relationship:174 - new relationship between root and @money
2010-10-17 15:12:33,440 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,441 - DEBUG - datastore:adding_tag:129 - ********* tag added @money *******
2010-10-17 15:12:33,457 - DEBUG - tree:new_relationship:174 - new relationship between root and 3@1
2010-10-17 15:12:33,459 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,459 - DEBUG - task:add_child:388 - adding child 3@1 to task 0@1
2010-10-17 15:12:33,461 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,462 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 3@1
2010-10-17 15:12:33,462 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,463 - DEBUG - tree:new_relationship:174 - new relationship between root and 3@1
2010-10-17 15:12:33,463 - DEBUG - tree:new_relationship:174 - new relationship between root and 3@1
2010-10-17 15:12:33,463 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,464 - DEBUG - tree:new_relationship:174 - new relationship between root and 4@1
2010-10-17 15:12:33,464 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,464 - DEBUG - task:add_child:388 - adding child 4@1 to task 0@1
2010-10-17 15:12:33,465 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,465 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 4@1
2010-10-17 15:12:33,465 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,466 - DEBUG - tree:new_relationship:174 - new relationship between root and 4@1
2010-10-17 15:12:33,466 - DEBUG - tree:new_relationship:174 - new relationship between root and 4@1
2010-10-17 15:12:33,466 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,468 - DEBUG - tree:new_relationship:174 - new relationship between root and 5@1
2010-10-17 15:12:33,468 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,468 - DEBUG - task:add_child:388 - adding child 5@1 to task 0@1
2010-10-17 15:12:33,469 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,469 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 5@1
2010-10-17 15:12:33,469 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,471 - DEBUG - tree:new_relationship:174 - new relationship between root and 5@1
2010-10-17 15:12:33,471 - DEBUG - tree:new_relationship:174 - new relationship between root and 5@1
2010-10-17 15:12:33,472 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,473 - DEBUG - tree:new_relationship:174 - new relationship between root and 6@1
2010-10-17 15:12:33,474 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,474 - DEBUG - task:add_child:388 - adding child 6@1 to task 0@1
2010-10-17 15:12:33,474 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,474 - DEBUG - tree:new_relationship:174 - new relationship between 0@1 and 6@1
2010-10-17 15:12:33,474 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,477 - DEBUG - tree:new_relationship:174 - new relationship between root and 6@1
2010-10-17 15:12:33,478 - DEBUG - tree:new_relationship:174 - new relationship between root and 6@1
2010-10-17 15:12:33,478 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:12:33,581 - DEBUG - manager:__init__:87 - Manager initialization finished
2010-10-17 15:12:33,583 - DEBUG - manager:open_browser:109 - Browser is open
2010-10-17 15:12:54,501 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 140,14
2010-10-17 15:12:57,238 - DEBUG - tree:new_relationship:174 - new relationship between root and f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:12:57,238 - DEBUG - tree:new_relationship:174 - new relationship between root and f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:12:57,238 - DEBUG - tree:new_relationship:174 - new relationship between root and f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:12:57,238 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:13:01,389 - DEBUG - requester:delete_task:150 - deleting task f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:13:01,392 - DEBUG - requester:delete_task:150 - deleting task f81dd92d-cb99-46f5-8bf5-d20020702cbb
2010-10-17 15:13:01,392 - ERROR - datastore:get_task:245 - requested non-existent task
*** Warning *** Trying to remove a non-existing node
{}
{}
2010-10-17 15:13:02,221 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 191,34
2010-10-17 15:13:03,502 - DEBUG - tree:new_relationship:174 - new relationship between root and f777e48c-7ea0-40be-9827-5c9cfe974064
2010-10-17 15:13:03,502 - DEBUG - tree:new_relationship:174 - new relationship between root and f777e48c-7ea0-40be-9827-5c9cfe974064
2010-10-17 15:13:03,502 - DEBUG - tree:new_relationship:174 - new relationship between root and f777e48c-7ea0-40be-9827-5c9cfe974064
2010-10-17 15:13:03,502 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for f777e48c-7ea0-40be-9827-5c9cfe974064
2010-10-17 15:15:55,367 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 210,487
{}
2010-10-17 15:16:10,357 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 187,9
2010-10-17 15:16:11,742 - DEBUG - tree:new_relationship:174 - new relationship between root and 132db875-0d3d-4a21-8b20-d23d7366a668
2010-10-17 15:16:11,742 - DEBUG - tree:new_relationship:174 - new relationship between root and 132db875-0d3d-4a21-8b20-d23d7366a668
2010-10-17 15:16:11,742 - DEBUG - tree:new_relationship:174 - new relationship between root and 132db875-0d3d-4a21-8b20-d23d7366a668
2010-10-17 15:16:11,742 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for 132db875-0d3d-4a21-8b20-d23d7366a668
{}
2010-10-17 15:16:36,557 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 154,38
2010-10-17 15:16:40,558 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 95,175
2010-10-17 15:16:40,725 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 94,175
2010-10-17 15:16:40,768 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 94,175
{}
2010-10-17 15:16:59,982 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 228,191
2010-10-17 15:17:00,509 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 228,167
2010-10-17 15:17:01,021 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 228,146
2010-10-17 15:17:30,692 - DEBUG - task:add_child:388 - adding child 1@1 to task 0@1
2010-10-17 15:17:30,694 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,694 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,694 - DEBUG - task:add_child:388 - adding child 2@1 to task 0@1
2010-10-17 15:17:30,694 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,695 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,695 - DEBUG - task:add_child:388 - adding child 3@1 to task 0@1
2010-10-17 15:17:30,695 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,695 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,695 - DEBUG - task:add_child:388 - adding child 4@1 to task 0@1
2010-10-17 15:17:30,696 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,697 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,697 - DEBUG - task:add_child:388 - adding child 5@1 to task 0@1
2010-10-17 15:17:30,697 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,697 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,697 - DEBUG - task:add_child:388 - adding child 6@1 to task 0@1
2010-10-17 15:17:30,697 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,698 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,714 - DEBUG - task:add_child:388 - adding child 1@1 to task 0@1
2010-10-17 15:17:30,715 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,715 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,715 - DEBUG - task:add_child:388 - adding child 2@1 to task 0@1
2010-10-17 15:17:30,715 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,715 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,715 - DEBUG - task:add_child:388 - adding child 3@1 to task 0@1
2010-10-17 15:17:30,715 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,715 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,715 - DEBUG - task:add_child:388 - adding child 4@1 to task 0@1
2010-10-17 15:17:30,715 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,716 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,716 - DEBUG - task:add_child:388 - adding child 5@1 to task 0@1
2010-10-17 15:17:30,716 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,716 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:17:30,716 - DEBUG - task:add_child:388 - adding child 6@1 to task 0@1
2010-10-17 15:17:30,716 - DEBUG - tree:new_relationship:441 - ** There's still no tree, relationship is pending
2010-10-17 15:17:30,716 - DEBUG - task:add_child:401 - child addition failed (or still pending)
2010-10-17 15:19:18,601 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 552,487
2010-10-17 15:19:42,126 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 248,487
2010-10-17 15:19:45,374 - DEBUG - tree:new_relationship:174 - new relationship between root and 35010e5c-394c-4b5e-a3c6-127a9ee247bc
2010-10-17 15:19:45,374 - DEBUG - tree:new_relationship:174 - new relationship between root and 35010e5c-394c-4b5e-a3c6-127a9ee247bc
2010-10-17 15:19:45,374 - DEBUG - tree:new_relationship:174 - new relationship between root and 35010e5c-394c-4b5e-a3c6-127a9ee247bc
2010-10-17 15:19:45,374 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for 35010e5c-394c-4b5e-a3c6-127a9ee247bc
2010-10-17 15:20:09,179 - DEBUG - tree:new_relationship:174 - new relationship between root and @w
2010-10-17 15:20:09,180 - DEBUG - tree:new_relationship:174 - new relationship between root and @w
2010-10-17 15:20:09,180 - DEBUG - tree:new_relationship:174 - new relationship between root and @w
2010-10-17 15:20:09,180 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:20:09,181 - DEBUG - datastore:adding_tag:129 - ********* tag added @w *******
2010-10-17 15:20:09,276 - DEBUG - tree:new_relationship:174 - new relationship between root and @wo
2010-10-17 15:20:09,276 - DEBUG - tree:new_relationship:174 - new relationship between root and @wo
2010-10-17 15:20:09,276 - DEBUG - tree:new_relationship:174 - new relationship between root and @wo
2010-10-17 15:20:09,276 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:20:09,278 - DEBUG - datastore:adding_tag:129 - ********* tag added @wo *******
2010-10-17 15:20:09,356 - DEBUG - tree:new_relationship:174 - new relationship between root and @wor
2010-10-17 15:20:09,356 - DEBUG - tree:new_relationship:174 - new relationship between root and @wor
2010-10-17 15:20:09,356 - DEBUG - tree:new_relationship:174 - new relationship between root and @wor
2010-10-17 15:20:09,356 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:20:09,358 - DEBUG - datastore:adding_tag:129 - ********* tag added @wor *******
2010-10-17 15:20:09,491 - DEBUG - tree:new_relationship:174 - new relationship between root and @work
2010-10-17 15:20:09,492 - DEBUG - tree:new_relationship:174 - new relationship between root and @work
2010-10-17 15:20:09,492 - DEBUG - tree:new_relationship:174 - new relationship between root and @work
2010-10-17 15:20:09,492 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
2010-10-17 15:20:09,493 - DEBUG - datastore:adding_tag:129 - ********* tag added @work *******
{}
2010-10-17 15:20:14,637 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 146,119
2010-10-17 15:20:14,957 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #3 at 146,119
2010-10-17 15:20:20,797 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 126,95
2010-10-17 15:20:21,333 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 120,70
2010-10-17 15:20:21,949 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 109,126
2010-10-17 15:20:22,428 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 77,116
2010-10-17 15:20:31,302 - DEBUG - tree:new_relationship:174 - new relationship between root and 637f3e53-e177-4415-959c-8684c9082de7
2010-10-17 15:20:31,302 - DEBUG - tree:new_relationship:174 - new relationship between root and 637f3e53-e177-4415-959c-8684c9082de7
2010-10-17 15:20:31,302 - DEBUG - tree:new_relationship:174 - new relationship between root and 637f3e53-e177-4415-959c-8684c9082de7
2010-10-17 15:20:31,302 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for 637f3e53-e177-4415-959c-8684c9082de7
{}
2010-10-17 15:21:02,278 - DEBUG - tree:new_relationship:174 - new relationship between root and 74e924f9-23af-4885-84b5-0f2d3f10b081
2010-10-17 15:21:02,278 - DEBUG - tree:new_relationship:174 - new relationship between root and 74e924f9-23af-4885-84b5-0f2d3f10b081
2010-10-17 15:21:02,278 - DEBUG - tree:new_relationship:174 - new relationship between root and 74e924f9-23af-4885-84b5-0f2d3f10b081
2010-10-17 15:21:02,278 - DEBUG - tree:new_relationship:209 - * * * * * Relationship already existing
requester send signal : task-added for 74e924f9-23af-4885-84b5-0f2d3f10b081
2010-10-17 15:21:11,076 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 321,34
2010-10-17 15:21:11,237 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 321,34
2010-10-17 15:21:11,284 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 321,34
{'74e924f9-23af-4885-84b5-0f2d3f10b081': <GTG.gtk.editor.editor.TaskEditor instance at 0x7fc6c004a830>}
{}
2010-10-17 15:22:10,670 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 322,68
2010-10-17 15:22:11,245 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 313,45
2010-10-17 15:22:11,949 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 266,31
2010-10-17 15:22:14,613 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 89,13
2010-10-17 15:22:16,773 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 97,27
2010-10-17 15:22:17,893 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 102,10
2010-10-17 15:25:26,609 - DEBUG - browser:on_task_treeview_button_press_event:895 - Received button event #1 at 539,555
2010-10-17 15:26:25,069 - DEBUG - browser:on_tag_treeview_button_press_event:829 - Received button event #1 at 123,34
Follow ups