OSDN Git Service

fix compile problem
[tjqt4port/tj2qt4.git] / taskjuggler / Report.cpp
2009-10-16 KAWACHI Takashireplace Q3ValueList<int>::const_iterator with QList...
2009-10-16 KAWACHI Takashiapply qt3to4 to taskjuggler
2009-10-02 Chris SchlaegerMerge branch 'master' of ssh://office.taskjuggler.org...
2009-09-29 Chris SchlaegerRevert "Added inheritance for htmltaskreport and taskre...
2009-09-29 Jean-YvesAdded inheritance for htmltaskreport and taskreport.
2009-09-13 Jean-YvesAdded inheritance in svggantttaskreport + bug fix.
2009-09-13 Jean-YvesReport inheritance: only taskreport tree at this stage.
2007-08-08 csMake resource query functions work for group task targe...
2007-06-13 csCleanup include hierarchy
2007-04-19 csDon't use variable argument functions for error and...
2007-03-26 csAdd support for accounts in XML reports.
2007-03-23 csFirst round of Template Method for all reports patches...
2007-03-18 csProperly report effort and free load for group resource...
2007-03-17 csReplace uppercase bool constant with proper lower case...
2007-02-21 csMajor cleanup of #include directives.
2007-02-18 csPatch from Andreas: Cleanup includes
2007-02-17 csMore member initializers.
2007-02-14 cs- Refactor ExpressionFunctionTable constructor.
2007-01-25 cs- Fix crash on printing resource reports with hierarchi...
2006-08-11 cs- Generate scoreboard during report generation if neede...
2005-11-17 cs- Fixed disabling of actions during scheduling runs.
2005-11-04 cs- Adding const tree iterators.
2005-10-30 cs- Use embedded HTML browser for HTML reports.
2005-05-25 cs- Fixed sorting of task reports when the default scenar...
2005-03-18 cs- Fixed generation of reports with absolute file names.
2005-02-28 cs- Reports are now generated relative to their definitio...
2005-01-18 cs- Speed improvements for filter funktions. This speeds...
2005-01-11 cs- Speed up report generation with filters.
2005-01-08 cs- Assorted bug fixes for the GUI.
2005-01-04 cs- Some improvements for better GUI support.
2004-11-21 cs- Improved error checking and reporting for logical...
2004-02-15 cs- Added some more test cases.
2004-01-11 cs- Update copyright to 2004.
2003-11-25 cs- Fixed rollingup of tasks in resource reports.
2003-09-01 cs- Fixed several inconsitencies and off-by-one errors...
2003-07-27 cs- Some speed improvements for HTML report generator.
2003-07-14 cs- Scenario support completed.
2003-06-29 cs- Export reports are now in Remo format.
2003-06-22 cs- Fixed bug when scheduling tasks with hour or minute...
2003-05-25 cs- Core Attribute name in HTML reports is no longer...
2003-05-24 cs- Final polishing of new HTML generators.
2003-05-06 cs- All HTML reports now use the new infrastructure.
2003-04-30 cs- More work on new HTML generator.
2003-04-17 cs- Effort, Cost, Revenue and Profit columns in HTML...
2003-03-04 cs- Fixed indentation.
2003-03-03 cs- First half of the url support for ray.
2003-02-09 cs- Fixed rollup* again.
2003-01-11 cs- Implemented HTML status report.
2003-01-08 cs- Another round of cleanups.
2003-01-07 cs- More 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-19 cs- Big cleanup of Task class. Scenario data is now kept...
2002-12-16 cs- Removed dead/unused code from scheduler.
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-12-04 cs- Made handling of time intervals and boundaries consis...
2002-11-28 cs- Consistent propagation of start of week.
2002-11-06 cs- Removed most compiler warnings.
2002-11-03 cs- Added 'taskroot' attribute to export so that only...
2002-11-02 cs- Fixed several bugs in leaf-project importing.
2002-11-01 cs- Completed work on multi-level sorting.
2002-07-23 csSorting by pointer causes undeterministic behaviour...
2002-06-23 cs- Added va_arg support to fatalError().
2002-06-12 csFixed broken error handling when opening stdout for...
2002-06-03 cs- Support for urls in HTML reports added.
2002-05-26 csSupport for STDIN reading and STDOUT writing added...
2002-05-12 cs* Support for later completion of task and resources...
2002-02-04 cs- Copyright 2002 added
2002-01-13 cs- Included missing resource attributs in reports.
2002-01-07 cs- Files can be included more than once without errors.
2002-01-02 cs- Account reporting implemented.
2001-12-27 cs- Moved some attributes of Account, Task and Resource...
2001-12-26 cs- Moved lot's of code from HTML*Report to ReportHtml...
2001-12-20 csDaily, weekly and monthly calender view implemented...
2001-12-17 cs- Started work on using UTC time internally.
2001-12-13 csNew mechanism to hide tasks during report generation...
2001-12-13 freitagreport object design change, dont know a clever log...
2001-12-10 csHTML Generation files split into seperate files.