OSDN Git Service

Automatically align underspecified tasks boundaries on project boundaries when possible.
[tjqt4port/tj2qt4.git] / taskjuggler / Resource.h
2009-07-23 Chris SchlaegerMerge branch 'post-2.4.2'
2009-07-23 Chris SchlaegerMerge branch 'post-2.4.2'
2009-07-23 Grégoire BarbierAdding "projectmax" and "yearlymax" resource usage...
2009-01-18 Chris SchlaegerMerge branch 'master' of ssh://office.taskjuggler.org...
2009-01-18 Ray LehtiniemiKill a bunch of unneeded static_cast<>
2007-06-13 csCleanup include hierarchy
2007-05-10 csFix a potential problem that bookings are not properly...
2007-03-18 csProperly report effort and free load for group resource...
2007-03-17 csRemove kotrus from the main code base.
2007-02-23 csReplace C casts with C++ casts.
2007-02-18 csPatch from Andreas: Cleanup includes
2007-02-14 cs- Plug UsageLimits leak.
2006-08-11 cs- Generate scoreboard during report generation if neede...
2006-07-22 cs- Fixing some GCC 4.1.x warnings.
2006-05-29 freitagFixed a typo in class definition to avoid problems...
2006-03-02 cs- Added support for more compact workinghours format.
2006-02-18 cs- Add 'overtime' attribute for bookings to book off...
2005-11-17 cs- Fixed disabling of actions during scheduling runs.
2005-11-05 cs- Make sure that passive resources are booked first...
2005-10-29 cs- Fixed cost accounting for efficiency 0 resources.
2005-10-11 cs- Tuned the optimizer to put more weight on the path...
2005-02-20 cs- Add query function to test for journal.
2005-02-19 cs- Added some basic functionality for journal support.
2005-01-26 cs- Limits of allocations are now applied to the allocati...
2005-01-21 cs- More speed improvements for the report generation.
2005-01-07 cs- Some more work on the IDE.
2005-01-04 cs- Some improvements for better GUI support.
2004-11-21 cs- Completed support for passive resources. You can...
2004-11-13 cs- Fixed segfault while reading certain XML files.
2004-07-11 cs- Stopped work on brute force optimizer.
2004-03-28 cs- More work on the optimizer. It can already optimize...
2004-03-13 cs- Remove compiler warnings.
2004-03-02 cs- Limits work for resources and allocations now.
2004-03-01 cs- First steps towards more flexible limits (maxeffort...
2004-02-22 cs- Weekly, monthly, quarterly and yearly HTML reports...
2004-01-11 cs- Update copyright to 2004.
2003-11-16 cs- Make attribute inheritance optional for resources...
2003-08-28 cs- More work on XML Reader.
2003-08-20 cs- Add vacations to export report.
2003-08-12 cs- ExportReports and XMLReports now include the scenario...
2003-08-08 cs- Fix effort handling when bookings are present.
2003-07-27 cs- Some speed improvements for HTML report generator.
2003-07-14 cs- Scenario support completed.
2003-07-03 cs- Report all booking conflicts instead of stopping...
2003-06-29 cs- Export reports are now in Remo format.
2003-05-25 cs- New functions and operators added for logical express...
2003-03-04 cs- Fixed indentation.
2003-03-03 cs- First half of the url support for ray.
2003-02-23 cs- Some more comments for Project.h
2003-01-08 cs- Finally removed all non-const first()/next() iterators.
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.