Commit Graph

9 Commits

Author SHA1 Message Date
Joe Ferris e8cc0fa382
Warn when using Qt 4
We plan on removing support for Qt 4 in the next major release. This
allows us to give users a heads-up in the next minor release.
2015-04-10 13:28:14 -04:00
Matthew Horan bfbda84141 Move window change handling into WebPageManager 2012-05-29 22:23:02 -04:00
Matthew Horan 82f84fbde1 WebPageManager is no longer a singleton 2012-05-29 22:23:02 -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
James Tucker fc56a13a6b Make the server bind to localhost. We don't really want to expose it to the world, and it pops up firewall warnings if you have an app aware firewall enabled (e.g. OSX firewall). 2012-03-16 12:15:52 -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
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 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
Joe Ferris 0745b1ee1c Initial commit 2011-02-24 23:13:11 -05:00