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

0001 Some useful stuff:              
0002 You can search the source code for FIXME and TODO entries with:
0003 find . -name "*.c*" -o -name "*.h" | xargs grep -E "(###|TODO|FIXME|todo)"
0004 
0005 Using -A and -B with grep gives you some additional context around the particular comment:
0006 find . -name "*.c*" -o -name "*.h" | xargs grep -A 3 -B 3 -E "(###|TODO|FIXME|todo)"
0007 
0008 -----------------------------------------------------------------------------------------
0009 
0010 In no particular order or priority:
0011 
0012 
0013 * Improving printing of gantt chart:
0014         Proper task list
0015         Selected tasks
0016         Limited by dates
0017 
0018 * Adding printing to performance charts (and to the rest of the missing views)
0019 
0020 * Improving reports, it's very rudimentary
0021         Maybe drag-n-drop into Words?
0022 
0023 * Import task data from spreadsheet (User request)
0024 
0025 * Improve the graphical dependency editor:
0026     It is difficult to use when there are many tasks/dependencies.
0027     Collapse/expand summary tasks
0028     'Tree' indication to better indicate which subtasks belongs to which summary task
0029     Info view/docker to (optionally) show more information
0030 
0031 * Add a 'calendar' view for the resources (ala korganizer) to show appointments
0032 
0033 * Add possibility to automatically schedule after changes to the project.
0034 
0035 * Add filter / sort to (some) views
0036 
0037 * Improve gantt chart
0038         Time now
0039         Context menu on tasks in chart
0040         When selected in list, show selection in chart and vs (?)
0041         Remove the position diffrence of items in list and chart
0042         Position correctly on start/end datetime (small offset now)
0043 
0044 * Add time period config to cost breakdown view
0045 
0046 
0047 * Fix d-n-d of vcards from kontact into resources
0048 
0049 * Sql Database storage
0050 
0051 * Improve planwork, possibly coupled to sql database storage