Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Horan c74949bd04 Rename Command::emitFinished to finish 2013-02-11 18:31:41 -05:00
Matthew Horan 6c72a99174 Serialize errors as JSON 2013-02-11 00:04:35 -05:00
Sean Geoghegan 77811ca9ba Fix memory leak of response.
Turns Response into a QObject and sets parent to the
command that emits it.

Each Command is also a child of the decorator commands,
Timeout and PageLoading commnds, so that deleting the
top level command will delete all the children.

See discussion in #430.
2012-12-14 01:46:54 -05:00
Matthew Horan b28452e8ac Emit loadStarted and pageFinished on WebPage state change
Instead of emitting loadStarted when a reply is created and pageFinished
when all pending replies have finished, emit these signals when the
corresponding WebPage events fire.
2012-12-05 21:05:11 -05:00
Joe Ferris cae5119eef Fix issues with Qt 4.8 2012-10-23 21:00:50 -04:00
Joe Ferris 9202683c22 PageLoadingCommand implements the Command interface 2012-07-08 12:05:50 -07:00
Joe Ferris 95732ad796 Split Command into more abstract Command and concrete SocketCommand 2012-07-08 12:04:30 -07:00
Joe Ferris d9b18985e1 Command to enable a more useful debug log 2012-07-08 09:01:26 -07:00
Matthew Horan 126411337e Close new windows on reset 2012-05-29 22:23:02 -04:00
Joe Ferris 4531f65dc3 Move logic to wait for pending page loads into a decorator 2012-03-23 16:51:34 -04:00