Commit Graph

328 Commits

Author SHA1 Message Date
Nikolay Igotti
509c379d81 Update CHANGELOG.md 2021-02-08 23:36:15 +03:00
Igor Demin
dc4910c2b6 Tutorials. Fix Scrollbars examples 2021-02-08 13:40:43 +03:00
Nikolay Igotti
c8b0ee23d0 Move templates to build150 and fix most tutorials. 2021-02-07 12:26:33 +03:00
Roman Sedaikin
8ba54b0c5b Updated [Swing interoperability] tutorial accordingly to build149. 2021-02-05 13:01:28 +03:00
Roman Sedaikin
11e153736c Move ImageViewer to build149 and Kotlin 1.4.30. 2021-02-05 11:55:26 +03:00
Nikolay Igotti
f8f6ad38bb Move IDE plugin and Falling Balls to build149 and Kotlin 1.4.30. 2021-02-05 11:29:05 +03:00
Alexey Tsvetkov
b8545e4d6f Fix gradle plugin tests (#350)
* Fix uninitialized lateinit var property exceptions on Linux and Windows

lateinit property nonValidatedMacSigningSettings
was not initialized on Linux and Windows

* Revert reusing app image when creating installer

Previously there was a change to reuse an app image, when creating an installer.

So packaging would happen in two steps:
1. jpackage --type app-image ...
2. jpackage --type msi --app-image /path/to/app/image ...

This way a user could always conveniently inspect, what goes into an installer.
However, that change lead to bizzare crashes on Windows and Linux.
As a workaround, this change reverts reusing an app image,
when creating an installer.

* Fix args filtering when invoking jpackage

"app-image" args can also be used, when creating an installer
w/o predefined app image (e.g. w/o `--app-image ...` argument)

* Fix deb package name for tests on Linux
2021-02-05 09:11:03 +03:00
Javier Segovia Córdoba
78976e40a9 Improve buildSrc setup (#342) 2021-02-04 16:01:55 +03:00
Nikolay Igotti
1ee574ee7e Update FEATURES.md 2021-02-03 13:38:48 +03:00
Nikolay Igotti
21f345c74f Update CHANGELOG.md 2021-02-03 13:29:38 +03:00
Nikolay Igotti
db58370244 Update CHANGELOG.md 2021-02-03 13:29:17 +03:00
Nikolay Igotti
40429e0cb9 Notarization sample. 2021-02-03 12:36:21 +03:00
Nikolay Igotti
4198060a46 Update README.md 2021-02-03 10:41:36 +03:00
Nikolay Igotti
c4237aaedc Update README.md 2021-02-03 09:51:11 +03:00
Alexey Tsvetkov
c243639042 Support simplified sign and notarization for macOS distribution in Gradle plugin (#332) 2021-02-02 14:13:34 +03:00
Igor Demin
ea0ac1d16a Update CHANGELOG.md 2021-02-01 20:51:25 +03:00
Igor Demin
6954643d2e Update CHANGELOG.md 2021-02-01 20:51:07 +03:00
Igor Demin
e760e789e7 Merge pull request #340 from JetBrains/tutorials
Tutorials. Migrate to 0.3.0-build146
2021-02-01 20:05:41 +03:00
Igor Demin
2d9dc39d2b Tutorials. Migrate to 0.3.0-build146 2021-02-01 11:17:56 +03:00
Arkadii Ivanov
ff73f8268a Update TodoApp readme with iOS target (#336) 2021-02-01 10:53:23 +03:00
Arkadii Ivanov
fbba7e79c5 TodoApp. Updated Kotlin to 1.4.21-2, Compose to 0.3.0-build146 and Decompose to 0.1.7. (#329) 2021-01-30 16:11:31 +03:00
Igor Demin
18c5f25eec Merge pull request #328 from JetBrains/latest-tag-on-main-page
Add badge with the latest version of Compose for Desktop on main page
2021-01-29 19:02:24 +03:00
Igor Demin
f5a650917a Add badge with the latest version of Compose for Desktop on main page 2021-01-29 16:55:10 +03:00
Igor Demin
b649cd9b56 Migrate to 0.3.0-build146 (widgetsgallery) 2021-01-28 20:13:32 +03:00
Igor Demin
0e6d23ebf5 Migrate to 0.3.0-build146 (intelliJPlugin) 2021-01-28 19:47:33 +03:00
Igor Demin
e00beacfbd Migrate to 0.3.0-build146 (imageviewer) 2021-01-28 19:37:05 +03:00
Igor Demin
cda2c78aee Migrate to 0.3.0-build146 (issues example) 2021-01-28 18:53:31 +03:00
Igor Demin
229e652e25 Migrate to 0.3.0-build146 (falling_balls) 2021-01-28 18:43:20 +03:00
Igor Demin
930d807306 Migrate to 0.3.0-build146 (codeviewer) 2021-01-28 18:43:19 +03:00
Igor Demin
13e0bd184a Fix building of uber jar 2021-01-28 18:03:12 +03:00
Igor Demin
1a1310368e Migrate to 0.3.0-build146 (templates 2021-01-28 17:51:38 +03:00
Igor Demin
728b4d5f76 ImageVIewer. Don't show splash screen on click on refresh button 2021-01-26 19:27:52 +03:00
Igor Demin
bde57fd891 ImageVIewer. Splash screen, composable window API 2021-01-26 18:19:19 +03:00
Alexey Tsvetkov
f627c0cc55 Use correct test scenario for uber jar tests 2021-01-25 18:11:59 +03:00
Alexey Tsvetkov
0d68dea6de Filter out non-jar files in runtime classpath
WiX linker fails to find class files of inlined functions for some reason
(maybe because of '$' character in name or long paths)

Fixes #196
2021-01-25 17:32:09 +03:00
Alexey Tsvetkov
abb4a5a411 Avoid adding incompatible arguments when creating application image
Fixes https://github.com/JetBrains/compose-jb/issues/296
2021-01-25 10:17:10 +03:00
Roman Sedaikin
99cc1214b4 Removed temp screenshot file in intelliJPlugin example. 2021-01-25 10:14:22 +03:00
Shintaro Katafuchi
8d6fbf54d9 fix: modify JetIssues's android app title (#312) 2021-01-25 08:25:41 +03:00
Nikolay Igotti
98e599df3f Update README.md 2021-01-22 19:35:10 +03:00
Roman Sedaikin
d4e849417b Added instruction to run Idea plugin example. 2021-01-22 19:25:41 +03:00
Roman Sedaikin
dacee2f144 Revert: Fixed layout in Toggles - Align radio buttons. 2021-01-22 18:52:23 +03:00
Roman Sedaikin
d109e8d8cf Fixed layout in Toggles. 2021-01-22 18:47:19 +03:00
Nikolay Igotti
1e7d0cacbb Align radio buttons. 2021-01-22 18:40:48 +03:00
Roman Sedaikin
a9bbe0b9cc Merge pull request #305 from JetBrains/textfields
Textfields
2021-01-22 18:00:35 +03:00
Roman Sedaikin
cc30d963d8 Applied theme to widgets. 2021-01-22 17:55:31 +03:00
Roman Sedaikin
4ff25fcf70 TextFields exceptions reproducer 2021-01-22 16:40:31 +03:00
Roman Sedaikin
3606eb5f63 Removed TextInputs 2021-01-22 16:36:56 +03:00
Roman Sedaikin
f1164d9cb1 Move inteliJPlagin to 0.0.0-vsync-build30 2021-01-22 15:44:48 +03:00
Roman Sedaikin
f70c2ba9fc Updated CFD IntelliJPlugin 2021-01-22 13:44:35 +03:00
Alexey Tsvetkov
e6fb7463d0 Normalize all file properties on Windows
Previously the `--output` argument of the jlink task was not normalized.

https://github.com/JetBrains/compose-jb/issues/248
2021-01-22 09:48:46 +03:00