GNOME Bugzilla – Bug 303374
patch adding hint lines in gantt view
Last modified: 2006-05-20 02:04:29 UTC
This patch add another canvas PlannerGanttHint which draw hint lines in Gantt view so that users may look up task names from task bars easier. This feature could be toggled in View menu. It would be possible to add this canvas to resource usage view too, if you find it useful.
Created attachment 46130 [details] [review] patch against cvs
That looks really nice! I'm thinking though that it might make sense to do it in the background item instead of in its own item?
Yes, i think so :) Because it's the first time i touch planner source and planner-gantt-background.c seems complicated so i made a copy of it and removed redundant things to make planner-gantt-hint.c Would you like me to merge it to planner-gantt-background.c or you do it yourself?
It would be great if you could do it :)
Created attachment 46237 [details] [review] hint lines patch here it is
Thanks! I'll try to look at it as soon as possible.
I have tested this patch against Version 0.13. It works very well. Thanks!
Created attachment 65376 [details] [review] hint-lines-patch backported to 0.13
*** Bug 318479 has been marked as a duplicate of this bug. ***
Just tested and committed this patch. Thanks! Working now toward v0.14 release which should be ready in a few weeks.