- 18 Jan, 2017 1 commit
-
-
Chuck Atkins authored
-
- 18 Oct, 2016 1 commit
-
-
This commit was generated automatically by running: Utilities/Scripts/clang-format.bash --tracked
-
- 20 Sep, 2016 1 commit
-
-
Ben Boeckel authored
-
- 18 Jul, 2016 1 commit
-
-
Ben Boeckel authored
It isn't necessary.
-
- 28 Jun, 2016 1 commit
-
-
Chuck Atkins authored
-
- 29 May, 2015 3 commits
-
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
- 28 May, 2015 2 commits
-
-
Utkarsh Ayachit authored
Exposing hooks from pqServerLauncher to enable writing subclasses that customize the launcher behavior.
-
Utkarsh Ayachit authored
Added a mechanism for plugins and custom applications to provide a different subclass of pqServerLauncher to use as the server-launcher.
-
- 13 Feb, 2014 1 commit
-
-
Sankhesh Jhaveri authored
Replaced all instances: QString::toAscii --> QString::toLatin1 QString::fromAscii --> QString::fromLatin1 QChar::fromAscii --> QLatin1Char Change-Id: I5107bbd7b5550ded121310314f0569246ff8bf2c
-
- 13 Dec, 2013 1 commit
-
-
Utkarsh Ayachit authored
Restoring logic to validate connect id when setting up client-server connections. The connect-id is now included in the handshake message which is used to validate the version compatibility. Also fixed assertion failure in pqCommandLineOptionsBehavior when a url was specified on command line, but the server rejected the connection due to mismatched handshake. Change-Id: I752d4237e15533e13db8ba12788dd966ef9b26d3
-
- 08 Nov, 2012 1 commit
-
-
Dave DeMarle authored
step option did nothing feature request to have delete connection on dialog take effect immediately so that pvsc files could be reloaded on top. Change-Id: Id58144a6956e63071b30d3ea0b1afa4a11adcd84
-
- 29 Feb, 2012 1 commit
-
-
Utkarsh Ayachit authored
Checkboxes and combo-boxes were not working correctly. They failed to obtain the user selected values correctly due to obvious oversight. Fixed that. Change-Id: Ida85bee1abeff8addc2b5193abcd189d0ac080db
-
- 16 Feb, 2012 1 commit
-
-
Utkarsh Ayachit authored
-
- 11 Feb, 2012 1 commit
-
-
Utkarsh Ayachit authored
The problem was due to the fact that the client launched the server process before opening the socket to accept the server connect request. This caused in error messages from the server, more often than not. Although the server would eventually connnect, it was quite misleading. Fixed that. Now pqServerLauncher opens up the port before launching the server in reverse connect mode.
-
- 10 Feb, 2012 1 commit
-
-
Utkarsh Ayachit authored
* Added missing PV_CLIENT_HOST variable. * Fixed missing environment. * Ensuring that messages from process are shown in the output-window. * Handle case where script quits after server launch. Change-Id: I6c20e178bf6b45c30d105a5977d65c88e9762cd3
-
- 14 Dec, 2011 1 commit
-
-
Utkarsh Ayachit authored
-
- 18 Nov, 2011 1 commit
-
-
Utkarsh Ayachit authored
-
- 18 Oct, 2011 1 commit
-
-
Utkarsh Ayachit authored
* Refactored server-launching code. pqServerStartup is replaced by pqServerConfiguration that better encapsulates a server configuration XML. * pqServerStartups is replaced by pqServerConfigurationCollection. * pqServerResources is replaced by pqRecentlyUsedResourcesList which better describes the role of this class. * pqServerConnectDialog is the single dialog that manages all components of connecting to a server. All different pages are shown in the same dialog in a Wizard-style. Added support to fetch server configurations and edit server configuration sources to this dialog. * pqServerLauncher encapsulates all the logic to launch a server process. It also has code to popup a dialog to obtain option values from the user. * pqServerConfigurationImporter is a new class that encapsulates the logic to import server configurations from remote URLs. This is used by pqServerConnectDialog to fetch remote configurations available.
-