Skip to content

Commit

Permalink
Merge pull request #4 from arnebp/master
Browse files Browse the repository at this point in the history
Release-v.0.9.77
  • Loading branch information
arnebp committed May 18, 2016
2 parents fe6babf + df24c0b commit f25a578
Show file tree
Hide file tree
Showing 37 changed files with 207 additions and 2,018 deletions.
169 changes: 75 additions & 94 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,46 @@
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# Build results
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/

# Visual Studo 2015 cache/options directory
.vs/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
Expand All @@ -75,9 +60,12 @@ build/
*.vssscc
.builds
*.pidb
*.log
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
Expand All @@ -91,12 +79,19 @@ ipch/
*.vsp
*.vspx

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding addin-in
.JustCode

# TeamCity is a build add-in
_TeamCity*
Expand All @@ -105,9 +100,16 @@ _TeamCity*
*.dotCover

# NCrunch
*.ncrunch*
_NCrunch_*
.*crunch*.local.xml

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

Expand All @@ -125,91 +127,70 @@ DocProject/Help/html
publish/

# Publish Web Output
*.Publish.xml
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config

# Windows Azure Build Output
csx
csx/
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
*.[Cc]ache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db
*.mdf
*.ldf

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store


#############
## Python
#############

*.py[co]

# Packages
*.egg
*.egg-info
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Installer logs
pip-log.txt
# Microsoft Fakes
FakesAssemblies/

# Unit test / coverage reports
.coverage
.tox
# Node.js Tools for Visual Studio
.ntvs_analysis.dat

#Translations
*.mo
# Visual Studio 6 build log
*.plg

#Mr Developer
.mr.developer.cfg
# Visual Studio 6 workspace options file
*.opt
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Change Log #
---

0.9.77 (2016-05-18)
---
- Removing embedded dependencies, using NuGet for 'EyeTribe WPF Tools' instead

0.9.49 (2014-12-16)
---
- CalibrationSample introduces RefreshAPIConnection public method that helps to refresh listeners when the server has been manually restarted
- Simplified the calibration runner
- Fixed potential threading issue in trackbox control
- Trackbox sample queue is dependent on framerate
- Soved UI-update issue when closing Scroll sample
- Updated C# SDK
- Minor performance improvements

0.9.40 (2014-07-30)
---
- Stability improvements for the calibration runner
- Updated C# SDK
- Minor performance improvements

0.9.35 (2014-05-20)
---
- Updated license
- Calibration result null check in the calibration sample
- Updated C# SDK
- Fixed stability issue in the calibration runner
- Calibration aborts if the Tracker is disconnected
- Minor performance improvements

0.9.27 (2014-02-12)
---
- Restyled and documented hard-coded values for device caps
- De-normalized calibration targets in calibration runner
- Setting opacity for the red background image when updating the background in TrackBox
- Fixed the halo artifacts in the gradient background for a large track box
- Reduced image size and memory consumption by using significantly smaller background images
- Calculations are kept in the background thread and UI elements are currently updated with a dispatcher timer running at 60 Hz
- Employing safe read write of shared variables between worker thread and UI thread in the TrackBox
- Introduced EyeCount enum in the calibration runner for improved readability

0.9.26 (2014-01-30)
---
- TETControls has been merged into this repository.
- The Utility class has been pruned
- Error states of the EyeTribe tracker is printed in the TrackBox
- TrackBoxHelper.cs has been integrated into the TrackBoxStatus.xaml
- Minor UI tweaks
- Improved scrolling function based on a Sigmoid
- A direction enum is used to determine the Scroll direction

0.9.21 (2013-01-08)
---
- Initial release
6 changes: 3 additions & 3 deletions Calibration/App.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<configuration>
<startup>

<supportedRuntime version="v2.0.50727"/>
</startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
</configuration>
Loading

0 comments on commit f25a578

Please sign in to comment.