OSDN Git Service

tjqt4port/tj2qt4.git
15 years agoMerge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler...
Chris Schlaeger [Sun, 18 Jan 2009 19:22:42 +0000 (20:22 +0100)]
Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/taskjuggler.org/htdocs/git-repos/taskjuggler

15 years agoAdded some more checks to prevents crashes in the GUI.
Chris Schlaeger [Sun, 18 Jan 2009 19:19:22 +0000 (20:19 +0100)]
Added some more checks to prevents crashes in the GUI.

When pressing certain buttons and keys at a high rate, the GUI can
crash. These fixes make this more unlikely, but are not a proper fix.
Since this won't occur in normal operation, I don't spend time on
trying to fix this.

15 years agoRevert "Kill some redundant checks."
Chris Schlaeger [Sun, 18 Jan 2009 18:40:29 +0000 (19:40 +0100)]
Revert "Kill some redundant checks."

This reverts commit f335fd14c8ae0f0139d7d0881dd4951cb126a929.

15 years agoDead code
Ray Lehtiniemi [Sat, 28 Jun 2008 22:46:13 +0000 (16:46 -0600)]
Dead code

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoCache return value in local var
Ray Lehtiniemi [Sat, 28 Jun 2008 04:29:07 +0000 (22:29 -0600)]
Cache return value in local var

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoKill a bunch of unneeded static_cast<>
Ray Lehtiniemi [Sat, 28 Jun 2008 03:58:27 +0000 (21:58 -0600)]
Kill a bunch of unneeded static_cast<>

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoConstify getTable() to eliminate some const_cast<>() calls.
Ray Lehtiniemi [Sat, 28 Jun 2008 03:09:06 +0000 (21:09 -0600)]
Constify getTable() to eliminate some const_cast<>() calls.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoUse Report::generate() virtual function to dispatch reports.
Ray Lehtiniemi [Fri, 27 Jun 2008 19:08:04 +0000 (13:08 -0600)]
Use Report::generate() virtual function to dispatch reports.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoLoosen reportDef pointer type to eliminate a static cast.
Ray Lehtiniemi [Sat, 28 Jun 2008 02:55:13 +0000 (20:55 -0600)]
Loosen reportDef pointer type to eliminate a static cast.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoKill some redundant checks.
Ray Lehtiniemi [Fri, 27 Jun 2008 21:11:31 +0000 (15:11 -0600)]
Kill some redundant checks.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoUse local vars to reduce code clutter.
Ray Lehtiniemi [Fri, 27 Jun 2008 19:18:27 +0000 (13:18 -0600)]
Use local vars to reduce code clutter.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoMissed a kotrus variable
Ray Lehtiniemi [Fri, 27 Jun 2008 08:33:58 +0000 (02:33 -0600)]
Missed a kotrus variable

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoFix several crashes with repeated rescheduling.
Ray Lehtiniemi [Fri, 27 Jun 2008 05:51:50 +0000 (23:51 -0600)]
Fix several crashes with repeated rescheduling.

Holding down F9 to repeatedly reschedule the project would trigger
instantaneous crashes.  Add several checks to prevent a variety of
these problems.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoUse initializer list
Ray Lehtiniemi [Fri, 27 Jun 2008 05:16:38 +0000 (23:16 -0600)]
Use initializer list

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoDead code removal
Ray Lehtiniemi [Fri, 27 Jun 2008 05:15:58 +0000 (23:15 -0600)]
Dead code removal

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoMake example installation work with --prefix.
Ray Lehtiniemi [Mon, 17 Dec 2007 03:39:54 +0000 (20:39 -0700)]
Make example installation work with --prefix.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
15 years agoFix ICal bug with missing start times on certain tasks.
Chris Schlaeger [Sun, 18 Jan 2009 16:37:28 +0000 (17:37 +0100)]
Fix ICal bug with missing start times on certain tasks.

This bug was reported by xkahn.
http://www.taskjuggler.org/FUDforum2/index.php?t=msg&th=4000&start=0&rid=65&S=b205e5585c04e9a561daddc83220beb3

15 years agoThe sum in CSV account reports was wrong.
Chris Schlaeger [Sat, 17 Jan 2009 09:32:33 +0000 (10:32 +0100)]
The sum in CSV account reports was wrong.

The report did not default to tree mode.
Removed some empty *.cpp files.

15 years agoGet rid of some empty *.cpp files.
Chris Schlaeger [Mon, 15 Sep 2008 16:53:38 +0000 (18:53 +0200)]
Get rid of some empty *.cpp files.

15 years agoMerge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler...
Chris Schlaeger [Mon, 15 Sep 2008 00:46:00 +0000 (02:46 +0200)]
Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/taskjuggler.org/htdocs/git-repos/taskjuggler

Conflicts:

docs/en/ChangeLog.xml

15 years agoAdded logical expression function 'isDependencyOf()'.
Chris Schlaeger [Mon, 15 Sep 2008 00:44:52 +0000 (02:44 +0200)]
Added logical expression function 'isDependencyOf()'.

15 years agoadded a new tasjuggler emacs mode
Stefan Kamphausen [Fri, 25 Jul 2008 09:00:10 +0000 (11:00 +0200)]
added a new tasjuggler emacs mode

Signed-off-by: Stefan Kamphausen <skampi@gmx.net>
15 years agoCorrected date-tool shortcut in 'Tip of the day' message.
Georg Hofmann [Wed, 13 Aug 2008 10:57:05 +0000 (12:57 +0200)]
Corrected date-tool shortcut in 'Tip of the day' message.

15 years agoAdded a dash between dates to meet TJ 2.4.1 date interval syntax.
Georg Hofmann [Sun, 27 Jul 2008 17:48:17 +0000 (19:48 +0200)]
Added a dash between dates to meet TJ 2.4.1 date interval syntax.

Signed-off-by: Georg Hofmann <coyote_x@gmx.de>
15 years agoFixed possible values for sloppy in the reference from 0-3 to 0-2.
Georg Hofmann [Sun, 27 Jul 2008 10:57:58 +0000 (12:57 +0200)]
Fixed possible values for sloppy in the reference from 0-3 to 0-2.

Signed-off-by: Georg Hofmann <coyote_x@gmx.de>
15 years agoAdd changes suggested by coyote_x.
Chris Schlaeger [Sat, 23 Aug 2008 07:46:50 +0000 (09:46 +0200)]
Add changes suggested by coyote_x.

15 years agoFix manual error reported by coyote_x.
Chris Schlaeger [Sat, 23 Aug 2008 07:37:25 +0000 (09:37 +0200)]
Fix manual error reported by coyote_x.

15 years agoProperly report summary columns in CVS account reports and use separators for all...
Chris Schlaeger [Sun, 13 Jul 2008 19:42:15 +0000 (21:42 +0200)]
Properly report summary columns in CVS account reports and use separators for all columns.

This bug was reported by lieven: http://www.taskjuggler.org/FUDforum2/index.php?t=msg&th=3946&start=0&rid=65&S=5a4f687af83c142e978a1e65d773dabe

15 years agoFix crash on template dialog with some older Qt versions.
Chris Schlaeger [Sun, 13 Jul 2008 16:54:04 +0000 (18:54 +0200)]
Fix crash on template dialog with some older Qt versions.

Also get rid of some gcc 4.3 compiler warnings.

15 years agoChange error for missing ICal support to warning.
Rene Kuettner [Wed, 11 Jun 2008 08:53:07 +0000 (10:53 +0200)]
Change error for missing ICal support to warning.

This fixes a build error when building without KDE support.

Signed-off-by: Rene Kuettner <rene@bitkanal.net>
16 years agoAdd 'accounts' column to interactive reports as well.
Chris Schlaeger [Thu, 29 May 2008 11:14:39 +0000 (13:14 +0200)]
Add 'accounts' column to interactive reports as well.

16 years agoAdded support for 'accounts' columns in reports.
Chris Schlaeger [Thu, 29 May 2008 07:15:29 +0000 (09:15 +0200)]
Added support for 'accounts' columns in reports.

16 years agoFinally marking 2.4.1 as final.
Chris Schlaeger [Tue, 6 May 2008 12:26:03 +0000 (14:26 +0200)]
Finally marking 2.4.1 as final.

16 years agoMake DTD more standard compliant.
Chris Schlaeger [Tue, 6 May 2008 10:00:54 +0000 (12:00 +0200)]
Make DTD more standard compliant.

16 years agoFix templates to no longer generate missing dash in time interval warnings.
Chris Schlaeger [Mon, 5 May 2008 14:45:26 +0000 (16:45 +0200)]
Fix templates to no longer generate missing dash in time interval warnings.

16 years agoFix for typos in TestSuite/runtests.
René Küttner [Tue, 18 Mar 2008 20:44:46 +0000 (21:44 +0100)]
Fix for typos in TestSuite/runtests.

Signed-off-by: René Küttner <rene@bitkanal.net>
16 years agoThese files must have slipped into the repository by accident. They are not needed.
Chris Schlaeger [Mon, 17 Mar 2008 09:03:21 +0000 (10:03 +0100)]
These files must have slipped into the repository by accident. They are not needed.

16 years agoFix variable initialization in TestSuite/runtests.
Rene Kuettner [Thu, 13 Mar 2008 22:08:44 +0000 (23:08 +0100)]
Fix variable initialization in TestSuite/runtests.

Signed-off-by: Rene Kuettner <rene@bitkanal.net>
16 years agoAdding missing unit to padding-left and padding-right attributes in HTML reports.
Chris Schlaeger [Sun, 16 Mar 2008 08:55:34 +0000 (09:55 +0100)]
Adding missing unit to padding-left and padding-right attributes in HTML reports.

Bug reported by kleiner77.

16 years agoFix UTF8 problem in macros. This bug was reported by kdenisb.
Chris Schlaeger [Mon, 3 Mar 2008 08:14:57 +0000 (09:14 +0100)]
Fix UTF8 problem in macros. This bug was reported by kdenisb.

16 years agoMerge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler...
Chris Schlaeger [Sun, 24 Feb 2008 15:02:48 +0000 (16:02 +0100)]
Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/taskjuggler.org/htdocs/git-repos/taskjuggler

16 years agoGetting ready for 2.4.1_beta2.
Chris Schlaeger [Sun, 24 Feb 2008 15:00:58 +0000 (16:00 +0100)]
Getting ready for 2.4.1_beta2.

16 years agoFixed sorting of resources in GUI resource reports.
Chris Schlaeger [Wed, 6 Feb 2008 15:22:54 +0000 (16:22 +0100)]
Fixed sorting of resources in GUI resource reports.

Bug reported by oliver.lehm.

16 years agoRemapped date picker hotkey in GUI to CTRL-SHIFT-t to avoid conflict.
Chris Schlaeger [Mon, 4 Feb 2008 09:50:17 +0000 (10:50 +0100)]
Remapped date picker hotkey in GUI to CTRL-SHIFT-t to avoid conflict.

16 years agoAdd new column to changelog.
Chris Schlaeger [Wed, 30 Jan 2008 16:23:09 +0000 (17:23 +0100)]
Add new column to changelog.

16 years agonew column 'hierarchlevel' added to report
Oliver Lehm [Tue, 29 Jan 2008 11:50:57 +0000 (12:50 +0100)]
new column 'hierarchlevel' added to report

Signed-off-by: Oliver Lehm <oliver.lehm@gmx.de>
16 years agoFixed typo reported by Erik Sigra.
Chris Schlaeger [Mon, 28 Jan 2008 15:50:08 +0000 (16:50 +0100)]
Fixed typo reported by Erik Sigra.

16 years agoFix icon lookup for monthly calendars
Ray Lehtiniemi [Thu, 20 Dec 2007 00:15:14 +0000 (17:15 -0700)]
Fix icon lookup for monthly calendars

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
16 years agoDocument a (harmless?) ASSERT produced by older KDE setups
Ray Lehtiniemi [Sat, 26 Jan 2008 21:41:17 +0000 (14:41 -0700)]
Document a (harmless?) ASSERT produced by older KDE setups

The raiseWidget() call seems to be slightly buggy in older KDEs,
and will generate ASSERT messages under some conditions. AFAIK,
these messages do not cause any real problems. Add a comment to
the code so that people can see where the assert comes from.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
16 years agoAdd some .gitignore files to the project
Ray Lehtiniemi [Sat, 26 Jan 2008 20:50:30 +0000 (13:50 -0700)]
Add some .gitignore files to the project

Create an initial set of .gitignore files. This will reduce
the amount of distracting "noise" generated by 'git status'.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
16 years agoImproved computation for path criticalness.
Chris Schlaeger [Mon, 28 Jan 2008 08:33:20 +0000 (09:33 +0100)]
Improved computation for path criticalness.

This version also takes pathes into account that run through container tasks. The previous version was too much focused on leaf tasks only.

16 years agotj-graphviz-pert: updating samples pngs
Grégoire Barbier [Sun, 20 Jan 2008 00:53:00 +0000 (01:53 +0100)]
tj-graphviz-pert: updating samples pngs

16 years agotj-graphviz-pert: rewritten dot stylesheet to have same look as with fdp
Grégoire Barbier [Sun, 20 Jan 2008 00:49:04 +0000 (01:49 +0100)]
tj-graphviz-pert: rewritten dot stylesheet to have same look as with fdp

The dot stylesheet used to draw supertasks as regular nodes linked to their
subtasks, which was not really usefull due to a graphviz limitation (dot does
not support edges between nodes and clusters or between clusters).

Now the dot stylesheet produces the same kind of appearance than the fdp one
(in fact, it looks far better), but it uses awful hacks using "ltail" and
"lhead" graphviz attributes with one invisible node by cluster which is the
source or target of an edge where the cluster should be this source or target.

16 years agotj-graphviz-pert: dependences are drawn in red if their source is critical
Grégoire Barbier [Fri, 18 Jan 2008 05:43:28 +0000 (06:43 +0100)]
tj-graphviz-pert: dependences are drawn in red if their source is critical

16 years agotj-graphviz-pert: milestones more visibles in graphviz pert diagrams
Grégoire Barbier [Thu, 17 Jan 2008 01:34:51 +0000 (02:34 +0100)]
tj-graphviz-pert: milestones more visibles in graphviz pert diagrams

Milestones now display with "(milestone)" caption and a colored background.

16 years agotj-graphviz-pert: add suport for "precedes" in graphviz pert diagrams
Grégoire Barbier [Wed, 16 Jan 2008 21:24:18 +0000 (22:24 +0100)]
tj-graphviz-pert: add suport for "precedes" in graphviz pert diagrams

Before that patch, only "depends" dependences were supported, therefore only
ASAP scheduled projects were supported.

16 years agoGetting ready for 2.4.1-beta1.
Chris Schlaeger [Tue, 15 Jan 2008 08:47:48 +0000 (09:47 +0100)]
Getting ready for 2.4.1-beta1.

16 years agoFixed crash when zooming a report after a non-embedded report has been viewed last.
Chris Schlaeger [Mon, 7 Jan 2008 18:06:30 +0000 (19:06 +0100)]
Fixed crash when zooming a report after a non-embedded report has been viewed last.

16 years ago'accumulate' is only available for account reports. Fix manual accordingly.
Chris Schlaeger [Sat, 29 Dec 2007 19:07:32 +0000 (20:07 +0100)]
'accumulate' is only available for account reports. Fix manual accordingly.

16 years agoSlightly improved scheduling heuristic.
Chris Schlaeger [Tue, 4 Dec 2007 10:23:19 +0000 (11:23 +0100)]
Slightly improved scheduling heuristic.

This should overall result in projects with somewhat smaller total duration.

16 years agoUse new booking syntax in example.
Chris Schlaeger [Mon, 26 Nov 2007 09:50:15 +0000 (10:50 +0100)]
Use new booking syntax in example.

16 years agocontainers drawn as regular tasks (drawemptycontainersastasks) are now red if one...
Gregoire Barbier, gb at gbarbier dot org [Sat, 17 Nov 2007 13:56:21 +0000 (14:56 +0100)]
containers drawn as regular tasks (drawemptycontainersastasks) are now red if one of their hidden subtasks is on the critical path

16 years agoAdded project option 'drawemptycontainersastasks': if set, every container that has...
Gregoire Barbier, gb at gbarbier dot org [Sat, 17 Nov 2007 10:20:59 +0000 (11:20 +0100)]
Added project option 'drawemptycontainersastasks': if set, every container that has no subtask visible will be drawn as a regular task.

16 years agoAdded XSL stylesheets for creating Pert diagrams through Graphviz
Gregoire Barbier, gb at gbarbier dot org [Sun, 4 Nov 2007 17:23:17 +0000 (18:23 +0100)]
Added XSL stylesheets for creating Pert diagrams through Graphviz

16 years agoFixed bug with mandatory resources and multiple allocations.
Chris Schlaeger [Thu, 22 Nov 2007 18:58:54 +0000 (19:58 +0100)]
Fixed bug with mandatory resources and multiple allocations.

The mandatory keyword did not work properly if a tasks had multiple mandatory allocations with an overlapping resource set. The bug was reported by ki11ler_bob.

16 years agoChange export to generate TJ3 compatible syntax whenever possible.
Chris Schlaeger [Thu, 15 Nov 2007 19:12:11 +0000 (20:12 +0100)]
Change export to generate TJ3 compatible syntax whenever possible.

16 years agoMerge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler...
Chris Schlaeger [Tue, 6 Nov 2007 13:42:24 +0000 (14:42 +0100)]
Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/taskjuggler.org/htdocs/git-repos/taskjuggler

16 years agoDisable UNSERMAKE. It's causing too much trouble.
Chris Schlaeger [Tue, 6 Nov 2007 13:41:59 +0000 (14:41 +0100)]
Disable UNSERMAKE. It's causing too much trouble.

16 years agoPrevent configure failure if not using gcc
chris.ridd@isode.com [Mon, 5 Nov 2007 10:03:45 +0000 (10:03 +0000)]
Prevent configure failure if not using gcc

The unsermake_enable_pch variables only ever got set if configure
detected that gcc was being used, and this caused configure to exit
with an error later on.

Signed-off-by: Chris Ridd <Chris Ridd chris.ridd@isode.com>
16 years agoRevert "Prevent configure failure if not using gcc"
Chris Schlaeger [Tue, 6 Nov 2007 13:34:45 +0000 (14:34 +0100)]
Revert "Prevent configure failure if not using gcc"

This reverts commit f993b6271862c878d0bf38f79032614038b15da5.

16 years agoPrevent configure failure if not using gcc
chris.ridd@isode.com [Mon, 5 Nov 2007 10:03:45 +0000 (10:03 +0000)]
Prevent configure failure if not using gcc

The unsermake_enable_pch variables only ever got set if configure
detected that gcc was being used, and this caused configure to exit
with an error later on.

Signed-off-by: Chris Ridd <Chris Ridd chris.ridd@isode.com>
16 years agoImprove support for building using Sun Studio 12.
chris.ridd@isode.com [Mon, 5 Nov 2007 09:58:05 +0000 (09:58 +0000)]
Improve support for building using Sun Studio 12.

FileToken.cpp, Utility.cpp, XMLReport.h: include some additional C
headers to get some standard library prototypes.

FileToken.h: include C++ <memory> before using auto_ptr.

RealFormat.cpp: need to help the compiler work out which pow() to use.

Utility.cpp: fix the static_cast mangling of malloc.

General: parameter renames to avoid errors, and a few typedefs get their
names completed to avoid some warnings.

Signed-off-by: Chris Ridd <Chris Ridd chris.ridd@isode.com>
16 years agoAdded 'criticalpath' attribute to XML reports.
Chris Schlaeger [Sat, 3 Nov 2007 18:49:38 +0000 (19:49 +0100)]
Added 'criticalpath' attribute to XML reports.

16 years agoRewrote "how to contribute" section to use git instead of svn.
Chris Schlaeger [Sat, 3 Nov 2007 16:55:05 +0000 (17:55 +0100)]
Rewrote "how to contribute" section to use git instead of svn.

16 years agoFixed display of progress bar in GUI Gantt chart.
Chris Schlaeger [Mon, 1 Oct 2007 17:37:28 +0000 (19:37 +0200)]
Fixed display of progress bar in GUI Gantt chart.

The progress bar sometimes extended the task bar in higher zooms.

16 years agoWe use git instead of svn now.
Chris Schlaeger [Fri, 28 Sep 2007 11:42:12 +0000 (13:42 +0200)]
We use git instead of svn now.

16 years agoTest commit for new git repo.
Chris Schlaeger [Fri, 28 Sep 2007 06:55:08 +0000 (08:55 +0200)]
Test commit for new git repo.

16 years agoJust a test commit for the new git repository.
Chris Schlaeger [Fri, 28 Sep 2007 06:52:06 +0000 (08:52 +0200)]
Just a test commit for the new git repository.

16 years agoClarify linking exception clause.
cs [Thu, 27 Sep 2007 11:42:49 +0000 (11:42 +0000)]
Clarify linking exception clause.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1535 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoFixed a serious bug in the floating point formatter.
cs [Wed, 26 Sep 2007 16:06:06 +0000 (16:06 +0000)]
Fixed a serious bug in the floating point formatter.

Zeros right after the decimal indicator were lost. This bug has been found and reported by dundee.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1534 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoA number of small fixes for typos.
cs [Tue, 25 Sep 2007 18:09:21 +0000 (18:09 +0000)]
A number of small fixes for typos.

Patches submitted by bogr.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1533 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoMake taskroot really work for csvtaskreports.
cs [Wed, 19 Sep 2007 07:46:01 +0000 (07:46 +0000)]
Make taskroot really work for csvtaskreports.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1532 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoFix crash that was introduced with the new columns a few commits ago.
cs [Tue, 18 Sep 2007 11:16:14 +0000 (11:16 +0000)]
Fix crash that was introduced with the new columns a few commits ago.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1531 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoSupport 'taskroot' attribute for csvtaskreports as well.
cs [Tue, 18 Sep 2007 07:45:58 +0000 (07:45 +0000)]
Support 'taskroot' attribute for csvtaskreports as well.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1530 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agohasAssignment now poperly accepts 3 parameter.
cs [Tue, 18 Sep 2007 07:28:57 +0000 (07:28 +0000)]
hasAssignment now poperly accepts 3 parameter.

Fix bug reported by dundee.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1529 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoFix encoding of iCal files. Unicode characters where double UTF-8 encoded. Patch...
cs [Tue, 18 Sep 2007 07:15:16 +0000 (07:15 +0000)]
Fix encoding of iCal files. Unicode characters where double UTF-8 encoded. Patch by Ezhik.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1528 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoAdded columns 'completedeffort' and 'remainingeffort' to reports.
cs [Thu, 30 Aug 2007 16:12:12 +0000 (16:12 +0000)]
Added columns 'completedeffort' and 'remainingeffort' to reports.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1527 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoAdded new 'scheduling' column to reports.
cs [Mon, 27 Aug 2007 13:05:14 +0000 (13:05 +0000)]
Added new 'scheduling' column to reports.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1526 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoAdd missing attributes for CSV report to manual.
cs [Sun, 19 Aug 2007 09:05:38 +0000 (09:05 +0000)]
Add missing attributes for CSV report to manual.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1525 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoFixed HTML Gantt chart task bar coloring for container task.
cs [Tue, 14 Aug 2007 19:10:29 +0000 (19:10 +0000)]
Fixed HTML Gantt chart task bar coloring for container task.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1524 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoAlternating background for printed Gantt charts.
cs [Tue, 14 Aug 2007 19:09:53 +0000 (19:09 +0000)]
Alternating background for printed Gantt charts.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1523 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoAdd a workaround for the libkdepim/ prefix the uic keeps generating
cs [Mon, 13 Aug 2007 17:51:21 +0000 (17:51 +0000)]
Add a workaround for the libkdepim/ prefix the uic keeps generating
for kdateedit.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1522 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoAdd missing ui file.
cs [Thu, 9 Aug 2007 20:02:42 +0000 (20:02 +0000)]
Add missing ui file.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1521 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoSome interative functions for GUI reports.
cs [Thu, 9 Aug 2007 19:58:53 +0000 (19:58 +0000)]
Some interative functions for GUI reports.

* The report interval can now be changed temporarily.

* We now have a filter for the report list.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1520 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoStarted work on a content filter for the Gantt listview.
cs [Wed, 8 Aug 2007 11:16:15 +0000 (11:16 +0000)]
Started work on a content filter for the Gantt listview.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1519 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoMake resource query functions work for group task targets as well.
cs [Wed, 8 Aug 2007 11:16:13 +0000 (11:16 +0000)]
Make resource query functions work for group task targets as well.

This change needs to be compensated in the report generators to not
include resources for group tasks.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1518 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoBasic arithmetic can be tough...
cs [Wed, 8 Aug 2007 11:16:13 +0000 (11:16 +0000)]
Basic arithmetic can be tough...

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1517 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoSet focus to list view of Gantt chart when report tab is selected.
cs [Wed, 8 Aug 2007 11:16:12 +0000 (11:16 +0000)]
Set focus to list view of Gantt chart when report tab is selected.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1516 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoReadability and usability enhancement for the Gantt chart.
cs [Sun, 5 Aug 2007 09:35:40 +0000 (09:35 +0000)]
Readability and usability enhancement for the Gantt chart.

Use alternating background for chart.

Make items selectable and enable RMB quick access menu.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1515 e1914e07-63f8-0310-9059-d6d858d7cdca

16 years agoThree major bug fixes.
cs [Fri, 3 Aug 2007 19:40:01 +0000 (19:40 +0000)]
Three major bug fixes.

1. Effort based values in group task line items of resource reports
were improperly calculated. This has been fixed now.

2. The isChildOf function (used in logical expressions) no longer
returns true for self.

3. Group task line items in resource reports now have proper load
bars.

git-svn-id: https://www.taskjuggler.org/svn/taskjuggler/trunk@1514 e1914e07-63f8-0310-9059-d6d858d7cdca