After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 303374 - patch adding hint lines in gantt view
patch adding hint lines in gantt view
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
unspecified
Other Linux
: High enhancement
: ---
Assigned To: planner-maint
planner-maint
: 318479 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-05-07 14:29 UTC by Nguyen Thai Ngoc Duy
Modified: 2006-05-20 02:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch against cvs (17.49 KB, patch)
2005-05-07 14:30 UTC, Nguyen Thai Ngoc Duy
none Details | Review
hint lines patch (7.50 KB, patch)
2005-05-09 13:46 UTC, Nguyen Thai Ngoc Duy
none Details | Review
hint-lines-patch backported to 0.13 (6.87 KB, patch)
2006-05-13 11:37 UTC, Dominik Stadler
none Details | Review

Description Nguyen Thai Ngoc Duy 2005-05-07 14:29:19 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.
Comment 1 Nguyen Thai Ngoc Duy 2005-05-07 14:30:16 UTC
Created attachment 46130 [details] [review]
patch against cvs
Comment 2 Richard Hult 2005-05-07 20:56:17 UTC
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? 
Comment 3 Nguyen Thai Ngoc Duy 2005-05-08 07:57:59 UTC
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?
Comment 4 Richard Hult 2005-05-08 11:14:19 UTC
It would be great if you could do it :)
Comment 5 Nguyen Thai Ngoc Duy 2005-05-09 13:46:43 UTC
Created attachment 46237 [details] [review]
hint lines patch

here it is
Comment 6 Richard Hult 2005-05-18 22:15:43 UTC
Thanks! I'll try to look at it as soon as possible.
Comment 7 Dominik Stadler 2006-05-13 11:36:50 UTC
I have tested this patch against Version 0.13. It works very well. Thanks!
Comment 8 Dominik Stadler 2006-05-13 11:37:18 UTC
Created attachment 65376 [details] [review]
hint-lines-patch backported to 0.13
Comment 9 Kurt Maute 2006-05-20 02:01:37 UTC
*** Bug 318479 has been marked as a duplicate of this bug. ***
Comment 10 Kurt Maute 2006-05-20 02:04:29 UTC
Just tested and committed this patch.  Thanks!  Working now toward v0.14 release which should be ready in a few weeks.