summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2013-12-05 14:44:08 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-05 15:46:55 +0100
commitbc5b73c6e8992a505e3c92521038d3ee455e0844 (patch)
treeb81bfc90dae67391d14b497a6d9cd68bf6df546a /dist
parent2f4f40b30d2e75de9e0907cb8af6391a19a5022c (diff)
downloadqtenginio-bc5b73c6e8992a505e3c92521038d3ee455e0844.tar.gz
Update changelog
Change-Id: Idfd9db257ab8962c44d3adaa5394c9739b73be58 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-1.0.013
1 files changed, 11 insertions, 2 deletions
diff --git a/dist/changes-1.0.0 b/dist/changes-1.0.0
index ffae12d..f0d2fd1 100644
--- a/dist/changes-1.0.0
+++ b/dist/changes-1.0.0
@@ -2,8 +2,8 @@ Enginio 1.0 introduces many improvements to stability and API compared to previo
API Changes
-----------
-- backendSecret has been removed from EnginioClient (both QML and C++)
-- Switch to OAuth2 as authentication mechanism everywhere
+- backendSecret was removed from EnginioClient (both QML and C++)
+- Switched to OAuth2 as authentication mechanism everywhere
- EnginioBasicAuthentication removed
- EnginioOAuth2Authentication added
- Many properties and signal&slots argument types changed to better fit QML API
@@ -11,6 +11,15 @@ API Changes
- New property in Enginio model qml: rowCount
- ObjectAclOperation and UsergroupMembersOperation JSON api was fixed
- EnginioClient is not exposed to QML directly anymore
+- Renamed ObjectAclOperation to AccessControlOperation
+- Renamed the EnginioClient::search method to fullTextSearch
+- Renamed the EnginioClient::downloadFile function to downloadUrl to make it clear that this function does only provide a URL and does not download the file
+- Renamed EnginioModel::engino property to client
+- Renamed EnginioModel::setProperty to setData for better consistency with other C++ models. The order of the role and value arguments was changed as well
+- Renamed Roles to Role in EnginioModelBase. Enums should be singular according to Qt naming policy
+- Renamed EnginioClientBase to EnginioClientConnection
+- ErrorTypes enum was renamed to ErrorType
+- All enums were moved from a class scope to Enginio namespace
Fixed Issues
------------