summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2014-06-06 12:53:16 +0200
committerTim Jenssen <tim.jenssen@digia.com>2014-06-06 13:00:57 +0200
commit5995cfad2838a8126fca49c1db41f7198d5e303e (patch)
tree2d003257fb853459dcd6b7ac9a73cbd5c44c993d /Changelog
parent05bb1b8ccd3d12fb286f026406f076a41ec54965 (diff)
parente644622b9c19e79b6192382be7930920afd5095c (diff)
Merge remote-tracking branch 'origin/1.5' into 1.6
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog10
1 files changed, 9 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 1a39ec93f..cfd8e89f2 100644
--- a/Changelog
+++ b/Changelog
@@ -3,9 +3,17 @@
- Fixed random crash while accessing arguments.
- Fixed I18N on Windows.
- Qt5 compatibility fixes.
+- Fixed for path handling on Windows.
+- Fixed preselection of components from another component.
+- Added operationExists method on script side.
+- Unified access to the supported schemes.
+- Implemented missing setNativeArguments wrapper. (QTIFW-310)
+- Fixed banner image not working in dynamic pages. (QTIFW-471)
+- Fixed hang when entering wrong sudo password. (QTIFW-409 and QTIFW-451)
+- Documentation improvements.
- Updated translations.
-Thanks go to Takumi Asaki for contributions.
+Thanks go to Takumi Asaki and Sergey Belyashov for contributions.
1.5.0
- Fixed generation of random temp directory name. (QTIFW-427)