This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
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