This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
IGNSDK v1.1.3 (Alamang)
- ignsdk-app-creator: Supports cross-packaging to RPM (option
-x ign
) - ignsdk-app-creator: Add option
--no-packaging
to disable auto-package feature - ignsdk-debian-creator: Add license choices, defaults to GPLv3
- ignsdk-debian-dev: Suggests "rpm"
- ignsdk-ign-builder: Automatically updates app.spec for every build process
- main.tpl: Update default icon's resolution to 256x256 pixels
- New API:
ign.setUrl()
to load a web page - New API:
ign.filesystem().copy()
to copy file to another location - New API:
ign.filesystem().openFileDialog()
to choose file using "Open File" dialog - New API:
ign.filesystem().openDirDialog()
to choose directory using "Open Directory" dialog