Warning, /office/calligraplan/CHANGELOG is written in an unsupported language. File is not indexed.

0001 
0002 Calligra Plan current:
0003 ----------------------
0004 
0005 * TJ scheduler improvements
0006     Fix bug and improve performance in positive float calculation.
0007     Honor calendar timezone other than local timezone.
0008     Improve handling of StartNotEarlier/FinishNotLater.
0009     Fix bug in scheduling tasks with estimate in work time duration.
0010 
0011 * Add a command to generate a new project from the current project
0012 
0013 * Add export to csv and ods
0014 
0015 Release 2.6
0016 -----------
0017 * Fix regression in scheduling, backward calculation
0018 
0019 * Fix bug in kplato xml loader
0020 
0021 * Fix crash after File->Open on empty document
0022 
0023 * Fix bug 308855 -  Gantt chart: No tree structure in printed version
0024 
0025 * Fix bug 307450 - Calligra Plan crash when adding subtask
0026 
0027 * Always check appointments to avoid overbooking resources
0028 
0029 * Fix bug 307450 - Crash when calculating schedule (in rcps_solver_solve)
0030 
0031 * Add scheduling granularity
0032 
0033 * PlanWork:
0034   Add gantt chart
0035   Update scheduling info when task has been rescheduled
0036 
0037 * Fix bug: Send work package schedule info also when schedule is not top level schedule
0038 
0039 * Performance charts:
0040   Show both effort- and cost based performance index values.
0041   Add charting of perfomance indices
0042 
0043 * Enable dropping Plan project files into the Task Editor.
0044 
0045 * Task Editor: Add a Task Module docker to ease project creation.
0046   This makes it possible to define typical solutions with multiple tasks,
0047   task dependencies, including resources and resource allocations.
0048 
0049 * Reports export: Add option to output data into table.
0050   This will not use the reports layout.
0051   The "old" export option that tries to honour the layout is still available.
0052 
0053 * Report designer usability improvements.
0054   Designer moved from a dialog into a view using dockers for editing.
0055   This removes the need for multi-layered dialogs.
0056 
0057 * Bug 186639 -  Use a more "descriptive" mouse cursor for wiring tasks in the graphic
0058 
0059 * Bug 286332 - Auto allocate selected resources to new tasks
0060 
0061 * Improve printing:
0062     Add printing options to view configuration dialog
0063     Save/load option settings
0064 
0065 Release 2.5:
0066 ------------
0067 * Disable calculate action when calculating to avoid potential crash
0068 
0069 * Fix bug 306734 - Crash when calculating schedule (in rcps_solver_solve)
0070 
0071 * Fix crash when two dependent tasks are deleted in one go
0072 
0073 * Fix bug 301888 - New: setting task duration messes up schedule
0074 
0075 * Fix bug 301326 - Export to pdf does not respect reports page layout
0076 
0077 * Fix Bug 286564 -  plan do not update the resources allocation number when selected
0078 
0079 * Add mpxj based filter capable of importing data from
0080   Planner, PrimaVera and various MS Project file formats,
0081 
0082 Release 2.4:
0083 ------------
0084 * Fix bug 292931: Crash when scheduling task of type Duration.
0085 
0086 * Fix crash in reports due incorrect use of KoXml to QDom conversion
0087 
0088 * Fix bug 291056 - Dates are sorted alphabetically and not by date / time
0089 
0090 * Improve users control of work package merging
0091 
0092 * PlanWork:
0093   Add remove document command
0094   Support adding new documents of any type
0095   Support updating existing reference documents
0096 
0097 * Fix bug 259225: Display performance index numbers in red when spi/cpi is < 1.0
0098 
0099 * Fix bug 286495: Update reports automatically when schedule changes
0100 
0101 * Fix bug 286413: Use calendar popups for all datetimes
0102 
0103 * Gantt chart: Use locale defined weekends/start of week
0104 
0105 * Bug 286332: Initially expand resource group in the Task resource allocation dialog
0106 
0107 * Resource assignment gantt chart: remember zoom and scale settings
0108   Ref bug 284349
0109 
0110 * Improve view selector:
0111   Enable moving views and categories using drag and drop
0112   Fix various problems with the view selector dialogs
0113 
0114 * Disable dbus adapter
0115 
0116 * Fix scheduling of resources that works during daylight saving time changes
0117 
0118 * Set datetime grid hour format in accordance with kde settings
0119   (Ref bug 284361)
0120 
0121 * Fix bug 284349 Gantt chart: remember zoom and scale settings
0122 
0123 * Task editor: Do allow editing of irrelevant data for summary tasks and milestones
0124 
0125 * Reports: Use localized number formatting
0126 
0127 * Schedule log:
0128   Allow opening task- and resource dialog
0129   Color log entries in accordance with severity
0130 
0131 * Report chart item: Add posibility to limit amount of data to display
0132 
0133 * Add drag&drop resources from akonadi address book
0134 
0135 * View selector: Add 'Execution' category
0136 
0137 * Improve scripting
0138   Add create capability to make it possible to write importer.
0139   Use undo commands so it is possible to keep ui consistent.
0140   Cleaner API.
0141 
0142 * Fix bug 277074: Task description tooltip does not show full description
0143 
0144 * Fix bug 274805: Effort Estimate defaults to 8.0Y instead of 8.0h on first instance.
0145 
0146 * Add odt export to reports
0147 
0148 * Fix bug 269652: Crash on save/exit.
0149 
0150 * Fix bug 268095: Crash in some models when emitting dataChanged.
0151 
0152 * Fix bug in load vs available units calculation
0153 
0154 * Printing: Improve gantt chart printing
0155 
0156 * Printing: Add printing of performance charts
0157 
0158 * Reports: Add access to schedule name (=project.Plan())
0159 
0160 * Add error indication when required estimated effort cannot be delivered.
0161 
0162 * Gantt chart: Fix wrong positioning of time constraint indication
0163 
0164 * Lock down baselined project.
0165 
0166 * Schedules editor: Add 'detach' schedule for cases where you reschedule frequently
0167 
0168 * Scheduling: Performance optimization
0169 
0170 -----------------------------------------------------------------------------------
0171 Calligra KPlato rev 0.10.1 (calligra 2.3.1)
0172 
0173 
0174 Performance views:
0175 * Show/hide info in accordance with user preferences.
0176 * Add fields for cpi/spi for both cost and effort based calculations.
0177 
0178 Earned value calculations (bug 257413):
0179 * Add material costs as well as startup and shutdown cost to bcws/bcwp/acwp calculations.
0180 * Fix bug in BCWS and index calculation when ahead of schedule.
0181 * Don't add a day too much when calculating a map of effort/cost pr day.
0182 * Handle non-specified end time when fetching actual effort/cost.
0183 
0184 Task editor / task dialog:
0185 * Fix: When a task refers to account(s) when it becomes a summarytask, the account references are not removed.
0186 
0187 Task progress dialog (bug 258668):
0188 * Fix: Used effort set to 0 when task is set to finished.
0189 
0190 Cost breakdown view and performance views (bug 258686):
0191 * Fix: The views are not updated when cost is changed in tasks or resources.