glimmer-dsl-swt 4.25.0.1 → 4.25.0.2

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: 25c1ee50ed943be0816df8fcb6a185002555f26f00c3901b3119b3fac7e205cf
4
- data.tar.gz: 7b20693058c5942e78d2ffe1b43f7e2af8f09f731164338f50652bbe7d1d7819
3
+ metadata.gz: 33dcda40fcdf220f308eacd22b6fa2071fd80f9bd8cd5cbc7d56c53f9e74fbb5
4
+ data.tar.gz: 94874ac017afdbf04fe7d9c56f95ca5a6c9fd3c242db6414c55b23ddc9016c75
5
5
  SHA512:
6
- metadata.gz: e2a05775a6377592290639bdc617067f40c5aff23dc261052fd0e767e7271b62b682271ab47ba5bbcbe1e175be125e0149322ba0d3dea2b88502f59906d8a55c
7
- data.tar.gz: 8707f436fe24cff7f31809510db6b168fdd55a815504115be42e3e1f55f46a75a5c44c16edaa3ba2907fa9343b7a69493f8d8ac183b22024c75313a787586bdf
6
+ metadata.gz: 60ad5e3647148971dd5dd11d6689d49d43dbad002d8a63df882f072c3bc2ac77cc01cabb0442483b33910c71f5a6c7c0aad418ef7fce73e8833097b0148ac669
7
+ data.tar.gz: 27cadffe2d34a89dfbbad5159441adca861e91f57c76c4e7bf257624abbcb1b63f5d84fc87bc4aba4dbc42425298975e79089ac48eecf46bdedf1a47ce448e41
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.25.0.2
4
+
5
+ - Fix issue with Hello, Label! crashing because image width is getting passed as 0 and the new SWT 4.25 ImageData API rejecting it as not a valid argument
6
+
3
7
  ## 4.25.0.1
4
8
 
5
9
  - Contact Manager Create Button and Table Delete Menu Item
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.25.0.1
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.25.0.2
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)
@@ -21,7 +21,7 @@ Featured in JRuby Cookbook](http://shop.oreilly.com/product/9780596519650.do) an
21
21
 
22
22
  ![Eclipse SWT RCP NASA Mars Rover](/images/glimmer-eclipse-swt-rcp-nasa-mars-rover.png)
23
23
 
24
- [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.25.0.1 includes [SWT 4.25](https://download.eclipse.org/eclipse/downloads/drops4/R-4.25-202208311800/), which was released on 31 Aug 2022. 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.
24
+ [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.25.0.2 includes [SWT 4.25](https://download.eclipse.org/eclipse/downloads/drops4/R-4.25-202208311800/), which was released on 31 Aug 2022. 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.
25
25
 
26
26
  **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. That was [originally conceived back in 2007](https://andymaleh.blogspot.com/2007/12/data-shining-in-glimmer.html).
27
27
 
@@ -338,7 +338,7 @@ jgem install glimmer-dsl-swt
338
338
 
339
339
  Or this command if you want a specific version:
340
340
  ```
341
- jgem install glimmer-dsl-swt -v 4.25.0.1
341
+ jgem install glimmer-dsl-swt -v 4.25.0.2
342
342
  ```
343
343
 
344
344
  `jgem` is JRuby's version of `gem` command.
@@ -366,7 +366,7 @@ Note: if you're using activerecord or activesupport, keep in mind that Glimmer u
366
366
 
367
367
  Add the following to `Gemfile`:
368
368
  ```
369
- gem 'glimmer-dsl-swt', '~> 4.25.0.1'
369
+ gem 'glimmer-dsl-swt', '~> 4.25.0.2'
370
370
  ```
371
371
 
372
372
  And, then run:
@@ -389,7 +389,7 @@ glimmer
389
389
  ```
390
390
 
391
391
  ```
392
- Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.25.0.1
392
+ Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.25.0.2
393
393
 
394
394
  Usage: glimmer [--bundler] [--pd] [--quiet] [--debug] [--log-level=VALUE] [[ENV_VAR=VALUE]...] [[-jruby-option]...] (application.rb or task[task_args]) [[application2.rb]...]
395
395
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.25.0.1
1
+ 4.25.0.2
Binary file
@@ -135,7 +135,7 @@ module Glimmer
135
135
  end
136
136
 
137
137
  def scale_to(width, height)
138
- return self if @image_data.width == width && @image_data.height == height
138
+ return self if (width == 0) || (height == 0) || (@image_data.width == width && @image_data.height == height)
139
139
  scaled_image_data = @original_image_data.scaledTo(width, height)
140
140
  device = swt_image.device
141
141
  swt_image.dispose
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.25.0.1
4
+ version: 4.25.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Maleh