Commit Graph

16 Commits

Author SHA1 Message Date
Matthew Horan ae862d695b Simplify shutdown logic for Connection
* Use a QSocketNotifier listening to stdin to determine when the parent
  process has detached.
2014-07-02 12:14:16 -04:00
Joe Ferris 87418b89db Rewrite qInstallMsgHandler test in C++
* Allows tests independent of debug settings for Qt
* Allows testing behavior unreachable from Ruby
2013-11-10 16:52:01 -05:00
Joe Ferris cf2c42d27f Silence debug messages from Qt
* 99% of the messages we see are useless
* Debug output is driving OS X users nuts
2013-11-09 15:51:43 -05:00
Matthew Horan ccfbaa8eac Replace QtGui with QApplication 2013-03-11 20:35:31 -04:00
Sean Geoghegan 646eabc68d Add option to disable image loading in WebKit. 2012-05-11 14:17:00 -04:00
Joe Ferris 4ca10d29ed Switch ignore ssl from a command-line flag to a server command 2012-05-04 16:00:25 -04:00
Niklas Baumstark d348e203a8 kill HTTPS server after usage, don't pollute STDOUT 2011-10-14 16:38:43 -04:00
Andrew Wason f57b3a3d15 Make ignoring SSL errors an option.
webkit_server takes an --ignore-ssl-errors argument.
2011-10-14 16:38:07 -04:00
Hongli Lai (Phusion) 3b025e7115 Fix signal handling behavior on Ruby 1.8. 2011-08-22 09:32:08 +02:00
John Barker a8ad8b9560 Send success status message to stdout, remove comment 2011-06-30 09:29:36 +08:00
John Barker 92d731f425 Listen on a random port and send a status heading to stderr on launch, also make error message a little clearer on where it is coming from 2011-05-30 13:57:39 +08:00
Joe Ferris 13bbf204fe Fixed name 2011-02-26 15:53:03 -05:00
Joe Ferris 52e9bee48b Merged Tristan's Url and Source commands 2011-02-26 10:06:11 -05:00
Joe Ferris 3e32892e2b Refactor Connection/Command so that arguments are passed in as a single QStringList instead of in consecutive calls to argumentReceived 2011-02-25 23:29:36 -05:00
Tristan Dunn 77ff0b4fc5 Remove debugging output. 2011-02-25 17:44:16 -05:00
Joe Ferris 0745b1ee1c Initial commit 2011-02-24 23:13:11 -05:00