Commit Graph

  • d4df69b175 Use an existing Twitter account and update name changes in new Twitter. rgieseke 2011-04-23 13:04:48 +0200
  • ef899fee17 Use spaces throughout. rgieseke 2011-04-23 13:00:00 +0200
  • 50a1aa6aac Merge branch 'master' into 1.1 Ariya Hidayat 2011-04-22 13:02:46 -0700
  • 6593a170b8 Update the ChangeLog. Ariya Hidayat 2011-04-22 11:34:31 -0700
  • 239ace5357 Add Coffeescript version of extract.js rgieseke 2011-04-22 18:07:18 +0200
  • 34081845a4 Add Coffeescript version of weather.js. rgieseke 2011-04-22 17:39:53 +0200
  • 71ef739988 Add Coffeescript version of version.js. rgieseke 2011-04-22 17:39:52 +0200
  • 0475c72cea Add Coffeescript version of useragent.js. rgieseke 2011-04-22 17:39:52 +0200
  • b2e50a26ce Add Coffeescript version of technews.js. rgieseke 2011-04-22 17:39:52 +0200
  • 5d8e00c695 Add Coffeescript version of seasonfood.js. rgieseke 2011-04-22 17:39:52 +0200
  • a486b7efa0 Add Coffeescript version of rasterize.js. rgieseke 2011-04-22 17:39:51 +0200
  • a7c8008498 Add Coffeescript version of pizza.js. rgieseke 2011-04-22 17:39:51 +0200
  • 20f278257e Add Coffeescript version of movies.js. rgieseke 2011-04-22 17:39:51 +0200
  • 13a6be70b3 Add Coffeescript version of loadspeed.js. rgieseke 2011-04-22 17:39:51 +0200
  • 99658b7f77 Add Coffeescript version of ipgeocode.js. rgieseke 2011-04-22 17:39:51 +0200
  • c5101aa3a2 Add Coffeescript version of fibo.js. rgieseke 2011-04-22 17:39:51 +0200
  • 94069c43ea Add Coffeescript version of direction.js. rgieseke 2011-04-22 17:39:51 +0200
  • fdd1eebe0a Add Coffeescript version of countdown.js. rgieseke 2011-04-22 17:39:51 +0200
  • e1317fffbb Add Coffeescript version of colorwheel.js. rgieseke 2011-04-22 17:39:51 +0200
  • 3717373bc4 Add Coffeescript version of arguments.js. rgieseke 2011-04-22 17:39:51 +0200
  • 7ee97f3bf5 Fix issue 93: build with Qt 4.5. Ariya Hidayat 2011-04-18 22:49:45 -0700
  • 391d3a42d6 Fix issue 93: build with Qt 4.6 Ariya Hidayat 2011-04-18 22:47:21 -0700
  • 710e947ac7 Fix issue 93: build with Qt 4.5. Ariya Hidayat 2011-04-18 22:49:45 -0700
  • a23a012ef9 Fix issue 93: build with Qt 4.6 Ariya Hidayat 2011-04-18 22:47:21 -0700
  • e233408300 Some extra ".gitignore" options. Ivan De Marino 2011-04-19 01:03:25 +0100
  • 4f1fbb3f81 Commented out flags for "phantomjs.pro" that can be useful to have at hand. Ivan De Marino 2011-04-19 01:04:15 +0100
  • fa0314a2f1 Some extra ".gitignore" options. Ivan De Marino 2011-04-19 01:03:25 +0100
  • b0cba41174 Merge branch 'master' of https://github.com/Roejames12/phantomjs into Roejames12-master Ariya Hidayat 2011-04-13 21:46:18 -0700
  • 799757a1af Merge remote branch 'upstream/1.1' into 1.1 IceArmy 2011-04-13 21:30:24 -0700
  • 77900675c0 Merge remote branch 'upstream/master' IceArmy 2011-04-13 19:44:04 -0700
  • f5e07481dd Mention the new text extract example. Ariya Hidayat 2011-04-13 19:37:14 -0700
  • 1a9c28af62 Fix bug with arg parser IceArmy 2011-04-13 19:35:38 -0700
  • 2deb758a3b Merge branch 'westonruter-master' Ariya Hidayat 2011-04-13 09:22:03 -0700
  • 24f013df73 Script arguments can now use --option type args ... as long as the option names don't conflict with the programs option names of course IceArmy 2011-04-13 08:12:43 -0700
  • 924eaa9cbd Only show status code if it exists IceArmy 2011-04-13 07:45:54 -0700
  • 201731325a Change reply.attribute from .toInt() to .toString() IceArmy 2011-04-13 04:12:26 -0700
  • acbc62a1a5 Added HTTP status code to debug messages in handleFinished() IceArmy 2011-04-13 04:07:53 -0700
  • 494866a769 Issue 20: JPG transparent colour is black. IceArmy 2011-04-13 02:53:26 -0700
  • 6fdc9d11f5 Allow setting clipRect to height:0, width:0, which will 'reset' the clipRect IceArmy 2011-04-13 02:08:33 -0700
  • 7b3667382b Merge branch 'master' of https://github.com/westonruter/phantomjs into westonruter-master Ariya Hidayat 2011-04-12 23:04:00 -0700
  • ffd38ad225 Adding extract-text.js example Weston Ruter 2011-04-12 22:58:26 -0700
  • 9e1241d3fb Update the ChangeLog with all the recent changes. Ariya Hidayat 2011-04-12 22:06:21 -0700
  • 2121fb4026 Added option for disk cache use IceArmy 2011-04-12 19:36:25 -0700
  • 3ca9137219 Show response URL on NetworkAccessManager's Reponse (because you can't always know what request the response came from) IceArmy 2011-04-12 18:53:23 -0700
  • 6f9f368cab Fixed issue 86 - req.url() in NetworkAccessManager createRequest() displays incorrectly IceArmy 2011-04-12 18:37:29 -0700
  • bb9624852d Merge remote branch 'upstream/master' IceArmy 2011-04-12 18:25:24 -0700
  • ccde5cc418 Cleanup imports / removed very bad "import *" IceArmy 2011-04-12 18:20:17 -0700
  • 528c2325e6 Merge branch 'jontuk-network-disk-cache' of https://github.com/jontuk/phantomjs into jontuk-jontuk-network-disk-cache Ariya Hidayat 2011-04-12 10:17:13 -0700
  • e82619df4d Removed old function declaration Jon Turner 2011-04-12 18:10:53 +0100
  • 0e1e5071fb Added option for disk cache use Jon Turner 2011-04-12 15:21:09 +0100
  • 16b55bba45 Fix URL qDebug in createRequest, which errored out if URL had an ordinal not in range(128) IceArmy 2011-04-12 03:27:56 -0700
  • 7719e12aa7 New NetworkAccessManager IceArmy 2011-04-12 01:38:19 -0700
  • 1bdd1867ff Remove some extra spacing on the header IceArmy 2011-04-12 01:37:47 -0700
  • 6c5c23a8fb Created README and INSTALL files IceArmy 2011-04-12 01:37:09 -0700
  • 42dbe9d8f2 Fixed bug in main file where QString was not defined Added message handling system Simplified userAgent system Added qDebug and qFatal messages qDebug does not display unless you specify -v or --verbose on the command line IceArmy 2011-04-12 01:34:20 -0700
  • 0bc48c7131 Fix usage message from tag:file to tag=file IceArmy 2011-04-12 01:33:15 -0700
  • af2cdf944d Refactor code into separate files IceArmy 2011-04-12 01:32:07 -0700
  • e449c4ba19 Mention the contribution guide. Ariya Hidayat 2011-04-09 23:55:09 -0700
  • c1781944c7 Remove unfinished browsermode example. Ariya Hidayat 2011-04-09 23:36:28 -0700
  • e808690fd8 Default build should not litter the output with debug messages. Ariya Hidayat 2011-04-09 23:04:01 -0700
  • 7280e6d5c6 For the moment, remove simulateMouseClick, includeJS, and loadJS. Ariya Hidayat 2011-04-09 22:39:57 -0700
  • c0ea3d8732 Preserve last year copyright. Ariya Hidayat 2011-04-09 22:37:06 -0700
  • 8ed9dc1c44 Adding forgotten Include Guards. Ivan De Marino 2011-04-09 19:49:22 +0100
  • 1f1e1d17e4 Amended a stupid mistake with Version String. Ivan De Marino 2011-04-09 19:48:58 +0100
  • be72a29c9f Propagated License Headers. Ivan De Marino 2011-04-09 18:34:04 +0100
  • 71e0612ccc Added analysis of the HTTP Reply in the NetworkAccessManager. Ivan De Marino 2011-04-08 19:28:39 +0100
  • 6ec8b3b669 New "shim" Network Access Manager, new 'browsermode' example and more. Ivan De Marino 2011-04-08 17:55:10 +0100
  • c616205620 Added a Qt Message Handler (finally). Ivan De Marino 2011-04-08 15:49:20 +0100
  • a45b8e8401 Major refactoring of the CPP code into separate classes. Ivan De Marino 2011-04-08 14:30:50 +0100
  • ce07e12c9e Merge remote branch 'upstream/master' Ivan De Marino 2011-04-07 10:19:12 +0100
  • 6e485df72a added example for waitFor function Gabor Torok 2011-04-04 15:24:50 -0700
  • 3a7aad798e Remove setObjectName as we don't need it IceArmy 2011-04-01 20:50:51 -0700
  • e0b869ab35 Regenerated resources, and compressed them IceArmy 2011-04-01 16:48:56 -0700
  • e52b422e3c Added phantom.clipRect to be able to control the dimensions of the output - There's 4 values: width, height, top, and left - You can read it by, i.e. phantom.clipRect['width'] - You can set it by, phantom.clipRect = {width: 400, height:300, ...} IceArmy 2011-04-01 13:37:12 -0700
  • 6888877aad In setClipRect, remove top and left positive only limits IceArmy 2011-04-01 13:21:35 -0700
  • 240e6a2c4a Stop trashing CPU on sleep's infinite loop IceArmy 2011-03-31 21:36:44 -0700
  • f08e4faeed Renamed some variables to get around predefined keywords IceArmy 2011-03-30 16:32:03 -0700
  • 87a337f6df Merge branch 'master' of https://github.com/wouterdebie/phantomjs into wouterdebie-master Ariya Hidayat 2011-03-30 08:13:53 -0700
  • 3efc6a5ddf General improvements IceArmy 2011-03-30 05:02:16 -0700
  • fd8fa690c4 Update usage message IceArmy 2011-03-30 00:46:21 -0700
  • 2a84536d95 Match coding style Wouter de Bie 2011-03-30 08:18:47 +0200
  • e57adfe0b6 Issue 17: Make paper size for the PDF export specifiable IceArmy 2011-03-29 22:54:07 -0700
  • 4926841be1 Specify js or coffee in usage message IceArmy 2011-03-29 22:53:23 -0700
  • affdd9b245 Don't copy buffers, but translate the QPainter instead when clipping Wouter de Bie 2011-03-29 21:01:40 +0200
  • f96d113302 Renamed clipSize() to clipRect() Wouter de Bie 2011-03-29 20:09:45 +0200
  • 7531b3311c Renamed renderSize() to clipSize() and fixed a bug Wouter de Bie 2011-03-29 20:06:12 +0200
  • 2fe2e696ee Modified phantom.renderSize() to allow top and left parameters Wouter de Bie 2011-03-29 13:30:40 +0200
  • 3e939febd4 Added phantom.renderSize() to be able to control the dimensions of the output Wouter de Bie 2011-03-29 08:39:58 +0200
  • 8ac4a7962b Separated the "usage" instructions in a text file, embedded as "resource". Ivan De Marino 2011-03-24 22:43:49 +0000
  • f86bc38bc1 Separated the "usage" instructions in a text file, embedded as "resource". Ivan De Marino 2011-03-24 22:43:49 +0000
  • 23cfad71fa Merge remote-tracking branch 'upstream/master' Ivan De Marino 2011-03-24 22:00:53 +0000
  • 2182d8e54b Add icon files for Windows and OS/2. Ariya Hidayat 2011-03-18 23:40:40 -0700
  • 1a4af0a5d0 Merge branch 'Issue_17' of https://github.com/aportale/phantomjs into aportale-Issue_17 Ariya Hidayat 2011-03-18 22:18:04 -0700
  • 62d798ddf8 Amend copyright date IceArmy 2011-03-18 14:35:23 -0700
  • fbb524e629 Issue 17: Make paper size for the PDF export specifiable Alessandro Portale 2011-03-18 10:26:45 +0100
  • 162aacdc7e Remove 2 variables from main QString() variable declaration list, as they're assigned a value not long afterward IceArmy 2011-03-17 00:16:21 -0700
  • 198c13d195 - Migrated from Qt's QFile() method of opening files to Python's open() - Speed test shows that open() is faster at the core - Fixed subtle bug where loadScript's filename identifier for the cache was not always the same (thereby not loading the cached copy) IceArmy 2011-03-16 22:24:04 -0700
  • 55c7a4f620 Change if in chooseFile to be 'if tag in tagList' instead of 'if tagList.get(tag)' Cache scripts using phantom.loadScript. Not much speed improvement, but when you're loading a coffee script, there is a huge speed improvement as the converted script is already cached and doesn't need to be re-compiled. Revert phantom.render (function is supposed to return true on success!) IceArmy 2011-03-16 17:17:51 -0700
  • ac39de6efa Remove -u option Fixed help message to show "tag:file" and not just "file" IceArmy 2011-03-16 00:53:36 -0700
  • a731e6c4d7 Added Python PhantomJS project IceArmy 2011-03-15 22:18:01 -0700