ParaQ:Design: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:
* [[ParaQ:Compound_Filter_Design]]
* [[ParaQ:Compound_Filter_Design]]


==Qt Client==
==Client / Server==
* [[AsynchronousUpdates]]
* [[ParaQ:Multiview]]
* [[ParaQ:Multiview]]
* [[ParaQ:Client-Server_Connections]] - an overview of client / server connections.
* [[ParaQ:Client-Server_Connections]] - an overview of client / server connections.
* [[MultipleServerConnections]] - discusses modifications to the PSM API to support connections among multiple clients and servers.
* [[MultipleServerConnections]] - discusses modifications to the PSM API to support connections among multiple clients and servers.
* [[Server Connections]] - discusses how clients interface with the PSM to allow for server disconnects/reconnects.
* [[Server Connections]] - discusses how clients interface with the PSM to allow for server disconnects/reconnects.
==GUI==
* [[Modal Dialogs]] - how to (and how not to) implement modal dialogs in the Qt client.
* [[Modal Dialogs]] - how to (and how not to) implement modal dialogs in the Qt client.
* [[PipelineBrowser]]
* [[Remote File Browser API]] - proposed changes & additions to the current PSM API for remote file browsing.
* [[Remote File Browser API]] - proposed changes & additions to the current PSM API for remote file browsing.
* [[Screen Updates]] - a framework for handling screen updates that allows for a wide variety of update policies.
* [[Screen Updates]] - a framework for handling screen updates that allows for a wide variety of update policies.
==GUI==
* [[PipelineBrowser]]
* [[ThreadedGUI]]
* [[ThreadedGUI]]


Line 30: Line 31:


==Standards==
==Standards==
* [[CodingStandards]]
* [[CodingStandards]]


Line 38: Line 38:


==UI Design Guidelines Document==
==UI Design Guidelines Document==
* [[Media:ParaQ_UI_Design_Document.pdf|UI Design Guidelines document]]
* [[Media:ParaQ_UI_Design_Document.pdf|UI Design Guidelines document]]
* [[UI Design Literature Study]]
* [[UI Design Literature Study]]

Revision as of 18:27, 1 December 2005

Overview

This page serves as the formal gathering place for discussions, documentation, and doodling related to ParaQ design. It's the final resting place for documents that may appear other places in the site (for example, on the page for a meeting, if the document was presented at that meeting).

Initial Design

Compound Filters

Client / Server

GUI

Scripting

Standards

Testing

  • Early Testing Prototype - brief overview of the prototype testing implemented in the original "Hello, World" client.
  • Testing Design - discusses the later, agreed-upon design for testing in the ParaQ client.

UI Design Guidelines Document

Undo