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.
Files changed (361) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +84 -32
  3. data/Gemfile +22 -1
  4. data/README.md +28 -13
  5. data/Rakefile +7 -210
  6. data/bin/ruby-shoes +2 -2
  7. data/ext/install/shoes.bat +4 -1
  8. data/lib/shoes.rb +1 -121
  9. data/lib/shoes/{cli.rb → ui/cli.rb} +7 -1
  10. data/lib/shoes/{help.rb → ui/help.rb} +2 -2
  11. data/lib/shoes/{manual.rb → ui/manual.rb} +1 -1
  12. data/lib/shoes/version.rb +1 -1
  13. data/manifests/common.rb +34 -0
  14. data/manifests/shoes.rb +44 -0
  15. data/samples/Gemfile +3 -0
  16. data/samples/Gemfile.lock +35 -0
  17. data/samples/README +16 -5
  18. data/samples/boom.rb +239 -0
  19. data/samples/clicky.rb +24 -0
  20. data/samples/flow.rb +63 -0
  21. data/samples/gray.rb +11 -0
  22. data/samples/nks_booklist.rb +24 -0
  23. data/samples/nks_breadsticks.rb +7 -0
  24. data/samples/nks_dancing_circle.rb +13 -0
  25. data/samples/nks_dictionary.rb +23 -0
  26. data/samples/nks_edit_box.rb +4 -0
  27. data/samples/nks_edit_line.rb +6 -0
  28. data/samples/nks_notes.rb +16 -0
  29. data/samples/nks_self.rb +6 -0
  30. data/samples/nks_text_sizes.rb +10 -0
  31. data/samples/nks_trurl.rb +5 -0
  32. data/samples/packaging/package_me.rb +6 -0
  33. data/samples/present.rb +27 -0
  34. data/samples/progress.rb +10 -0
  35. data/samples/sample31.rb +1 -1
  36. data/samples/simple-calc.rb +1 -1
  37. data/samples/simple-tictactoe.rb +238 -0
  38. data/samples/simple-visibility.rb +11 -0
  39. data/samples/simple-widget.rb +9 -0
  40. data/samples/swt-raw.rb +20 -0
  41. data/samples/troll.rb +22 -0
  42. data/shoes.gemspec +10 -22
  43. data/snapshots/sample56.png +0 -0
  44. data/static/manual-en.txt +16 -7
  45. data/tasks/changelog.rb +92 -0
  46. data/tasks/gem.rb +38 -0
  47. data/tasks/rspec.rb +106 -0
  48. data/tasks/sample.rb +66 -0
  49. data/tasks/yard.rb +13 -0
  50. metadata +55 -488
  51. data/.gitignore +0 -53
  52. data/.rspec +0 -3
  53. data/.ruby-gemset +0 -1
  54. data/.ruby-version +0 -1
  55. data/.travis.yml +0 -31
  56. data/bin/shoes +0 -59
  57. data/bin/shoes.bat +0 -6
  58. data/fonts/Coolvetica.ttf +0 -0
  59. data/fonts/Lacuna.ttf +0 -0
  60. data/lib/ext/highlighter.rb +0 -2
  61. data/lib/ext/highlighter/common.rb +0 -197
  62. data/lib/ext/highlighter/lang/ruby.rb +0 -316
  63. data/lib/ext/highlighter/markup.rb +0 -222
  64. data/lib/rubygems_plugin.rb +0 -19
  65. data/lib/shoes/animation.rb +0 -55
  66. data/lib/shoes/app.rb +0 -320
  67. data/lib/shoes/arc.rb +0 -35
  68. data/lib/shoes/background.rb +0 -30
  69. data/lib/shoes/border.rb +0 -33
  70. data/lib/shoes/builtin_methods.rb +0 -73
  71. data/lib/shoes/button.rb +0 -32
  72. data/lib/shoes/check_button.rb +0 -43
  73. data/lib/shoes/color.rb +0 -375
  74. data/lib/shoes/common/background_element.rb +0 -9
  75. data/lib/shoes/common/changeable.rb +0 -34
  76. data/lib/shoes/common/clickable.rb +0 -17
  77. data/lib/shoes/common/common_methods.rb +0 -70
  78. data/lib/shoes/common/fill.rb +0 -21
  79. data/lib/shoes/common/registration.rb +0 -33
  80. data/lib/shoes/common/state.rb +0 -18
  81. data/lib/shoes/common/stroke.rb +0 -28
  82. data/lib/shoes/common/style.rb +0 -34
  83. data/lib/shoes/common/style_normalizer.rb +0 -16
  84. data/lib/shoes/configuration.rb +0 -96
  85. data/lib/shoes/dialog.rb +0 -27
  86. data/lib/shoes/dimension.rb +0 -237
  87. data/lib/shoes/dimensions.rb +0 -194
  88. data/lib/shoes/download.rb +0 -117
  89. data/lib/shoes/dsl.rb +0 -478
  90. data/lib/shoes/font.rb +0 -49
  91. data/lib/shoes/gradient.rb +0 -18
  92. data/lib/shoes/image.rb +0 -33
  93. data/lib/shoes/image_pattern.rb +0 -10
  94. data/lib/shoes/input_box.rb +0 -68
  95. data/lib/shoes/key_event.rb +0 -17
  96. data/lib/shoes/line.rb +0 -38
  97. data/lib/shoes/link.rb +0 -49
  98. data/lib/shoes/link_hover.rb +0 -5
  99. data/lib/shoes/list_box.rb +0 -44
  100. data/lib/shoes/logger.rb +0 -66
  101. data/lib/shoes/logger/ruby.rb +0 -18
  102. data/lib/shoes/mock.rb +0 -30
  103. data/lib/shoes/mock/animation.rb +0 -8
  104. data/lib/shoes/mock/app.rb +0 -44
  105. data/lib/shoes/mock/arc.rb +0 -8
  106. data/lib/shoes/mock/background.rb +0 -10
  107. data/lib/shoes/mock/border.rb +0 -7
  108. data/lib/shoes/mock/button.rb +0 -10
  109. data/lib/shoes/mock/check.rb +0 -24
  110. data/lib/shoes/mock/common_methods.rb +0 -11
  111. data/lib/shoes/mock/dialog.rb +0 -13
  112. data/lib/shoes/mock/download.rb +0 -18
  113. data/lib/shoes/mock/font.rb +0 -17
  114. data/lib/shoes/mock/image.rb +0 -12
  115. data/lib/shoes/mock/image_pattern.rb +0 -9
  116. data/lib/shoes/mock/input_box.rb +0 -23
  117. data/lib/shoes/mock/keypress.rb +0 -8
  118. data/lib/shoes/mock/keyrelease.rb +0 -8
  119. data/lib/shoes/mock/line.rb +0 -14
  120. data/lib/shoes/mock/link.rb +0 -11
  121. data/lib/shoes/mock/list_box.rb +0 -16
  122. data/lib/shoes/mock/oval.rb +0 -11
  123. data/lib/shoes/mock/progress.rb +0 -10
  124. data/lib/shoes/mock/radio.rb +0 -26
  125. data/lib/shoes/mock/rect.rb +0 -13
  126. data/lib/shoes/mock/shape.rb +0 -19
  127. data/lib/shoes/mock/slot.rb +0 -14
  128. data/lib/shoes/mock/sound.rb +0 -8
  129. data/lib/shoes/mock/star.rb +0 -13
  130. data/lib/shoes/mock/text_block.rb +0 -29
  131. data/lib/shoes/mock/timer.rb +0 -8
  132. data/lib/shoes/oval.rb +0 -28
  133. data/lib/shoes/point.rb +0 -43
  134. data/lib/shoes/progress.rb +0 -26
  135. data/lib/shoes/radio.rb +0 -15
  136. data/lib/shoes/rect.rb +0 -28
  137. data/lib/shoes/renamed_delegate.rb +0 -15
  138. data/lib/shoes/shape.rb +0 -175
  139. data/lib/shoes/slot.rb +0 -232
  140. data/lib/shoes/slot_contents.rb +0 -56
  141. data/lib/shoes/sound.rb +0 -16
  142. data/lib/shoes/span.rb +0 -16
  143. data/lib/shoes/star.rb +0 -49
  144. data/lib/shoes/swt.rb +0 -114
  145. data/lib/shoes/swt/animation.rb +0 -46
  146. data/lib/shoes/swt/app.rb +0 -300
  147. data/lib/shoes/swt/arc.rb +0 -70
  148. data/lib/shoes/swt/background.rb +0 -31
  149. data/lib/shoes/swt/border.rb +0 -37
  150. data/lib/shoes/swt/button.rb +0 -18
  151. data/lib/shoes/swt/check.rb +0 -14
  152. data/lib/shoes/swt/check_button.rb +0 -19
  153. data/lib/shoes/swt/color.rb +0 -45
  154. data/lib/shoes/swt/common/child.rb +0 -16
  155. data/lib/shoes/swt/common/clear.rb +0 -24
  156. data/lib/shoes/swt/common/clickable.rb +0 -62
  157. data/lib/shoes/swt/common/container.rb +0 -28
  158. data/lib/shoes/swt/common/fill.rb +0 -37
  159. data/lib/shoes/swt/common/painter.rb +0 -83
  160. data/lib/shoes/swt/common/painter_updates_position.rb +0 -12
  161. data/lib/shoes/swt/common/resource.rb +0 -14
  162. data/lib/shoes/swt/common/selection_listener.rb +0 -14
  163. data/lib/shoes/swt/common/stroke.rb +0 -41
  164. data/lib/shoes/swt/common/toggle.rb +0 -13
  165. data/lib/shoes/swt/common/update_position.rb +0 -15
  166. data/lib/shoes/swt/dialog.rb +0 -89
  167. data/lib/shoes/swt/disposed_protection.rb +0 -23
  168. data/lib/shoes/swt/download.rb +0 -24
  169. data/lib/shoes/swt/fitted_text_layout.rb +0 -94
  170. data/lib/shoes/swt/fitted_text_layout_collection.rb +0 -108
  171. data/lib/shoes/swt/font.rb +0 -32
  172. data/lib/shoes/swt/gradient.rb +0 -77
  173. data/lib/shoes/swt/image.rb +0 -130
  174. data/lib/shoes/swt/image_pattern.rb +0 -19
  175. data/lib/shoes/swt/input_box.rb +0 -73
  176. data/lib/shoes/swt/key_listener.rb +0 -145
  177. data/lib/shoes/swt/line.rb +0 -57
  178. data/lib/shoes/swt/link.rb +0 -37
  179. data/lib/shoes/swt/link_segment.rb +0 -108
  180. data/lib/shoes/swt/list_box.rb +0 -49
  181. data/lib/shoes/swt/mouse_move_listener.rb +0 -61
  182. data/lib/shoes/swt/oval.rb +0 -53
  183. data/lib/shoes/swt/progress.rb +0 -35
  184. data/lib/shoes/swt/radio.rb +0 -29
  185. data/lib/shoes/swt/radio_group.rb +0 -54
  186. data/lib/shoes/swt/rect.rb +0 -31
  187. data/lib/shoes/swt/rect_painter.rb +0 -23
  188. data/lib/shoes/swt/redrawing_aspect.rb +0 -122
  189. data/lib/shoes/swt/shape.rb +0 -101
  190. data/lib/shoes/swt/shoes_layout.rb +0 -43
  191. data/lib/shoes/swt/slot.rb +0 -25
  192. data/lib/shoes/swt/sound.rb +0 -119
  193. data/lib/shoes/swt/star.rb +0 -51
  194. data/lib/shoes/swt/swt_button.rb +0 -49
  195. data/lib/shoes/swt/text_block.rb +0 -133
  196. data/lib/shoes/swt/text_block_cursor_painter.rb +0 -112
  197. data/lib/shoes/swt/text_block_fitter.rb +0 -180
  198. data/lib/shoes/swt/text_block_painter.rb +0 -49
  199. data/lib/shoes/swt/text_font_factory.rb +0 -27
  200. data/lib/shoes/swt/text_style_factory.rb +0 -88
  201. data/lib/shoes/swt/timer.rb +0 -19
  202. data/lib/shoes/swt/tooling/leak_hunter.rb +0 -84
  203. data/lib/shoes/text.rb +0 -14
  204. data/lib/shoes/text_block.rb +0 -162
  205. data/lib/shoes/timer.rb +0 -10
  206. data/lib/shoes/url.rb +0 -47
  207. data/lib/shoes/widget.rb +0 -73
  208. data/lib/support/jl1.0.1.jar +0 -0
  209. data/lib/support/jogg-0.0.7.jar +0 -0
  210. data/lib/support/jorbis-0.0.15.jar +0 -0
  211. data/lib/support/log4j-1.2.16.jar +0 -0
  212. data/lib/support/mp3spi1.9.5.jar +0 -0
  213. data/lib/support/tritonus_share.jar +0 -0
  214. data/lib/support/vorbisspi1.0.3.jar +0 -0
  215. data/samples/good-clock-adjusted.rb +0 -49
  216. data/spec/async_helper.rb +0 -21
  217. data/spec/code_coverage.rb +0 -11
  218. data/spec/shoes/animation_spec.rb +0 -65
  219. data/spec/shoes/app_spec.rb +0 -411
  220. data/spec/shoes/arc_spec.rb +0 -53
  221. data/spec/shoes/background_spec.rb +0 -48
  222. data/spec/shoes/border_spec.rb +0 -43
  223. data/spec/shoes/builtin_methods_spec.rb +0 -84
  224. data/spec/shoes/button_spec.rb +0 -41
  225. data/spec/shoes/check_spec.rb +0 -31
  226. data/spec/shoes/cli_spec.rb +0 -16
  227. data/spec/shoes/color_spec.rb +0 -396
  228. data/spec/shoes/common/style_normalizer_spec.rb +0 -28
  229. data/spec/shoes/common/style_spec.rb +0 -58
  230. data/spec/shoes/configuration_spec.rb +0 -37
  231. data/spec/shoes/constants_spec.rb +0 -38
  232. data/spec/shoes/dialog_spec.rb +0 -163
  233. data/spec/shoes/dimension_spec.rb +0 -381
  234. data/spec/shoes/dimensions_spec.rb +0 -831
  235. data/spec/shoes/download_spec.rb +0 -133
  236. data/spec/shoes/flow_spec.rb +0 -92
  237. data/spec/shoes/font_spec.rb +0 -38
  238. data/spec/shoes/framework_learning_spec.rb +0 -30
  239. data/spec/shoes/helpers/fake_element.rb +0 -11
  240. data/spec/shoes/helpers/sample17_helper.rb +0 -66
  241. data/spec/shoes/image_spec.rb +0 -45
  242. data/spec/shoes/images/shoe.jpg +0 -0
  243. data/spec/shoes/input_box_spec.rb +0 -44
  244. data/spec/shoes/integration_spec.rb +0 -20
  245. data/spec/shoes/keypress_spec.rb +0 -11
  246. data/spec/shoes/keyrelease_spec.rb +0 -12
  247. data/spec/shoes/line_spec.rb +0 -47
  248. data/spec/shoes/link_spec.rb +0 -89
  249. data/spec/shoes/list_box_spec.rb +0 -63
  250. data/spec/shoes/logger/ruby_spec.rb +0 -9
  251. data/spec/shoes/logger_spec.rb +0 -45
  252. data/spec/shoes/oval_spec.rb +0 -20
  253. data/spec/shoes/point_spec.rb +0 -51
  254. data/spec/shoes/progress_spec.rb +0 -40
  255. data/spec/shoes/radio_spec.rb +0 -28
  256. data/spec/shoes/rect_spec.rb +0 -38
  257. data/spec/shoes/renamed_delegate_spec.rb +0 -70
  258. data/spec/shoes/shape_spec.rb +0 -54
  259. data/spec/shoes/shared_examples/button.rb +0 -6
  260. data/spec/shoes/shared_examples/changeable.rb +0 -26
  261. data/spec/shoes/shared_examples/clickable.rb +0 -5
  262. data/spec/shoes/shared_examples/common_methods.rb +0 -42
  263. data/spec/shoes/shared_examples/dimensions.rb +0 -32
  264. data/spec/shoes/shared_examples/dsl.rb +0 -42
  265. data/spec/shoes/shared_examples/dsl/animate.rb +0 -29
  266. data/spec/shoes/shared_examples/dsl/arc.rb +0 -45
  267. data/spec/shoes/shared_examples/dsl/background.rb +0 -26
  268. data/spec/shoes/shared_examples/dsl/border.rb +0 -10
  269. data/spec/shoes/shared_examples/dsl/cap.rb +0 -6
  270. data/spec/shoes/shared_examples/dsl/check.rb +0 -11
  271. data/spec/shoes/shared_examples/dsl/edit_box.rb +0 -8
  272. data/spec/shoes/shared_examples/dsl/edit_line.rb +0 -8
  273. data/spec/shoes/shared_examples/dsl/editable_element.rb +0 -29
  274. data/spec/shoes/shared_examples/dsl/fill.rb +0 -27
  275. data/spec/shoes/shared_examples/dsl/flow.rb +0 -15
  276. data/spec/shoes/shared_examples/dsl/gradient.rb +0 -52
  277. data/spec/shoes/shared_examples/dsl/image.rb +0 -21
  278. data/spec/shoes/shared_examples/dsl/line.rb +0 -9
  279. data/spec/shoes/shared_examples/dsl/nofill.rb +0 -6
  280. data/spec/shoes/shared_examples/dsl/nostroke.rb +0 -6
  281. data/spec/shoes/shared_examples/dsl/oval.rb +0 -60
  282. data/spec/shoes/shared_examples/dsl/pattern.rb +0 -34
  283. data/spec/shoes/shared_examples/dsl/progress.rb +0 -7
  284. data/spec/shoes/shared_examples/dsl/rect.rb +0 -92
  285. data/spec/shoes/shared_examples/dsl/rgb.rb +0 -26
  286. data/spec/shoes/shared_examples/dsl/shape.rb +0 -21
  287. data/spec/shoes/shared_examples/dsl/star.rb +0 -48
  288. data/spec/shoes/shared_examples/dsl/stroke.rb +0 -30
  289. data/spec/shoes/shared_examples/dsl/strokewidth.rb +0 -19
  290. data/spec/shoes/shared_examples/dsl/style.rb +0 -32
  291. data/spec/shoes/shared_examples/dsl/text_elements.rb +0 -81
  292. data/spec/shoes/shared_examples/dsl_app_context.rb +0 -8
  293. data/spec/shoes/shared_examples/hover_leave.rb +0 -11
  294. data/spec/shoes/shared_examples/parent.rb +0 -6
  295. data/spec/shoes/shared_examples/shared_element_method.rb +0 -52
  296. data/spec/shoes/shared_examples/slot.rb +0 -272
  297. data/spec/shoes/shared_examples/state.rb +0 -19
  298. data/spec/shoes/shared_examples/style.rb +0 -24
  299. data/spec/shoes/slot_spec.rb +0 -60
  300. data/spec/shoes/sound_spec.rb +0 -15
  301. data/spec/shoes/span_spec.rb +0 -94
  302. data/spec/shoes/spec_helper.rb +0 -1
  303. data/spec/shoes/stack_spec.rb +0 -53
  304. data/spec/shoes/star_spec.rb +0 -30
  305. data/spec/shoes/text_block_spec.rb +0 -242
  306. data/spec/shoes/url_spec.rb +0 -66
  307. data/spec/shoes/widget_spec.rb +0 -34
  308. data/spec/shoes_spec.rb +0 -44
  309. data/spec/spec_helper.rb +0 -16
  310. data/spec/swt_shoes/animation_spec.rb +0 -86
  311. data/spec/swt_shoes/app_spec.rb +0 -75
  312. data/spec/swt_shoes/arc_spec.rb +0 -101
  313. data/spec/swt_shoes/background_spec.rb +0 -56
  314. data/spec/swt_shoes/border_spec.rb +0 -51
  315. data/spec/swt_shoes/button_spec.rb +0 -101
  316. data/spec/swt_shoes/check_spec.rb +0 -28
  317. data/spec/swt_shoes/color_spec.rb +0 -67
  318. data/spec/swt_shoes/common/painter_spec.rb +0 -29
  319. data/spec/swt_shoes/configuration_spec.rb +0 -12
  320. data/spec/swt_shoes/dialog_spec.rb +0 -106
  321. data/spec/swt_shoes/disposed_protection_spec.rb +0 -49
  322. data/spec/swt_shoes/fitted_text_layout_collection_spec.rb +0 -174
  323. data/spec/swt_shoes/fitted_text_layout_spec.rb +0 -130
  324. data/spec/swt_shoes/flow_spec.rb +0 -26
  325. data/spec/swt_shoes/font_spec.rb +0 -33
  326. data/spec/swt_shoes/gradient_spec.rb +0 -20
  327. data/spec/swt_shoes/image_pattern_spec.rb +0 -19
  328. data/spec/swt_shoes/image_spec.rb +0 -100
  329. data/spec/swt_shoes/input_box_spec.rb +0 -110
  330. data/spec/swt_shoes/integration_spec.rb +0 -18
  331. data/spec/swt_shoes/key_listener_spec.rb +0 -320
  332. data/spec/swt_shoes/line_spec.rb +0 -43
  333. data/spec/swt_shoes/link_segment_spec.rb +0 -103
  334. data/spec/swt_shoes/link_spec.rb +0 -59
  335. data/spec/swt_shoes/list_box_spec.rb +0 -51
  336. data/spec/swt_shoes/minimal.png +0 -0
  337. data/spec/swt_shoes/mouse_move_listener_spec.rb +0 -129
  338. data/spec/swt_shoes/oval_spec.rb +0 -51
  339. data/spec/swt_shoes/progress_spec.rb +0 -44
  340. data/spec/swt_shoes/radio_group_spec.rb +0 -73
  341. data/spec/swt_shoes/radio_spec.rb +0 -56
  342. data/spec/swt_shoes/rect_painter_spec.rb +0 -45
  343. data/spec/swt_shoes/rect_spec.rb +0 -19
  344. data/spec/swt_shoes/shape_spec.rb +0 -81
  345. data/spec/swt_shoes/shared_examples/button.rb +0 -24
  346. data/spec/swt_shoes/shared_examples/clearable.rb +0 -32
  347. data/spec/swt_shoes/shared_examples/clickable.rb +0 -60
  348. data/spec/swt_shoes/shared_examples/movable.rb +0 -36
  349. data/spec/swt_shoes/shared_examples/paintable_spec.rb +0 -7
  350. data/spec/swt_shoes/shared_examples/painter.rb +0 -83
  351. data/spec/swt_shoes/shared_examples/pattern.rb +0 -32
  352. data/spec/swt_shoes/shared_examples/swt_app_context.rb +0 -17
  353. data/spec/swt_shoes/shared_examples/togglable.rb +0 -15
  354. data/spec/swt_shoes/shell_control_listener_spec.rb +0 -23
  355. data/spec/swt_shoes/sound.rb +0 -10
  356. data/spec/swt_shoes/spec_helper.rb +0 -31
  357. data/spec/swt_shoes/star_spec.rb +0 -47
  358. data/spec/swt_shoes/text_block_cursor_painter_spec.rb +0 -202
  359. data/spec/swt_shoes/text_block_fitter_spec.rb +0 -181
  360. data/spec/swt_shoes/text_block_painter_spec.rb +0 -221
  361. data/spec/swt_shoes/text_block_spec.rb +0 -183
@@ -1,32 +0,0 @@
1
- shared_examples_for "an swt pattern" do
2
- it { should respond_to(:apply_as_stroke) }
3
- it { should respond_to(:apply_as_fill) }
4
-
5
- describe "#apply_as_stroke" do
6
- let(:gc) { double("graphics context") }
7
- let(:left) { 0 }
8
- let(:top) { 0 }
9
- let(:width) { 10 }
10
- let(:height) { 10 }
11
-
12
- it "sets foreground" do
13
- if subject.is_a? Shoes::Swt::Color
14
- gc.stub(:set_alpha)
15
- gc.should_receive(:set_foreground)
16
- else
17
- gc.should_receive(:set_foreground_pattern)
18
- end
19
- subject.apply_as_stroke(gc, left, top, width, height)
20
- end
21
-
22
- it "sets alpha" do
23
- if subject.is_a? Shoes::Swt::Color
24
- gc.stub(:set_foreground)
25
- gc.should_receive(:set_alpha)
26
- else
27
- gc.should_receive(:set_foreground_pattern)
28
- end
29
- subject.apply_as_stroke(gc, left, top, width, height)
30
- end
31
- end
32
- end
@@ -1,17 +0,0 @@
1
- # This is a common context for running Shoes::Swt specs.
2
- # - parent: use for instantiating a Shoes::Swt object
3
- # - swt_app: use for instantiating a Shoes::Swt object
4
- # - shoes_app: use for instantiating a Shoes DSL object
5
- shared_context "swt app" do
6
- let(:swt_app_real) { double('swt app real', disposed?: false) }
7
- let(:swt_app) { double('swt app', real: swt_app_real, disposed?: false,
8
- add_paint_listener: true, remove_paint_listener: true,
9
- add_clickable_element: true, add_listener: true,
10
- flush: true, redraw: true) }
11
- let(:shoes_app) { double('shoes app', gui: swt_app, rotate: 0) }
12
- let(:parent) { double('parent', app: swt_app, add_child: true, real: true) }
13
- let(:parent_dsl) {double("parent dsl", add_child: true, contents: [],
14
- gui: parent, x_dimension: double.as_null_object,
15
- y_dimension: double.as_null_object)}
16
- end
17
-
@@ -1,15 +0,0 @@
1
- shared_examples_for "togglable" do
2
- it "triggers redrawing on the app" do
3
- with_redraws do
4
- expect(swt_app).to receive(:redraw)
5
- subject.toggle
6
- end
7
- end
8
-
9
- it "passes visibility to real object" do
10
- if subject.respond_to?(:gui) && subject.gui.respond_to?(:real)
11
- expect(subject.gui.real).to receive(:set_visible)
12
- subject.toggle
13
- end
14
- end
15
- end
@@ -1,23 +0,0 @@
1
- require 'swt_shoes/spec_helper'
2
-
3
- describe Shoes::Swt::ShellControlListener do
4
- let(:app) {double 'SWT App', dsl: dsl_app, shell: shell, real: real}
5
- let(:shell) {double('Shell').as_null_object}
6
- let(:resize_callbacks) {[]}
7
- let(:dsl_app) {double('DSL App', resize_callbacks: resize_callbacks).as_null_object}
8
- let(:block) {double 'Block', call: nil}
9
- let(:resize_event) {double'resize_event', widget: shell}
10
- let(:real) {double('Swt Real').as_null_object}
11
-
12
- subject {Shoes::Swt::ShellControlListener.new(app)}
13
- before :each do
14
- subject.controlResized(resize_event)
15
- end
16
-
17
- describe 'resize' do
18
- let(:resize_callbacks ){[block]}
19
- it 'calls the resize block' do
20
- expect(block).to have_received(:call)
21
- end
22
- end
23
- end
@@ -1,10 +0,0 @@
1
- require 'swt_shoes/spec_helper'
2
-
3
- describe Shoes::Swt::Sound do
4
- let(:dsl) { double('dsl') }
5
- let(:filepath) { double('filepath') }
6
- subject { Shoes::Swt::Sound.new(dsl, filepath) }
7
-
8
- its(:dsl) { should be(parent) }
9
- its(:filepath) { should be(filepath) }
10
- end
@@ -1,31 +0,0 @@
1
- require 'code_coverage'
2
- require "shoes/swt"
3
- require "spec_helper"
4
-
5
- RSpec.configure do |config|
6
- config.before(:each) do
7
- Swt.stub(:event_loop)
8
- Shoes::Swt::App.any_instance.stub(flush: true)
9
- Swt::Widgets::Shell.any_instance.stub(:open)
10
- Swt::Widgets::MessageBox.any_instance.stub(:open)
11
- # stubbed as otherwise all sorts of callbacks are added during certain specs,
12
- # which then fail because some doubles are not made for the methods called
13
- Shoes::Swt::RedrawingAspect.stub new: true
14
- end
15
- end
16
-
17
- # as we do not create real apps most of the time there are no redraws and we
18
- # we don't really want that during test execution either way as it adds stuff to
19
- # methods that might break
20
- def with_redraws(&blk)
21
- Shoes::Swt::RedrawingAspect.unstub :new
22
- aspect = Shoes::Swt::RedrawingAspect.new swt_app, double
23
- begin
24
- yield
25
- ensure
26
- aspect.remove_redraws
27
- end
28
- end
29
-
30
- shared_examples = File.expand_path('../shared_examples/**/*.rb', __FILE__)
31
- Dir[shared_examples].each { |f| require f }
@@ -1,47 +0,0 @@
1
- require 'swt_shoes/spec_helper'
2
-
3
- describe Shoes::Swt::Star do
4
- include_context "swt app"
5
-
6
- let(:left) { 55 }
7
- let(:top) { 77 }
8
- let(:points) { 7 }
9
- let(:outer) { 100 }
10
- let(:inner) { 20 }
11
- let(:dsl) { Shoes::Star.new shoes_app, parent, left, top, points, outer, inner }
12
-
13
- subject { Shoes::Swt::Star.new dsl, swt_app }
14
-
15
- context "#initialize" do
16
- its(:dsl) { should be(dsl) }
17
- end
18
-
19
- it_behaves_like "paintable"
20
- it_behaves_like "togglable"
21
- it_behaves_like 'clickable backend'
22
-
23
- describe "painter" do
24
- include_context "painter context"
25
-
26
- let(:corners) { 0 }
27
- let(:dsl) { double("dsl object", hidden: false, points: points, outer: outer,
28
- inner: inner, element_width: outer * 2.0,
29
- element_height: outer * 2.0, element_left: left,
30
- element_top: top).as_null_object }
31
- let(:shape) { Shoes::Swt::Star.new dsl, swt_app }
32
- subject { Shoes::Swt::Star::Painter.new shape }
33
-
34
- it_behaves_like "fill painter"
35
- it_behaves_like "stroke painter"
36
-
37
- it "fills star" do
38
- gc.should_receive(:fillPolygon)
39
- subject.paint_control(event)
40
- end
41
-
42
- it "draws star" do
43
- gc.should_receive(:drawPolygon)
44
- subject.paint_control(event)
45
- end
46
- end
47
- end
@@ -1,202 +0,0 @@
1
- require 'swt_shoes/spec_helper'
2
- require 'shoes/swt/text_block_cursor_painter'
3
-
4
- describe Shoes::Swt::TextBlockCursorPainter do
5
- include_context "swt app"
6
-
7
- let(:dsl) { double("dsl", app: shoes_app, textcursor: textcursor, has_textcursor?: true) }
8
- let(:textcursor) { double("textcursor", left:0, top: 0) }
9
- let(:text_layout) { double("text layout",
10
- get_line_bounds: double("line bounds", height: 10)) }
11
- let(:fitted_layouts) { [] }
12
-
13
- subject { Shoes::Swt::TextBlockCursorPainter.new(dsl, fitted_layouts) }
14
-
15
- describe "missing cursor" do
16
- before(:each) do
17
- dsl.stub(:cursor) { nil }
18
- dsl.stub(:textcursor=)
19
- textcursor.stub(:remove)
20
- textcursor.stub(:textcursor=)
21
- end
22
-
23
- it "shouldn't do anything without text cursor" do
24
- dsl.stub(:has_textcursor?) { nil}
25
- subject.draw
26
- expect(dsl).to_not have_received(:textcursor=)
27
- end
28
-
29
- it "should remove leftover text cursor" do
30
- subject.draw
31
- expect(dsl).to have_received(:textcursor=)
32
- expect(textcursor).to have_received(:remove)
33
- end
34
- end
35
-
36
- describe "cursor positioning" do
37
- let(:left) { 10 }
38
- let(:top) { 20 }
39
- let(:position) { double(x: 5, y: 5) }
40
- let(:first_layout) { double("first layout", text: "first",
41
- get_location: position,
42
- get_line_bounds: text_layout, height: 10,
43
- element_left: left, element_top: top) }
44
-
45
- before(:each) do
46
- textcursor.stub(:move)
47
- textcursor.stub(:show)
48
- dsl.stub(:text).and_return(first_layout.text)
49
- fitted_layouts << first_layout
50
- end
51
-
52
- context "with one layout" do
53
- it "should choose the layout" do
54
- position_cursor(0)
55
- expect(subject.choose_layout).to eq(first_layout)
56
- expect(subject.relative_cursor).to eq(0)
57
- end
58
-
59
- it "should choose layout at very end" do
60
- cursor = first_layout.text.length
61
- position_cursor(cursor)
62
- expect(subject.choose_layout).to eq(first_layout)
63
- expect(subject.relative_cursor).to eq(cursor)
64
- end
65
-
66
- it "should choose the layout when just past end" do
67
- position_cursor(first_layout.text.length + 1)
68
- expect_cursor_at_end_of(first_layout)
69
- end
70
-
71
- it "should chooose the layout for -1" do
72
- position_cursor(-1)
73
- expect_cursor_at_end_of(first_layout)
74
- end
75
-
76
- it "should choose right past end" do
77
- position_cursor(first_layout.text.length + 3)
78
- expect_cursor_at_end_of(first_layout)
79
- end
80
-
81
- it "should allow crazy positions past the end" do
82
- position_cursor(1_000)
83
- expect_cursor_at_end_of(first_layout)
84
- end
85
- end
86
-
87
- context "with two layouts" do
88
- let(:second_layout) { double("second layout", text: "second",
89
- get_location: position,
90
- element_left: left, element_top: top + 100) }
91
- before(:each) do
92
- dsl.stub(:text).and_return(first_layout.text + second_layout.text)
93
- fitted_layouts << second_layout
94
- end
95
-
96
- it "should choose the first layout" do
97
- position_cursor(0)
98
- expect(subject.choose_layout).to eq(first_layout)
99
- expect(subject.relative_cursor).to eq(0)
100
- end
101
-
102
- it "should choose first layout at very end" do
103
- cursor = first_layout.text.length
104
- position_cursor(cursor)
105
- expect(subject.choose_layout).to eq(first_layout)
106
- expect(subject.relative_cursor).to eq(cursor)
107
- end
108
-
109
- it "should choose the second layout" do
110
- position_cursor(first_layout.text.length + 1)
111
- expect(subject.choose_layout).to eq(second_layout)
112
- expect(subject.relative_cursor).to eq(1)
113
- end
114
-
115
- it "should chooose the second layout for -1" do
116
- position_cursor(-1)
117
- expect_cursor_at_end_of(second_layout)
118
- end
119
-
120
- it "should allow crazy positions past the end" do
121
- position_cursor(1_000)
122
- expect_cursor_at_end_of(second_layout)
123
- end
124
-
125
- context "when moving" do
126
- before :each do
127
- subject.stub(:cursor_height) { 12 }
128
- end
129
-
130
- context "in the first layout" do
131
- before :each do
132
- position_cursor(1)
133
- end
134
-
135
- it "moves" do
136
- subject.draw
137
- expect(textcursor).to have_received(:move).with(left + position.x,
138
- top + position.y)
139
- expect(textcursor).to have_received(:show)
140
- end
141
-
142
- it "does not move when already in position" do
143
- textcursor.stub(:left) { left + position.x }
144
- textcursor.stub(:top) { top + position.y }
145
- subject.stub(:move_textcursor)
146
-
147
- subject.draw
148
-
149
- expect(subject).to_not have_received(:move_textcursor)
150
- end
151
- end
152
-
153
- context "in the second layout" do
154
- before :each do
155
- position_cursor(-1)
156
- end
157
-
158
- it "moves" do
159
- subject.draw
160
- expect(textcursor).to have_received(:move).with(left + position.x,
161
- top + 100 + position.y)
162
- expect(textcursor).to have_received(:show)
163
- end
164
-
165
- it "does not move when already in position" do
166
- textcursor.stub(:left) { left + position.x }
167
- textcursor.stub(:top) { top + 100 + position.y }
168
- subject.stub(:move_textcursor)
169
-
170
- subject.draw
171
-
172
- expect(subject).to_not have_received(:move_textcursor)
173
- end
174
- end
175
- end
176
- end
177
-
178
- def position_cursor(index)
179
- dsl.stub(:cursor) { index }
180
- end
181
-
182
- def expect_cursor_at_end_of(layout)
183
- expect(subject.choose_layout).to eq(layout)
184
- expect(subject.relative_cursor).to eq(layout.text.length)
185
- end
186
- end
187
-
188
- describe "textcursor management" do
189
- let(:first_layout) { double("first layout", layout: text_layout) }
190
-
191
- before(:each) do
192
- shoes_app.stub(:textcursor)
193
- fitted_layouts << first_layout
194
- end
195
-
196
- it "delegates to dsl" do
197
- dsl.stub(:textcursor) { textcursor }
198
- result = subject.textcursor
199
- expect(result).to eq(textcursor)
200
- end
201
- end
202
- end
@@ -1,181 +0,0 @@
1
- require 'swt_shoes/spec_helper'
2
- require 'shoes/swt/text_block_fitter'
3
-
4
- describe Shoes::Swt::TextBlockFitter do
5
- let(:dsl) { double('dsl', parent: parent_dsl, text: "Text goes here",
6
- absolute_left: 25, absolute_top: 75,
7
- desired_width: 85,
8
- element_left: 26, element_top: 76,
9
- margin_left: 1, margin_top: 1) }
10
-
11
- let(:parent_dsl) { double('parent_dsl', parent: grandparent_dsl,
12
- absolute_left: 0, absolute_right: 100,
13
- width: parent_width, height: 200) }
14
-
15
- let(:grandparent_dsl) { double('grandparent_dsl', parent: app,
16
- width: grandparent_width) }
17
-
18
- let(:app) { double('app', width: app_width) }
19
-
20
- let(:parent_width) { 100 }
21
- let(:grandparent_width) { 1000 }
22
- let(:app_width) { 2000 }
23
-
24
- let(:text_block) { double('text_block', dsl: dsl) }
25
- let(:layout) { double('layout') }
26
-
27
- let(:current_position) { double('current_position') }
28
-
29
- subject { Shoes::Swt::TextBlockFitter.new(text_block, current_position) }
30
-
31
- before(:each) do
32
- Shoes::Swt::FittedTextLayout.stub(:new) { layout }
33
- end
34
-
35
- describe "determining available space" do
36
- it "should offset by parent with current position" do
37
- when_positioned_at(x: 15, y: 5, next_line_start: 30)
38
- expect(subject.available_space).to eq([85, 24])
39
- end
40
-
41
- it "should move to next line with at very end of vertical space" do
42
- when_positioned_at(x: 15, y: 5, next_line_start: 5)
43
- expect(subject.available_space).to eq([85, :unbounded])
44
- end
45
-
46
- it "should move to next line when top is past the projected next line" do
47
- when_positioned_at(x: 15, y: 100, next_line_start: 5)
48
- expect(subject.available_space).to eq([85, :unbounded])
49
- end
50
-
51
- context "positioned outside parent" do
52
- before(:each) do
53
- dsl.stub(:desired_width) { -1 }
54
- end
55
-
56
- it "bumps to parent width when at end of vertical space" do
57
- when_positioned_at(x: 110, y: 5, next_line_start: 5)
58
- dsl.stub(:desired_width).with(grandparent_width) { 890 }
59
-
60
- expect(subject.available_space).to eq([890, :unbounded])
61
- end
62
-
63
- it "bumps out until it fits" do
64
- when_positioned_at(x:1010, y: 5, next_line_start: 5)
65
- dsl.stub(:desired_width).with(app_width) { 990 }
66
-
67
- expect(subject.available_space).to eq([990, :unbounded])
68
- end
69
-
70
- it "just gives up if it still won't fit" do
71
- when_positioned_at(x:1010, y: 5, next_line_start: 5)
72
- expect(subject.available_space).to eq([0, 0])
73
- end
74
- end
75
- end
76
-
77
- describe "finding what didn't fit" do
78
- it "should tell split text by offsets and heights" do
79
- layout = double('layout', line_offsets: [0, 5, 9], text: "Text Split")
80
- layout.stub(:line_metrics) { double('line_metrics', height: 50)}
81
-
82
- subject.split_text(layout, 55).should eq(["Text ", "Split"])
83
- end
84
-
85
- it "should be able to split text when too small" do
86
- layout = double('layout', line_offsets: [0, 10], text: "Text Split")
87
- layout.stub(:line_metrics).with(0) { double('line_metrics', height: 21)}
88
- layout.stub(:line_metrics).with(1) { raise "Boom" }
89
-
90
- subject.split_text(layout, 33).should eq(["Text Split", ""])
91
- end
92
- end
93
-
94
- describe "fit it in" do
95
- let(:bounds) { double('bounds', width: 100, height: 50)}
96
- let(:layout) { double('layout', text: "something something",
97
- line_count: 1, line_offsets:[], get_bounds: bounds) }
98
-
99
- before(:each) do
100
- layout.stub(:position_at) { layout }
101
- end
102
-
103
- context "to one layout" do
104
- it "should work" do
105
- fitted_layouts = when_fit_at(x: 25, y: 75, next_line_start: 130)
106
- expect_fitted_layouts(fitted_layouts, [26, 76])
107
- end
108
-
109
- it "with one line, even if height is bigger" do
110
- bounds.stub(width: 50)
111
- fitted_layouts = when_fit_at(x: 25, y: 75, next_line_start: 95)
112
- expect_fitted_layouts(fitted_layouts, [26, 76])
113
- end
114
- end
115
-
116
- context "to two layouts" do
117
- before(:each) do
118
- layout.stub(line_count: 2, line_metrics: double(height: 15))
119
- bounds.stub(width: 50)
120
- dsl.stub(containing_width: :unused)
121
- end
122
-
123
- it "should split text and overflow to second layout" do
124
- with_text_split("something ", "something")
125
- fitted_layouts = when_fit_at(x: 25, y: 75, next_line_start: 95)
126
- expect_fitted_layouts(fitted_layouts, [26, 76], [1, 126])
127
- end
128
-
129
- it "should overflow all text to second layout" do
130
- with_text_split("", "something something")
131
- fitted_layouts = when_fit_at(x: 25, y: 75, next_line_start: 95)
132
- expect_fitted_layouts(fitted_layouts, [26, 76], [1, 95])
133
- end
134
- end
135
-
136
- context "to empty first layout" do
137
- before(:each) do
138
- dsl.stub(containing_width: 100)
139
- layout.stub(:text= => nil)
140
- end
141
-
142
- it "rolls to second layout when 0 remaining width" do
143
- dsl.stub(desired_width: 0)
144
- fitted_layouts = when_fit_at(x: 0, y: 75, next_line_start: 95)
145
- expect_fitted_layouts(fitted_layouts, [26, 76], [1, 96])
146
- end
147
-
148
- it "rolls to second layout when negative remaining width" do
149
- dsl.stub(desired_width: -1)
150
- fitted_layouts = when_fit_at(x: 0, y: 75, next_line_start: 95)
151
- expect_fitted_layouts(fitted_layouts, [26, 76], [1, 96])
152
- end
153
- end
154
- end
155
-
156
- def with_text_split(first, second)
157
- dsl.stub(text: first + second)
158
- layout.stub(line_offsets: [0, first.length, first.length + second.length])
159
- end
160
-
161
- def when_positioned_at(args)
162
- x = args.fetch(:x)
163
- y = args.fetch(:y)
164
- next_line_start = args.fetch(:next_line_start)
165
-
166
- dsl.stub(absolute_left: x, absolute_top: y)
167
- current_position.stub(:next_line_start) { next_line_start }
168
- end
169
-
170
- def when_fit_at(args)
171
- when_positioned_at(args)
172
- subject.fit_it_in
173
- end
174
-
175
- def expect_fitted_layouts(fitted_layouts, *coordinates)
176
- fitted_layouts.each_with_index do |fitted, index|
177
- x, y = coordinates[index]
178
- expect(fitted).to have_received(:position_at).with(x, y)
179
- end
180
- end
181
- end