glimmer-dsl-swt 4.22.1.0 → 4.22.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bb2af5ef17afe8241942ca80b7741a5e50592ccd5dbedcb627a903c2b1757bd
4
- data.tar.gz: 5d8530f71bc70f7148bf2671d19c7508f2ed8827407186cd98a21ef16b7e5bd3
3
+ metadata.gz: 3026e50ed964fa1fb5f64eda607a4e867d31148c0bdf85a22a5c72797d5b7d64
4
+ data.tar.gz: a95b41151a1c7805d7906e5d60771ef0281c202c29d7c5bdd38f4143c1f5bb6d
5
5
  SHA512:
6
- metadata.gz: ac402088f64f4cb1943507edf5910a9b0f7f1ca23f2be24a3feb092397f886e946bb3ee4db5e1789d9fe656eccd69cabb3c969efe36b6c96e27081008a3a73b8
7
- data.tar.gz: 2ecd31a51704c65adbcfef4e49f0ef48521555d6e22725e5fd121f83bc7ce3f7b21d088f0cca5452b6290fe2c092cae4b3b8837fa8405811ec7be5068d30053f
6
+ metadata.gz: 9a8e7851957f56c3625e7160b3432b22e970a406f7f9e2a0774da98dced348e0e3d9c6d2059c5bcef1ca714e058a9a23be37f4506d6a259996d3efae78b97790
7
+ data.tar.gz: 510f9209d45b3debb9879996da87f86764b9a5e80bda1545de2217a81620b6e5c3d27bbb23ae2d79144294b51a203e3b15f5d50b643628ccf0477788afce6721
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.22.1.1
4
+
5
+ - Fix minor issue with Shape listener disposal
6
+ - Fix minor issue with Quarto not displaying help message box after game over
7
+
3
8
  ## 4.22.1.0
4
9
 
5
10
  - New Quarto game sample: https://en.gigamic.com/game/quarto-classic
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=85 />](https://github.com/AndyObtiva/glimmer) Glimmer DSL for SWT 4.22.1.0
1
+ # [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=85 />](https://github.com/AndyObtiva/glimmer) Glimmer DSL for SWT 4.22.1.1
2
2
  ## JRuby Desktop Development GUI Framework
3
3
  [![Gem Version](https://badge.fury.io/rb/glimmer-dsl-swt.svg)](http://badge.fury.io/rb/glimmer-dsl-swt)
4
4
  [![Travis CI](https://travis-ci.com/AndyObtiva/glimmer-dsl-swt.svg?branch=master)](https://travis-ci.com/github/AndyObtiva/glimmer-dsl-swt)
@@ -17,7 +17,7 @@ Featured in JRuby Cookbook](http://shop.oreilly.com/product/9780596519650.do) an
17
17
 
18
18
  ![Eclipse SWT RCP NASA Mars Rover](/images/glimmer-eclipse-swt-rcp-nasa-mars-rover.png)
19
19
 
20
- [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.22.1.0 includes [SWT 4.22](https://download.eclipse.org/eclipse/downloads/drops4/R-4.22-202111241800/), which was released on November 24, 2021. Gem version numbers are in sync with the SWT library versions. The first two digits represent the SWT version number. The last two digits represent the minor and patch versions of Glimmer DSL for SWT. Note that SWT now supports AARCH64 on Mac and Linux, but it is not fully tested in Glimmer DSL for SWT yet, so deem its support experimental for the time being without guarantees for functionality until declared otherwise (please report any issues you may encounter).
20
+ [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.22.1.1 includes [SWT 4.22](https://download.eclipse.org/eclipse/downloads/drops4/R-4.22-202111241800/), which was released on November 24, 2021. Gem version numbers are in sync with the SWT library versions. The first two digits represent the SWT version number. The last two digits represent the minor and patch versions of Glimmer DSL for SWT. Note that SWT now supports AARCH64 on Mac and Linux, but it is not fully tested in Glimmer DSL for SWT yet, so deem its support experimental for the time being without guarantees for functionality until declared otherwise (please report any issues you may encounter).
21
21
 
22
22
  **Starting in version 4.20.0.0, [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) comes with the new [***Shine***](/docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#shine) syntax** for highly intuitive and visually expressive View/Model Attribute Mapping, relying on `<=>` for bidirectional (two-way) data-binding and `<=` for unidirectional (one-way) data-binding, providing an alternative to the `bind` keyword.
23
23
 
@@ -325,7 +325,7 @@ jgem install glimmer-dsl-swt
325
325
 
326
326
  Or this command if you want a specific version:
327
327
  ```
328
- jgem install glimmer-dsl-swt -v 4.22.1.0
328
+ jgem install glimmer-dsl-swt -v 4.22.1.1
329
329
  ```
330
330
 
331
331
  `jgem` is JRuby's version of `gem` command.
@@ -353,7 +353,7 @@ Note: if you're using activerecord or activesupport, keep in mind that Glimmer u
353
353
 
354
354
  Add the following to `Gemfile`:
355
355
  ```
356
- gem 'glimmer-dsl-swt', '~> 4.22.1.0'
356
+ gem 'glimmer-dsl-swt', '~> 4.22.1.1'
357
357
  ```
358
358
 
359
359
  And, then run:
@@ -376,7 +376,7 @@ glimmer
376
376
  ```
377
377
 
378
378
  ```
379
- Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.22.1.0
379
+ Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.22.1.1
380
380
 
381
381
  Usage: glimmer [--bundler] [--pd] [--quiet] [--debug] [--log-level=VALUE] [[ENV_VAR=VALUE]...] [[-jruby-option]...] (application.rb or task[task_args]) [[application2.rb]...]
382
382
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.22.1.0
1
+ 4.22.1.1
Binary file
@@ -678,11 +678,11 @@ module Glimmer
678
678
  end
679
679
  end
680
680
  else
681
- observer_registration = nil
681
+ widget_listener_proxy = nil
682
682
  shape_block = lambda do |event|
683
683
  if @disposed
684
- observer_registration.deregister
685
- @widget_listener_proxies.delete(observer_registration)
684
+ widget_listener_proxy.deregister
685
+ @widget_listener_proxies.delete(widget_listener_proxy)
686
686
  else
687
687
  Shape.drop_shape_handling_count += 1 if source_observation_request == 'on_drop' && event.x == Shape.dragging_x && event.y == Shape.dragging_y
688
688
  if !event.respond_to?(:x) || !event.respond_to?(:y) || include_with_children?(event.x, event.y)
@@ -174,7 +174,7 @@ class Quarto
174
174
  text_font: {height: 16}
175
175
  )
176
176
  }
177
- body_root.redraw if OS.windows?
177
+ body_root.redraw
178
178
  end
179
179
  end
180
180
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimmer-dsl-swt
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.22.1.0
4
+ version: 4.22.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Maleh