Use the "Append instead of prepend" option for pasting
Shortcut for "Add Another"
Filter for dates should always return false if the date is undefined
Export spent times only for the current task list
Improve duration parsing in the property sheet
Open/close a node using keyboard
NetBeans 5.0 (1.28.3.55.16.7)
New property editor for duration values allows to change the spent time and effort of a task in the properties view.
Priority editor is simplified. It's foreground color is better visible in the properties view.
Integration with the error stripe in the editor.
Due date is painted in red if the deadline was not met.
Bugfix (not in IZ): Tooltip for a task with a summary that contains multiple lines shows the whole text in one line.
New field for a task: start date.
More documentation.
New field for a task: spent time today.
Work periods counting rewritten.
Some new icons.
Integration with the new options dialog.
Bugfix: \"New Task List" action does not work.""
New HTML export format: only task summaries and efforts will be exported.
Bugfix (not in IZ): Wrong indentation for root tasks in HTML export.
Bugfix (not in IZ): \"Show Task" dialog does not show URLs that are not accessible.""
Using iCal4j (http://ical4j.sf.net) improves the compatibility with other iCal software.
New option \"detect inactivity".""
Plain text export.
Faster deletion of tasks.
Bugfix (not in IZ): Do not show 01.01.1970 as completed date for not completed tasks.
Bugfix (not in IZ): Do not start completed tasks.
Bugfix (not in IZ): \"Purge completed tasks" does not work for root tasks.""
\"Done" checkbox in the table is painted in disabled state if a task cannot be marked as done.""
New option: Switch \"Spent time", "Percent Complete" and "Effort" automatically to "Computed" if a subtask is added.""
Keyboard shortcuts for \"Move Up" (Ctrl+Up) and "Move Down" (Ctrl+Down)""
Bugfix for #68682 (filed for the dev build): Order is not preserved.
Table cell editor for effort.
New icon for the root node.
New action: copy todays hours to the clipboard.
Bugfix for #70743: ArrayIndexOutBounsException when create a subtask on a filtered list
Bugfix (not in IZ): Some painting bugs.
Bugfix (not in IZ): Painting of overdue tasks.
NetBeans 4.1 (1.26.61543)
The number of working days per week is now configurable The table represents bigger duration values in weeks.
The module depends directly only on the org.netbeans.modules.tasklist.core which makes it easier to embed User Tasks into NetBeans platform based applications
Effort cells are painted in red if the sum of the spent time and the remaining effort exceeds the planned effort.
Owner field.
Selection of multiple tasks readded.
Cell editor for the category field shows all available categories in a combobox.
Scrollbars positions will be saved and restored after NetBeans restart.
Owner field will be automatically filled with the name of the current user if a task was started and this field was empty.
The module was projectized.
Bugfix (not in IZ): Fixed a painting bug with \"done" and "progress" cells.""
Columns configuration will be saved for each opened user tasks window.
Help splitted in extra jar file resulting in smaller memory footprint.
Better cell renderer for priority. It takes less place and uses icons to represent different priorities.
Details of a task are now shown in a tool tip. Tool tip for a \"Task List" node shows the absolute file name of the .ics file.""
Experimental ics parser was removed.
New \"completed on" field.""
The module works now better with multipart editors like the NetBeans form editor.
A User Tasks view will be closed if the corresponding file was deleted. The window's caption will be changed if a file was renamed.
Border around the table was removed.
Work periods are collected and the time spent on a particular task today is computed.
A new export layout for planning projects.
Bugfix (not in IZ): NPE in the export wizard fixed.
Bugfix (not in IZ): columns don't remember their sizes if the view was in sliding mode.
Bugfix for #56102: New Task UI doesn't use current document when it has an associated form.
Bugfix for #56101: Started getting ArrayIndexOutOfBoundsExceptions when trying to add tasks.
Active filter is restored after a NetBeans restart.
Better reuse of the filtering framework from tasklist/core
Bugfix (not in IZ): Wrong text field placement for summary column if columns were reordered.
New conditions for dates: \"is today" and "is undefined"""
JCalendar integration result in better editors for dates (see \"Properties" view and "Show Task" dialog).""
Bugfix for #57030: Import task list file chooser doesn't show directories
Support for properties of the type duration in the properties view.
Bugfix for #57227: [41cat] When you reopen the User Task window the icon does not show up.
Bugfix for #57512: [41cat] No context menu for Tasks
NetBeans 4.0 (1.25.51033)
It is possible now to add multiple tasks at once. #29884 tracked this feature.
Rewrite with another TreeTable component
Compute progress for tasks that do not have subtasks as spent time divided by effort
The code detects user inactivity and suspends currently running task
New wizards for the import and export.
XSL based HTML export. Pure XHTML will be generated.
Purge completed tasks works now only for the subtasks of the selected task
Updated icons
\"Compute Effort"/"Compute Spent Time"/"Compute Progress" properties available in the Properties view""
In place editor for the category shows some often used categories
Integrated module help.
A small badge icon on a task icon shows the task you are currently working on.
\"Collapse All" action collapses all tasks.""
\"Add Subtask" action has a default key binding to INS.""
\"Pause" action is placed on the toolbar for easier access.""
\"Clear Percent Complete" makes it easier to work with checklists. It clears all "percent complete" information for a taskand all of it's subtasks.""
\"Done" checkboxes in the table made R/O for tasks thatcompute their progress automatically. Now you can change this property only from the "Show Task" dialog or from the properties view.""
New \"Move Up" and "Move Down" actions allow reordering of tasks.""
Now not only files but also URLs could be associated with tasks. The special attribute \"URL" from RFC2445 is used to store the value improving interoperability with other software.""
Different icons are used to represent done and undone tasks on the left (\"glyph") margin of the editor.""
The view remembers the expanded nodes, selected task and started task and restores them after NetBeans restart.
Simplistic Gantt diagrams (not yet visible to the user)
Dependencies between tasks could be defined.
Pasting multiple lines of text results in inserting multiple tasks with the corresponding summary.
Bugfix for #40144: Copy&Paste on usertask does not work
Bugfix for #40737: line number added when \"Associated File" not checked""
Bugfix for #27670: Editing tasks does not cause re-evaluation of filter
Bugfix (not in IZ): Fixed the \"Expand All" action""
Bugfix (not in IZ): User Tasks windows does not show the extension of the opened .ics file