Releases: ubunteroz/ignsdk
Releases · ubunteroz/ignsdk
IGNSDK v1.1.6
IGNSDK v1.1.5 (Alamang)
v1.1.5.1 IGNSDK v1.1.5
IGNSDK v1.1.4 (Alamang)
v1.1.4.5 IGNSDK v1.1.4.5
IGNSDK v1.1.3 (Alamang)
- New API:
ign.fs.copy()
to copy file to another location - New API:
ign.fs.openFileDialog()
to choose file using "Open File" dialog - New API:
ign.fs.openDirDialog()
to choose directory using "Open Directory" dialog
IGNSDK v1.1.3-prerelease (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
IGNSDK v1.1.2 (Alamang)
- ignsdk-app-creator: Add Git support (option
--git
) - ignsdk-debian-dev: Suggests "git"
- ign.css: Remove unnecessary styles
- New API:
ign.setDevRemote()
to activate remote debugging feature - New API:
ign.widgetNoTaskbar()
to hide application from taskbar - New API:
ign.desktopService()
to open URL with other application - Merge API:
ign.cliOut()
toign.sys()
IGNSDK v1.1.1 (Alamang)
- Initial Qt5 port
- ignsdk-debian-creator: Defaults release to "testing" if lsb_release is not available
- ignsdk-debian-creator: Prohibits user "root" from running script
- ignsdk-debian-builder: Prohibits user "root" from running script
- New API:
ign.copy()
to copy content from webview to clipboard - New API:
ign.cut()
to cut content from webview to clipboard - New API:
ign.paste()
to paste content from clipboard to webview - New API:
ign.undo()
to undo last editing action in webview - New API:
ign.redo()
to redo last editing action in webview - New API:
ign.fs.fileRemove()
to delete file - New API:
ign.fs.fileWrite()
to write to a file - New API:
ign.fs.fileRead()
to read a file content - New API:
ign.fs.appPath()
to return path to application - New API:
ign.fs.homePath()
to return path to user's home directory - New API:
ign.fs.dir()
to create or remove directory - New API:
ign.fs.exists()
to check file existency - New API:
ign.fs.isDirectory()
to check whether specified path is a directory - New API:
ign.fs.isFile()
to check whether specified path is a file - New API:
ign.fs.isAbsolute()
to check whether specified path is an absolute path - New API:
ign.fs.isExecutable()
to check whether specified file is an executable file - New API:
ign.fs.isLink()
to check whether specified path is a symbolic link to another path - New API:
ign.fs.isReadable()
to check whether specified file is readable by current user - New API:
ign.fs.isWritable()
to check whether specified file is writable by current user - New API:
ign.getToggleFullScreen()
to toggle fullscreen on/off - New API:
ign.hash()
to return MD5/SHA1/SHA224/SHA256/SHA384/SHA512 hash of specified file