New Cobalt Release for 20090226

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

New Cobalt Release for 20090226

John Dougan
"The time has come," the Developer said,
"to talk of Cobalt things:
Of futures -- of islands -- of windows --
Of buttons, lists and strings."

....specifically we have a new developer build in the wake of the sprint to alpha. Unfortunately the process of the sprint revealed issues that we are going to have to deal with before we can go all the way to alpha. Most significantly,  the motion avatars and the Xrfb load handling are going to need to be worked on before we can proceed to alpha.

That being said, there are a lot of improvements! Areas changed include:
  • UI rearrangement and relabelling
  • The Xrfb application server system has been updated
  • Save/Load changes so it should handle the textures properly now
    • Also, as a stopgap, it will push anything that could potentially block the portal away on save.
  • Developer Mode switch so users aren't inconvenienced by tools and UI the devs need.
  • Early release of the FreeCAD. This is not complete and will probably throw exceptions unless you know exactly what you are doing.
  • Cotextual menu item to fly to an in-scene object
  • Fixed to the Grab functionality
  • Autostart capability
  • Addition of Light objects and some manipulation capability
  • Improvements to keyboard focus issues
  • Changed nav panel to Tweak
  • Added HUD bar on the bottom.
  • Tweak Layout improvements
  • Animated GIFs should now be  working
  • Can change the floor texture
  • Update to chat
  • Controls now closer to WoW. Pressing both mouse buttons will let you drive.
  • Special chars should now work in the Xrfb apps.
  • Camera pan out on mousewheel now has a dev settable limit
  • Stripped content folder in the standard build
    • You can just copy the full size one over it if you want.
  • Toggle for the window debug buttons.
  • And others I probably missed in going over the list
Thanks to (in no particular order) Rajeev Lochan, Ed Boyce, Martin Kastsian, Matthew Fulmer, Julian Lombardi, Peter Guastella and Phua Khai Fong.

Once uploaded the release will be at http://www.duke.edu/~jd135/downloads/cobalt-base-current-build-20090226.zip and the updated associated full content folder will be at http://www.duke.edu/~julian/downloads/Open%20Cobalt/content-20090226.zip

Cheers,
  -- John


====================
Name: CobaltUI-jrd.100
Author: jrd
Time: 20 February 2009, 9:14:42 am
UUID: c3b1fa95-7fcb-484c-80f2-0a2e38debc07
Ancestors: CobaltUI-jrd.99

Changed:

- Modfied About Box to use a version number from the global #CobaltVersion

====================
Name: CobaltMorph-jrd.47
Author: jrd
Time: 20 February 2009, 9:18:23 am
UUID: f5d36652-c020-4c19-8b74-59a15da8cf2d
Ancestors: CobaltMorph-jrd.46

Changed:

- Created CobaltHarness>>restoreIsland:named:source: so the restored island/controller will know where it was created from and can look there for cache files if necessary
- Removed CobaltHarness>>restoreIsland:named: .  There is a superclass method to call the new restore

====================
Name: CobaltVNC-rajiv.11
Author: rajiv
Time: 19 February 2009, 2:39:22 am
UUID: b4e3791a-e2a0-7444-a180-f022eca40f87
Ancestors: CobaltVNC-rajiv.10

Trying to get rid of external arrows for scrolling.

They are no more required, as the XrfbClient and XrfbServer are both of same resolution..

====================
Name: CobaltVNC-rajiv.10
Author: rajiv
Time: 19 February 2009, 1:44 am
UUID: e7ee090f-1a9f-5645-829b-9f7aae0e33aa
Ancestors: CobaltVNC-rajiv.9

Have Resized the TWindow Content size. Now the internal Morphic scroll bars wont be visible.

Both XrfbClient and XrfbServer of 800*600 resolution

====================
Name: Croquet-Objects-jrd.260
Author: jrd
Time: 20 February 2009, 9:44:23 am
UUID: 2e7efde8-987f-4b7e-b6f7-d8c5ea675aa5
Ancestors: Croquet-Objects-jrd.259

Changed:

- Added TFormManager>>savedCachedTexturesTo:  to dump the textureDictionary to a directory.  This should be rewritten in terms of the file cache manager.
- TFormManager>>loadNextTFF: will now try to ask the controller for the cache file for the cases where we're loading from disk or off the web.

====================
Name: Croquet-Router-jrd.96
Author: jrd
Time: 20 February 2009, 10:00:21 am
UUID: d2dfaff0-8c0a-456a-9782-e139f46de539
Ancestors: Croquet-Router-jrd.95

Changed:

- TRemoteController Modified so that it understands where it was loaded from and can load cache files that may be located with the island data.
    - Created url var to hold a Url for the location
    - #loadResourceFor: will return the raw data for the cahche file described in the argument.

====================
Name: OpenGL-Core-jrd.7
Author: jrd
Time: 20 February 2009, 10:07:59 am
UUID: 35555ba5-79ae-4d20-a173-a301d110b9cd
Ancestors: OpenGL-Core-jrd.6

Changed:

- Changed default font in OpenGL>>drawString:at:font:color:align: to Accuny as greyscale fonts do not draw correctly.

====================
Name: MenuUI-jrd.130
Author: jrd
Time: 20 February 2009, 10:24:51 am
UUID: 39e094c9-3c13-494c-8b66-176af55a69e9
Ancestors: MenuUI-jrd.129

Changed:

- Changed CroquetHarnessWithMenu>>restoreIsland:named: to call #restoreIsland:named:source: with a nil source arg.
- Added CroquetHarnessWithMenu>>restoreIsland:named:source:  to store the source argument in the controller for later cache retrieval.
- CroquetMenuProject methods to load and save islands
    - actionLoadWorld now calls new restore functionality
    - actionLoadWorldURL now calls new restore functionality
    - actionSaveWorld saves twice.  The first time is as it did before, the second to a directory named from the prompt and the cache files are stored with it
- CroquetParticipantWithMenu>>glRenderStatsOn: ad renderMorphic: changed to use a higher contrast yellow for the staus indications

====================
Name: Croquet-Harness-jrd.152
Author: jrd
Time: 20 February 2009, 10:21:42 am
UUID: 787da663-0398-40c6-a499-594e39a7ea20
Ancestors: Croquet-Harness-jrd.151

Changed:

- Added CroquetHarness>>saveCachedTexturesTo: to have the active isand/controller save it's textures to a disk location.  Unfortunately they don't know that  so for now we just dump the whole texture cache.

====================
Name: Collada-kayef.38
Author: kayef
Time: 5 February 2009, 6:39:38 pm
UUID: 8bb8fc7c-40a6-824f-8825-16b79bb9f3ca
Ancestors: Collada-kayef.37

fixed to handle drop of kmz file

====================
Name: Collada-kayef.39
Author: kayef
Time: 18 February 2009, 1:28:48 pm
UUID: 1dc823a7-1e02-4541-9df7-7fd14a8df271
Ancestors: Collada-kayef.38

Fixed some material effects problem.

====================
Name: FreeCAD-kayef.29
Author: kayef
Time: 18 February 2009, 5:25:13 pm
UUID: 2111e4aa-2a24-3342-9931-22d13b7e6966
Ancestors: FreeCAD-kayef.28

Supports loading of ASMT file

====================
Name: FreeCAD-kayef.30
Author: kayef
Time: 18 February 2009, 11:49:47 pm
UUID: b61eeb74-412b-a44e-9a04-7eb7163de384
Ancestors: FreeCAD-kayef.29

Updates for GUI, overlay can transparency can be adjusted

====================
Name: CobaltUI-mpm.100
Author: mpm
Time: 19 February 2009, 3:43:52 pm
UUID: 5ef67800-7595-4e43-a348-6eb02161dfde
Ancestors: CobaltUI-jrd.99

fixups for the grab/release object and fly to object popup menu functions

====================
Name: CobaltUI-kayef.100
Author: kayef
Time: 16 February 2009, 10:39:53 pm
UUID: 5ec7e2d0-9b66-904e-9c3b-ba0bfcc34937
Ancestors: CobaltUI-jrd.99

Changed actionNewLight to load a spot light model and add a #spot type light into the space.

**Requires light.kmz to be in model folder**

====================
Name: CobaltUI-mtf.100
Author: mtf
Time: 15 February 2009, 8:46:52 pm
UUID: 50270013-87e1-4f26-971d-9b4d31a1b11d
Ancestors: CobaltUI-jrd.99

moved most of the screenMode: logic into CroquetParticipant so that it is available to the step method. This allows full window cobalt to resize as the squeak window resizes

====================
Name: CobaltUI-jrd.100
Author: jrd
Time: 20 February 2009, 9:14:42 am
UUID: c3b1fa95-7fcb-484c-80f2-0a2e38debc07
Ancestors: CobaltUI-jrd.99

Changed:

- Modfied About Box to use a version number from the global #CobaltVersion

====================
Name: CobaltUI-mka.100
Author: mka
Time: 18 February 2009, 6:03:49 am
UUID: a0c60758-e628-4844-bda9-34316b944165
Ancestors: CobaltUI-jrd.99

intelligent objects (TFrames) are not stealing keyboard focus anymore if not requested

====================
Name: CobaltUI-mtf.101
Author: mtf
Time: 15 February 2009, 10:02:23 pm
UUID: 5a4dd4e2-09a4-4fcf-b08f-0ab48cb932b0
Ancestors: CobaltUI-mtf.100

- simplified the logic of changing screen modes
- made the squeak desktop view mode only available in developer mode

====================
Name: CobaltUI-kayef.101
Author: kayef
Time: 17 February 2009, 3:21:21 am
UUID: 3ad8b499-979a-3448-b27a-1bf0635fb49e
Ancestors: CobaltUI-kayef.100

Changed actionNewLight to load a spot light model and add a #spot type light into the space.

**Requires light.kmz to be in resources/widgets folder**

====================
Name: CobaltUI-kayef.102
Author: kayef
Time: 17 February 2009, 3:30:04 pm
UUID: 825115f8-e947-3b43-96bb-8d7f29b5218f
Ancestors: CobaltUI-kayef.101

Fixed loading of Collada zip file problem.

====================
Name: CobaltUI-mtf.102
Author: mtf
Time: 15 February 2009, 10:08:45 pm
UUID: 1057061a-7749-49e1-be0e-10e09393f554
Ancestors: CobaltUI-mtf.101

unless developer mode is active, the quit menu item now quits squeak too

====================
Name: CobaltUI-kayef.103
Author: kayef
Time: 18 February 2009, 5:22:52 pm
UUID: e1ab7b31-82cf-4449-baa7-a3f8fffd20a5
Ancestors: CobaltUI-kayef.102, CobaltUI-kayef.76

Modified actionCAD to support freeCAD intergration

====================
Name: CobaltUI-mtf.103
Author: mtf
Time: 17 February 2009, 11:21:58 pm
UUID: 2e588b18-d024-481d-a2e1-0cd75dbdcb1c
Ancestors: CobaltUI-mtf.102, CobaltUI-kayef.102

merged matthew and phua
implemented a non-functional nav panel in tweak

====================
Name: CobaltUI-mtf.104
Author: mtf
Time: 18 February 2009, 1:47:16 am
UUID: 6221a6d5-0b7d-45c5-9c8c-f8735ed8fbe3
Ancestors: CobaltUI-mtf.103

- refactored hud code so that icon panels are easy to make.
- got the tweak nav panel working
- added the tweak nav panel to the cobalt world at the wrong location until hud layout code is written

====================
Name: CobaltUI-kayef.104
Author: kayef
Time: 18 February 2009, 11:45:36 pm
UUID: a1ea8d04-a487-ae4b-b5e1-e03bc0b8bb3e
Ancestors: CobaltUI-kayef.103

Updates on menu bar to use CAlphaWindow and have transparency settings.

====================
Name: CobaltUI-jrd.105
Author: jrd
Time: 20 February 2009, 11:13:26 am
UUID: d686d8be-e0f4-4adf-8d24-4d29f988d955
Ancestors: CobaltUI-jrd.100, CobaltUI-mtf.104, CobaltUI-kayef.104, CobaltUI-mka.100, CobaltUI-mpm.100

Changed:

- Merged Matthew's, Fong's, Martin's, Mark's and John's development paths.

====================
Name: CobaltUI-jrd.106
Author: jrd
Time: 20 February 2009, 11:28:24 am
UUID: f260832b-e2b3-4e67-b473-fba400d3f4b7
Ancestors: CobaltUI-jrd.105, CobaltUI-eb.103

Changed:

- Merged Ed's development path

====================
Name: Vehicles-mpm.39
Author: mpm
Time: 19 February 2009, 3:50:35 pm
UUID: fcb8846f-b158-4207-9a15-bea4e4d6d51d
Ancestors: Vehicles-jrd.38

fixups for the grab/release object and fly to object popup menu functions

====================
Name: Collections-mtf.32
Author: mtf
Time: 16 February 2009, 1:59:46 pm
UUID: 0c772b97-ac93-47fc-82e3-8ed95db6a54c
Ancestors: Collections-bgf.31

moved do:displayingProgress: here from the PackageInfo package

====================
Name: MenuUI-mtf.130
Author: mtf
Time: 15 February 2009, 8:39:33 pm
UUID: 96ef9ff3-42dd-40ef-a431-16a68337aaac
Ancestors: MenuUI-jrd.129

fixed all bugs with tweak not being the size of the enclosing morph

====================
Name: MenuUI-mtf.131
Author: mtf
Time: 15 February 2009, 9:59:49 pm
UUID: e44fb6b5-eb6d-4e33-83fc-90ac9cc92e5a
Ancestors: MenuUI-mtf.130

Made showDevTools always reflect the global setting in CroquetHarness

====================
Name: MenuUI-mtf.132
Author: mtf
Time: 15 February 2009, 10:36:13 pm
UUID: 53331a36-8007-418a-b0c0-2b6324e9f965
Ancestors: MenuUI-mtf.131

removed an improper setter of devMode

====================
Name: MenuUI-jrd.133
Author: jrd
Time: 20 February 2009, 11:43:43 am
UUID: f440f843-566d-4e03-8499-4400515e49c7
Ancestors: MenuUI-jrd.130, MenuUI-mtf.132

Changed:

- Merged Matthew's dev mode changed and John's load/save changes

====================
Name: MotionCapture-mpm.66
Author: mpm
Time: 19 February 2009, 3:46:08 pm
UUID: 5b78db81-9ef6-4a2e-b587-0c5471f9913d
Ancestors: MotionCapture-jrd.65

fixups for the grab/release object and fly to object popup menu functions

====================
Name: Croquet-Objects-mpm.260
Author: mpm
Time: 19 February 2009, 3:51:49 pm
UUID: 61e1e132-e317-48fd-ae3f-383ebea3f710
Ancestors: Croquet-Objects-jrd.259

fixups for the grab/release object and fly to object popup menu functions

====================
Name: Croquet-Objects-jrd.261
Author: jrd
Time: 20 February 2009, 11:52:25 am
UUID: 4d02776a-2448-4208-9428-be79f9dbca93
Ancestors: Croquet-Objects-jrd.260, Croquet-Objects-mpm.260, Croquet-Objects-mka.260

Changed:

- Merged Mark's carry and fly changes, Martin's keyboard focus changes, and John's texture load/save changes

====================
Name: Croquet-Harness-jrd.153
Author: jrd
Time: 20 February 2009, 11:56:13 am
UUID: ad029c20-0b5f-4a43-ab1a-5890ea2b0d85
Ancestors: Croquet-Harness-jrd.152, Croquet-Harness-mka.152, Croquet-Harness-mtf.152

Changed:

- Merged Matthew's viewport changes, Martin's animated GIF fix, and John's load/save changes

====================
Name: Croquet-Embed-mka.17
Author: mka
Time: 18 February 2009, 6:11:32 am
UUID: fca5c5c8-c2f9-c343-a86f-079da5f6f557
Ancestors: Croquet-Embed-mka.16

intelligent objects (TFrames) are not stealing keyboard focus anymore if not requested

====================
Name: Cobalt-Avatar-mka.7
Author: mka
Time: 18 February 2009, 6:04:18 am
UUID: 0ba73149-c281-c643-b250-9a107e739ab8
Ancestors: Cobalt-Avatar-jrd.6

intelligent objects (TFrames) are not stealing keyboard focus anymore if not requested

====================
Name: CobaltMorph-mtf.46
Author: mtf
Time: 15 February 2009, 10:35:17 pm
UUID: c5b9d9da-6ec9-4523-9c55-045f32b3fa62
Ancestors: CobaltMorph-jrd.45

Cobalt now launches on squeak startup if developer mode is off

====================
Name: CobaltMorph-mtf.47
Author: mtf
Time: 17 February 2009, 10:01:54 pm
UUID: 1d1f85b3-596c-4f70-8c73-d90f5f970b0d
Ancestors: CobaltMorph-mtf.46

oops. Cobalt was always starting up with squeak, even with developer mode enabled

====================
Name: CobaltMorph-jrd.47
Author: jrd
Time: 20 February 2009, 9:18:23 am
UUID: f5d36652-c020-4c19-8b74-59a15da8cf2d
Ancestors: CobaltMorph-jrd.46

Changed:

- Created CobaltHarness>>restoreIsland:named:source: so the restored island/controller will know where it was created from and can look there for cache files if necessary
- Removed CobaltHarness>>restoreIsland:named: .  There is a superclass method to call the new restore

====================
Name: CobaltMorph-mka.47
Author: mka
Time: 18 February 2009, 6:02:51 am
UUID: c7bf78a2-c740-9b47-ad11-d0f5f425967f
Ancestors: CobaltMorph-jrd.46

intelligent objects (TFrames) are not stealing keyboard focus anymore if not requested

====================
Name: CobaltMorph-mtf.48
Author: mtf
Time: 17 February 2009, 11:20:29 pm
UUID: eeed5aea-ddd6-4665-9dcc-d059fa3fccf9
Ancestors: CobaltMorph-mtf.47

merged matthew and phua
implemented a nav panel in tweak

====================
Name: CobaltMorph-jrd.49
Author: jrd
Time: 20 February 2009, 12:05:59 pm
UUID: addc00bf-a181-4ce0-8061-a5b8fe42b41e
Ancestors: CobaltMorph-jrd.47, CobaltMorph-mka.47, CobaltMorph-mtf.48

Changed:

- Merged in Matthew's startup changes, Martin' keyboard focus changes and John's load/save changes

= Pre 1 ===================

====================
Name: CobaltUI-rajiv.107
Author: rajiv
Time: 20 February 2009, 11:27:45 pm
UUID: 94a82365-1b7e-d044-9d1f-1089b27ca79f
Ancestors: CobaltUI-jrd.106

Have added XrfbMenu Items and Actions..

====================
Name: Croquet-Harness-mtf.154
Author: mtf
Time: 20 February 2009, 12:39:01 pm
UUID: 1781af47-71bb-4dca-8b70-dbee42e23556
Ancestors: Croquet-Harness-jrd.153

changed developer mode to be on by default

====================
Name: CobaltUI-eb.107
Author: eb
Time: 20 February 2009, 2:43:50 pm
UUID: e5c87fc2-1a42-8145-b069-0d1fc580faf6
Ancestors: CobaltUI-jrd.106, CobaltUI-eb.104

add call to removeFloor in TSpace when adding new floor texture.

====================
Name: CobaltUI-rajiv.107
Author: rajiv
Time: 20 February 2009, 11:27:45 pm
UUID: 94a82365-1b7e-d044-9d1f-1089b27ca79f
Ancestors: CobaltUI-jrd.106

Have added XrfbMenu Items and Actions..

====================
Name: CobaltUI-rajiv.108
Author: rajiv
Time: 21 February 2009, 1:46:19 am
UUID: f81414b4-1b86-5a42-b9fb-45aafda03c66
Ancestors: CobaltUI-rajiv.107

Disabled "Remote VNC ..."
Added Menu items to Tools>

====================
Name: CobaltUI-jrd.109
Author: jrd
Time: 20 February 2009, 3:22:54 pm
UUID: adf66cc3-8d72-4d20-bf1b-fc78cb93071b
Ancestors: CobaltUI-rajiv.108, CobaltUI-eb.107

Changed:

- Merged Rajeev's vnc changes and Ed's floor update

====================
Name: Croquet-Harness-mtf.154
Author: mtf
Time: 20 February 2009, 12:39:01 pm
UUID: 1781af47-71bb-4dca-8b70-dbee42e23556
Ancestors: Croquet-Harness-jrd.153

changed developer mode to be on by default

====================
Name: Croquet-Objects-eb.262
Author: eb
Time: 20 February 2009, 2:50:23 pm
UUID: 6ca546a7-f496-f143-b233-d01f55e17617
Ancestors: Croquet-Objects-jrd.261

adds removeFloor method to TSpace to remove all space children that have 'floor' as an objectName.a

= Pre 2 ===================
Name: Cobalt-Chat-etw.12
Author: etw
Time: 20 February 2009, 4:55:19 pm
UUID: cbee674a-8921-49bb-b1b7-b4721666b2f7
Ancestors: Cobalt-Chat-etw.11

Changes for new style Chat.

====================
Name: CobaltUI-eb.110
Author: eb
Time: 20 February 2009, 4:54:36 pm
UUID: 4f33eb50-7a15-fb44-9781-d38d92c20a75
Ancestors: CobaltUI-jrd.109

Adds Open Remote Document to Tools menu

====================
Name: Wisconsin-rajiv.158
Author: rajiv
Time: 21 February 2009, 4:05:55 am
UUID: e8b9f9aa-e236-f344-b6d3-919efbbf0ee1
Ancestors: Wisconsin-jrd.157

Set Default XrfbServer to MediaGrid

====================
Name: CobaltUI-etw.100
Author: etw
Time: 20 February 2009, 4:54:06 pm
UUID: d2828456-92ee-43f4-bb1e-6e6ebdd7cb6f
Ancestors: CobaltUI-jrd.99

I hope this gets there - changes for Chat menus

====================
Name: CobaltUI-jrd.111
Author: jrd
Time: 20 February 2009, 5:46:21 pm
UUID: 916e48cf-2627-4205-808c-52a37a5351c0
Ancestors: CobaltUI-eb.110, CobaltUI-etw.100

Changed:

- merged Liz's Chat update and Ed's xrfb menu items

====================
Name: MenuUI-jrd.134
Author: jrd
Time: 20 February 2009, 5:47:20 pm
UUID: 6db6a413-e2a2-44df-a366-900192abb1ef
Ancestors: MenuUI-jrd.133

Changed:

- Update world load and save to disk to use the saved-spaces directory

= Pre 3 ===================
Name: CobaltUI-eb.110
Author: eb
Time: 20 February 2009, 4:54:36 pm
UUID: 4f33eb50-7a15-fb44-9781-d38d92c20a75
Ancestors: CobaltUI-jrd.109

Adds Open Remote Document to Tools menu

====================
Name: CobaltUI-jrd.111
Author: jrd
Time: 20 February 2009, 5:46:21 pm
UUID: 916e48cf-2627-4205-808c-52a37a5351c0
Ancestors: CobaltUI-eb.110, CobaltUI-etw.100

Changed:

- merged Liz's Chat update and Ed's xrfb menu items

====================
Name: CobaltUI-eb.111
Author: eb
Time: 20 February 2009, 6:24:40 pm
UUID: 5e67248d-6e8d-0344-a26d-4e70e33dfe02
Ancestors: CobaltUI-jrd.109

Adds hooked up Xrfb Server Settings to the General Prefs Panel

====================
Name: CobaltUI-eb.112
Author: eb
Time: 20 February 2009, 9:27 pm
UUID: efdb5f91-cd77-f14b-9650-9bdf44b66cb7
Ancestors: CobaltUI-jrd.111, CobaltUI-eb.111

disable onPersonScaleChanged for now by commenting out the effective action.

====================
Name: CobaltUI-eb.113
Author: eb
Time: 20 February 2009, 9:31:01 pm
UUID: 6767194c-5518-d34d-b4cb-fb7c9f0889f5
Ancestors: CobaltUI-eb.112

Corrects class comment for CobaltAlphaPrefsWindow

====================
Name: CobaltUI-eb.114
Author: eb
Time: 20 February 2009, 9:38:56 pm
UUID: 5cdeb87e-8053-6342-a248-48c880e6e5e3
Ancestors: CobaltUI-eb.113

Changes my Person Info Panel into My Avatar Info Panel4

====================
Name: MenuUI-eb.135
Author: eb
Time: 20 February 2009, 9:22:25 pm
UUID: 116b9e2c-4536-2f46-a077-5eba13fa59e1
Ancestors: MenuUI-jrd.134

increases initial alpha value for Info Panels

====================
Name: MenuUI-mtf.136
Author: mtf
Time: 20 February 2009, 10:15:56 pm
UUID: f4512f86-ffc5-11dd-8439-001124e29fe6
Ancestors: MenuUI-eb.135

made the view > navigation buttons menu not DNU

====================
Name: CobaltUI-jrd.115
Author: jrd
Time: 21 February 2009, 12:52:05 am
UUID: f55e3430-40f1-41d5-b28e-759523ec3745
Ancestors: CobaltUI-eb.114

Changed:

 - Modified space panel
    - moved postcard fields to top
    - made postcards files load with local values
    - removed unnecessart postcard fields
- removed More Info... item from Space menu.

====================

= Pre 4 ===================
Name: CobaltMorph-mka.50
Author: mka
Time: 21 February 2009, 1:40:23 pm
UUID: 6e14106f-7777-5348-a863-101872718aab
Ancestors: CobaltMorph-jrd.49

fixing mouse error when dealing with keyboard focus in vnc window

====================
Name: CobaltMorph-jrd.51
Author: jrd
Time: 21 February 2009, 4:10:48 pm
UUID: 999efab1-d5c2-47d7-88a0-4de42d36a5d2
Ancestors: CobaltMorph-mka.50

Changed:

- CobaltHarness>>adjustActiveSpaceForSave will move frames in a space so the standard link posiiton isn't blocked.

====================
Name: CobaltUI-eb.116
Author: eb
Time: 21 February 2009, 2:50:31 pm
UUID: a32fd97f-3a85-3c4d-b629-74fa28058a03
Ancestors: CobaltUI-jrd.115

Includes position widget.  Trouble with the init

====================
Name: CobaltUI-eb.117
Author: eb
Time: 21 February 2009, 3:33:19 pm
UUID: 202405e8-8137-8d4a-9fcb-368fd17f8668
Ancestors: CobaltUI-eb.116

with object position widget suffering from receiving an undefined object for an initial value

====================
Name: CobaltUI-eb.118
Author: eb
Time: 21 February 2009, 3:53:35 pm
UUID: 62967a75-b95b-b540-b492-0021f57b75fc
Ancestors: CobaltUI-eb.117

this position widget looks better but still is getting handed an undefined object for position

====================
Name: CobaltMorph-mka.51
Author: mka
Time: 21 February 2009, 8:36:18 pm
UUID: a661e8f7-469b-5d4f-a07e-15596c5058d4
Ancestors: CobaltMorph-jrd.49

avatar movement with left and right mouse button down

====================
Name: CobaltMorph-jrd.52
Author: jrd
Time: 21 February 2009, 8:18:26 pm
UUID: 0485274f-157d-4050-8746-6401be80bc88
Ancestors: CobaltMorph-jrd.51, CobaltMorph-mka.51

Changed:

- Merged John's save code and Martin's controls code

====================
Name: CobaltUI-eb.119
Author: eb
Time: 21 February 2009, 6:10:49 pm
UUID: 34872cd7-86eb-2c4d-ac8d-384ce03f02de
Ancestors: CobaltUI-eb.118

has latest version of Object Position widget, but still has the problem with getting initial translation from the object's TFrame>> translation.

====================
Name: Croquet-Harness-jrd.155
Author: jrd
Time: 21 February 2009, 4:11:32 pm
UUID: b2846c80-16f5-463c-8538-e6ca5fd7a4a7
Ancestors: Croquet-Harness-mtf.154

Changed:

- Added dummy space adjustment methods for compatibility

====================
Name: Croquet-Harness-mpm.152
Author: mpm
Time: 21 February 2009, 12:07:46 pm
UUID: 87c94ef2-86d2-47e6-8a4a-1e7a6971161c
Ancestors: Croquet-Harness-jrd.151

repeatedly calling
      CommandHistory resetAllHistory
in the cleanup script results in recursive MNU problems and segmentation faults in the VM about 30% of the time - so let's not do that anymore.

====================
Name: Croquet-Harness-jrd.156
Author: jrd
Time: 21 February 2009, 8:21:06 pm
UUID: 0d73e3a5-f3b0-4955-b787-b57a23e1a679
Ancestors: Croquet-Harness-jrd.155, Croquet-Harness-mpm.152

Changed:

- Merged in Marks'd crash fix and John's save changes

====================
Name: Croquet-Objects-jrd.263
Author: jrd
Time: 21 February 2009, 4:09:34 pm
UUID: af862b42-08ee-4ade-ad62-f5dadba42f26
Ancestors: Croquet-Objects-eb.262

Changed:

- TSpace>>adjustForSave pushes all frames 2.0 units from the center.
- TFrame>>pushes the frame to the rim of a cylinder  if it should fall inside ot.
- TAvatarUser, TAvatarReplica>>pushAwayNearObjects does the exclusion thing around the avatar.

====================
Name: MenuUI-jrd.137
Author: jrd
Time: 21 February 2009, 4:01:04 pm
UUID: 550e73b3-4560-4c49-9e71-066bbe07db63
Ancestors: MenuUI-mtf.136

Changed:

- Modified island save to push stuff away from the standard link entry point before the save takes place. Stopgap to work around a problem with the old TWindow blocking the user when the island is reloaded.

====================
Name: MenuUI-eb.137
Author: eb
Time: 21 February 2009, 5:44:53 pm
UUID: 29141858-9f45-c041-a7b0-b7e8b4c4ae1c
Ancestors: MenuUI-mtf.136

Rearranges frame of panels so that close is to the left of the alpha slider

====================
Name: MenuUI-jrd.138
Author: jrd
Time: 21 February 2009, 8:23:44 pm
UUID: b32e69e1-0291-4891-9ed4-bcc08518723e
Ancestors: MenuUI-jrd.137, MenuUI-eb.137

Changed:

- Ed's window frame fix and John's save changes

====================
Name: Morphic-mka.24
Author: mka
Time: 21 February 2009, 8:39:30 pm
UUID: 087e4594-961d-fc4b-a216-e43a0286f63c
Ancestors: Morphic-jrd.23

HandMorph supports now mouse states where two mouse buttons are pressed simultaneously

====================
Name: MotionCapture-mpm.67
Author: mpm
Time: 21 February 2009, 2:52:46 pm
UUID: 34273d28-72d4-4055-a02d-a51ae68d84e9
Ancestors: MotionCapture-mpm.66

Fix object grab offset

====================
Name: TweakGridLayout-mtf.8
Author: mtf
Time: 21 February 2009, 3:40:44 pm
UUID: e9942b08-0057-11de-8439-001124e29fe6
Ancestors: TweakGridLayout-mtf.7

refactored the grid layout to also support an automatic row layout, without a fixed number of columns. To be used in the HUD panel layout

====================
Name: Chat-jrd.89
Author: jrd
Time: 21 February 2009, 8:57:59 pm
UUID: 21969aab-c9ed-467f-b87f-4d18b63d5fd8
Ancestors: Chat-jrd.88

Changed:

- added missing class var to CChatGroup
- Julian UI changes
    - CChatListener>>makeAccountMenu
    - CRoomJoinDialog>>setupCostume

====================
Name: CobaltUI-jrd.120
Author: jrd
Time: 21 February 2009, 8:59:32 pm
UUID: 14c7ed69-9931-44bd-8fad-daff30c041c1
Ancestors: CobaltUI-eb.119

Changed:

- Julian UI changes. Redo of menus and titles.

====================
Name: RFB-jrd.24
Author: jrd
Time: 21 February 2009, 9:25:02 pm
UUID: 65c9c641-4eb2-4bb0-88ba-424a46ccd49f
Ancestors: RFB-jcg.23

Changed:

- Fixed off by one indexi8ng error in keyboard handling.  Thanks to Martin Kastsian

====================
Name: TweakGridLayout-mtf.9
Author: mtf
Time: 21 February 2009, 7:13:50 pm
UUID: ae9662dc-0075-11de-8439-001124e29fe6
Ancestors: TweakGridLayout-mtf.8

alignment and row layout now works, but grid layout is now broke

====================
Name: TweakGridLayout-mtf.10
Author: mtf
Time: 21 February 2009, 9:12:41 pm
UUID: 49116ab6-0086-11de-8439-001124e29fe6
Ancestors: TweakGridLayout-mtf.9

fixed all the moving layout and misaligned border problems

= Pre 5 ===================
Name: CobaltUI-jrd.122
Author: jrd
Time: 21 February 2009, 10:46:40 pm
UUID: afba1ddc-ca54-4df4-a79d-88f0c30029c0
Ancestors: CobaltUI-jrd.120, CobaltUI-eb.121

Changed:

- restored old avatar selection menu item and removed one in panel until later.
- removed object type field on object panel.

====================
Name: Cobalt-Avatar-mka.8
Author: mka
Time: 22 February 2009, 3:12:30 am
UUID: 4896cd41-a247-e648-bfcd-7d3b42904460
Ancestors: Cobalt-Avatar-mka.7

introduce maximum zoom limitation

====================
Name: CobaltMorph-mka.52
Author: mka
Time: 22 February 2009, 2:53:46 am
UUID: 0cfdb888-738c-4842-b98b-9178949f16cf
Ancestors: CobaltMorph-jrd.49

fix JPEG importer

====================
Name: CobaltMorph-jrd.53
Author: jrd
Time: 21 February 2009, 10:49:46 pm
UUID: d7d27c54-c7bb-4266-a27f-7b16ef942cf4
Ancestors: CobaltMorph-jrd.52, CobaltMorph-mka.52

Changed:

- Now will import dropped files with both jpeg and jpg extension.

= Pre 6 ===================
Name: CobaltUI-jrd.123
Author: jrd
Time: 21 February 2009, 11:25:25 pm
UUID: 8a4a3593-330a-446c-8876-0be19a3216b1
Ancestors: CobaltUI-jrd.122

Changed:

- removed the body of the place panel postcard update as we don't need it to generate a portal.

====================
Name: Croquet-Harness-jrd.157
Author: jrd
Time: 21 February 2009, 11:27:15 pm
UUID: bce17c96-3de0-49ca-bb70-fe2033c30621
Ancestors: Croquet-Harness-jrd.156

Changed:

- Updated CroquetHarness class>cleanup to clean out the CChatGroup class var Default. Was holding onto harnesses and preventing saving the image.

====================
Name: MenuUI-jrd.139
Author: jrd
Time: 21 February 2009, 11:29:33 pm
UUID: ced51fcc-e8b6-4379-8044-50e01a025f45
Ancestors: MenuUI-jrd.138

Changed:

- Dropped the updateAlpha: out of CAlphaWindow>>initialize as it was forcing the costumes to be created before we were ready.  This happens in the costume setup anyways.

= Pre 6 ===================
Name: CobaltUI-rajiv.124
Author: rajiv
Time: 22 February 2009, 6:27:01 pm
UUID: 65f9295e-d1ae-b24f-bcdd-f0a530377201
Ancestors: CobaltUI-jrd.123

Added actionRFBCommon: and refactored XrfbRelated code.

Have changed the size of TWindow(XrfbClient) to its double size. The TWindow is also at a certain distance from Avatar.

====================
Name: CobaltUI-rajiv.125
Author: rajiv
Time: 22 February 2009, 7:38:08 pm
UUID: 7221e205-32e4-094e-906e-75aca175290e
Ancestors: CobaltUI-rajiv.124

Have Removed UI Dialog for UserGuide and Documentation.. as their URL is passed directly

====================
Name: Kernel-mtf.34
Author: mtf
Time: 22 February 2009, 10:47:49 am
UUID: 287f78b6-00f8-11de-8439-001124e29fe6
Ancestors: Kernel-ar.33

added object >> haltOnce and friends (mantis issue 244)

====================
Name: System-mtf.38
Author: mtf
Time: 22 February 2009, 10:54:53 am
UUID: 2501b716-00f9-11de-8439-001124e29fe6
Ancestors: System-mtf.37

added setHaltOnce to the world > do menu. Mantis bug 244. You need to run "Utilities initializeCommonRequestStrings" after loading this

====================
Name: Tools-mtf.35
Author: mtf
Time: 22 February 2009, 10:52:47 am
UUID: d9b7aea9-00f8-11de-8439-001124e29fe6
Ancestors: Tools-bgf.34

fix the browser comment pane so that it never sticks around

====================
Name: CobaltMorph-jrd.54
Author: jrd
Time: 22 February 2009, 3:45:04 pm
UUID: 6d35069e-fa84-43d5-9e46-6fab9b47c35c
Ancestors: CobaltMorph-jrd.53

Changed:

- Avatar init fixed to actualy used the saved scale when starting
- Startup world terrain changed to use less cartoony textures

====================
Name: CobaltUI-jrd.126
Author: jrd
Time: 22 February 2009, 3:46:35 pm
UUID: ddb8cbf3-c5ae-42de-a04b-0c5fa084b118
Ancestors: CobaltUI-rajiv.125

Changed:

- Menu and window rearrangements by Julian

====================
Name: Cobalt-Chat-jrd.13
Author: jrd
Time: 22 February 2009, 3:47:25 pm
UUID: 09a61dce-107f-4dc0-b59d-b5f83490350f
Ancestors: Cobalt-Chat-etw.12

Changed:

- Label changes by Julian

====================
Name: Kernel-jrd.35
Author: jrd
Time: 22 February 2009, 3:53:27 pm
UUID: 6a70d645-e63b-40bd-af9f-706d7486275d
Ancestors: Kernel-mtf.34

Changed:

- fix for Swap-Ctrl-and-Alt handling

====================
Name: CobaltMorph-mtf.54
Author: mtf
Time: 22 February 2009, 3:14:08 pm
UUID: 5c541af2-011d-11de-91cc-001124e29fe6
Ancestors: CobaltMorph-jrd.53

forget about the morphic nav buttons

====================
Name: CobaltUI-mtf.126
Author: mtf
Time: 22 February 2009, 12:40:29 pm
UUID: e5b194be-0107-11de-8439-001124e29fe6
Ancestors: CobaltUI-mtf.115, CobaltUI-rajiv.125

merged my hud code into everything else that has been happening

====================
Name: CobaltUI-rajiv.126
Author: rajiv
Time: 23 February 2009, 12:47:20 am
UUID: 5ffa86e0-6605-ca43-8f02-9e7a137dd7df
Ancestors: CobaltUI-rajiv.125

Removed actionRFBCommon:
Added actionRFBCommon: splasImage:

Splashscreens are shown when XrfbClient is started. The images should be in /resources/textures directory.

====================
Name: CobaltUI-mtf.127
Author: mtf
Time: 22 February 2009, 3:06:42 pm
UUID: 52a0cf10-011c-11de-91cc-001124e29fe6
Ancestors: CobaltUI-mtf.126

HUD panel now includes the Nav buttons

====================
Name: CobaltUI-mtf.128
Author: mtf
Time: 22 February 2009, 3:20:09 pm
UUID: 336b2a87-011e-11de-91cc-001124e29fe6
Ancestors: CobaltUI-mtf.127

remove the old morphic nav buttons

====================
Name: CobaltUI-mtf.129
Author: mtf
Time: 22 February 2009, 3:44:27 pm
UUID: 98a3b55c-0121-11de-91cc-001124e29fe6
Ancestors: CobaltUI-mtf.128

put the hud into the space

====================
Name: CobaltUI-mtf.130
Author: mtf
Time: 22 February 2009, 3:49:04 pm
UUID: 3dc08843-0122-11de-91cc-001124e29fe6
Ancestors: CobaltUI-mtf.129, CobaltUI-rajiv.126

merged hud stuff with xrfb stuff

====================
Name: MenuUI-jrd.140
Author: jrd
Time: 22 February 2009, 4:06:58 pm
UUID: a9fa31fb-befe-4d57-90d7-d4f86b707c17
Ancestors: MenuUI-jrd.139

Changed:

- fixed postcard dialog so cancel button actually cancels

====================
Name: Tweak-Basic-mtf.137
Author: mtf
Time: 22 February 2009, 12:45:05 pm
UUID: 8a2a0b49-0108-11de-8439-001124e29fe6
Ancestors: Tweak-Basic-mtf.136

fixed a bug in CProportionalLayout

====================
Name: Tweak-Basic-mtf.138
Author: mtf
Time: 22 February 2009, 2:58:55 pm
UUID: 3c1f92cc-011b-11de-91cc-001124e29fe6
Ancestors: Tweak-Basic-mtf.137, Tweak-Basic-mtf.135

merged hAlign/vAlign with newer bug fixes

====================
Name: Tweak-Costume-mtf.81
Author: mtf
Time: 19 January 2009, 1:38:24 pm
UUID: 721f9f3c-c679-4d74-87fb-09dd585797f3
Ancestors: Tweak-Costume-jrd.80

Added hAlign and vAlign properties to all CPlayers

====================
Name: Tweak-Costume-mtf.82
Author: mtf
Time: 22 February 2009, 2:53:39 pm
UUID: 7fb4e1b2-011a-11de-91cc-001124e29fe6
Ancestors: Tweak-Costume-mtf.81, Tweak-Costume-mtf.81

merged hAlign/vAlign with the alpha fix

====================
Name: CobaltUI-jrd.131
Author: jrd
Time: 22 February 2009, 4:12:29 pm
UUID: c931a57b-0c1d-4096-9e10-7f17d47d1f08
Ancestors: CobaltUI-jrd.126, CobaltUI-mtf.130

Changed:

- Merge UI and Hud

====================
Name: CobaltMorph-jrd.55
Author: jrd
Time: 22 February 2009, 4:13:10 pm
UUID: c90efcb5-a622-4eaf-a479-ab551d545812
Ancestors: CobaltMorph-jrd.54, CobaltMorph-mtf.54

Changed:

- Merge UI and HUD changes

= pre 7 ===================
Name: Chat-jrd.90
Author: jrd
Time: 26 February 2009, 12:51:09 pm
UUID: f0d998e1-5b80-49ae-8101-85aa730025cf
Ancestors: Chat-jrd.89

Changed:

- Julian provided UI/Labelling changes

====================
Name: CobaltMorph-jrd.56
Author: jrd
Time: 26 February 2009, 1:41:43 pm
UUID: 53711fee-802f-4681-aa96-59229ea17f4d
Ancestors: CobaltMorph-jrd.55

Changed:

- Julian provided UI/Labelling changes

====================
Name: CobaltUI-jrd.132
Author: jrd
Time: 26 February 2009, 1:43:43 pm
UUID: 9176f23c-7c86-48d9-bca6-b46bc865df3f
Ancestors: CobaltUI-jrd.131

Changed:

- Julian provided UI/Labelling changes

====================
Name: Cobalt-Chat-jrd.14
Author: jrd
Time: 26 February 2009, 1:44:47 pm
UUID: 840ebfcb-6f7f-4a4c-9564-f323e932f87a
Ancestors: Cobalt-Chat-jrd.13

Changed:

- Julian provided UI/Labelling changes

====================
Name: MenuUI-jrd.141
Author: jrd
Time: 26 February 2009, 1:45:28 pm
UUID: feb404e4-7496-4a8d-9459-ed359048e787
Ancestors: MenuUI-jrd.140

Changed:

- Julian provided UI/Labelling changes

====================
Name: TerrainBuilder-jrd.7
Author: jrd
Time: 26 February 2009, 2:32:07 pm
UUID: 5bac831b-d509-4940-b84c-8e406ebd4e88
Ancestors: TerrainBuilder-jrd.6

Changed:

- Julian provided UI/Labelling changes

====================
Name: Wisconsin-eb.159
Author: eb
Time: 22 February 2009, 6:54:47 pm
UUID: aeb64c49-731d-a344-a32b-a0f30d04fa78
Ancestors: Wisconsin-rajiv.158

revises default Xrfb httpServerHostAddress to xrfb.net

====================
Name: Wisconsin-eb.160
Author: eb
Time: 24 February 2009, 1:57:19 pm
UUID: 9dfe8208-b341-dd41-a50c-909769c208cb
Ancestors: Wisconsin-rajiv.158

configures XrfbServerMaker to call xrfb.net as its default target

====================
Name: Wisconsin-rajiv.161
Author: rajiv
Time: 25 February 2009, 2:59:47 pm
UUID: 431e985e-e9a3-7143-83db-de1b4638e49d
Ancestors: Wisconsin-eb.160

Added serverData and displayNumber i-var to XrfbClient., may be used later when we will have multiple Server connection.,

Made some changes in the XrfbClient>abort., The client disconnects from the XrfbServer. The closed server app continues to be running on the server., when a new XrfbSession is initiated on the server, it cleans up orphan apps (thus killing it) and starts the new app. This is kind of neat ..

I tried to pass the instructions from the client to the server to kill a particular app., but the server would kill the app and also close the Socket., because of which Cobalt was getting hung.,

The present setup looks good and is pretty stable to be disturbed.

====================
Name: CobaltUI-rajiv.132
Author: rajiv
Time: 23 February 2009, 11:31:55 pm
UUID: 37ed1e8c-79b4-2847-8698-71db592e08a6
Ancestors: CobaltUI-jrd.131

Typo fix in CobaltProjectMenu>menuBarHelpMenu

Have made CobaltProjectMenu>actionRFBSpreadsheet to open '\_blank.xls' .. This will work only if the server has modified XrfbServer.py , which can handle opening of Open Office Calc

====================
Name: CobaltUI-rajiv.133
Author: rajiv
Time: 25 February 2009, 2:49:12 pm
UUID: cb3f7399-f09d-7945-a228-92a8cb329cff
Ancestors: CobaltUI-rajiv.132

Passing XrfbClient to TWindow., so that when TWindow is closed, XrfbClient is disconnected..

====================
Name: CobaltUI-rajiv.134
Author: rajiv
Time: 25 February 2009, 5:36:20 pm
UUID: 231dd967-62a6-7846-9a91-19e766f2e0c3
Ancestors: CobaltUI-rajiv.133

Splash image of Fedora Core changed from gnome to KDE

====================
Name: CobaltUI-rajiv.135
Author: rajiv
Time: 25 February 2009, 6:13:04 pm
UUID: a92e190d-afef-d944-ba4a-c3bc1ca949d1
Ancestors: CobaltUI-rajiv.134

Have made changes in XrfbServer.py , so that new documents can be created from Cobalt., The updated XrfbServer.py can be found at http://www.smallguru.com/cobalt/xrfb/feb252009/


Will be passing 'newFileDoc' for a new Word Processor and 'newFileCalc' for a new Spreadsheet, as URL.

====================
Name: CobaltVNC-rajiv.12
Author: rajiv
Time: 25 February 2009, 2:46:13 pm
UUID: d7b98918-5115-d24f-b1f1-964ab3181037
Ancestors: CobaltVNC-rajiv.11

Have made XrfbClient be accessible through TWindow., so that when TWindow is closed, XrfbClient is disconnected..

====================
Name: CobaltVNC-rajiv.13
Author: rajiv
Time: 25 February 2009, 5:38:15 pm
UUID: af8c03e3-f79e-9c4d-806c-0261dbaf21cd
Ancestors: CobaltVNC-rajiv.12

Fixed a bug in assigning XrfbClient to TWindow as its variable

====================
Name: Croquet-Objects-kayef.261
Author: kayef
Time: 27 February 2009, 3:40:23 am
UUID: 8e737ae6-e319-4145-ba77-b2d6123acfa8
Ancestors: Croquet-Objects-kayef.260

Sets object name to Light Meshes

====================
Name: Croquet-Objects-kayef.260
Author: kayef
Time: 25 February 2009, 5:55:15 pm
UUID: a3eb16f9-5cdd-5145-8780-c4be52ef659d
Ancestors: Croquet-Objects-jrd.259

Changed methods in TSpace for show light mesh function

====================
Name: CobaltUI-jrd.136
Author: jrd
Time: 26 February 2009, 4:18:44 pm
UUID: 654b33c7-05cc-4f41-8a31-09898670916b
Ancestors: CobaltUI-jrd.132, CobaltUI-rajiv.135

Changed:

- Merge Rajeev's VNC changes and Julian's UI changes

====================
Name: Croquet-Objects-jrd.265
Author: jrd
Time: 26 February 2009, 4:59:39 pm
UUID: fe00a11e-4fc8-4d2c-bced-750d0c422037
Ancestors: Croquet-Objects-eb.264, Croquet-Objects-kayef.261

Changed:

- Merge Fong's Lighting changes and Ed's vnc changes

====================
Name: CobaltUI-jrd.137
Author: jrd
Time: 26 February 2009, 9:39:53 pm
UUID: 68a3cefd-b1bb-4157-a127-bae1e8de7b1d
Ancestors: CobaltUI-jrd.136

Changed:

- Added toggle to dev menu to adjust the tweak debugging addons

====================
Name: Tweak-Widgets-jrd.172
Author: jrd
Time: 26 February 2009, 9:41:45 pm
UUID: b73ab8b5-9e7e-4cd6-a1fd-aa6ac3e80461
Ancestors: Tweak-Widgets-eb.171

Changed:

- Added dummy setter for shouldShowDevTools in CWidgetLibrary.

====================
Name: CobaltMorph-jrd.57
Author: jrd
Time: 26 February 2009, 10:08:14 pm
UUID: 936c5fec-19a2-4e4e-b0c5-a706bb4a8d21
Ancestors: CobaltMorph-jrd.56

Changed:

- Modified startup to do a developer start if there is a file named 'devstart' in the cobalt directory

====================

====================

====================

====================

====================






-- 
John Dougan
[hidden email]
Reply | Threaded
Open this post in threaded view
|

LDAP Test Case

Carlos Crosetti-4
Hi, this is a working test case for the LDAP package included in the Cobalt build.
It is coded to retrieve entries from NYU.
 
Regards, Carlos

LDAPSearchNYU.st (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: LDAP Test Case

Carlos Crosetti-4
Added support for SUNit
-----Mensaje original-----
De: Carlos Crosetti [mailto:[hidden email]]
Enviado el: Sábado, 28 de Febrero de 2009 03:39 p.m.
Para: [hidden email]; John Dougan; Cobalt Developers List
Asunto: [croquet-dev] LDAP Test Case

Hi, this is a working test case for the LDAP package included in the Cobalt build.
It is coded to retrieve entries from NYU.
 
Regards, Carlos

LDAPSearchNYU.st (2K) Download Attachment