Commit Graph

13 Commits (667c58542481eeeeb8394f01f723e0edf5dddfe7)

Author SHA1 Message Date
IceArmy 698c2619a8 Remove extra spaces in license 2011-09-23 04:40:56 -07:00
IceArmy 3b2fa1f162 Fix resource building script to work in any directory
Also fixed problem where script failed on spaces in file path
2011-09-15 21:38:29 -07:00
IceArmy 8a2b9e77df Include ChangeLog in build_binary 2011-09-06 22:47:07 -07:00
IceArmy 70fe7a4777 Don't check for multiple examples paths in build_binary anymore 2011-09-06 22:46:56 -07:00
IceArmy bd67351ab0 Fix import of version in build_binary 2011-09-06 22:40:33 -07:00
IceArmy 1f7cb51780 Convert all Qt api's to api 2 2011-09-01 16:04:23 -07:00
IceArmy 5e069ee711 Misc improvements
Changed all if not's/if's for None's to if value is None/if value is not None
Fix bug in fs where split never used os.altsep because if not always evaluated to False since there's almost always something in the list returned
Fix the fixme on fs.isAbsolute where we needed to split the Windows drive letter off
2011-08-24 14:32:29 -07:00
IceArmy f83d706f80 Made a custom console script for PyPi since the autogenerated one failed. 2011-07-03 01:36:48 -07:00
IceArmy 5ba2bb4e2f Implement cross platform way of finding the Qt4 plugins directory 2011-06-11 01:28:16 -07:00
IceArmy e32ea74eaf Properly work with any directory
Add imageformats folder and dependencies QtXml and QtSvg, to fix problem where files of type jpeg, gif, svg, .., were not supported
Copy directories examples, plugins, over on build.
Copy files README.md, LICENSE, over on build.
2011-06-10 21:17:10 -07:00
IceArmy f419a958a4 Make build_binary.py able to import no matter what 2011-06-07 09:34:07 -07:00
IceArmy 189703cffc rename setup.py (for building binaries) to build_binary.py 2011-06-06 23:09:06 -07:00
Francisco Souza 9b12ce3f89 Changed the name of package from phantom to pyphantomjs 2011-06-05 19:55:07 -03:00