Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Releases: anak10thn/ignsdk-qt

v1.1.7 (Alamang)

11 Mar 18:01
Compare
Choose a tag to compare

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)

09 Mar 21:35
v1.1.6
8afa6c1
Compare
Choose a tag to compare
IGNSDK version 1.1.6 (Alamang)

IGNSDK v1.1.5 (Alamang)

13 May 11:30
v1.1.5
effb19e
Compare
Choose a tag to compare
IGNSDK v1.1.5

IGNSDK v1.1.4 (Alamang)

19 Mar 14:39
v1.1.4
Compare
Choose a tag to compare
IGNSDK v1.1.4 (Alamang)

IGNSDK v1.1.3 (20140106)

06 Jan 04:49
57062fd
Compare
Choose a tag to compare

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)

27 Dec 03:38
v1.1.3
Compare
Choose a tag to compare
  • 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)

22 Dec 01:33
v1.1.2
Compare
Choose a tag to compare
  • 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() to ign.sys()

IGNSDK v1.1.1 (Alamang)

22 Dec 01:34
v1.1.1
8f914dd
Compare
Choose a tag to compare
  • 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