From 2a6feba571fa0db654f1809b89092a518f686e59 Mon Sep 17 00:00:00 2001 From: Roman Lacko Date: Fri, 7 Sep 2012 15:50:33 +0200 Subject: Update README.txt to reflect 1.1.2 changes --- README.txt | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index e3ebf5828..0451ea7a7 100644 --- a/README.txt +++ b/README.txt @@ -29,9 +29,8 @@ Installing prerequisities #. Install `Python 2.7 `_. -#. Install `Qt 4.7 libraries for Windows (VS 2008) - `_. - `(PySide version 1.1.1 does not support Qt 4.8 on Windows System)` +#. Install `Qt 4.8 libraries for Windows (VS 2008) + `_. #. Install `Cmake 2.8 `_. @@ -86,13 +85,13 @@ Use ``pip`` to get `PySide` installed: :: - c:\env> Scripts\pip install PySide --install-option="--qmake=c:\\Qt\\4.7.4\\bin\\qmake.exe" + c:\env> Scripts\pip install PySide --install-option="--qmake=c:\\Qt\\4.8.2\\bin\\qmake.exe" Optionally you can specify the path to OpenSSL libs: :: - c:\env> Scripts\pip install PySide --install-option="--openssl=c:\\OpenSSL32bit\\bin" --install-option="--qmake=c:\\Qt\\4.7.4\\bin\\qmake.exe" + c:\env> Scripts\pip install PySide --install-option="--openssl=c:\\OpenSSL32bit\\bin" --install-option="--qmake=c:\\Qt\\4.8.2\\bin\\qmake.exe" Building PySide installer ------------------------- @@ -113,7 +112,7 @@ Building PySide installer :: - c:\> c:\Python27\python setup.py bdist_wininst --qmake=c:\Qt\4.7.4\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin + c:\> c:\Python27\python setup.py bdist_wininst --qmake=c:\Qt\4.8.2\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin Installing PySide from source on a UNIX System (Ubuntu 12.04 LTS) ================================================================= @@ -225,6 +224,23 @@ Feedback and getting involved Changes ======= +1.1.2 (2012-08-28) +------------------ + +Bug fixes +~~~~~~~~~ + +- During signal emission don't get return type after callback +- Invalidate QStandardModel::invisibleRootItem in clear() method +- QAbstractItemModel has wrong ownership policy for selectionModel() +- Improved QVector to python conversion +- Disable docstring generation if tools aren't found. +- Fixed some issues compiling PySide using VC++ +- Install the shiboken module to site-packages +- Fix compilation when there is no libxslt installed on the system. +- Set a default hash function for all ObjectTypes. +- Fix segfault calling shiboken.dump + 1.1.1 (2012-04-19) ------------------ -- cgit v1.2.3