aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * remove an old option from virtualenvChristian Tismer2014-04-301-2/+2
| | | | | | | | | | | | | | | | Reason: - new users get confused by options that are gone from official virtualenv - old users with older versions know the old options, already. Change-Id: I5c09660995cb5b45468b887dc82b68d6150a83c8
| * add dollar sign to commandsChristian Tismer2014-04-301-5/+5
| | | | | | | | Change-Id: Ief7f3eff50e199b008e655d24c256e7d00df555a
| * remove ambiguous note, because OS X contains no Qt.Christian Tismer2014-04-301-5/+0
|/ | | | Change-Id: Ic58ed0bd56fbc6c763fb48ca7aa4be760a65748d
* Merge pull request #26 from ctismer/masterRoman Lacko2014-04-301-1/+47
|\ | | | | Add a first Mac OS X installation section #25
| * Add a first Mac OS X installation sectionChristian Tismer2014-04-301-1/+47
|/ | | | Change-Id: Id78332b03d3db712b62ea065d34133d62bf1ee1b
* Add development version to sub modules version maprlacko2014-04-291-2/+8
|
* Merge pull request #24 from ctismer/masterRoman Lacko2014-04-291-0/+1
|\ | | | | add a "safe" shebang to pyside_postinstall.py
| * add a "safe" shebang to pyside_postinstall.pyChristian Tismer2014-04-281-0/+1
|/ | | | | | | This shebang works, even with DOS line endings on OSX. Without this added shebang, the niceness of having this script in the bin dir becomes really annoying under Mavericks, because it then becomes pretty hard to run the post install script explicitly.
* Add documentation linksrlacko2014-04-251-0/+3
|
* Declare Python 3.4 support in README.rstrlacko2014-04-251-2/+2
|
* Update README.rstrlacko2014-04-251-2/+2
|
* Prepare 1.2.2 release1.2.2Roman Lacko2014-04-233-17/+59
|
* Declare Ubuntu 14.04 compatibilityrlacko2014-04-221-1/+1
|
* Update setup classifiersRoman Lacko2014-04-211-6/+7
|
* Re-generate examples Qt resource files for Python 3 compatibility when ↵Roman Lacko2014-04-212-0/+35
| | | | preparing binary packages
* Prefer pip and wheel in install and build instructionsRoman Lacko2014-04-211-47/+64
|
* Update download_url to secure locationRoman Lacko2014-04-201-1/+1
|
* Fixed missing imports folder on ubuntu distRoman Lacko2014-04-191-1/+1
|
* Remove incompatible sources from binary package folder tree. This fixes ↵Roman Lacko2014-04-191-0/+8
| | | | python 3 warnings when installing packages.
* Merge pull request #22 from bjoernthiel/masterRoman Lacko2014-03-311-3/+4
|\ | | | | Enable debug build for Python 3 as well
| * Enable debug build for Python 3 as wellBjoern Thiel2014-03-311-3/+4
|/
* Added notes about windows packagesRoman Lacko2014-01-091-0/+3
|
* Update ez_setup.py to latest versionrlacko2013-12-111-49/+28
|
* Updated build dependencies on UbuntuRoman Lacko2013-12-011-1/+1
|
* Update ez_setup.py to latest versionRoman Lacko2013-11-181-1/+1
|
* Update info about supported Qt versions in READMERoman Lacko2013-11-181-1/+1
|
* Update READMERoman Lacko2013-11-181-4/+55
|
* Update build dependencies in READMERoman Lacko2013-11-161-8/+2
|
* Fixed building fake QtCore extensionrlacko2013-11-081-0/+10
|
* Update README - unify build and install instructions for Ubuntu distributionsRoman Lacko2013-11-061-117/+7
|
* Update READMERoman Lacko2013-11-061-14/+113
|
* Update ez_setup.py to latest versionrlacko2013-11-051-1/+1
|
* Added new caption about installing PySide distribution into virtual Python ↵Roman Lacko2013-10-281-0/+60
| | | | environment to README
* Update ez_setup.py to latest versionRoman Lacko2013-10-281-4/+16
|
* Merge pull request #21 from ctismer/masterRoman Lacko2013-10-193-10/+8
|\ | | | | fix setup on OS X and homebrew
| * fix a python3 postinstall glitchChristian Tismer2013-10-181-0/+3
| | | | | | | | I thought this post install bug was fixed long ago?
| * use the headers info that can be found in "qmake -query".Christian Tismer2013-10-182-10/+5
|/ | | | Since Qt has a headers variable, there is no reason for a work-around.
* Update READMERoman Lacko2013-10-141-6/+6
|
* Update READMERoman Lacko2013-10-111-11/+10
|
* Update ez_setup.py to latest versionRoman Lacko2013-10-091-13/+26
|
* Enable bogus extension module so the dist name will be generated with the ↵Roman Lacko2013-10-091-1/+1
| | | | full platform info (fix provided by R.Dunn)
* Update READMERoman Lacko2013-09-031-2/+6
|
* Code cleanupRoman Lacko2013-08-202-99/+92
|
* Add devel version to versions mapRoman Lacko2013-08-201-1/+7
|
* Update ez_setup.py to latest versionRoman Lacko2013-08-201-19/+112
|
* Update READMERoman Lacko2013-08-161-5/+5
|
* Bump PySide modules to version 1.2.11.2.1Roman Lacko2013-08-162-7/+12
|
* Minor code cleanupRoman Lacko2013-08-132-3/+3
|
* Properly initialize Windows SDK environment via SetEnv.cmd. Prefer Visual ↵Roman Lacko2013-08-052-8/+72
| | | | C++ environment script if exists (vcvars32/64.bat)
* Switched to the new setuptools (v0.9.8) which has been merged with ↵Roman Lacko2013-08-036-568/+279
| | | | Distribute again and works for Python 2 and 3 with one codebase