Skip to content

Commit cb51044

Browse files
author
kaspermarkus
committed
GPII-104: Merged in latest changes from trunk to working branch
2 parents a7977df + 2114d65 commit cb51044

File tree

7 files changed

+125
-28
lines changed

7 files changed

+125
-28
lines changed

README

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
Contains platform-specific components for Windows.
1+
Contains platform-specific components of the GPII architecture for Windows. See http://gpii.net/ for overall details of the GPII
2+
project. After checkout out using git, this project will require node.js and npm to be installed - please consult
3+
http://wiki.gpii.net/index.php/Core_(real-time)_Framework_v0.1_-_Installation_Instructions for installation instructions.
4+
5+
After this project is checked out and its prerequisites installed, a run of the Windows batch file "build.cmd" will check out
6+
GPII's universal project https://github.com/GPII/universal in a subdirectory. After this process has concluded without error,
7+
you can run the GPII personalisation system on Windows by executing start.cmd.
8+
9+
10+
11+
Note that tests and function involving the High Contrast setting will fail on all current versions of Windows (including
12+
Windows 7 SP1 and Windows 8 SP2) unless the following hotfix from Microsoft is applied: http://support.microsoft.com/kb/2516889
13+
14+
See http://issues.gpii.net/browse/GPII-49 for more details of this issue.
15+

gpii.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ fluid.require("./gpii/node_modules/spiSettingsHandler", require);
2222
gpii.config.makeConfigLoader({
2323
nodeEnv: gpii.config.getNodeEnv("fm.ps.sr.dr.mm.os.development"),
2424
configPath: gpii.config.getConfigPath() || "../node_modules/universal/gpii/configs"
25-
});
25+
});

gpii/node_modules/WindowsUtilities/WindowsUtilities.js

Lines changed: 21 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/spiSettingsHandler/README.md

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/spiSettingsHandler/src/SpiSettingsHandler.js

Lines changed: 55 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/spiSettingsHandler/test/testMouseTrails.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/spiSettingsHandler/test/testSpiSettingsHandler.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)