This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
Releases: anak10thn/ignsdk-qt
Releases · anak10thn/ignsdk-qt
v1.1.7 (Alamang)
ISSUE : https://github.com/anak10thn/ignsdk-qt/issues?q=milestone%3A1.1.7
IGOS Nusantara
$ sudo yum install ignsdk ignsdk-devtools
#or
$ sudo yum update ignsdk ignsdk-devtools
Fedora 21
$ cd /etc/yum.repos.d
$ sudo wget http://download.opensuse.org/repositories/home:/anak10thn:/6/Fedora_21/home:anak10thn:6.repo
$ sudo yum install ignsdk ignsdk-devtools
v1.1.6 (Alamang)
IGNSDK version 1.1.6 (Alamang)
IGNSDK v1.1.5 (Alamang)
IGNSDK v1.1.5
IGNSDK v1.1.4 (Alamang)
IGNSDK v1.1.4 (Alamang)
IGNSDK v1.1.3 (20140106)
This is first revision of v1.1.3 release.
- New packages for openSUSE! Big thanks to Andi Sugandi!
- IGN: Fix build issues.
- Debian: Rename packages (ignsdk-debian to ignsdk, ignsdk-debian-dev to ignsdk-devtools, and ignsdk-debian-example to ignsdk-examples).
- Archlinux: Fix WebKit dependency issue.
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
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