Commit Graph

19 Commits

Author SHA1 Message Date
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
Roman Sedaikin
1c39246706 New images for imageviewer 2020-11-27 13:12:00 +03:00
Alexey Tsvetkov
3b7835fb4a Merge compose.desktop.application plugin with compose plugin
This change removes `org.jetbrains.compose.desktop.application` plugin id
in favor of doing everything in `org.jetbrains.compose`.
The change simplifies configuring Compose Desktop projects.
Now, just one plugin dependency is needed.

To avoid task name conflicts with common task names such as `package` and `run`,
the plugin creates tasks lazily only if `application` block/property is used in a script.
2020-11-03 17:16:21 +03:00
Roman Sedaikin
70ffa959c2 Added scrollbar to ImageViewer. 2020-11-02 11:53:24 +03:00
Alexey Tsvetkov
d0859c665c Adjust settings for Windows
Enable dir chooser by default.
Also, treat menu as true if menuGroup is not null.
2020-10-29 20:40:27 +03:00
Alexey Tsvetkov
991b7ff6a7 Rename nativeExecutables to nativeDistributions 2020-10-29 20:40:27 +03:00
Alexey Tsvetkov
927abf0d03 Add icons support to packaging 2020-10-29 20:40:27 +03:00
Alexey Tsvetkov
7067691b10 Add dependency on jdk.crypto.ec 2020-10-29 20:40:27 +03:00
Alexey Tsvetkov
563dc37c9b Add desktop application Gradle plugin
For simplified packaging and running an app
2020-10-29 20:40:27 +03:00
Igor Demin
6009cdd6cb Remove "Copyright 2020 The Android Open Source Project" 2020-10-28 11:16:55 +03:00
Igor Demin
6c2457240b Multiplatform template in IDEA / Android Studio. Add comment about issue 2020-10-28 11:05:15 +03:00
Igor Demin
1fdbf6868d Merge remote-tracking branch 'origin/master' into fix_multiplatfrom_template
# Conflicts:
#	examples/imageviewer/desktop/build.gradle.kts
#	examples/issues/desktop/build.gradle.kts
#	examples/todoapp/desktop/build.gradle.kts
#	templates/multiplatform-template/desktop/build.gradle.kts
2020-10-28 10:59:00 +03:00
Nikolay Igotti
3876014768 Move to compose.desktop.currentOs 2020-10-26 20:36:03 +03:00
Igor Demin
3b13944daf Fix multiplatform projects in IDEA / Android Studio
Fixes:
- https://github.com/JetBrains/compose-jb/issues/21
We need to move buildscript from settings.gradle.kts to build.gradle.kts
See also https://youtrack.jetbrains.com/issue/KT-36331

- https://github.com/JetBrains/compose-jb/issues/22
kotlin("jvm") plugin doesn't work well with MPP modules.
To fix this issue we need to use kotlin("multiplatform") even if we targeting single platform.
See also https://youtrack.jetbrains.com/issue/KT-42823
2020-10-26 19:29:39 +03:00
Roman Sedaikin
728210fdde Fixed loading screen issue. 2020-10-20 15:26:44 +03:00
Roman Sedaikin
df6fa95b9b Added app icon to desktop version of ImageViewer. 2020-10-20 11:03:26 +03:00
spvessel
345c409833 Added mouse hover interactivity to the desktop version of app. 2020-09-21 11:27:57 +03:00
Nikolay Igotti
f201961e31 Example Image Viewer. 2020-09-07 13:54:19 +03:00