OSDN Git Service

adjust integer's signedness
[tjqt4port/tj2qt4.git] / taskjuggler / CoreAttributes.cpp
2009-10-16 KAWACHI Takashiapply qt3to4 to taskjuggler
2008-01-30 Oliver Lehmnew column 'hierarchlevel' added to report
2007-08-03 csThree major bug fixes.
2007-03-17 csReplace uppercase bool constant with proper lower case...
2007-02-23 csReplace C casts with C++ casts.
2007-02-17 csMore member initializers.
2007-01-25 cs- Fix crash on printing resource reports with hierarchi...
2006-07-22 cs- Fixing some GCC 4.1.x warnings.
2005-11-17 cs- Fixed disabling of actions during scheduling runs.
2005-09-03 cs- Added support for printing of resource reports.
2005-01-26 cs- Limits of allocations are now applied to the allocati...
2005-01-04 cs- Some improvements for better GUI support.
2004-11-21 cs- Some memory allocation issues fixed.
2004-03-13 cs- Remove compiler warnings.
2004-01-11 cs- Update copyright to 2004.
2003-06-29 cs- By specifying 'all' all task attributes will be inclu...
2003-06-18 cs- Fixed segfault in account reports reported by mkraft.
2003-06-09 cs- Custom attributes can now optionally made inheritable.
2003-06-02 cs- Added support for user-defined attributes.
2003-05-28 cs- Support for custom attributes added.
2003-05-27 cs- Fixed isparentof and ischildof logical expression...
2003-05-25 cs- New functions and operators added for logical express...
2003-05-25 cs- Core Attribute name in HTML reports is no longer...
2003-03-04 cs- Fixed indentation.
2003-02-24 cs- Fixed memory leaks and other valgrindities.
2003-02-22 cs- Cosmetic fixes for problems found by valgrind.
2003-02-09 cs- Fixed rollup* again.
2003-01-08 cs- Another round of cleanups.
2003-01-07 cs- More code cleanups.
2003-01-07 cs- Fixed serious bug in handling of nested resources...
2003-01-06 cs- Lot's of code cleaning.
2002-12-30 cs- Added better status reporting functions.
2002-12-15 cs- Fixed several memory issues found by valgrind.
2002-12-10 cs- Fixed a bug in the priority handling of tasks during...
2002-11-28 cs- Consistent propagation of start of week.
2002-11-02 cs- Fixed several bugs in leaf-project importing.
2002-11-01 cs- Completed work on multi-level sorting.
2002-10-27 cs- Added support for 'taskprefix' in 'include'
2002-07-23 csSorting by pointer causes undeterministic behaviour...
2002-06-14 cs- Reverting fix for istask() since it was broken.
2002-06-03 cs- Support for urls in HTML reports added.
2002-06-01 csAdded support for taskattributes to export report.
2002-05-31 csFixed sorting by ID for all HTML reports.
2002-05-25 cs- Partial fix for timezone handling.
2002-02-04 cs- Copyright 2002 added
2002-01-10 csFixed wrong sequence number generation.
2001-12-29 cs- Changed internal respresentation for milestones.
2001-12-27 cs- Moved some attributes of Account, Task and Resource...