[taskjuggler] tjx2gantt improvements

g3tq-jcrq_at_dea.spamcon.org
Date: Thu Jun 19 2003 - 17:34:47 CEST


Message-Id: <200306191534.h5JFYlT07968@localhost.localdomain>
From: g3tq-jcrq@dea.spamcon.org
Date: Thu, 19 Jun 2003 17:34:47 +0200
Subject: [taskjuggler] tjx2gantt improvements

Hello !

Two things that I would like to improve on tjx2gantt:

- milestones appear one day early, as their time is taken at 00h00 instead of
the end of the day. This gets obviously decided on line 519:
        my ($x, $y) = _trans_coord($_x1, $_y1+($task_height/2));
What are the units for $_x1 ? can I just add +1 to $_x1 ?

- I'd like to draw some kind of window/line/shadow-border around all the tasks
that a container contains. This would make it easier to distinguish between
the last contained task and the next task that is not contained. For this, I
imagine that I need to know how many tasks are contained. Is this value
already available somewhere (in some hash) or do I need to compute it ? Can I
easilly do this with a "foreach my $task (@all_tasks) { $count++ if [some
condition] }" ?

- Is there a way to control the order in which the tasks get displayed on the
gantt ?

Thanks.

Marcel.

-- 
To unsubscribe, email the address listed in the List-Unsubscribe header
For additional commands, email: taskjuggler-help@suse.com


This archive was generated by hypermail 2.1.7 : Mon Jun 23 2003 - 10:47:35 CEST