shoes 4.0.0.pre1 → 4.0.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +84 -32
- data/Gemfile +22 -1
- data/README.md +28 -13
- data/Rakefile +7 -210
- data/bin/ruby-shoes +2 -2
- data/ext/install/shoes.bat +4 -1
- data/lib/shoes.rb +1 -121
- data/lib/shoes/{cli.rb → ui/cli.rb} +7 -1
- data/lib/shoes/{help.rb → ui/help.rb} +2 -2
- data/lib/shoes/{manual.rb → ui/manual.rb} +1 -1
- data/lib/shoes/version.rb +1 -1
- data/manifests/common.rb +34 -0
- data/manifests/shoes.rb +44 -0
- data/samples/Gemfile +3 -0
- data/samples/Gemfile.lock +35 -0
- data/samples/README +16 -5
- data/samples/boom.rb +239 -0
- data/samples/clicky.rb +24 -0
- data/samples/flow.rb +63 -0
- data/samples/gray.rb +11 -0
- data/samples/nks_booklist.rb +24 -0
- data/samples/nks_breadsticks.rb +7 -0
- data/samples/nks_dancing_circle.rb +13 -0
- data/samples/nks_dictionary.rb +23 -0
- data/samples/nks_edit_box.rb +4 -0
- data/samples/nks_edit_line.rb +6 -0
- data/samples/nks_notes.rb +16 -0
- data/samples/nks_self.rb +6 -0
- data/samples/nks_text_sizes.rb +10 -0
- data/samples/nks_trurl.rb +5 -0
- data/samples/packaging/package_me.rb +6 -0
- data/samples/present.rb +27 -0
- data/samples/progress.rb +10 -0
- data/samples/sample31.rb +1 -1
- data/samples/simple-calc.rb +1 -1
- data/samples/simple-tictactoe.rb +238 -0
- data/samples/simple-visibility.rb +11 -0
- data/samples/simple-widget.rb +9 -0
- data/samples/swt-raw.rb +20 -0
- data/samples/troll.rb +22 -0
- data/shoes.gemspec +10 -22
- data/snapshots/sample56.png +0 -0
- data/static/manual-en.txt +16 -7
- data/tasks/changelog.rb +92 -0
- data/tasks/gem.rb +38 -0
- data/tasks/rspec.rb +106 -0
- data/tasks/sample.rb +66 -0
- data/tasks/yard.rb +13 -0
- metadata +55 -488
- data/.gitignore +0 -53
- data/.rspec +0 -3
- data/.ruby-gemset +0 -1
- data/.ruby-version +0 -1
- data/.travis.yml +0 -31
- data/bin/shoes +0 -59
- data/bin/shoes.bat +0 -6
- data/fonts/Coolvetica.ttf +0 -0
- data/fonts/Lacuna.ttf +0 -0
- data/lib/ext/highlighter.rb +0 -2
- data/lib/ext/highlighter/common.rb +0 -197
- data/lib/ext/highlighter/lang/ruby.rb +0 -316
- data/lib/ext/highlighter/markup.rb +0 -222
- data/lib/rubygems_plugin.rb +0 -19
- data/lib/shoes/animation.rb +0 -55
- data/lib/shoes/app.rb +0 -320
- data/lib/shoes/arc.rb +0 -35
- data/lib/shoes/background.rb +0 -30
- data/lib/shoes/border.rb +0 -33
- data/lib/shoes/builtin_methods.rb +0 -73
- data/lib/shoes/button.rb +0 -32
- data/lib/shoes/check_button.rb +0 -43
- data/lib/shoes/color.rb +0 -375
- data/lib/shoes/common/background_element.rb +0 -9
- data/lib/shoes/common/changeable.rb +0 -34
- data/lib/shoes/common/clickable.rb +0 -17
- data/lib/shoes/common/common_methods.rb +0 -70
- data/lib/shoes/common/fill.rb +0 -21
- data/lib/shoes/common/registration.rb +0 -33
- data/lib/shoes/common/state.rb +0 -18
- data/lib/shoes/common/stroke.rb +0 -28
- data/lib/shoes/common/style.rb +0 -34
- data/lib/shoes/common/style_normalizer.rb +0 -16
- data/lib/shoes/configuration.rb +0 -96
- data/lib/shoes/dialog.rb +0 -27
- data/lib/shoes/dimension.rb +0 -237
- data/lib/shoes/dimensions.rb +0 -194
- data/lib/shoes/download.rb +0 -117
- data/lib/shoes/dsl.rb +0 -478
- data/lib/shoes/font.rb +0 -49
- data/lib/shoes/gradient.rb +0 -18
- data/lib/shoes/image.rb +0 -33
- data/lib/shoes/image_pattern.rb +0 -10
- data/lib/shoes/input_box.rb +0 -68
- data/lib/shoes/key_event.rb +0 -17
- data/lib/shoes/line.rb +0 -38
- data/lib/shoes/link.rb +0 -49
- data/lib/shoes/link_hover.rb +0 -5
- data/lib/shoes/list_box.rb +0 -44
- data/lib/shoes/logger.rb +0 -66
- data/lib/shoes/logger/ruby.rb +0 -18
- data/lib/shoes/mock.rb +0 -30
- data/lib/shoes/mock/animation.rb +0 -8
- data/lib/shoes/mock/app.rb +0 -44
- data/lib/shoes/mock/arc.rb +0 -8
- data/lib/shoes/mock/background.rb +0 -10
- data/lib/shoes/mock/border.rb +0 -7
- data/lib/shoes/mock/button.rb +0 -10
- data/lib/shoes/mock/check.rb +0 -24
- data/lib/shoes/mock/common_methods.rb +0 -11
- data/lib/shoes/mock/dialog.rb +0 -13
- data/lib/shoes/mock/download.rb +0 -18
- data/lib/shoes/mock/font.rb +0 -17
- data/lib/shoes/mock/image.rb +0 -12
- data/lib/shoes/mock/image_pattern.rb +0 -9
- data/lib/shoes/mock/input_box.rb +0 -23
- data/lib/shoes/mock/keypress.rb +0 -8
- data/lib/shoes/mock/keyrelease.rb +0 -8
- data/lib/shoes/mock/line.rb +0 -14
- data/lib/shoes/mock/link.rb +0 -11
- data/lib/shoes/mock/list_box.rb +0 -16
- data/lib/shoes/mock/oval.rb +0 -11
- data/lib/shoes/mock/progress.rb +0 -10
- data/lib/shoes/mock/radio.rb +0 -26
- data/lib/shoes/mock/rect.rb +0 -13
- data/lib/shoes/mock/shape.rb +0 -19
- data/lib/shoes/mock/slot.rb +0 -14
- data/lib/shoes/mock/sound.rb +0 -8
- data/lib/shoes/mock/star.rb +0 -13
- data/lib/shoes/mock/text_block.rb +0 -29
- data/lib/shoes/mock/timer.rb +0 -8
- data/lib/shoes/oval.rb +0 -28
- data/lib/shoes/point.rb +0 -43
- data/lib/shoes/progress.rb +0 -26
- data/lib/shoes/radio.rb +0 -15
- data/lib/shoes/rect.rb +0 -28
- data/lib/shoes/renamed_delegate.rb +0 -15
- data/lib/shoes/shape.rb +0 -175
- data/lib/shoes/slot.rb +0 -232
- data/lib/shoes/slot_contents.rb +0 -56
- data/lib/shoes/sound.rb +0 -16
- data/lib/shoes/span.rb +0 -16
- data/lib/shoes/star.rb +0 -49
- data/lib/shoes/swt.rb +0 -114
- data/lib/shoes/swt/animation.rb +0 -46
- data/lib/shoes/swt/app.rb +0 -300
- data/lib/shoes/swt/arc.rb +0 -70
- data/lib/shoes/swt/background.rb +0 -31
- data/lib/shoes/swt/border.rb +0 -37
- data/lib/shoes/swt/button.rb +0 -18
- data/lib/shoes/swt/check.rb +0 -14
- data/lib/shoes/swt/check_button.rb +0 -19
- data/lib/shoes/swt/color.rb +0 -45
- data/lib/shoes/swt/common/child.rb +0 -16
- data/lib/shoes/swt/common/clear.rb +0 -24
- data/lib/shoes/swt/common/clickable.rb +0 -62
- data/lib/shoes/swt/common/container.rb +0 -28
- data/lib/shoes/swt/common/fill.rb +0 -37
- data/lib/shoes/swt/common/painter.rb +0 -83
- data/lib/shoes/swt/common/painter_updates_position.rb +0 -12
- data/lib/shoes/swt/common/resource.rb +0 -14
- data/lib/shoes/swt/common/selection_listener.rb +0 -14
- data/lib/shoes/swt/common/stroke.rb +0 -41
- data/lib/shoes/swt/common/toggle.rb +0 -13
- data/lib/shoes/swt/common/update_position.rb +0 -15
- data/lib/shoes/swt/dialog.rb +0 -89
- data/lib/shoes/swt/disposed_protection.rb +0 -23
- data/lib/shoes/swt/download.rb +0 -24
- data/lib/shoes/swt/fitted_text_layout.rb +0 -94
- data/lib/shoes/swt/fitted_text_layout_collection.rb +0 -108
- data/lib/shoes/swt/font.rb +0 -32
- data/lib/shoes/swt/gradient.rb +0 -77
- data/lib/shoes/swt/image.rb +0 -130
- data/lib/shoes/swt/image_pattern.rb +0 -19
- data/lib/shoes/swt/input_box.rb +0 -73
- data/lib/shoes/swt/key_listener.rb +0 -145
- data/lib/shoes/swt/line.rb +0 -57
- data/lib/shoes/swt/link.rb +0 -37
- data/lib/shoes/swt/link_segment.rb +0 -108
- data/lib/shoes/swt/list_box.rb +0 -49
- data/lib/shoes/swt/mouse_move_listener.rb +0 -61
- data/lib/shoes/swt/oval.rb +0 -53
- data/lib/shoes/swt/progress.rb +0 -35
- data/lib/shoes/swt/radio.rb +0 -29
- data/lib/shoes/swt/radio_group.rb +0 -54
- data/lib/shoes/swt/rect.rb +0 -31
- data/lib/shoes/swt/rect_painter.rb +0 -23
- data/lib/shoes/swt/redrawing_aspect.rb +0 -122
- data/lib/shoes/swt/shape.rb +0 -101
- data/lib/shoes/swt/shoes_layout.rb +0 -43
- data/lib/shoes/swt/slot.rb +0 -25
- data/lib/shoes/swt/sound.rb +0 -119
- data/lib/shoes/swt/star.rb +0 -51
- data/lib/shoes/swt/swt_button.rb +0 -49
- data/lib/shoes/swt/text_block.rb +0 -133
- data/lib/shoes/swt/text_block_cursor_painter.rb +0 -112
- data/lib/shoes/swt/text_block_fitter.rb +0 -180
- data/lib/shoes/swt/text_block_painter.rb +0 -49
- data/lib/shoes/swt/text_font_factory.rb +0 -27
- data/lib/shoes/swt/text_style_factory.rb +0 -88
- data/lib/shoes/swt/timer.rb +0 -19
- data/lib/shoes/swt/tooling/leak_hunter.rb +0 -84
- data/lib/shoes/text.rb +0 -14
- data/lib/shoes/text_block.rb +0 -162
- data/lib/shoes/timer.rb +0 -10
- data/lib/shoes/url.rb +0 -47
- data/lib/shoes/widget.rb +0 -73
- data/lib/support/jl1.0.1.jar +0 -0
- data/lib/support/jogg-0.0.7.jar +0 -0
- data/lib/support/jorbis-0.0.15.jar +0 -0
- data/lib/support/log4j-1.2.16.jar +0 -0
- data/lib/support/mp3spi1.9.5.jar +0 -0
- data/lib/support/tritonus_share.jar +0 -0
- data/lib/support/vorbisspi1.0.3.jar +0 -0
- data/samples/good-clock-adjusted.rb +0 -49
- data/spec/async_helper.rb +0 -21
- data/spec/code_coverage.rb +0 -11
- data/spec/shoes/animation_spec.rb +0 -65
- data/spec/shoes/app_spec.rb +0 -411
- data/spec/shoes/arc_spec.rb +0 -53
- data/spec/shoes/background_spec.rb +0 -48
- data/spec/shoes/border_spec.rb +0 -43
- data/spec/shoes/builtin_methods_spec.rb +0 -84
- data/spec/shoes/button_spec.rb +0 -41
- data/spec/shoes/check_spec.rb +0 -31
- data/spec/shoes/cli_spec.rb +0 -16
- data/spec/shoes/color_spec.rb +0 -396
- data/spec/shoes/common/style_normalizer_spec.rb +0 -28
- data/spec/shoes/common/style_spec.rb +0 -58
- data/spec/shoes/configuration_spec.rb +0 -37
- data/spec/shoes/constants_spec.rb +0 -38
- data/spec/shoes/dialog_spec.rb +0 -163
- data/spec/shoes/dimension_spec.rb +0 -381
- data/spec/shoes/dimensions_spec.rb +0 -831
- data/spec/shoes/download_spec.rb +0 -133
- data/spec/shoes/flow_spec.rb +0 -92
- data/spec/shoes/font_spec.rb +0 -38
- data/spec/shoes/framework_learning_spec.rb +0 -30
- data/spec/shoes/helpers/fake_element.rb +0 -11
- data/spec/shoes/helpers/sample17_helper.rb +0 -66
- data/spec/shoes/image_spec.rb +0 -45
- data/spec/shoes/images/shoe.jpg +0 -0
- data/spec/shoes/input_box_spec.rb +0 -44
- data/spec/shoes/integration_spec.rb +0 -20
- data/spec/shoes/keypress_spec.rb +0 -11
- data/spec/shoes/keyrelease_spec.rb +0 -12
- data/spec/shoes/line_spec.rb +0 -47
- data/spec/shoes/link_spec.rb +0 -89
- data/spec/shoes/list_box_spec.rb +0 -63
- data/spec/shoes/logger/ruby_spec.rb +0 -9
- data/spec/shoes/logger_spec.rb +0 -45
- data/spec/shoes/oval_spec.rb +0 -20
- data/spec/shoes/point_spec.rb +0 -51
- data/spec/shoes/progress_spec.rb +0 -40
- data/spec/shoes/radio_spec.rb +0 -28
- data/spec/shoes/rect_spec.rb +0 -38
- data/spec/shoes/renamed_delegate_spec.rb +0 -70
- data/spec/shoes/shape_spec.rb +0 -54
- data/spec/shoes/shared_examples/button.rb +0 -6
- data/spec/shoes/shared_examples/changeable.rb +0 -26
- data/spec/shoes/shared_examples/clickable.rb +0 -5
- data/spec/shoes/shared_examples/common_methods.rb +0 -42
- data/spec/shoes/shared_examples/dimensions.rb +0 -32
- data/spec/shoes/shared_examples/dsl.rb +0 -42
- data/spec/shoes/shared_examples/dsl/animate.rb +0 -29
- data/spec/shoes/shared_examples/dsl/arc.rb +0 -45
- data/spec/shoes/shared_examples/dsl/background.rb +0 -26
- data/spec/shoes/shared_examples/dsl/border.rb +0 -10
- data/spec/shoes/shared_examples/dsl/cap.rb +0 -6
- data/spec/shoes/shared_examples/dsl/check.rb +0 -11
- data/spec/shoes/shared_examples/dsl/edit_box.rb +0 -8
- data/spec/shoes/shared_examples/dsl/edit_line.rb +0 -8
- data/spec/shoes/shared_examples/dsl/editable_element.rb +0 -29
- data/spec/shoes/shared_examples/dsl/fill.rb +0 -27
- data/spec/shoes/shared_examples/dsl/flow.rb +0 -15
- data/spec/shoes/shared_examples/dsl/gradient.rb +0 -52
- data/spec/shoes/shared_examples/dsl/image.rb +0 -21
- data/spec/shoes/shared_examples/dsl/line.rb +0 -9
- data/spec/shoes/shared_examples/dsl/nofill.rb +0 -6
- data/spec/shoes/shared_examples/dsl/nostroke.rb +0 -6
- data/spec/shoes/shared_examples/dsl/oval.rb +0 -60
- data/spec/shoes/shared_examples/dsl/pattern.rb +0 -34
- data/spec/shoes/shared_examples/dsl/progress.rb +0 -7
- data/spec/shoes/shared_examples/dsl/rect.rb +0 -92
- data/spec/shoes/shared_examples/dsl/rgb.rb +0 -26
- data/spec/shoes/shared_examples/dsl/shape.rb +0 -21
- data/spec/shoes/shared_examples/dsl/star.rb +0 -48
- data/spec/shoes/shared_examples/dsl/stroke.rb +0 -30
- data/spec/shoes/shared_examples/dsl/strokewidth.rb +0 -19
- data/spec/shoes/shared_examples/dsl/style.rb +0 -32
- data/spec/shoes/shared_examples/dsl/text_elements.rb +0 -81
- data/spec/shoes/shared_examples/dsl_app_context.rb +0 -8
- data/spec/shoes/shared_examples/hover_leave.rb +0 -11
- data/spec/shoes/shared_examples/parent.rb +0 -6
- data/spec/shoes/shared_examples/shared_element_method.rb +0 -52
- data/spec/shoes/shared_examples/slot.rb +0 -272
- data/spec/shoes/shared_examples/state.rb +0 -19
- data/spec/shoes/shared_examples/style.rb +0 -24
- data/spec/shoes/slot_spec.rb +0 -60
- data/spec/shoes/sound_spec.rb +0 -15
- data/spec/shoes/span_spec.rb +0 -94
- data/spec/shoes/spec_helper.rb +0 -1
- data/spec/shoes/stack_spec.rb +0 -53
- data/spec/shoes/star_spec.rb +0 -30
- data/spec/shoes/text_block_spec.rb +0 -242
- data/spec/shoes/url_spec.rb +0 -66
- data/spec/shoes/widget_spec.rb +0 -34
- data/spec/shoes_spec.rb +0 -44
- data/spec/spec_helper.rb +0 -16
- data/spec/swt_shoes/animation_spec.rb +0 -86
- data/spec/swt_shoes/app_spec.rb +0 -75
- data/spec/swt_shoes/arc_spec.rb +0 -101
- data/spec/swt_shoes/background_spec.rb +0 -56
- data/spec/swt_shoes/border_spec.rb +0 -51
- data/spec/swt_shoes/button_spec.rb +0 -101
- data/spec/swt_shoes/check_spec.rb +0 -28
- data/spec/swt_shoes/color_spec.rb +0 -67
- data/spec/swt_shoes/common/painter_spec.rb +0 -29
- data/spec/swt_shoes/configuration_spec.rb +0 -12
- data/spec/swt_shoes/dialog_spec.rb +0 -106
- data/spec/swt_shoes/disposed_protection_spec.rb +0 -49
- data/spec/swt_shoes/fitted_text_layout_collection_spec.rb +0 -174
- data/spec/swt_shoes/fitted_text_layout_spec.rb +0 -130
- data/spec/swt_shoes/flow_spec.rb +0 -26
- data/spec/swt_shoes/font_spec.rb +0 -33
- data/spec/swt_shoes/gradient_spec.rb +0 -20
- data/spec/swt_shoes/image_pattern_spec.rb +0 -19
- data/spec/swt_shoes/image_spec.rb +0 -100
- data/spec/swt_shoes/input_box_spec.rb +0 -110
- data/spec/swt_shoes/integration_spec.rb +0 -18
- data/spec/swt_shoes/key_listener_spec.rb +0 -320
- data/spec/swt_shoes/line_spec.rb +0 -43
- data/spec/swt_shoes/link_segment_spec.rb +0 -103
- data/spec/swt_shoes/link_spec.rb +0 -59
- data/spec/swt_shoes/list_box_spec.rb +0 -51
- data/spec/swt_shoes/minimal.png +0 -0
- data/spec/swt_shoes/mouse_move_listener_spec.rb +0 -129
- data/spec/swt_shoes/oval_spec.rb +0 -51
- data/spec/swt_shoes/progress_spec.rb +0 -44
- data/spec/swt_shoes/radio_group_spec.rb +0 -73
- data/spec/swt_shoes/radio_spec.rb +0 -56
- data/spec/swt_shoes/rect_painter_spec.rb +0 -45
- data/spec/swt_shoes/rect_spec.rb +0 -19
- data/spec/swt_shoes/shape_spec.rb +0 -81
- data/spec/swt_shoes/shared_examples/button.rb +0 -24
- data/spec/swt_shoes/shared_examples/clearable.rb +0 -32
- data/spec/swt_shoes/shared_examples/clickable.rb +0 -60
- data/spec/swt_shoes/shared_examples/movable.rb +0 -36
- data/spec/swt_shoes/shared_examples/paintable_spec.rb +0 -7
- data/spec/swt_shoes/shared_examples/painter.rb +0 -83
- data/spec/swt_shoes/shared_examples/pattern.rb +0 -32
- data/spec/swt_shoes/shared_examples/swt_app_context.rb +0 -17
- data/spec/swt_shoes/shared_examples/togglable.rb +0 -15
- data/spec/swt_shoes/shell_control_listener_spec.rb +0 -23
- data/spec/swt_shoes/sound.rb +0 -10
- data/spec/swt_shoes/spec_helper.rb +0 -31
- data/spec/swt_shoes/star_spec.rb +0 -47
- data/spec/swt_shoes/text_block_cursor_painter_spec.rb +0 -202
- data/spec/swt_shoes/text_block_fitter_spec.rb +0 -181
- data/spec/swt_shoes/text_block_painter_spec.rb +0 -221
- data/spec/swt_shoes/text_block_spec.rb +0 -183
data/spec/shoes/download_spec.rb
DELETED
@@ -1,133 +0,0 @@
|
|
1
|
-
require 'shoes/spec_helper'
|
2
|
-
require 'webmock/rspec'
|
3
|
-
|
4
|
-
describe Shoes::Download do
|
5
|
-
include AsyncHelper
|
6
|
-
include_context "dsl app"
|
7
|
-
|
8
|
-
let(:name) { "http://www.google.com/logos/nasa50th.gif" }
|
9
|
-
let(:response_body) { "NASA 50th logo" }
|
10
|
-
let(:response_status) {["200", "OK"]}
|
11
|
-
let(:response_headers) { { "content-length" => "42" }}
|
12
|
-
let(:opts) { {save: "nasa50th.gif"} }
|
13
|
-
subject(:download) { Shoes::Download.new app, parent, name, opts, &input_block }
|
14
|
-
|
15
|
-
let(:percent) {download.percent}
|
16
|
-
let(:length) {download.length}
|
17
|
-
let(:content_length) {download.content_length}
|
18
|
-
|
19
|
-
before do
|
20
|
-
stub_request(:get, name)
|
21
|
-
.to_return(:status => response_status, :body => response_body, :headers => response_headers)
|
22
|
-
end
|
23
|
-
|
24
|
-
after do
|
25
|
-
download.join_thread
|
26
|
-
File.delete opts[:save]
|
27
|
-
end
|
28
|
-
|
29
|
-
it "finishes" do
|
30
|
-
eventually { expect(download).to be_finished }
|
31
|
-
end
|
32
|
-
|
33
|
-
it 'starts' do
|
34
|
-
eventually { expect(download).to be_started }
|
35
|
-
end
|
36
|
-
|
37
|
-
it 'understands percent' do
|
38
|
-
eventually{ expect(percent).to eql(0)}
|
39
|
-
end
|
40
|
-
|
41
|
-
it 'understands abort' do
|
42
|
-
expect(download).to respond_to(:abort)
|
43
|
-
end
|
44
|
-
|
45
|
-
it "understands content_length" do
|
46
|
-
expect(content_length).to eql(1)
|
47
|
-
end
|
48
|
-
|
49
|
-
it "understands length" do
|
50
|
-
expect(length).to eql(1)
|
51
|
-
end
|
52
|
-
|
53
|
-
it 'creates the file specified by save' do
|
54
|
-
download
|
55
|
-
eventually { expect(File.exist?(opts[:save])).to be_true }
|
56
|
-
end
|
57
|
-
|
58
|
-
context 'with a progress proc' do
|
59
|
-
let(:progress_proc) {Proc.new {}}
|
60
|
-
let(:opts) { {save: "nasa50th.gif", progress: progress_proc} }
|
61
|
-
subject(:download) { Shoes::Download.new app, parent, name, opts}
|
62
|
-
|
63
|
-
it 'calls the progress proc from start, download and finish' do
|
64
|
-
eventually {
|
65
|
-
expect(download.gui).to receive(:eval_block).
|
66
|
-
with(progress_proc, download).
|
67
|
-
exactly(3).times
|
68
|
-
}
|
69
|
-
end
|
70
|
-
|
71
|
-
context 'without content length' do
|
72
|
-
before do
|
73
|
-
stub_request(:get, name)
|
74
|
-
.to_return(:headers => {}, :status => response_status, :body => response_body)
|
75
|
-
end
|
76
|
-
|
77
|
-
it 'does not fail on progress, but called from content length and finish' do
|
78
|
-
pending 'Sometimes fails on Travis'
|
79
|
-
eventually {
|
80
|
-
expect(download.gui).to receive(:eval_block).
|
81
|
-
with(progress_proc, download).
|
82
|
-
twice
|
83
|
-
}
|
84
|
-
end
|
85
|
-
end
|
86
|
-
end
|
87
|
-
|
88
|
-
describe 'after it is finished' do
|
89
|
-
let(:result) {download}
|
90
|
-
let(:response) {download.response}
|
91
|
-
|
92
|
-
context 'with a block' do
|
93
|
-
|
94
|
-
it 'calls the block with a result' do
|
95
|
-
eventually { expect(download.gui).to receive(:eval_block).with(input_block, result) }
|
96
|
-
end
|
97
|
-
|
98
|
-
describe 'response object' do
|
99
|
-
it 'has headers hash' do
|
100
|
-
eventually { expect(response.headers).to eql(response_headers)}
|
101
|
-
end
|
102
|
-
|
103
|
-
it 'has body text' do
|
104
|
-
eventually { expect(response.body).to eql(response_body)}
|
105
|
-
end
|
106
|
-
|
107
|
-
it 'has status array' do
|
108
|
-
eventually { expect(response.status).to eql(response_status)}
|
109
|
-
end
|
110
|
-
end
|
111
|
-
end
|
112
|
-
|
113
|
-
context 'without a block' do
|
114
|
-
subject(:download) { Shoes::Download.new app, parent, name, opts }
|
115
|
-
|
116
|
-
it 'does not call the block' do
|
117
|
-
expect(download.gui).not_to receive(:eval_block)
|
118
|
-
end
|
119
|
-
end
|
120
|
-
|
121
|
-
context 'with a finish proc' do
|
122
|
-
let(:finish_proc) {Proc.new {}}
|
123
|
-
let(:opts) { {save: "nasa50th.gif", finish: finish_proc} }
|
124
|
-
subject(:download) { Shoes::Download.new app, parent, name, opts}
|
125
|
-
|
126
|
-
it 'calls the finish proc' do
|
127
|
-
pending 'Another Travis failure...'
|
128
|
-
eventually { expect(download.gui).to receive(:eval_block).with(finish_proc, result) }
|
129
|
-
end
|
130
|
-
end
|
131
|
-
|
132
|
-
end
|
133
|
-
end
|
data/spec/shoes/flow_spec.rb
DELETED
@@ -1,92 +0,0 @@
|
|
1
|
-
require 'shoes/spec_helper'
|
2
|
-
require_relative 'helpers/fake_element'
|
3
|
-
|
4
|
-
describe Shoes::Flow do
|
5
|
-
include_context "dsl app"
|
6
|
-
|
7
|
-
subject(:flow) { Shoes::Flow.new(app, parent, input_opts, &input_block) }
|
8
|
-
|
9
|
-
it_behaves_like "clickable object"
|
10
|
-
it_behaves_like "hover and leave events"
|
11
|
-
it_behaves_like "Slot"
|
12
|
-
|
13
|
-
describe "initialize" do
|
14
|
-
let(:input_opts) { {:width => 131, :height => 137} }
|
15
|
-
it "sets accessors" do
|
16
|
-
expect(flow.parent).to eq(parent)
|
17
|
-
expect(flow.width).to eq(131)
|
18
|
-
expect(flow.height).to eq(137)
|
19
|
-
expect(flow.blk).to eq(input_block)
|
20
|
-
end
|
21
|
-
|
22
|
-
describe 'margins' do
|
23
|
-
let(:input_opts) { {margin: 143} }
|
24
|
-
it 'sets the margins' do
|
25
|
-
expect(flow.margin).to eq([143, 143, 143, 143])
|
26
|
-
end
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
it "sets default values" do
|
31
|
-
f = Shoes::Flow.new(app, parent)
|
32
|
-
expect(f.width).to eq(app.width)
|
33
|
-
expect(f.height).to eq(0)
|
34
|
-
end
|
35
|
-
|
36
|
-
it "clears with an optional block" do
|
37
|
-
expect(flow).to receive(:clear).with(&input_block)
|
38
|
-
flow.clear &input_block
|
39
|
-
end
|
40
|
-
|
41
|
-
describe "positioning" do
|
42
|
-
it_behaves_like 'positioning through :_position'
|
43
|
-
it_behaves_like 'positions the first element in the top left'
|
44
|
-
|
45
|
-
shared_examples_for 'positioning in the same line' do
|
46
|
-
it 'positions an element in the same row as long as they fit' do
|
47
|
-
expect(element2.absolute_top).to eq(flow.absolute_top)
|
48
|
-
end
|
49
|
-
|
50
|
-
it 'positions it next to the other element as long as it fits' do
|
51
|
-
expect(element2.absolute_left).to eq(element.absolute_right + 1)
|
52
|
-
end
|
53
|
-
|
54
|
-
it 'has a slot height of the maximum value of the 2 elements' do
|
55
|
-
expect(flow.height).to eq([element.height, element2.height].max)
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
describe 'two elements added' do
|
60
|
-
include_context 'two slot children'
|
61
|
-
include_context 'contents_alignment'
|
62
|
-
|
63
|
-
it_behaves_like 'positioning in the same line'
|
64
|
-
|
65
|
-
describe 'exact fit' do
|
66
|
-
let(:input_opts) {{width: element.width + element2.width}}
|
67
|
-
it_behaves_like 'positioning in the same line'
|
68
|
-
end
|
69
|
-
|
70
|
-
end
|
71
|
-
|
72
|
-
describe 'when the elements dont fit next to each other' do
|
73
|
-
let(:input_opts){ {width: element.width + 10} }
|
74
|
-
it_behaves_like 'arranges elements underneath each other'
|
75
|
-
end
|
76
|
-
|
77
|
-
describe 'elements dont fit next to each other and set small height' do
|
78
|
-
let(:input_opts) { {width: element.width + 10, height: element.height + 10} }
|
79
|
-
it_behaves_like 'set height and contents alignment'
|
80
|
-
end
|
81
|
-
|
82
|
-
describe 'elements dont fit next to each other and set big height' do
|
83
|
-
let(:input_opts){ {width: element.width + 10, height: 1000} }
|
84
|
-
it_behaves_like 'set height and contents alignment'
|
85
|
-
end
|
86
|
-
|
87
|
-
describe 'with margins and two elements not fitting next to each other' do
|
88
|
-
let(:input_opts){{width: element.width + 10, margin: 27}}
|
89
|
-
it_behaves_like 'taking care of margin'
|
90
|
-
end
|
91
|
-
end
|
92
|
-
end
|
data/spec/shoes/font_spec.rb
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
require 'spec/shoes/spec_helper'
|
2
|
-
require 'fileutils'
|
3
|
-
|
4
|
-
main_object = self
|
5
|
-
|
6
|
-
describe Shoes::Font do
|
7
|
-
describe 'font method on the main object' do
|
8
|
-
it 'returns the name of the font loaded' do
|
9
|
-
result = main_object.font(Shoes::FONT_DIR + "Coolvetica" + '.ttf')
|
10
|
-
result.should eq 'Coolvetica'
|
11
|
-
end
|
12
|
-
|
13
|
-
it 'calls the backend add_font method' do
|
14
|
-
Shoes.backend::Font.should_receive :add_font
|
15
|
-
main_object.font 'some/path'
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
describe '.font_paths_from_dir' do
|
20
|
-
it 'returns an array of the paths of the fonts in the directory' do
|
21
|
-
result = Shoes::Font.font_paths_from_dir(Shoes::FONT_DIR)
|
22
|
-
|
23
|
-
result.should include(Shoes::FONT_DIR + 'Coolvetica.ttf',
|
24
|
-
Shoes::FONT_DIR + 'Lacuna.ttf')
|
25
|
-
end
|
26
|
-
|
27
|
-
it 'handles sub directories' do
|
28
|
-
tmp_font_dir = Shoes::FONT_DIR + 'tmp/'
|
29
|
-
Dir.mkdir(tmp_font_dir)
|
30
|
-
tmp_font_path = tmp_font_dir + 'weird_font.ttf'
|
31
|
-
FileUtils.touch tmp_font_path
|
32
|
-
result = Shoes::Font.font_paths_from_dir(Shoes::FONT_DIR)
|
33
|
-
result.should include tmp_font_path
|
34
|
-
FileUtils.rm_r tmp_font_dir
|
35
|
-
end
|
36
|
-
end
|
37
|
-
|
38
|
-
end
|
@@ -1,30 +0,0 @@
|
|
1
|
-
require "shoes/spec_helper"
|
2
|
-
|
3
|
-
module Learning
|
4
|
-
class App
|
5
|
-
attr_accessor :gui
|
6
|
-
|
7
|
-
def initialize
|
8
|
-
@gui = gui_init
|
9
|
-
end
|
10
|
-
end
|
11
|
-
end
|
12
|
-
|
13
|
-
module TextPlugin
|
14
|
-
module App
|
15
|
-
def gui_init
|
16
|
-
"Peter"
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
|
-
class Learning::App
|
22
|
-
include TextPlugin::App
|
23
|
-
end
|
24
|
-
|
25
|
-
describe "A Shoes Framework" do
|
26
|
-
|
27
|
-
it "should include Framework Plugins" do
|
28
|
-
Learning::App.new.gui.should == "Peter"
|
29
|
-
end
|
30
|
-
end
|
@@ -1,66 +0,0 @@
|
|
1
|
-
# Emulates samples/sample17.rb
|
2
|
-
#
|
3
|
-
# Shoes.app width: 240, height: 95 do
|
4
|
-
# para 'Testing, test, test. ',
|
5
|
-
# strong('Breadsticks. '),
|
6
|
-
# em('Breadsticks. '),
|
7
|
-
# code('Breadsticks. '),
|
8
|
-
# bg(fg(strong(ins('EVEN BETTER.')), white), rgb(255, 0, 192)),
|
9
|
-
# sub('fine!')
|
10
|
-
# end
|
11
|
-
#
|
12
|
-
class Sample17Helper
|
13
|
-
|
14
|
-
def initialize(app)
|
15
|
-
# This gives us the Shoes::App
|
16
|
-
@app = app.app
|
17
|
-
end
|
18
|
-
|
19
|
-
def create_para
|
20
|
-
@app.para("Testing, test, test. ", strong_breadsticks, em, code, bg, sub)
|
21
|
-
end
|
22
|
-
|
23
|
-
def breadsticks
|
24
|
-
"Breadsticks. "
|
25
|
-
end
|
26
|
-
|
27
|
-
def even_better
|
28
|
-
"EVEN BETTER."
|
29
|
-
end
|
30
|
-
|
31
|
-
def fine
|
32
|
-
"fine!"
|
33
|
-
end
|
34
|
-
|
35
|
-
def strong_breadsticks
|
36
|
-
@strong_breadsticks ||= @app.strong breadsticks
|
37
|
-
end
|
38
|
-
|
39
|
-
def em
|
40
|
-
@em ||= @app.em breadsticks
|
41
|
-
end
|
42
|
-
|
43
|
-
def code
|
44
|
-
@code ||= @app.code breadsticks
|
45
|
-
end
|
46
|
-
|
47
|
-
def ins
|
48
|
-
@ins ||= @app.ins even_better
|
49
|
-
end
|
50
|
-
|
51
|
-
def fg
|
52
|
-
@fg ||= @app.fg strong, Shoes::COLORS[:white]
|
53
|
-
end
|
54
|
-
|
55
|
-
def strong
|
56
|
-
@strong ||= @app.strong ins
|
57
|
-
end
|
58
|
-
|
59
|
-
def bg
|
60
|
-
@bg ||= @app.bg fg, Shoes::Color.new(255, 0, 192)
|
61
|
-
end
|
62
|
-
|
63
|
-
def sub
|
64
|
-
@sub ||= @app.sub fine
|
65
|
-
end
|
66
|
-
end
|
data/spec/shoes/image_spec.rb
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
require 'shoes/spec_helper'
|
2
|
-
|
3
|
-
describe Shoes::Image do
|
4
|
-
include_context "dsl app"
|
5
|
-
|
6
|
-
describe "basic" do
|
7
|
-
let(:left) { 10 }
|
8
|
-
let(:top) { 20 }
|
9
|
-
let(:width) { 100 }
|
10
|
-
let(:height) { 200 }
|
11
|
-
|
12
|
-
let(:filename) { File.expand_path "../../../static/shoes-icon.png", __FILE__ }
|
13
|
-
let(:updated_filename) { File.expand_path "../../../static/shoes-icon-brown.png", __FILE__ }
|
14
|
-
|
15
|
-
subject(:image) { Shoes::Image.new(app, parent, filename, left: left, top: top, width: width, height: height) }
|
16
|
-
|
17
|
-
it { should be_instance_of(Shoes::Image) }
|
18
|
-
|
19
|
-
it "should update image path" do
|
20
|
-
subject.path = updated_filename
|
21
|
-
expect(subject.path).to eq(updated_filename)
|
22
|
-
end
|
23
|
-
|
24
|
-
it_behaves_like "movable object"
|
25
|
-
it_behaves_like "clearable object"
|
26
|
-
it_behaves_like "object with dimensions"
|
27
|
-
|
28
|
-
describe "relative dimensions from parent" do
|
29
|
-
subject { Shoes::Image.new(app, parent, filename, relative_opts) }
|
30
|
-
it_behaves_like "object with relative dimensions"
|
31
|
-
end
|
32
|
-
|
33
|
-
describe "negative dimensions" do
|
34
|
-
subject { Shoes::Image.new(app, parent, filename, negative_opts) }
|
35
|
-
it_behaves_like "object with negative dimensions"
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
describe 'accepts web URL' do
|
40
|
-
let(:filename) { "http://is.gd/GVAGF7" }
|
41
|
-
subject { Shoes::Image.new(app, parent, filename, input_opts) }
|
42
|
-
|
43
|
-
its(:file_path) { should eq("http://is.gd/GVAGF7") }
|
44
|
-
end
|
45
|
-
end
|
data/spec/shoes/images/shoe.jpg
DELETED
Binary file
|
@@ -1,44 +0,0 @@
|
|
1
|
-
require 'shoes/spec_helper'
|
2
|
-
|
3
|
-
describe Shoes::InputBox do
|
4
|
-
include_context "dsl app"
|
5
|
-
let(:input_opts) {{left: left, top: top, width: width, height: height}}
|
6
|
-
let(:left) { 10 }
|
7
|
-
let(:top) { 20 }
|
8
|
-
let(:width) { 100 }
|
9
|
-
let(:height) { 200 }
|
10
|
-
let(:text) { "the text" }
|
11
|
-
|
12
|
-
# EditBox is an InputBox but InputBox is enver instantiated itself
|
13
|
-
# And there are problems in the backend due to option settings
|
14
|
-
subject { Shoes::EditBox.new(app, parent, text, input_opts, input_block) }
|
15
|
-
|
16
|
-
it_behaves_like "object with dimensions"
|
17
|
-
it_behaves_like "movable object"
|
18
|
-
it_behaves_like "an element that can respond to change"
|
19
|
-
it_behaves_like "object with state"
|
20
|
-
|
21
|
-
it { should respond_to :focus }
|
22
|
-
it { should respond_to :text }
|
23
|
-
it { should respond_to :text= }
|
24
|
-
|
25
|
-
it 'forwards calls to highlight_text to the backend' do
|
26
|
-
expect(subject.gui).to receive(:highlight_text).with(4, 20)
|
27
|
-
subject.highlight_text 4, 20
|
28
|
-
end
|
29
|
-
|
30
|
-
it 'forwards calls to caret_to to the backend' do
|
31
|
-
expect(subject.gui).to receive(:caret_to).with(42)
|
32
|
-
subject.caret_to 42
|
33
|
-
end
|
34
|
-
|
35
|
-
describe "relative dimensions from parent" do
|
36
|
-
subject { Shoes::EditBox.new(app, parent, text, relative_opts) }
|
37
|
-
it_behaves_like "object with relative dimensions"
|
38
|
-
end
|
39
|
-
|
40
|
-
describe "negative dimensions" do
|
41
|
-
subject { Shoes::EditBox.new(app, parent, text, negative_opts) }
|
42
|
-
it_behaves_like "object with negative dimensions"
|
43
|
-
end
|
44
|
-
end
|