limelight 0.5.5-java → 0.6.14-java
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +19 -0
- data/bin/limelight +7 -3
- data/ruby/lib/limelight-rb.jar +0 -0
- data/ruby/lib/limelight.jar +0 -0
- data/ruby/lib/limelight.rb +48 -0
- data/{lib → ruby/lib}/limelight/animation.rb +3 -3
- data/ruby/lib/limelight/builtin/players.rb +21 -0
- data/ruby/lib/limelight/builtin/players/button.rb +7 -0
- data/ruby/lib/limelight/builtin/players/check_box.rb +24 -0
- data/ruby/lib/limelight/builtin/players/combo_box.rb +50 -0
- data/ruby/lib/limelight/builtin/players/curtains.rb +12 -0
- data/ruby/lib/limelight/builtin/players/image.rb +38 -0
- data/ruby/lib/limelight/builtin/players/radio_button.rb +36 -0
- data/ruby/lib/limelight/builtin/players/stage_mover.rb +19 -0
- data/ruby/lib/limelight/builtin/players/stage_sizer.rb +23 -0
- data/ruby/lib/limelight/builtin/players/text_area.rb +10 -0
- data/ruby/lib/limelight/builtin/players/text_box.rb +10 -0
- data/{lib → ruby/lib}/limelight/dsl/build_exception.rb +2 -2
- data/{lib → ruby/lib}/limelight/dsl/menu_bar.rb +3 -3
- data/{lib → ruby/lib}/limelight/dsl/prop_builder.rb +25 -16
- data/{lib → ruby/lib}/limelight/dsl/stage_builder.rb +4 -4
- data/{lib → ruby/lib}/limelight/dsl/styles_builder.rb +14 -18
- data/{lib → ruby/lib}/limelight/file_chooser.rb +10 -10
- data/{lib → ruby/lib}/limelight/file_filter.rb +6 -6
- data/ruby/lib/limelight/java_couplings.rb +70 -0
- data/{lib → ruby/lib}/limelight/java_util.rb +6 -6
- data/{lib → ruby/lib}/limelight/limelight_exception.rb +3 -3
- data/ruby/lib/limelight/limelight_init.rb +24 -0
- data/ruby/lib/limelight/main.rb +15 -0
- data/ruby/lib/limelight/mouse.rb +76 -0
- data/ruby/lib/limelight/optionable.rb +42 -0
- data/{lib → ruby/lib}/limelight/paint_action.rb +8 -8
- data/{lib → ruby/lib}/limelight/pen.rb +7 -7
- data/ruby/lib/limelight/player.rb +148 -0
- data/ruby/lib/limelight/player_recruiter.rb +54 -0
- data/ruby/lib/limelight/production.rb +257 -0
- data/ruby/lib/limelight/prop.rb +344 -0
- data/ruby/lib/limelight/scene.rb +120 -0
- data/ruby/lib/limelight/specs/spec_helper.rb +191 -0
- data/ruby/lib/limelight/stage.rb +268 -0
- data/ruby/lib/limelight/string.rb +32 -0
- data/{lib → ruby/lib}/limelight/studio.rb +4 -3
- data/ruby/lib/limelight/style.rb +294 -0
- data/ruby/lib/limelight/templates/sources/features/step_definitions/limelight_steps.rb.template +47 -0
- data/ruby/lib/limelight/templates/sources/features/support/env.rb.template +35 -0
- data/{lib → ruby/lib}/limelight/templates/sources/freezing/limelight_init.rb.template +0 -0
- data/{lib → ruby/lib}/limelight/templates/sources/production/production.rb.template +2 -2
- data/{lib → ruby/lib}/limelight/templates/sources/production/spec/spec_helper.rb.template +0 -0
- data/{lib → ruby/lib}/limelight/templates/sources/production/stages.rb.template +0 -0
- data/{lib → ruby/lib}/limelight/templates/sources/production/styles.rb.template +0 -0
- data/ruby/lib/limelight/templates/sources/project/Rakefile.template +15 -0
- data/ruby/lib/limelight/templates/sources/project/spec_helper.rb.template +12 -0
- data/{lib → ruby/lib}/limelight/templates/sources/scene/props.rb.template +0 -0
- data/{lib → ruby/lib}/limelight/templates/sources/scene/styles.rb.template +0 -0
- data/{lib → ruby/lib}/limelight/templates/sources/scene_spec/scene_spec.rb.template +0 -0
- data/ruby/lib/limelight/theater.rb +76 -0
- data/{lib → ruby/lib}/limelight/util.rb +6 -25
- data/ruby/lib/limelight/util/hashes.rb +39 -0
- data/ruby/lib/limelight/util/map_hash.rb +191 -0
- data/ruby/lib/limelight/util/string_hash.rb +64 -0
- metadata +97 -390
- data/bin/icons/icon.ico +0 -0
- data/bin/icons/icon_48.gif +0 -0
- data/bin/icons/limelight.icns +0 -0
- data/bin/ll +0 -10
- data/bin/ll.bat +0 -5
- data/lib/init.rb +0 -12
- data/lib/limelight.jar +0 -0
- data/lib/limelight/builtin/players.rb +0 -16
- data/lib/limelight/builtin/players/button.rb +0 -39
- data/lib/limelight/builtin/players/check_box.rb +0 -50
- data/lib/limelight/builtin/players/combo_box.rb +0 -89
- data/lib/limelight/builtin/players/combo_box_popup_list.rb +0 -19
- data/lib/limelight/builtin/players/combo_box_popup_list_item.rb +0 -21
- data/lib/limelight/builtin/players/curtains.rb +0 -23
- data/lib/limelight/builtin/players/image.rb +0 -54
- data/lib/limelight/builtin/players/password_box.rb +0 -34
- data/lib/limelight/builtin/players/radio_button.rb +0 -65
- data/lib/limelight/builtin/players/stage_mover.rb +0 -31
- data/lib/limelight/builtin/players/stage_sizer.rb +0 -34
- data/lib/limelight/builtin/players/text_area.rb +0 -34
- data/lib/limelight/builtin/players/text_box.rb +0 -34
- data/lib/limelight/builtin/styles.rb +0 -35
- data/lib/limelight/builtin/utilities_production/alert/players/alert.rb +0 -14
- data/lib/limelight/builtin/utilities_production/alert/props.rb +0 -8
- data/lib/limelight/builtin/utilities_production/alert/styles.rb +0 -14
- data/lib/limelight/builtin/utilities_production/incompatible_version/props.rb +0 -20
- data/lib/limelight/builtin/utilities_production/incompatible_version/styles.rb +0 -12
- data/lib/limelight/builtin/utilities_production/production.rb +0 -66
- data/lib/limelight/builtin/utilities_production/stages.rb +0 -12
- data/lib/limelight/builtin/utilities_production/styles.rb +0 -53
- data/lib/limelight/button_group_cache.rb +0 -11
- data/lib/limelight/casting_director.rb +0 -112
- data/lib/limelight/commands/command.rb +0 -168
- data/lib/limelight/commands/create_command.rb +0 -98
- data/lib/limelight/commands/freeze_command.rb +0 -131
- data/lib/limelight/commands/help_command.rb +0 -61
- data/lib/limelight/commands/open_command.rb +0 -60
- data/lib/limelight/commands/pack_command.rb +0 -53
- data/lib/limelight/commands/unpack_command.rb +0 -44
- data/lib/limelight/commands/version_command.rb +0 -31
- data/lib/limelight/data.rb +0 -37
- data/lib/limelight/file_loader.rb +0 -46
- data/lib/limelight/gems.rb +0 -51
- data/lib/limelight/java_couplings.rb +0 -67
- data/lib/limelight/limelight_init.rb +0 -12
- data/lib/limelight/main.rb +0 -105
- data/lib/limelight/producer.rb +0 -233
- data/lib/limelight/production.rb +0 -203
- data/lib/limelight/prop.rb +0 -367
- data/lib/limelight/scene.rb +0 -151
- data/lib/limelight/specs/spec_helper.rb +0 -136
- data/lib/limelight/specs/test_scene_opener.rb +0 -63
- data/lib/limelight/stage.rb +0 -353
- data/lib/limelight/string.rb +0 -38
- data/lib/limelight/styles/style.rb +0 -288
- data/lib/limelight/templates/production_templater.rb +0 -49
- data/lib/limelight/templates/scene_templater.rb +0 -47
- data/lib/limelight/templates/sources/production/init.rb.template +0 -15
- data/lib/limelight/templates/templater.rb +0 -131
- data/lib/limelight/templates/templater_logger.rb +0 -39
- data/lib/limelight/theater.rb +0 -109
- data/lib/limelight/util/downloader.rb +0 -115
- data/lib/limelight/version.rb +0 -20
- data/productions/examples/8thlight.com/about/about.txt +0 -24
- data/productions/examples/8thlight.com/about/props.rb +0 -11
- data/productions/examples/8thlight.com/about/styles.rb +0 -2
- data/productions/examples/8thlight.com/footer.rb +0 -6
- data/productions/examples/8thlight.com/home/props.rb +0 -28
- data/productions/examples/8thlight.com/home/styles.rb +0 -2
- data/productions/examples/8thlight.com/images/anvil.jpg +0 -0
- data/productions/examples/8thlight.com/images/bg.jpg +0 -0
- data/productions/examples/8thlight.com/images/botticelli.jpg +0 -0
- data/productions/examples/8thlight.com/images/button_bg.jpg +0 -0
- data/productions/examples/8thlight.com/images/canvas_bg.jpg +0 -0
- data/productions/examples/8thlight.com/images/footer_bg.jpg +0 -0
- data/productions/examples/8thlight.com/images/header.jpg +0 -0
- data/productions/examples/8thlight.com/images/moses.jpg +0 -0
- data/productions/examples/8thlight.com/images/statemachine_thumbnail.png +0 -0
- data/productions/examples/8thlight.com/images/thumbnail_book.jpg +0 -0
- data/productions/examples/8thlight.com/menu.rb +0 -11
- data/productions/examples/8thlight.com/services/props.rb +0 -11
- data/productions/examples/8thlight.com/services/services.txt +0 -8
- data/productions/examples/8thlight.com/services/styles.rb +0 -2
- data/productions/examples/8thlight.com/stages.rb +0 -8
- data/productions/examples/8thlight.com/styles.rb +0 -210
- data/productions/examples/calculator/players/button.rb +0 -24
- data/productions/examples/calculator/players/calculator.rb +0 -15
- data/productions/examples/calculator/players/calculator_model.rb +0 -13
- data/productions/examples/calculator/props.rb +0 -23
- data/productions/examples/calculator/styles.rb +0 -36
- data/productions/examples/langstons_ant/html_javascript/ant.css +0 -39
- data/productions/examples/langstons_ant/html_javascript/ant.html +0 -22
- data/productions/examples/langstons_ant/html_javascript/ant.js +0 -23
- data/productions/examples/langstons_ant/init.rb +0 -4
- data/productions/examples/langstons_ant/players/ant.rb +0 -103
- data/productions/examples/langstons_ant/players/log.rb +0 -29
- data/productions/examples/langstons_ant/players/start_stop_button.rb +0 -37
- data/productions/examples/langstons_ant/players/world.rb +0 -35
- data/productions/examples/langstons_ant/props.rb +0 -22
- data/productions/examples/langstons_ant/styles.rb +0 -104
- data/productions/examples/sandbox/alerts/incompatible_production/default_scene/props.rb +0 -10
- data/productions/examples/sandbox/alerts/incompatible_production/default_scene/styles.rb +0 -32
- data/productions/examples/sandbox/alerts/incompatible_production/production.rb +0 -52
- data/productions/examples/sandbox/alerts/incompatible_production/spec/default_scene/default_scene_spec.rb +0 -16
- data/productions/examples/sandbox/alerts/incompatible_production/spec/spec_helper.rb +0 -8
- data/productions/examples/sandbox/alerts/incompatible_production/stages.rb +0 -20
- data/productions/examples/sandbox/alerts/incompatible_production/styles.rb +0 -15
- data/productions/examples/sandbox/alerts/players/alerts.rb +0 -17
- data/productions/examples/sandbox/alerts/props.rb +0 -10
- data/productions/examples/sandbox/alerts/styles.rb +0 -46
- data/productions/examples/sandbox/background_images/props.rb +0 -22
- data/productions/examples/sandbox/background_images/styles.rb +0 -40
- data/productions/examples/sandbox/click_me/players/chromaton.rb +0 -52
- data/productions/examples/sandbox/click_me/props.rb +0 -8
- data/productions/examples/sandbox/click_me/styles.rb +0 -11
- data/productions/examples/sandbox/floaters/players/floater.rb +0 -108
- data/productions/examples/sandbox/floaters/players/surface.rb +0 -21
- data/productions/examples/sandbox/floaters/props.rb +0 -10
- data/productions/examples/sandbox/floaters/styles.rb +0 -24
- data/productions/examples/sandbox/frameing/players/sandbox.rb +0 -17
- data/productions/examples/sandbox/frameing/props.rb +0 -35
- data/productions/examples/sandbox/frameing/styles.rb +0 -45
- data/productions/examples/sandbox/gradients/players/spinner.rb +0 -20
- data/productions/examples/sandbox/gradients/players/teaser.rb +0 -19
- data/productions/examples/sandbox/gradients/players/wave.rb +0 -19
- data/productions/examples/sandbox/gradients/players/waves.rb +0 -19
- data/productions/examples/sandbox/gradients/props.rb +0 -13
- data/productions/examples/sandbox/gradients/styles.rb +0 -47
- data/productions/examples/sandbox/header.rb +0 -22
- data/productions/examples/sandbox/homer/players/homer.rb +0 -24
- data/productions/examples/sandbox/homer/props.rb +0 -10
- data/productions/examples/sandbox/homer/styles.rb +0 -16
- data/productions/examples/sandbox/images/arch.jpg +0 -0
- data/productions/examples/sandbox/images/beach.jpg +0 -0
- data/productions/examples/sandbox/images/homer.jpg +0 -0
- data/productions/examples/sandbox/images/limelight_spotlight.jpg +0 -0
- data/productions/examples/sandbox/images/logo.png +0 -0
- data/productions/examples/sandbox/images/marilyn.jpg +0 -0
- data/productions/examples/sandbox/images/space.png +0 -0
- data/productions/examples/sandbox/images_scene/props.rb +0 -36
- data/productions/examples/sandbox/images_scene/styles.rb +0 -34
- data/productions/examples/sandbox/inputs/players/button_input.rb +0 -48
- data/productions/examples/sandbox/inputs/players/check_box_input.rb +0 -40
- data/productions/examples/sandbox/inputs/players/combo_box_input.rb +0 -41
- data/productions/examples/sandbox/inputs/players/radio_button_input.rb +0 -43
- data/productions/examples/sandbox/inputs/players/text_area_input.rb +0 -36
- data/productions/examples/sandbox/inputs/players/text_box_input.rb +0 -36
- data/productions/examples/sandbox/inputs/props.rb +0 -40
- data/productions/examples/sandbox/inputs/styles.rb +0 -39
- data/productions/examples/sandbox/kiosk/players/kiosk.rb +0 -39
- data/productions/examples/sandbox/kiosk/props.rb +0 -9
- data/productions/examples/sandbox/kiosk/styles.rb +0 -37
- data/productions/examples/sandbox/players/sandbox.rb +0 -11
- data/productions/examples/sandbox/rounded_corners/players/box.rb +0 -11
- data/productions/examples/sandbox/rounded_corners/props.rb +0 -22
- data/productions/examples/sandbox/rounded_corners/styles.rb +0 -17
- data/productions/examples/sandbox/scrolling/players/add_button.rb +0 -19
- data/productions/examples/sandbox/scrolling/players/cell.rb +0 -15
- data/productions/examples/sandbox/scrolling/props.rb +0 -45
- data/productions/examples/sandbox/scrolling/styles.rb +0 -33
- data/productions/examples/sandbox/sketching/players/sketchpad.rb +0 -46
- data/productions/examples/sandbox/sketching/props.rb +0 -25
- data/productions/examples/sandbox/sketching/styles.rb +0 -35
- data/productions/examples/sandbox/sounds/bird.au +0 -0
- data/productions/examples/sandbox/sounds/cat.au +0 -0
- data/productions/examples/sandbox/sounds/cow.au +0 -0
- data/productions/examples/sandbox/sounds/dog.au +0 -0
- data/productions/examples/sandbox/sounds/donkey.au +0 -0
- data/productions/examples/sandbox/sounds/duck.au +0 -0
- data/productions/examples/sandbox/sounds/players/clip.rb +0 -10
- data/productions/examples/sandbox/sounds/props.rb +0 -10
- data/productions/examples/sandbox/sounds/styles.rb +0 -17
- data/productions/examples/sandbox/spec/alerts/alerts_spec.rb +0 -16
- data/productions/examples/sandbox/stage_handles/players/sizer.rb +0 -38
- data/productions/examples/sandbox/stage_handles/props.rb +0 -17
- data/productions/examples/sandbox/stage_handles/styles.rb +0 -58
- data/productions/examples/sandbox/stages.rb +0 -8
- data/productions/examples/sandbox/styles.rb +0 -35
- data/productions/examples/sandbox/teaser/players/fader.rb +0 -58
- data/productions/examples/sandbox/teaser/props.rb +0 -14
- data/productions/examples/sandbox/teaser/styles.rb +0 -21
- data/productions/examples/tutorials/tutorial_1/players/sample.rb +0 -11
- data/productions/examples/tutorials/tutorial_1/props.rb +0 -9
- data/productions/examples/tutorials/tutorial_1/styles.rb +0 -25
- data/productions/stage_composer/init.rb +0 -10
- data/productions/stage_composer/inspector/players/inspector.rb +0 -80
- data/productions/stage_composer/inspector/players/prop_row.rb +0 -12
- data/productions/stage_composer/inspector/players/prop_tree.rb +0 -33
- data/productions/stage_composer/inspector/players/style_table.rb +0 -12
- data/productions/stage_composer/inspector/players/style_value.rb +0 -16
- data/productions/stage_composer/inspector/props.rb +0 -19
- data/productions/stage_composer/inspector/styles.rb +0 -71
- data/productions/stage_composer/lib/init.rb +0 -5
- data/productions/stage_composer/lib/limelight/composer/controller.rb +0 -51
- data/productions/stage_composer/lib/limelight/composer/lethargy.rb +0 -24
- data/productions/stage_composer/production.rb +0 -6
- data/productions/stage_composer/stages.rb +0 -15
- data/productions/startup/images/logo.png +0 -0
- data/productions/startup/images/splash.png +0 -0
- data/productions/startup/production.rb +0 -52
- data/productions/startup/spec/default_scene/default_scene_spec.rb +0 -16
- data/productions/startup/spec/spec_helper.rb +0 -8
- data/productions/startup/stages.rb +0 -9
- data/productions/startup/styles.rb +0 -15
- data/productions/startup/welcome/players/browse_button.rb +0 -10
- data/productions/startup/welcome/players/download_button.rb +0 -17
- data/productions/startup/welcome/players/sandbox_button.rb +0 -11
- data/productions/startup/welcome/props.rb +0 -23
- data/productions/startup/welcome/styles.rb +0 -103
- data/spec/limelight/builtin/players/button_spec.rb +0 -20
- data/spec/limelight/builtin/players/check_box_spec.rb +0 -29
- data/spec/limelight/builtin/players/combo_box_spec.rb +0 -29
- data/spec/limelight/builtin/players/image_spec.rb +0 -43
- data/spec/limelight/builtin/players/password_box_spec.rb +0 -27
- data/spec/limelight/builtin/players/radio_button_spec.rb +0 -64
- data/spec/limelight/builtin/players/stage_mover_spec.rb +0 -36
- data/spec/limelight/builtin/players/stage_sizer_spec.rb +0 -40
- data/spec/limelight/builtin/players/text_area_spec.rb +0 -27
- data/spec/limelight/builtin/players/text_box_spec.rb +0 -27
- data/spec/limelight/builtin/utilities_production/spec_helper.rb +0 -7
- data/spec/limelight/builtin/utilities_production/utilities_production_spec.rb +0 -147
- data/spec/limelight/casting_director_spec.rb +0 -164
- data/spec/limelight/commands/command_spec.rb +0 -26
- data/spec/limelight/commands/create_command_spec.rb +0 -108
- data/spec/limelight/commands/freeze_command_spec.rb +0 -143
- data/spec/limelight/commands/help_command_spec.rb +0 -42
- data/spec/limelight/commands/open_command_spec.rb +0 -53
- data/spec/limelight/commands/pack_command_spec.rb +0 -43
- data/spec/limelight/commands/unpack_command_spec.rb +0 -47
- data/spec/limelight/data_spec.rb +0 -36
- data/spec/limelight/dsl/prop_builder_spec.rb +0 -245
- data/spec/limelight/dsl/stage_builder_spec.rb +0 -90
- data/spec/limelight/dsl/styles_builder_spec.rb +0 -194
- data/spec/limelight/file_chooser_spec.rb +0 -64
- data/spec/limelight/file_filter_spec.rb +0 -29
- data/spec/limelight/file_loader_spec.rb +0 -28
- data/spec/limelight/gems_spec.rb +0 -92
- data/spec/limelight/java_util_spec.rb +0 -37
- data/spec/limelight/main_spec.rb +0 -40
- data/spec/limelight/paint_action_spec.rb +0 -30
- data/spec/limelight/pen_spec.rb +0 -62
- data/spec/limelight/producer_spec.rb +0 -246
- data/spec/limelight/production_spec.rb +0 -97
- data/spec/limelight/prop_spec.rb +0 -431
- data/spec/limelight/scene_spec.rb +0 -173
- data/spec/limelight/stage_spec.rb +0 -247
- data/spec/limelight/string_spec.rb +0 -38
- data/spec/limelight/templates/production_templater_spec.rb +0 -66
- data/spec/limelight/templates/scene_templater_spec.rb +0 -51
- data/spec/limelight/templates/templater_logger_spec.rb +0 -41
- data/spec/limelight/templates/templater_spec.rb +0 -107
- data/spec/limelight/theater_spec.rb +0 -120
- data/spec/limelight/util/downloader_spec.rb +0 -92
- data/spec/spec_helper.rb +0 -64
@@ -1,173 +0,0 @@
|
|
1
|
-
#- Copyright � 2008-2009 8th Light, Inc. All Rights Reserved.
|
2
|
-
#- Limelight and all included source files are distributed under terms of the GNU LGPL.
|
3
|
-
|
4
|
-
require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
|
5
|
-
require 'limelight/scene'
|
6
|
-
require 'limelight/dsl/styles_builder'
|
7
|
-
|
8
|
-
describe Limelight::Scene do
|
9
|
-
|
10
|
-
before(:each) do
|
11
|
-
@casting_director = mock("casting_director", :fill_cast => nil)
|
12
|
-
@scene = Limelight::Scene.new(:casting_director => @casting_director)
|
13
|
-
end
|
14
|
-
|
15
|
-
it "should have a styles hash" do
|
16
|
-
@scene.illuminate
|
17
|
-
@scene.styles.should_not == nil
|
18
|
-
@scene.styles.size.should == 0
|
19
|
-
end
|
20
|
-
|
21
|
-
it "should have a button group cache" do
|
22
|
-
@scene.button_groups.should_not == nil
|
23
|
-
@scene.button_groups.class.should == Limelight::UI::ButtonGroupCache
|
24
|
-
end
|
25
|
-
|
26
|
-
it "should pullout sytles and casting_director from options" do
|
27
|
-
scene = Limelight::Scene.new(:styles_hash => "styles", :casting_director => @casting_director)
|
28
|
-
scene.illuminate
|
29
|
-
|
30
|
-
scene.styles.should == "styles"
|
31
|
-
scene.casting_director.should == @casting_director
|
32
|
-
end
|
33
|
-
|
34
|
-
it "should have opened event" do
|
35
|
-
@scene.should respond_to(:scene_opened)
|
36
|
-
end
|
37
|
-
|
38
|
-
it "should have a cast" do
|
39
|
-
@scene.cast.should_not == nil
|
40
|
-
@scene.cast.is_a?(Module).should == true
|
41
|
-
end
|
42
|
-
|
43
|
-
it "should have a cast" do
|
44
|
-
@scene.cast.should_not == nil
|
45
|
-
@scene.cast.is_a?(Module).should == true
|
46
|
-
end
|
47
|
-
|
48
|
-
it "should have an acceptible path when none is provided" do
|
49
|
-
Limelight::Scene.new().path.should == File.expand_path("")
|
50
|
-
end
|
51
|
-
|
52
|
-
it "should inherit styles in options" do
|
53
|
-
@scene.styles = Limelight.build_styles do
|
54
|
-
foo { width 100; height 200 }
|
55
|
-
bar { x 11; y 22 }
|
56
|
-
end
|
57
|
-
@scene.add_options :styles => "foo", :name => "bar"
|
58
|
-
|
59
|
-
@scene.illuminate
|
60
|
-
|
61
|
-
@scene.style.width.should == "100"
|
62
|
-
@scene.style.height.should == "200"
|
63
|
-
@scene.style.x.should == "11"
|
64
|
-
@scene.style.y.should == "22"
|
65
|
-
end
|
66
|
-
|
67
|
-
# it "should set the production during illumination before casting" do
|
68
|
-
# production = mock("production")
|
69
|
-
# scene = Limelight::Scene.new(:styles_hash => "styles", :casting_director => @casting_director, :production => production)
|
70
|
-
# @casting_director.should_receive(:fill_cast).with(scene) do |scene|
|
71
|
-
# scene.production.should_not == nil
|
72
|
-
# end
|
73
|
-
#
|
74
|
-
# scene.illuminate
|
75
|
-
# end
|
76
|
-
|
77
|
-
describe Limelight::Scene, "paths" do
|
78
|
-
|
79
|
-
before(:each) do
|
80
|
-
@scene = Limelight::Scene.new(:path => "/tmp")
|
81
|
-
end
|
82
|
-
|
83
|
-
it "should know it's props file" do
|
84
|
-
@scene.props_file.should == "/tmp/props.rb"
|
85
|
-
end
|
86
|
-
|
87
|
-
it "should know it's styles file" do
|
88
|
-
@scene.styles_file.should == "/tmp/styles.rb"
|
89
|
-
end
|
90
|
-
|
91
|
-
end
|
92
|
-
|
93
|
-
describe Limelight::Scene, "Prop Indexing" do
|
94
|
-
|
95
|
-
before(:each) do
|
96
|
-
@scene.illuminate
|
97
|
-
end
|
98
|
-
|
99
|
-
it "should index props" do
|
100
|
-
prop = Limelight::Prop.new(:id => "some_id")
|
101
|
-
@scene << prop
|
102
|
-
|
103
|
-
@scene.find("some_id").should == prop
|
104
|
-
end
|
105
|
-
|
106
|
-
it "should raise error if indexing prop with duplicate id" do
|
107
|
-
prop1 = Limelight::Prop.new(:id => "some_id")
|
108
|
-
prop2 = Limelight::Prop.new(:id => "some_id")
|
109
|
-
@scene << prop1
|
110
|
-
|
111
|
-
lambda { @scene << prop2 }.should raise_error(Limelight::LimelightException, "Duplicate id: some_id")
|
112
|
-
end
|
113
|
-
|
114
|
-
it "should unindex prop" do
|
115
|
-
prop = Limelight::Prop.new(:id => "some_id")
|
116
|
-
@scene << prop
|
117
|
-
@scene.unindex_prop(prop)
|
118
|
-
|
119
|
-
@scene.find("some_id").should == nil
|
120
|
-
end
|
121
|
-
|
122
|
-
it "should unindex child's prop" do
|
123
|
-
prop = Limelight::Prop.new(:id => "some_id")
|
124
|
-
child = Limelight::Prop.new(:id => "child_id")
|
125
|
-
prop.children << child
|
126
|
-
|
127
|
-
@scene << child
|
128
|
-
@scene << prop
|
129
|
-
|
130
|
-
@scene.unindex_prop(prop)
|
131
|
-
|
132
|
-
@scene.find("some_id").should == nil
|
133
|
-
@scene.find("child_id").should == nil
|
134
|
-
end
|
135
|
-
|
136
|
-
it "should not blow up if child has no id" do
|
137
|
-
prop = Limelight::Prop.new(:id => "some_id")
|
138
|
-
child = Limelight::Prop.new(:id => nil)
|
139
|
-
prop.children << child
|
140
|
-
|
141
|
-
@scene << child
|
142
|
-
@scene << prop
|
143
|
-
|
144
|
-
@scene.unindex_prop(prop)
|
145
|
-
|
146
|
-
@scene.find("some_id").should == nil
|
147
|
-
end
|
148
|
-
|
149
|
-
it "should unindex grandchildren props" do
|
150
|
-
prop = Limelight::Prop.new(:id => "some_id")
|
151
|
-
child = Limelight::Prop.new(:id => "child_id")
|
152
|
-
grandchild = Limelight::Prop.new(:id => "grandchild_id")
|
153
|
-
child.children << grandchild
|
154
|
-
prop.children << child
|
155
|
-
|
156
|
-
@scene << grandchild
|
157
|
-
@scene << child
|
158
|
-
@scene << prop
|
159
|
-
|
160
|
-
@scene.unindex_prop(prop)
|
161
|
-
|
162
|
-
@scene.find("grandchild_id").should == nil
|
163
|
-
end
|
164
|
-
|
165
|
-
it "should convert ids to string when finding" do
|
166
|
-
prop = Limelight::Prop.new(:id => 123)
|
167
|
-
@scene << prop
|
168
|
-
|
169
|
-
@scene.find(123).should == prop
|
170
|
-
end
|
171
|
-
end
|
172
|
-
|
173
|
-
end
|
@@ -1,247 +0,0 @@
|
|
1
|
-
#- Copyright � 2008-2009 8th Light, Inc. All Rights Reserved.
|
2
|
-
#- Limelight and all included source files are distributed under terms of the GNU LGPL.
|
3
|
-
|
4
|
-
require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
|
5
|
-
require 'limelight/stage'
|
6
|
-
require 'limelight/scene'
|
7
|
-
require 'limelight/theater'
|
8
|
-
|
9
|
-
describe Limelight::Stage do
|
10
|
-
|
11
|
-
before(:each) do
|
12
|
-
@production = mock("production")
|
13
|
-
@theater = Limelight::Theater.new(@production)
|
14
|
-
@stage = @theater.add_stage("George")
|
15
|
-
@stage.should_remain_hidden = true
|
16
|
-
Limelight::Context.instance.frameManager = Java::limelight.ui.model.InertFrameManager.new
|
17
|
-
end
|
18
|
-
|
19
|
-
it "should have a name" do
|
20
|
-
stage = Limelight::Stage.new(@theater, "Jose")
|
21
|
-
stage.theater.should be(@theater)
|
22
|
-
stage.name.should == "Jose"
|
23
|
-
end
|
24
|
-
|
25
|
-
it "should have a title which default to it's name" do
|
26
|
-
@stage.title.should == "George"
|
27
|
-
|
28
|
-
@stage.title = "Once Upon a Test"
|
29
|
-
|
30
|
-
@stage.title.should == "Once Upon a Test"
|
31
|
-
end
|
32
|
-
|
33
|
-
it "should have size" do
|
34
|
-
@stage.size.should == ["500", "500"]
|
35
|
-
|
36
|
-
@stage.size = 123, 456
|
37
|
-
@stage.size.should == ["123", "456"]
|
38
|
-
|
39
|
-
@stage.size = [123, 456]
|
40
|
-
@stage.size.should == ["123", "456"]
|
41
|
-
|
42
|
-
@stage.size = "50%", "100%"
|
43
|
-
@stage.size.should == ["50%", "100%"]
|
44
|
-
end
|
45
|
-
|
46
|
-
it "should have location" do
|
47
|
-
@stage.location.should == ["center", "center"]
|
48
|
-
|
49
|
-
@stage.location = 123, 456
|
50
|
-
@stage.location.should == ["123", "456"]
|
51
|
-
|
52
|
-
@stage.location = [123, 456]
|
53
|
-
@stage.location.should == ["123", "456"]
|
54
|
-
|
55
|
-
@stage.location = "left", "top"
|
56
|
-
@stage.location.should == ["left", "top"]
|
57
|
-
|
58
|
-
@stage.location = "20%", "40%"
|
59
|
-
@stage.location.should == ["20%", "40%"]
|
60
|
-
end
|
61
|
-
|
62
|
-
it "should not allow name changes" do
|
63
|
-
lambda { @stage.name = "new name" }.should raise_error
|
64
|
-
end
|
65
|
-
|
66
|
-
it "should set the background color" do
|
67
|
-
@stage.background_color = "red"
|
68
|
-
|
69
|
-
@stage.background_color.should == "#FF0000"
|
70
|
-
end
|
71
|
-
|
72
|
-
it "should be framed or not" do
|
73
|
-
@stage.framed = false
|
74
|
-
@stage.frame.should be_undecorated
|
75
|
-
@stage.should_not be_framed
|
76
|
-
|
77
|
-
@stage.framed = true
|
78
|
-
@stage.frame.should_not be_undecorated
|
79
|
-
@stage.should be_framed
|
80
|
-
end
|
81
|
-
|
82
|
-
it "should be always on top" do
|
83
|
-
@stage.always_on_top = true
|
84
|
-
@stage.should be_always_on_top
|
85
|
-
@stage.frame.should be_always_on_top
|
86
|
-
|
87
|
-
@stage.always_on_top = false
|
88
|
-
@stage.should_not be_always_on_top
|
89
|
-
@stage.frame.should_not be_always_on_top
|
90
|
-
end
|
91
|
-
|
92
|
-
it "should set kiosk mode" do
|
93
|
-
@stage.kiosk?.should == false
|
94
|
-
@stage.frame.should_not be_kiosk
|
95
|
-
|
96
|
-
@stage.kiosk = true
|
97
|
-
@stage.kiosk?.should == true
|
98
|
-
@stage.frame.should be_kiosk
|
99
|
-
end
|
100
|
-
|
101
|
-
it "should ask the scene if close is allowed" do
|
102
|
-
@stage.should_allow_close.should == true
|
103
|
-
|
104
|
-
scene = mock("scene")
|
105
|
-
@stage.stub_current_scene scene
|
106
|
-
@stage.should_allow_close.should == true
|
107
|
-
|
108
|
-
scene.stub!(:allow_close?).and_return false
|
109
|
-
@stage.should_allow_close.should == false
|
110
|
-
|
111
|
-
scene.stub!(:allow_close?).and_return true
|
112
|
-
@stage.should_allow_close.should == true
|
113
|
-
end
|
114
|
-
|
115
|
-
it "should allow contructor options" do
|
116
|
-
stage = Limelight::Stage.new(@theater, "Ringo", :framed => false, :background_color => "blue")
|
117
|
-
stage.framed?.should == false
|
118
|
-
stage.background_color.should == "#0000FF"
|
119
|
-
end
|
120
|
-
|
121
|
-
it "should handle vitality" do
|
122
|
-
@stage.vital?.should == true
|
123
|
-
@stage.vital = false
|
124
|
-
@stage.vital?.should == false
|
125
|
-
@stage.frame.isVital.should == false
|
126
|
-
end
|
127
|
-
|
128
|
-
it "should notify theater when activated" do
|
129
|
-
@theater.should_receive(:stage_activated).with(@stage)
|
130
|
-
@stage.activated(nil)
|
131
|
-
end
|
132
|
-
|
133
|
-
it "should respond to stage events" do
|
134
|
-
e = mock("window event")
|
135
|
-
@theater.stub!(:stage_deactivated)
|
136
|
-
@theater.stub!(:stage_closed)
|
137
|
-
|
138
|
-
@stage.activated(e)
|
139
|
-
@stage.deactivated(e)
|
140
|
-
@stage.iconified(e)
|
141
|
-
@stage.deiconified(e)
|
142
|
-
@stage.closing(e)
|
143
|
-
@stage.closed(e)
|
144
|
-
end
|
145
|
-
|
146
|
-
it "should notify theater upon deactivation" do
|
147
|
-
@theater.should_receive(:stage_deactivated).with(@stage)
|
148
|
-
@stage.deactivated(nil)
|
149
|
-
end
|
150
|
-
|
151
|
-
describe "when opening a scene" do
|
152
|
-
|
153
|
-
before(:each) do
|
154
|
-
@production.stub!(:theater_empty!)
|
155
|
-
Limelight::Studio.install
|
156
|
-
@scene = Limelight::Scene.new
|
157
|
-
@scene.stub!(:illuminate)
|
158
|
-
end
|
159
|
-
|
160
|
-
it "should call scene.scene_opened at the end of opening a scene" do
|
161
|
-
@scene.should_receive(:scene_opened)
|
162
|
-
|
163
|
-
@stage.open(@scene)
|
164
|
-
end
|
165
|
-
|
166
|
-
it "should illuminate the scene when opening it" do
|
167
|
-
@scene.should_receive(:illuminate)
|
168
|
-
|
169
|
-
@stage.open(@scene)
|
170
|
-
end
|
171
|
-
|
172
|
-
it "should set the stage on the scene" do
|
173
|
-
@scene.should_receive(:stage=).with(@stage)
|
174
|
-
|
175
|
-
@stage.open(@scene)
|
176
|
-
end
|
177
|
-
|
178
|
-
it "should hide and show" do
|
179
|
-
@stage.open(@scene)
|
180
|
-
@stage.should_remain_hidden = false
|
181
|
-
@stage.frame.should_receive(:visible=).with(false)
|
182
|
-
@stage.hide
|
183
|
-
|
184
|
-
@stage.frame.should_receive(:visible=).with(true)
|
185
|
-
@stage.show
|
186
|
-
end
|
187
|
-
|
188
|
-
it "should open the frame when opening" do
|
189
|
-
@stage.should_remain_hidden = false
|
190
|
-
@stage.frame.should_receive(:open)
|
191
|
-
|
192
|
-
@stage.open(@scene)
|
193
|
-
end
|
194
|
-
|
195
|
-
it "should not open the frame when opening and in hidden mode" do
|
196
|
-
@stage.should_remain_hidden = true
|
197
|
-
@stage.frame.should_not_receive(:open)
|
198
|
-
|
199
|
-
@stage.open(@scene)
|
200
|
-
end
|
201
|
-
|
202
|
-
it "should close by closing the frame" do
|
203
|
-
@stage.frame.should_receive(:close)
|
204
|
-
|
205
|
-
@stage.close
|
206
|
-
end
|
207
|
-
|
208
|
-
it "should clean when closed" do
|
209
|
-
@stage.open(@scene)
|
210
|
-
|
211
|
-
@stage.closed(nil)
|
212
|
-
|
213
|
-
@scene.visible?.should == false
|
214
|
-
@stage.current_scene.should == nil
|
215
|
-
end
|
216
|
-
|
217
|
-
it "should clean up when replacing scene" do
|
218
|
-
@stage.open(@scene)
|
219
|
-
new_scene = Limelight::Scene.new(:name => "new scene")
|
220
|
-
new_scene.stub!(:illuminate)
|
221
|
-
|
222
|
-
@stage.open(new_scene)
|
223
|
-
|
224
|
-
@scene.visible?.should == false
|
225
|
-
@stage.current_scene.should == new_scene
|
226
|
-
end
|
227
|
-
|
228
|
-
it "should be removed from the theater when closed" do
|
229
|
-
@stage.open(@scene)
|
230
|
-
@theater["George"].should be(@stage)
|
231
|
-
|
232
|
-
@stage.closed(nil)
|
233
|
-
@theater["George"].should == nil
|
234
|
-
end
|
235
|
-
|
236
|
-
it "should open an alert" do
|
237
|
-
utilities_production = mock("utilities_production")
|
238
|
-
Limelight::Context.instance.studio.should_receive(:utilities_production).and_return(utilities_production)
|
239
|
-
utilities_production.should_receive(:alert).with("Some Message")
|
240
|
-
|
241
|
-
@stage.alert("Some Message")
|
242
|
-
sleep(0.01)
|
243
|
-
end
|
244
|
-
|
245
|
-
end
|
246
|
-
|
247
|
-
end
|
@@ -1,38 +0,0 @@
|
|
1
|
-
#- Copyright � 2008-2009 8th Light, Inc. All Rights Reserved.
|
2
|
-
#- Limelight and all included source files are distributed under terms of the GNU LGPL.
|
3
|
-
|
4
|
-
require File.expand_path(File.dirname(__FILE__) + "/../spec_helper")
|
5
|
-
require 'limelight/string'
|
6
|
-
|
7
|
-
describe String do
|
8
|
-
|
9
|
-
it "should convert into camel case" do
|
10
|
-
"class_name".camalized.should == "ClassName"
|
11
|
-
"once_upon_a_time".camalized.should == "OnceUponATime"
|
12
|
-
"AbC_eFg_hiJ".camalized.should == "AbcEfgHij"
|
13
|
-
"with spaces".camalized.should == "WithSpaces"
|
14
|
-
end
|
15
|
-
|
16
|
-
it "should convert into camel case" do
|
17
|
-
"class_name".camalized(:lower).should == "className"
|
18
|
-
"once_upon_a_time".camalized(:lower).should == "onceUponATime"
|
19
|
-
"AbC_eFg_hiJ".camalized(:lower).should == "abcEfgHij"
|
20
|
-
"with spaces".camalized(:lower).should == "withSpaces"
|
21
|
-
end
|
22
|
-
|
23
|
-
it "should underscore a name" do
|
24
|
-
"ClassName".underscored.should == "class_name"
|
25
|
-
"OneTwoThree".underscored.should == "one_two_three"
|
26
|
-
"One".underscored.should == "one"
|
27
|
-
end
|
28
|
-
|
29
|
-
it "should convert a string to title" do
|
30
|
-
"class_name".titleized.should == "Class Name"
|
31
|
-
"once_upon_a_time".titleized.should == "Once Upon A Time"
|
32
|
-
"AbC_eFg_hiJ".titleized.should == "Ab C E Fg Hi J"
|
33
|
-
"with spaces".titleized.should == "With Spaces"
|
34
|
-
"Some Title".titleized.should == "Some Title"
|
35
|
-
"SomeTitle".titleized.should == "Some Title"
|
36
|
-
end
|
37
|
-
|
38
|
-
end
|