OSDN Git Service

Add 'accounts' column to interactive reports as well.
[tjqt4port/tj2qt4.git] / taskjuggler /
2008-05-29 Chris SchlaegerAdded support for 'accounts' columns in reports.
2008-05-06 Chris SchlaegerMake DTD more standard compliant.
2008-03-16 Chris SchlaegerAdding missing unit to padding-left and padding-right...
2008-03-03 Chris SchlaegerFix UTF8 problem in macros. This bug was reported by...
2008-01-30 Oliver Lehmnew column 'hierarchlevel' added to report
2008-01-28 Ray LehtiniemiAdd some .gitignore files to the project
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-11-15 Chris SchlaegerChange export to generate TJ3 compatible syntax wheneve...
2007-11-06 Chris SchlaegerMerge branch 'master' of ssh://office.taskjuggler.org...
2007-11-06 chris.ridd@isode.comImprove support for building using Sun Studio 12.
2007-11-03 Chris SchlaegerAdded 'criticalpath' attribute to XML reports.
2007-09-26 csFixed a serious bug in the floating point formatter.
2007-09-25 csA number of small fixes for typos.
2007-09-19 csMake taskroot really work for csvtaskreports.
2007-09-18 csFix crash that was introduced with the new columns...
2007-09-18 csSupport 'taskroot' attribute for csvtaskreports as...
2007-09-18 cshasAssignment now poperly accepts 3 parameter.
2007-09-18 csFix encoding of iCal files. Unicode characters where...
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-09 csSome interative functions for GUI reports.
2007-08-08 csStarted work on a content filter for the Gantt listview.
2007-08-08 csMake resource query functions work for group task targe...
2007-08-08 csBasic arithmetic can be tough...
2007-08-03 csThree major bug fixes.
2007-08-02 csGet rid of another ugly string/pointer comparison.
2007-07-31 csUse less ugly code.
2007-07-30 csFix for failure with Philippe test case.
2007-07-30 csFix task IDs when using taskroot feature.
2007-07-27 csAdd support for 'taskroot' to XML reports.
2007-07-22 csFixed optimizer bug that ignored pathCriticalness.
2007-07-01 csFix memory hug problem in loop detector.
2007-06-20 csCompile fixes for Solaris 10.
2007-06-13 csCleanup include hierarchy
2007-06-07 csAdd warning for intervals without '-'.
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-15 csAdded workaround for new tzset() behaviour in glibc...
2007-05-15 csFixed reversed sorting order of resource specific sorti...
2007-05-10 csFix a potential problem that bookings are not properly...
2007-05-02 csThe commandline version now properly returns a non...
2007-04-30 csDrop support for booking sloppiness 3.
2007-04-24 csFix typo in arg number.
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-04-09 csUse Report::f and Report::s for "version 1" XML reports.
2007-04-09 csReturn the result of close() instead of a hardcoded...
2007-04-09 csXML files are always master files. No need to track...
2007-04-01 csFixed dependency gap duration error that caused gaps...
2007-03-27 csAlso write flags of resources into the XML file.
2007-03-27 csAllow fuzziness of up to 1 time slot when comparing...
2007-03-26 csAdd support for accounts in XML reports.
2007-03-23 csPatches 016 - 020 from Andreas' TM for reports patches.
2007-03-23 csPatches 013 - 015 from Andreas' TM for reports patches.
2007-03-23 csPatches 011 - 012 from Andreas' TM for reports patches.
2007-03-23 csPatches 009 - 010 from Andreas' TM for reports patches.
2007-03-23 csPatches 007 - 008 from Andreas TM for reports patches.
2007-03-23 csPatches 004 - 006 from Andreas' TM for reports patches.
2007-03-23 csFirst round of Template Method for all reports patches...
2007-03-23 csFix crash on illegal dates in TJP files.
2007-03-19 csReverting the "bad" clocaltime patch again.
2007-03-19 csReapplying the "bad" clocaltime patch.
2007-03-18 csProperly report effort and free load for group resource...
2007-03-18 csRemoved some debug code and obsolete files.
2007-03-18 csForce all times to be aligned with the timing resolution.
2007-03-18 csReverting clocaltime optimization patch. It causes...
2007-03-18 csRemove time2rfc and replace calls with identical time2t...
2007-03-17 csRemove the optimizer code.
2007-03-17 csRemove kotrus from the main code base.
2007-03-17 csReduce visibility of two functions.
2007-03-17 csMore dead code.
2007-03-17 csDead code removal
2007-03-17 csSimple fixes.
2007-03-17 csHandle broken dependencies for 'precedes' as well....
2007-03-17 csReplace uppercase bool constant with proper lower case...
2007-03-17 csMove similar code from FileInfo and Tokenizer classes...
2007-03-17 csAdd support for C++ style single-line comments in TJP...
2007-02-23 csAllow an arbitrary number of report elements in HTMLSta...
2007-02-23 csBy moving some parameters to the ExpressionParser const...
2007-02-23 csSmall patch from Andreas that removes most of the ...
2007-02-23 cs2 patches from Andreas
2007-02-23 csReplace C casts with C++ casts.
2007-02-21 csReports now hold copies of the report elements and...
2007-02-21 csGet rid of some over-eager use of new.
2007-02-21 csUse auto_ptr for some variables to prevent memory leaks...
2007-02-21 csMajor cleanup of #include directives.
2007-02-21 csDon't use hardcoded limit for vsnprintf.
2007-02-20 csReport undefined macros again.
2007-02-20 csInline simple constructors and destructors.
2007-02-20 csEnforce non-usage of various default constructors.
2007-02-20 csLast batch of member initializers.
2007-02-20 csMore member initializers.
next