-
Notifications
You must be signed in to change notification settings - Fork 3
/
todo.txt
64 lines (39 loc) · 1.38 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
BUGFIXES
DONE need to make gmail die gracefully when no http connection
// - add ordering to events
DONE FAIRLY MUCH - do proper logging support
#PERHAPS NOT NEEDED - pass handlers to events done with event_handled
# NOT NEEDED AT THIS TImE PERhAPS - add some way of calling back a return value from events
AWESOME
- escape command string
DONE - work out a way of identifying different event types, so that I can detect a subclass
of notification event as a notification event #DONE
ICONS
DONE - allow both a gtk name and path to be passed, return only ever paths
THINGS PASSED
PERHAPS NOT???! - when an event should be ended prematurely, then is it valid to
call handled? NO IT IS NOT IMO
RECURRINGFUNCTIONCALLEVENT
- add option to force repeat, even if it returns false
HEAPIFY
NO LONGER DOING see http://www.python.org/doc/2.5.2/lib/module-heapq.html
- roll my own, but at least make EventQueue behave like a heap
peek
pop
push
Watch folder
DONE - make a watch folder plugin
Fogobogo
- add him to credits
Credits
- make some credits
!!!!!!!!!!!!!!
FOR EVENTS, ADD A add_to_event_queue() method
convert all modules to use this
actually don't
just make events add themselves
not reason not to...........
ALSO
make a decorator for menu items!? bleh a tad too tricky if you ask me :P
PER EVARYONT'S REQUEST
add urgency levels to notifications (default to 1, normal)