OSDN Git Service

fix compile problem
[tjqt4port/tj2qt4.git] / taskjuggler / Task.cpp
2009-10-16 KAWACHI Takashiapply qt3to4 to taskjuggler
2009-10-03 Grégoire BarbierSome unschedulable tasks simply disappeared without...
2009-10-03 Grégoire BarbierFixed a rare scheduler bug involving containers early...
2009-10-03 Grégoire BarbierContainers end and start dates were miscalculated in...
2009-10-03 Chris SchlaegerMerge branch 'master' of ssh://office.taskjuggler.org...
2009-10-02 Chris SchlaegerRevert "Automatically align underspecified tasks bounda...
2009-10-02 Chris SchlaegerMerge branch 'master' of ssh://office.taskjuggler.org...
2009-08-23 Grégoire BarbierAdding an "overlimit" booking code and clarify constant...
2009-08-21 Grégoire BarbierAutomatically align underspecified tasks boundaries...
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-05-15 Chris SchlaegerThere is no difference for duration task with bookings.
2009-05-14 Chris SchlaegerMake sure booking tasks align with timing resolution.
2009-05-13 Chris SchlaegerAnother refinement of the duration-booking code.
2009-05-12 Chris SchlaegerMore improvements for the duration + bookings code.
2009-05-12 Chris SchlaegerImproved version of last patch.
2009-05-11 Chris SchlaegerFix duration tasks with bookings.
2009-04-24 Chris SchlaegerMerge branch 'master' of ssh://office.taskjuggler.org...
2009-04-16 Chris SchlaegerFixed problem with completion degree reporting.
2009-04-06 Chris SchlaegerMerge branch 'master' of ssh://office.taskjuggler.org...
2009-03-25 Chris SchlaegerFixed a booking related bug.
2009-01-18 Chris SchlaegerMerge branch 'master' of ssh://office.taskjuggler.org...
2008-09-15 Chris SchlaegerMerge branch 'master' of ssh://office.taskjuggler.org...
2008-09-15 Chris SchlaegerAdded logical expression function 'isDependencyOf()'.
2008-01-28 Chris SchlaegerImproved computation for path criticalness.
2007-12-04 Chris SchlaegerSlightly improved scheduling heuristic.
2007-11-22 Gregoire Barbier... containers drawn as regular tasks (drawemptycontainersa...
2007-11-22 Gregoire Barbier... Added project option 'drawemptycontainersastasks':...
2007-11-22 Chris SchlaegerFixed bug with mandatory resources and multiple allocat...
2007-09-25 csA number of small fixes for typos.
2007-08-30 csAdded columns 'completedeffort' and 'remainingeffort...
2007-08-27 csAdded new 'scheduling' column to reports.
2007-08-14 csFixed HTML Gantt chart task bar coloring for container...
2007-08-08 csStarted work on a content filter for the Gantt listview.
2007-08-08 csBasic arithmetic can be tough...
2007-08-03 csThree major bug fixes.
2007-07-01 csFix memory hug problem in loop detector.
2007-06-05 csMove error and warning counter to TjMessageHandler.
2007-06-05 csAdd limit to number of searched paths.
2007-06-03 csAnother attempt to soften the exponential complexity...
2007-06-02 csFix off-by-one bug for limits on allocations with multi...
2007-05-10 csFix a potential problem that bookings are not properly...
2007-04-23 csStore result of getStart/EndDependency(sc) in local...
2007-04-19 csDon't use variable argument functions for error and...
2007-04-12 csSimplify the 'fromWhere' handling in the loop detector.
2007-03-27 csAllow fuzziness of up to 1 time slot when comparing...
2007-03-23 csFix crash on illegal dates in TJP files.
2007-03-18 csProperly report effort and free load for group resource...
2007-03-17 csRemove the optimizer code.
2007-03-17 csMore dead code.
2007-03-17 csDead code removal
2007-03-17 csHandle broken dependencies for 'precedes' as well....
2007-03-17 csReplace uppercase bool constant with proper lower case...
2007-02-23 csReplace C casts with C++ casts.
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- Plug UsageLimits leak.
2007-02-12 csLots of code cleanup. Patches provided by rayl.
2007-02-05 cs- Fix for last clean-up. :/
2007-02-04 cs- Some code cleanup.
2007-01-31 cs- Another rewrite of the critical path detector to...
2007-01-28 cs- Fixed reporting of completion degree of container...
2006-12-16 cs- Show a warning when bookings exceed effort in strict...
2006-12-13 csFix scheduling of nested tasks which only have an end...
2006-11-08 cs- More meaningful error message for some combination...
2006-11-08 cs- Don't mark one task paths as critical.
2006-11-07 cs- Performance improvements for projects with lots of...
2006-10-31 cs- Completed support for warnings.
2006-10-31 cs- Make "too late" and "too early" errors only warnings.
2006-10-26 cs- Fixed a major bug in the value inheritance code for...
2006-10-04 cs- Compile fix for KDE 3.3. Patch submitted by Daniel...
2006-10-01 cs- Fixed coloring of tasks with a 'complete 100' attribu...
2006-09-30 cs- Improved critical path detection algorithm. The minsl...
2006-09-20 cs- Fixed complexity explosion in loop detector and criti...
2006-07-19 cs- Sort journal entries by date when reading them.
2006-07-18 cs- Fix critical path marking.
2006-07-07 cs- Quck fix for problem with timezones and ICal reports...
2006-06-21 cs- Add an error message to prevent users from assigning...
2006-03-13 cs- Don't run into infinite loops during pre-scheduling...
2006-03-11 cs- Check the followers for a task only once in the criti...
2006-02-19 cs- Speed improvement for loop detector. Large projects...
2006-02-17 cs- Generate propper error message when bookings are...
2006-02-16 cs- Allow bookings after 'now' date in projection mode.
2006-02-03 cs- No longer show dependency arrows for inherited depend...
2006-02-03 cs- Fix reporting of durations of one day or less. They...
2006-02-02 cs- Mark only critical dependency links in red.
2006-02-02 cs- First code for post-scheduling critical path detection.
2006-01-30 cs- Fixed handling of gaplength and gapduration for scena...
2006-01-30 cs- Fix scheduling bug with middle tasks that have both...
2005-11-22 cs- Honor reported completion degrees of child tasks...
2005-11-21 cs- Revised version of projection mode code.
2005-11-21 cs- New test case.
2005-11-21 cs- Fixed 'projection' mode.
2005-11-18 cs- Honor persistent flag when bookings are provided.
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-25 cs- Fixed a number of memory leaks.
next