Up to [cvs.NetBSD.org] / pkgsrc / misc / taskjuggler
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6, Tue Sep 26 10:27:09 2017 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1
lines
FILE REMOVED
*: remove qt3 and the packages using it, including KDE3 Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 3 23:49:52 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Add SHA512 digests for distfiles for misc category Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 29 18:39:37 2009 UTC (14 years ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Update to 2.4.3. Changes in 2.4.3: ================= Fix to build TaskJuggler without KDEPIM3. Changes in 2.4.2: ================= Chris Schlaeger (44): Added support for 'accounts' columns in reports. Add 'accounts' column to interactive reports as well. Fix crash on template dialog with some older Qt versions. Properly report summary columns in CVS account reports and use separators for all columns. Fix manual error reported by coyote_x. Add changes suggested by coyote_x. Added logical expression function 'isDependencyOf()'. Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler Get rid of some empty *.cpp files. The sum in CSV account reports was wrong. Fix ICal bug with missing start times on certain tasks. Revert "Kill some redundant checks." Added some more checks to prevents crashes in the GUI. Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler No need to create an empty ExpressionTree. 0 will do fine as well. Don't overwrite table frames with alternating background in print reports. Fix crash when the UI is started with a project without reports. Add support for misalined time zones. Don't use the historic time zone names. They cause problems on BSDs. Remove more historic time zones. Fixed a booking related bug. Correct desciption of legal ID characters. Mark version as snapshot release. Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler Fixed problem with completion degree reporting. Fixed crash for vacation date outside of project. Add last fix to change log. Attempt to contain rounding errors. Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler Fix duration tasks with bookings. Improved version of last patch. More improvements for the duration + bookings code. Get rid of ugly DOS linebreaks. Another refinement of the duration-booking code. Make sure booking tasks align with timing resolution. Adapt example to new algorithm. There is no difference for duration task with bookings. Improved the description of 'isDependencyOf'. Eliminate compiler warning with newer GCCs. Set version to 2.4.2_beta2 Vacations are now included in export reports. Make iCal support optional. Finally, getting ready to release 2.4.2 Georg Hofmann (3): Fixed possible values for sloppy in the reference from 0-3 to 0-2. Added a dash between dates to meet TJ 2.4.1 date interval syntax. Corrected date-tool shortcut in 'Tip of the day' message. Jean-Yves (2): Fix issue on vacation resource display Added *~ to .gitignore Ray Lehtiniemi (13): Make example installation work with --prefix. Dead code removal Use initializer list Fix several crashes with repeated rescheduling. Missed a kotrus variable Use local vars to reduce code clutter. Kill some redundant checks. Loosen reportDef pointer type to eliminate a static cast. Use Report::generate() virtual function to dispatch reports. Constify getTable() to eliminate some const_cast<>() calls. Kill a bunch of unneeded static_cast<> Cache return value in local var Dead code Rene Kuettner (1): Change error for missing ICal support to warning. Stefan Kamphausen (1): added a new tasjuggler emacs mode j.taskjugg...@gindre.org (7): Added double and middle click facility in interactive report Added complements info in task and resource Details window Added taskbarprefix and taskbarpostfix Updated documentation for taskbarprefix and taskbarpostfix. Fixed documentation 'isDependencyOf' Fix issue on vacation resource display for the day of time change. Use TJ standart period format for vacation ressource display.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 19 09:44:58 2009 UTC (14 years, 6 months ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
* Update to 2.4.1. * Attempt to fix documentation paths. * Replace US/Mountain with America/Denver in tests. DragonFly and FreeBSD don't accept historic timezone names. See http://www.taskjuggler.org/manual-2.4.1/change_log.html for upstream changelog.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 4 18:07:16 2007 UTC (16 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Fix a compilation issue. Still fails as regression test.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Mar 22 17:15:19 2007 UTC (16 years, 6 months ago) by rillig
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Imported taskjuggler. TaskJuggler is a modern and powerful project management tool. Its new approach to project planning and tracking is far superior to the commonly used Gantt chart editing tools. It has already been successfully used in many projects and scales easily to projects with hundreds of resources and thousands of tasks.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 22 17:15:19 2007 UTC (16 years, 6 months ago) by rillig
Branch: MAIN
Initial revision