glimmer-dsl-swt 4.23.1.2 → 4.23.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +5 -5
- data/VERSION +1 -1
- data/docs/reference/GLIMMER_GUI_DSL_SYNTAX.md +15 -13
- data/docs/reference/GLIMMER_SAMPLES.md +7 -1
- data/glimmer-dsl-swt.gemspec +0 -0
- data/lib/glimmer/rake_task/scaffold.rb +18 -11
- data/lib/glimmer/swt/shell_proxy.rb +2 -1
- data/samples/elaborate/meta_sample/tutorials.yml +3 -0
- data/samples/elaborate/weather.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c56f6eab2f22aaac950b9e566a79c94bdd0f39085de6e4e8221a76883e8a8f05
|
4
|
+
data.tar.gz: 8af3b454dd1c3e921530f70b7771e2bd4261d16eb733c312e8e79eee29a8d420
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e602c4e3b8cba6ea17509be4b015a44e6e9587f2f57d569e24592b4162d168f00df1466b057027c399733c8960117b8742020efb8e6603ba34569aa42c3554e
|
7
|
+
data.tar.gz: 491bbfbaa41427da7a172c5990b5579b1570314b4e20152e1e79937985def33c03367f4d4f27ca7f8b514c9fc19d8511c4b22f7f6a2cbbe26175ce15a027fa26
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 4.23.1.3
|
4
|
+
|
5
|
+
- Update initial tab folder width in Weather sample
|
6
|
+
- Add Help menu to scaffolded apps/gems with About menu item that used to be in the scaffolded File menu
|
7
|
+
- Fix names of icons generated for custom shell gems to get them picked up by the `glimmer package` command
|
8
|
+
- Fix issue with shell not packing layout correctly on initial open (might be caused by the latest version of SWT under certain scenarios)
|
9
|
+
- Fix setting of Display app_name and app_version in scaffolded apps and custom shells
|
10
|
+
|
3
11
|
## 4.23.1.2
|
4
12
|
|
5
13
|
- Add Hello, Pop Up Context Menu! video tutorial to Glimmer Meta-Sample
|
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.23.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.23.1.3
|
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)
|
@@ -19,7 +19,7 @@ Featured in JRuby Cookbook](http://shop.oreilly.com/product/9780596519650.do) an
|
|
19
19
|
|
20
20
|
![Eclipse SWT RCP NASA Mars Rover](/images/glimmer-eclipse-swt-rcp-nasa-mars-rover.png)
|
21
21
|
|
22
|
-
[Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.23.1.
|
22
|
+
[Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.23.1.3 includes [SWT 4.23](https://download.eclipse.org/eclipse/downloads/drops4/R-4.23-202203080310/), which was released on March 8, 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.
|
23
23
|
|
24
24
|
**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.
|
25
25
|
|
@@ -333,7 +333,7 @@ jgem install glimmer-dsl-swt
|
|
333
333
|
|
334
334
|
Or this command if you want a specific version:
|
335
335
|
```
|
336
|
-
jgem install glimmer-dsl-swt -v 4.23.1.
|
336
|
+
jgem install glimmer-dsl-swt -v 4.23.1.3
|
337
337
|
```
|
338
338
|
|
339
339
|
`jgem` is JRuby's version of `gem` command.
|
@@ -361,7 +361,7 @@ Note: if you're using activerecord or activesupport, keep in mind that Glimmer u
|
|
361
361
|
|
362
362
|
Add the following to `Gemfile`:
|
363
363
|
```
|
364
|
-
gem 'glimmer-dsl-swt', '~> 4.23.1.
|
364
|
+
gem 'glimmer-dsl-swt', '~> 4.23.1.3'
|
365
365
|
```
|
366
366
|
|
367
367
|
And, then run:
|
@@ -384,7 +384,7 @@ glimmer
|
|
384
384
|
```
|
385
385
|
|
386
386
|
```
|
387
|
-
Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.23.1.
|
387
|
+
Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.23.1.3
|
388
388
|
|
389
389
|
Usage: glimmer [--bundler] [--pd] [--quiet] [--debug] [--log-level=VALUE] [[ENV_VAR=VALUE]...] [[-jruby-option]...] (application.rb or task[task_args]) [[application2.rb]...]
|
390
390
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
4.23.1.
|
1
|
+
4.23.1.3
|
@@ -938,12 +938,10 @@ shell {
|
|
938
938
|
|
939
939
|
The system tray allows showing icons for various apps that need to stay on for extended periods of time and provide quick access.
|
940
940
|
|
941
|
-
In Glimmer DSL for SWT, generating tray items is automated via the `tray_item` keyword, which can be nested under `shell` and then have a child `menu` underneath that pops up when the user clicks on its icon in the system tray.
|
941
|
+
In Glimmer DSL for SWT, generating tray items is automated via the `tray_item` keyword, which can be nested under `shell` and then have a child `menu` underneath that pops up when the user clicks on its icon in the system tray. It is recommended that the related shell is declared with the `:on_top` style (in addition to the default style `:shell_trim`) to ensure it opens above all apps when shown.
|
942
942
|
|
943
943
|
Note that if you would like to display notifications, you can use the [Nebula Notifier custom widget](https://github.com/AndyObtiva/glimmer-cw-nebula#notifier). Alternatively, you can look into the [Two Slices](https://github.com/sshtools/two-slices) Java library.
|
944
944
|
|
945
|
-
Note how the shell was declared with the `:on_top` style (in addition to the default, which is `:shell_trim`) to ensure it opens above all apps when the "Show Application" menu item is selected.
|
946
|
-
|
947
945
|
Example code:
|
948
946
|
|
949
947
|
```ruby
|
@@ -1044,6 +1042,10 @@ It can be customized with the `weights` attribute by setting initial weights to
|
|
1044
1042
|
|
1045
1043
|
One noteworthy thing about the Glimmer implementation is that, unlike behavior in SWT, it allows declaring `weights` before the content of the `sash_form`, thus providing more natural and convenient syntax (Glimmer automatically takes care of sending that declaration to SWT at the end of declaring `sash_form` content as per the SWT requirements)
|
1046
1044
|
|
1045
|
+
You can customize the color of the sash by setting the `background` attribute.
|
1046
|
+
|
1047
|
+
Also, you can customize the `sash_width` (`Integer`) and `orientation` properties (`swt(:horizontal)` or `swt(:vertical)`).
|
1048
|
+
|
1047
1049
|
Example (you may copy/paste in [`girb`](GLIMMER_GIRB.md)):
|
1048
1050
|
|
1049
1051
|
```ruby
|
@@ -3606,7 +3608,7 @@ Learn more at the [Hello, Tree!](/docs/reference/GLIMMER_SAMPLES.md#hello-tree)
|
|
3606
3608
|
|
3607
3609
|
#### DateTime
|
3608
3610
|
|
3609
|
-
`date_time` represents the SWT DateTime widget.
|
3611
|
+
`date_time` represents the SWT [DateTime](https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/DateTime.html) widget.
|
3610
3612
|
|
3611
3613
|
Glimmer s the following alias keywords for it for convenience:
|
3612
3614
|
- `date`: `date_time(:date)`
|
@@ -3615,15 +3617,15 @@ Glimmer s the following alias keywords for it for convenience:
|
|
3615
3617
|
- `calendar`: `date_time(:calendar)`
|
3616
3618
|
|
3617
3619
|
You can data-bind any of these properties:
|
3618
|
-
- `date_time
|
3619
|
-
- `date
|
3620
|
-
- `time
|
3621
|
-
- `year
|
3622
|
-
- `month
|
3623
|
-
- `day
|
3624
|
-
- `hours
|
3625
|
-
- `minutes
|
3626
|
-
- `seconds
|
3620
|
+
- `date_time <=> [model, :property]`: produces a Ruby DateTime object
|
3621
|
+
- `date <=> [model, :property]`: produces a Ruby Date object
|
3622
|
+
- `time <=> [model, :property]`: produces a Ruby Time object
|
3623
|
+
- `year <=> [model, :property]`: produces an integer
|
3624
|
+
- `month <=> [model, :property]`: produces an integer
|
3625
|
+
- `day <=> [model, :property]`: produces an integer
|
3626
|
+
- `hours <=> [model, :property]`: produces an integer
|
3627
|
+
- `minutes <=> [model, :property]`: produces an integer
|
3628
|
+
- `seconds <=> [model, :property]`: produces an integer
|
3627
3629
|
|
3628
3630
|
Learn more at the [Hello, Date Time!](/docs/reference/GLIMMER_SAMPLES.md#hello-date-time) sample.
|
3629
3631
|
|
@@ -682,7 +682,7 @@ Hello, Print!
|
|
682
682
|
|
683
683
|
#### Hello, Date Time!
|
684
684
|
|
685
|
-
This sample demonstrates the use of [date_time](#datetime) widget keywords in Glimmer: `date`, `date_drop_down`, `time`, and `calendar`
|
685
|
+
This sample demonstrates the use of [date_time](/docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#datetime) widget keywords in Glimmer: `date`, `date_drop_down`, `time`, and `calendar`
|
686
686
|
|
687
687
|
Code:
|
688
688
|
|
@@ -1429,6 +1429,12 @@ Gladiator is a good demonstration of:
|
|
1429
1429
|
|
1430
1430
|
[<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer-cs-timer/master/glimmer-timer-screenshot.png" />](https://github.com/AndyObtiva/glimmer-cs-timer)
|
1431
1431
|
|
1432
|
+
#### Contact Manager
|
1433
|
+
|
1434
|
+
[<img src="https://raw.githubusercontent.com/AndyObtiva/contact_manager/master/icons/linux/Contact%20Manager.png" height=40 /> Contact Manager](https://github.com/AndyObtiva/contact_manager) is an enhanced version of the included Contact Manager elaborate sample, which demonstrates how to connect to a [SQLite database](https://www.sqlite.org/index.html) with [ActiveRecord](https://rubygems.org/gems/activerecord).
|
1435
|
+
|
1436
|
+
[<img src="https://raw.githubusercontent.com/AndyObtiva/contact_manager/master/screenshots/contact-manager.png" /> ](https://github.com/AndyObtiva/contact_manager)
|
1437
|
+
|
1432
1438
|
## License
|
1433
1439
|
|
1434
1440
|
[MIT](LICENSE.txt)
|
data/glimmer-dsl-swt.gemspec
CHANGED
Binary file
|
@@ -280,17 +280,17 @@ module Glimmer
|
|
280
280
|
write 'spec/spec_helper.rb', spec_helper_file
|
281
281
|
|
282
282
|
mkdir_p 'icons/windows'
|
283
|
-
icon_file = "icons/windows/#{human_name(
|
283
|
+
icon_file = "icons/windows/#{human_name(gem_name)}.ico"
|
284
284
|
cp File.expand_path('../../../../icons/scaffold_app.ico', __FILE__), icon_file
|
285
285
|
puts "Created #{current_dir_name}/#{icon_file}"
|
286
286
|
|
287
287
|
mkdir_p 'icons/macosx'
|
288
|
-
icon_file = "icons/macosx/#{human_name(
|
288
|
+
icon_file = "icons/macosx/#{human_name(gem_name)}.icns"
|
289
289
|
cp File.expand_path('../../../../icons/scaffold_app.icns', __FILE__), icon_file
|
290
290
|
puts "Created #{current_dir_name}/#{icon_file}"
|
291
291
|
|
292
292
|
mkdir_p 'icons/linux'
|
293
|
-
icon_file = "icons/linux/#{human_name(
|
293
|
+
icon_file = "icons/linux/#{human_name(gem_name)}.png"
|
294
294
|
cp File.expand_path('../../../../icons/scaffold_app.png', __FILE__), icon_file
|
295
295
|
puts "Created #{current_dir_name}/#{icon_file}"
|
296
296
|
|
@@ -445,9 +445,13 @@ module Glimmer
|
|
445
445
|
end
|
446
446
|
|
447
447
|
class #{class_name(app_name)}
|
448
|
+
include Glimmer
|
449
|
+
|
448
450
|
APP_ROOT = File.expand_path('../..', __FILE__)
|
449
451
|
VERSION = File.read(File.join(APP_ROOT, 'VERSION'))
|
450
452
|
LICENSE = File.read(File.join(APP_ROOT, 'LICENSE.txt'))
|
453
|
+
Display.app_name = '#{human_name(app_name)}'
|
454
|
+
Display.app_version = VERSION
|
451
455
|
end
|
452
456
|
|
453
457
|
require '#{file_name(app_name)}/view/app_view'
|
@@ -574,6 +578,8 @@ module Glimmer
|
|
574
578
|
APP_ROOT = File.expand_path('../../../..', __FILE__)
|
575
579
|
VERSION = File.read(File.join(APP_ROOT, 'VERSION'))
|
576
580
|
LICENSE = File.read(File.join(APP_ROOT, 'LICENSE.txt'))
|
581
|
+
Display.app_name = '#{human_name(custom_shell_name)}'
|
582
|
+
Display.app_version = VERSION
|
577
583
|
|
578
584
|
MULTI_LINE_STRING
|
579
585
|
end
|
@@ -594,8 +600,6 @@ module Glimmer
|
|
594
600
|
if %i[gem app desktopify].include?(shell_type)
|
595
601
|
custom_shell_file_content += <<-MULTI_LINE_STRING
|
596
602
|
before_body do
|
597
|
-
Display.app_name = '#{shell_type == :gem ? human_name(custom_shell_name) : human_name(namespace)}'
|
598
|
-
Display.app_version = VERSION
|
599
603
|
@display = display {
|
600
604
|
on_about do
|
601
605
|
display_about_dialog
|
@@ -630,8 +634,8 @@ module Glimmer
|
|
630
634
|
shell#{'(:fill_screen)' if shell_type == :desktopify} {
|
631
635
|
# Replace example content below with custom shell content
|
632
636
|
minimum_size #{shell_type == :desktopify ? '768, 432' : '420, 240'}
|
633
|
-
image File.join(APP_ROOT, 'icons', 'windows', "#{human_name(
|
634
|
-
image File.join(APP_ROOT, 'icons', 'linux', "#{human_name(
|
637
|
+
image File.join(APP_ROOT, 'icons', 'windows', "#{human_name(current_dir_name)}.ico") if OS.windows?
|
638
|
+
image File.join(APP_ROOT, 'icons', 'linux', "#{human_name(current_dir_name)}.png") unless OS.windows?
|
635
639
|
text "#{human_name(namespace)}#{' - ' + human_name(custom_shell_name) if shell_type != :desktopify}"
|
636
640
|
|
637
641
|
MULTI_LINE_STRING
|
@@ -661,18 +665,21 @@ module Glimmer
|
|
661
665
|
text '&File'
|
662
666
|
|
663
667
|
menu_item {
|
664
|
-
text '&
|
668
|
+
text '&Preferences...'
|
665
669
|
|
666
670
|
on_widget_selected do
|
667
|
-
display_about_dialog
|
671
|
+
#{shell_type == :desktopify ? 'display_about_dialog' : 'display_preferences_dialog'}
|
668
672
|
end
|
669
673
|
}
|
674
|
+
}
|
675
|
+
menu {
|
676
|
+
text '&Help'
|
670
677
|
|
671
678
|
menu_item {
|
672
|
-
text '&
|
679
|
+
text '&About...'
|
673
680
|
|
674
681
|
on_widget_selected do
|
675
|
-
|
682
|
+
display_about_dialog
|
676
683
|
end
|
677
684
|
}
|
678
685
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glimmer-dsl-swt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.23.1.
|
4
|
+
version: 4.23.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Maleh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|