Commit Graph

242 Commits

Author SHA1 Message Date
IceArmy c3262dcb9b Regenerate resources 2011-09-04 22:08:00 -07:00
IceArmy bb1a6fa838 Implement copyTree in filesystem-shim 2011-09-04 22:07:17 -07:00
IceArmy a323161a56 Add HTTP Basic authentication support
Digest, and NTLM might also be supported, but is untested
2011-09-04 03:23:58 -07:00
IceArmy aaabac948c Regenerate resources 2011-09-04 02:51:26 -07:00
IceArmy b5899f9064 Added ability to use JSON config files to set command-line arguments 2011-09-04 02:46:19 -07:00
IceArmy d4fe103a66 Whoops! self.parent != self.m_parent 2011-09-04 00:04:12 -07:00
IceArmy f786a4b864 Regenerate resources 2011-09-03 23:52:57 -07:00
IceArmy 5f69a34a4f Add execjosh to webpage-shim copyrights 2011-09-03 23:52:36 -07:00
IceArmy 189db2f520 Remove unneeded fs.umask 2011-09-03 23:44:42 -07:00
IceArmy 1f90c8b9f3 Regenerate resources 2011-09-03 22:58:33 -07:00
IceArmy cb216ccc6f Update FS API
Put shims into separate js files
All tests now pass again as well
2011-09-03 22:57:01 -07:00
IceArmy 1f7cb51780 Convert all Qt api's to api 2 2011-09-01 16:04:23 -07:00
IceArmy dcc5b5d595 Stop printing README in setup.py, and rather, if they don't have it, warn user to install PyQt4. 2011-09-01 13:13:40 -07:00
IceArmy 106240aa3f Fix bug 8 where setup.py would pull in a file that needed PyQt4, even though it's not required; so it caused setup to fail for people.
Also simplified how the version system now works.
2011-09-01 13:04:28 -07:00
IceArmy cf4b459d01 Fix bug where we'd get strings that were converted incorrectly: "PyQt4.QtCore.QUrl(u'foo')" 2011-08-31 22:38:41 -07:00
IceArmy fb25ec7cd0 Simplify --cookies usage and description 2011-08-31 18:15:17 -07:00
IceArmy ff51c695b5 Clean up Encode 2011-08-31 17:46:18 -07:00
IceArmy 87a580f36a Add output-encoding and script-encoding options 2011-08-31 15:43:29 -07:00
IceArmy 3e8493973c Regenerate resources 2011-08-31 11:43:53 -07:00
IceArmy b1ba0ee118 Update bootstrap.js
Added copyrights
Allow for passing options to WebPage constructor
2011-08-31 11:43:15 -07:00
IceArmy 84f53357f4 Differentiate between _private and builtin_ 2011-08-24 17:02:34 -07:00
IceArmy 1b73d5c310 Add phantom.outputEncoding 2011-08-24 16:39:58 -07:00
IceArmy 33466c87c3 Fix bug where SafeStreamFilter couldn't decode utf-8 2011-08-24 15:40:29 -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 e6a644e3da Improve the Singleton implementation of CSConverter 2011-08-23 16:19:58 -07:00