Mon, 24 Jul 2006 10:04:03 +0000forgot to add on last commit BLD200607271800
hair@netbeans.org [Mon, 24 Jul 2006 10:04:03 +0000] rev 7357
forgot to add on last commit

Mon, 24 Jul 2006 08:33:19 +0000vmd package API improved, StateModel added, ProxyAnchor is driven by StateModel, VMDMinimizeWidget is no longer needed
dkaspar@netbeans.org [Mon, 24 Jul 2006 08:33:19 +0000] rev 7356
vmd package API improved, StateModel added, ProxyAnchor is driven by StateModel, VMDMinimizeWidget is no longer needed

Sun, 23 Jul 2006 13:07:05 +0000- Bug (not in IZ): spent times stored without hours BLD200607231800
lebedkov@netbeans.org [Sun, 23 Jul 2006 13:07:05 +0000] rev 7355
- Bug (not in IZ): spent times stored without hours
- Reduce logging
- Bug (IZ #sddd): edited time updated for all tasks after a task list is open
- Bug (not in IZ): Editing a cell in summary column hides icon of a task
- Export wizards simplified (one page less)
- Remove usages of ErrorManager
- Implement "todays hours" as an export

Sun, 23 Jul 2006 10:52:33 +0000Fixing guiproject's tests.
jlahoda@netbeans.org [Sun, 23 Jul 2006 10:52:33 +0000] rev 7354
Fixing guiproject's tests.

Sun, 23 Jul 2006 10:40:27 +0000Using a different tmp dir.
jlahoda@netbeans.org [Sun, 23 Jul 2006 10:40:27 +0000] rev 7353
Using a different tmp dir.

Sun, 23 Jul 2006 09:30:25 +0000Tests are part of the build.
jlahoda@netbeans.org [Sun, 23 Jul 2006 09:30:25 +0000] rev 7352
Tests are part of the build.
Adding editorhints/spi into the platform.
Temporary taking off tests for code completion.

Sun, 23 Jul 2006 09:09:34 +0000More standard-jar-excludes.txt.
jglick@netbeans.org [Sun, 23 Jul 2006 09:09:34 +0000] rev 7351
More standard-jar-excludes.txt.

Sat, 22 Jul 2006 09:12:53 +0000Removing deprecated standard-jar-excludes.txt. BLD200607221800
jglick@netbeans.org [Sat, 22 Jul 2006 09:12:53 +0000] rev 7350
Removing deprecated standard-jar-excludes.txt.

Fri, 21 Jul 2006 12:22:18 +0000fixes and performance improvements in repainting system + test
dkaspar@netbeans.org [Fri, 21 Jul 2006 12:22:18 +0000] rev 7349
fixes and performance improvements in repainting system + test

Fri, 21 Jul 2006 08:41:43 +0000ObjectController removed, now there is 1-to-1 mapping between model-object and widget -> new API in ObjectScene, GraphScene, GraphPinScene
dkaspar@netbeans.org [Fri, 21 Jul 2006 08:41:43 +0000] rev 7348
ObjectController removed, now there is 1-to-1 mapping between model-object and widget -> new API in ObjectScene, GraphScene, GraphPinScene
ObjectState.focused and ObjectScene.createMoveAction removed, Scene.createWidgetHoverAction and ObjectScene.createObjectHoverAction and Widget.removeFromParent added