If Task Coach creates an effort record and enters the start time when the start button is clicked and Task Coach remembers all effort records (even records...
30
spboulet
Feb 6, 2005 9:05 pm
I just installed TaskCoach and noticed a couple of things. The right columns are not sized nicely on startup: http://64.81.147.30/taskcoach.png Is this...
31
spboulet
Feb 6, 2005 9:05 pm
Some things I've noticed: the dialog box for entering a task doesn't go away when 'OK' is pressed. Is this intentional? Also, the task tree is not updated...
32
Frank Niessink
fniessink
Feb 6, 2005 9:13 pm
... Good suggestion. I've added it to the suggested features list. Thanks, Frank...
33
Frank Niessink
fniessink
Feb 6, 2005 9:16 pm
... No, it should go away ('self.Destroy()' is called when you press OK). Weird. ... Strange. And this is with version 0.19? You may wanna try version 0.20...
34
Frank Niessink
fniessink
Feb 6, 2005 9:40 pm
... Hmmm, how I implemented to hide columns was to resize them to a width of 0. Apparently a width of 0 means different things on different platforms ... I...
35
Frank Niessink
fniessink
Feb 6, 2005 10:10 pm
Hi all, I am pleased to announce release 0.20 of Task Coach. New in this release: Features added: - Effort can be viewed summarized per day, per week, and per...
36
Frank Niessink
fniessink
Feb 6, 2005 10:35 pm
... Hi all, Replying to my own announcement, I have a couple of plans I'd like to discuss with you. First, I want to move to having both stable and less-stable...
37
Jerome Laheurte
fraca7
Feb 7, 2005 7:23 am
... I don't have this behaviour. This is typically caused by an exception that wx ignores; what is the output of TaskCoach launched from a terminal when this...
38
Jerome Laheurte
fraca7
Feb 7, 2005 7:34 am
... From Task Coach, I don't think it's a good idea. Think about the non-developper user who finds 'Run unittests' in a menu :( But in the tarball, good idea....
39
Mamading Ceesay
mceesay
Feb 7, 2005 9:50 pm
... Did the announcement actually make it to the list? I don't recall seeing it and I also searched my gmail account for it. ... Sounds reasonable as long as...
40
Frank Niessink
fniessink
Feb 7, 2005 10:31 pm
... Yes, it did: http://groups.yahoo.com/group/taskcoach/message/35 ... Oh, I just went ahead and registered Task Coach as a new project at SF. Why do you...
41
Stephen Boulet
spboulet
Feb 8, 2005 10:59 am
... Fixed in version 0.20 for me. ... I'm still seeing it. Here is the long list of feedback I get when I insert a task (using...
42
Jerome Laheurte
fraca7
Feb 8, 2005 7:26 pm
From the second time you minimize TaskCoach on, it stays in the taskbar. This does not affect Linux, only Windows. It is related to the fact that when...
43
Mamading Ceesay
mceesay
Feb 9, 2005 2:26 am
... It only appeared in my inbox yesterday, so there's some sort of lag somewhere. ... I've no direct experience of this but I have seen a number of developer...
44
dwatson103
Feb 9, 2005 10:38 am
I think Task Coach would be infinitely better in the Windows version if it actually worked. Every time I try to run it, it crashes with the error of: "Your...
45
Jerome Laheurte
fraca7
Feb 9, 2005 7:09 pm
Here is a patch for the problem described earlier: --begin cut-------------------------------------------------- ... +++ mainwindow.py.new 2005-02-09...
46
Frank Niessink
fniessink
Feb 9, 2005 9:35 pm
... [snip] ... It's weird that this assertion is not triggered under the Windows version of wxPython/wxWindows. Anyway, the fix is to make sure the stopRow is...
47
Frank Niessink
fniessink
Feb 9, 2005 10:02 pm
... [snip] ... I applied the patch, but the explicit Show() in the constructor of WindowWithPersistentDimensions had as a disadvantage that during running the...
48
Frank Niessink
fniessink
Feb 9, 2005 10:07 pm
... Could you please report what version of Windows you're on and what version of Task Coach you ran? Are you sure the message you quote above is the exact...
49
Frank Niessink
fniessink
Feb 9, 2005 10:54 pm
Hi all, I am pleased to announce release 0.21 of Task Coach. This is a bugfix release: Bugs fixed (I hope, please check): - Setting the start date/time in the...
50
Stephen Boulet
spboulet
Feb 10, 2005 3:38 am
... The tree is getting updated now with 0.21. However, I'm getting segmentation faults now and again. If I do the following: 1. create task1 2. create task2...
51
Jerome Laheurte
fraca7
Feb 10, 2005 10:35 am
... Seems to work like a charm. -- Jérôme Laheurte <fraca7@...> "I may not be totally perfect, but parts of me are excellent." -- Ashleigh Brilliant...
52
Frank Niessink
fniessink
Feb 11, 2005 3:44 pm
... This works fine under Windows XP. ... It's difficult to see where this error originates. Perhaps it has something to do with the...
53
Stephen Boulet
spboulet
Feb 12, 2005 2:46 am
... This came up when I was selecting the menu ring for the month names (trying to change to a different month. Stephen...
54
Jerome Laheurte
fraca7
Feb 12, 2005 8:38 am
... I can reproduce that under gdb, and the sigsegv actually happens in wxTreeCtrl.Delete (in TreeCtrl.deleteUnusedItems). It happens whenever I try to modify...
55
ant_aranda
Feb 16, 2005 7:08 pm
Hello, I think that it would be great to allow the saving of the tasks in a format that allows their processing (like xml). In particular, this would allow to...
56
Frank Niessink
fniessink
Feb 16, 2005 7:32 pm
... Currently, there is no export function. But, I'm currently working on a 'Export as XML' function. I expect it to be part of the next release (at least...
57
Frank Niessink
fniessink
Feb 17, 2005 10:02 pm
Hi all, I am pleased to announce release 0.22 of Task Coach. New in this release: Bugs fixed: - In the effort summary view, effort spent on a task in the same...
58
Frank Niessink
fniessink
Feb 17, 2005 10:08 pm
... Dear Linux users, and Mac if any, I would appreciate if you could run the unittests and mail me the results together with precise platform information...