チェンジセット 2482
- コミット日時:
- 2009/04/17 15:56:01 (3 年前)
- ファイル:
-
- as3/GeniusFramework/branches/2.0/app-template/libs/Genius2.swc (更新) (変更前)
- as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/controllers/ApplicationDelegate.as (更新) (1 diff)
- as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/controllers/Controller.as (更新) (1 diff)
- as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/controllers/ItemRendererController.as (更新) (2 diffs)
- as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/controllers/ViewController.as (更新) (1 diff)
- as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/core/Context.as (更新) (1 diff)
- as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/threads/FileDownloadServiceThread.as (更新) (2 diffs)
- as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/threads/FileUploadServiceThread.as (更新) (2 diffs)
- as3/GeniusFramework/trunk/app-template/libs/Genius.swc (更新) (変更前)
- as3/GeniusFramework/trunk/app-template/libs/Thread.swc (更新) (変更前)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/controllers/ApplicationDelegate.as
r2477 r2482 1 package jp.seagirl.genius.controllers 1 /** 2 * Licensed under the MIT License 3 * 4 * Copyright (c) 2009 seagirl 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 * copies of the Software, and to permit persons to whom the Software is 11 * furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 * THE SOFTWARE. 23 * 24 */ 25 26 package jp.seagirl.genius.controllers 2 27 { 3 28 import jp.seagirl.genius.core.Context; as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/controllers/Controller.as
r2477 r2482 1 package jp.seagirl.genius.controllers 1 /** 2 * Licensed under the MIT License 3 * 4 * Copyright (c) 2008 seagirl 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 * copies of the Software, and to permit persons to whom the Software is 11 * furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 * THE SOFTWARE. 23 * 24 */ 25 26 package jp.seagirl.genius.controllers 2 27 { 3 28 import flash.utils.getDefinitionByName; as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/controllers/ItemRendererController.as
r2477 r2482 1 package jp.seagirl.genius.controllers 1 /** 2 * Licensed under the MIT License 3 * 4 * Copyright (c) 2008 seagirl 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 * copies of the Software, and to permit persons to whom the Software is 11 * furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 * THE SOFTWARE. 23 * 24 */ 25 26 package jp.seagirl.genius.controllers 2 27 { 3 28 import mx.events.FlexEvent; … … 17 42 } 18 43 19 20 21 44 } 22 45 } as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/controllers/ViewController.as
r2477 r2482 1 package jp.seagirl.genius.controllers 1 /** 2 * Licensed under the MIT License 3 * 4 * Copyright (c) 2008 seagirl 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 * copies of the Software, and to permit persons to whom the Software is 11 * furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 * THE SOFTWARE. 23 * 24 */ 25 26 package jp.seagirl.genius.controllers 2 27 { 3 28 import flash.display.DisplayObject; as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/core/Context.as
r2477 r2482 1 /** 2 * Licensed under the MIT License 3 * 4 * Copyright (c) 2008 seagirl 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 10 * copies of the Software, and to permit persons to whom the Software is 11 * furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in 14 * all copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 22 * THE SOFTWARE. 23 * 24 */ 25 1 26 package jp.seagirl.genius.core 2 27 { as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/threads/FileDownloadServiceThread.as
r1528 r2482 26 26 package jp.seagirl.genius.threads 27 27 { 28 import flash.net.FileReference; 28 29 import flash.net.URLRequest; 29 30 import flash.net.URLVariables; 30 31 import org.libspark.thread.threads.net.FileDownloadThread;32 31 33 32 /** … … 44 43 45 44 /** 46 * File DownloadThread のインスタンスを保持するための変数です.45 * FileReference のインスタンスです。 47 46 */ 48 protected var file DownloadThread:FileDownloadThread;47 protected var file:FileReference = new FileReference(); 49 48 50 49 /** as3/GeniusFramework/branches/2.0/src/jp/seagirl/genius/threads/FileUploadServiceThread.as
r924 r2482 26 26 package jp.seagirl.genius.threads 27 27 { 28 import flash.net.FileReference; 28 29 import flash.net.URLRequest; 29 30 import flash.net.URLVariables; 30 31 import org.libspark.thread.threads.net.FileUploadThread;32 31 33 32 /** … … 44 43 45 44 /** 46 * File UploadThread のインスタンスを保持するための変数です.45 * FileReference のインスタンスです。 47 46 */ 48 protected var file UploadThread:FileUploadThread;47 protected var file:FileReference = new FileReference(); 49 48 50 49 /**

