Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2d5a501
Fix for first-time setup on 32bit Windows.
Marginal Aug 25, 2015
595fec9
Add 1.5/2.0 commodities.
Marginal Jan 16, 2016
3fec05c
Look for logs in Horizons and in Steam libraries.
Marginal Jan 16, 2016
37c8a9a
Make executable.
Marginal Jan 16, 2016
6dbe8a5
Suppress BeautifulSoup warning.
Marginal Jan 16, 2016
0a73c75
Fix exception when both buy & sell are poor
Marginal Jan 17, 2016
28ac44b
Tidy.
Marginal Jan 17, 2016
822365e
Tweak detection of spaces between lines and words.
Marginal Jan 17, 2016
767ed93
Skip demand & supply levels.
Marginal Jan 17, 2016
3ffb945
Fixes for user-edited commodity list.
Marginal Jan 18, 2016
a576771
Redirect errors to file only if packaged as app.
Marginal Jan 18, 2016
df0de36
Update base images and trained data for 1.5/2.0.
Marginal Jan 18, 2016
aa757b9
Move base images out of trainingdata directory.
Marginal Jan 18, 2016
ddeb540
Remove age restriction on export.
Marginal Jan 18, 2016
d177240
Store log and user files outside of executable dir
Marginal Jan 18, 2016
3d7e018
Remove dependency on pytz and tzlocal
Marginal Jan 18, 2016
cf3d89f
Further fixes for user-edited commodity list.
Marginal Jan 18, 2016
c9dd7f1
Export CSV and BPC with CRLF on Windows.
Marginal Jan 18, 2016
9ffd016
Build MSI installer package on Windows.
Marginal Jan 19, 2016
39b9ee7
Use WinSparkle for updates on Windows.
Marginal Jan 19, 2016
1542417
Hide Demand and Supply levels in the UI.
Marginal Jan 19, 2016
4b02ccb
0.8
Marginal Jan 19, 2016
fec09d3
Update build instructions for 0.8.
Marginal Jan 19, 2016
e175f7f
Regenerate translations.
Marginal Jan 20, 2016
0a6ebad
Write output and commodities with CRLF on Windows.
Marginal Jan 20, 2016
af13872
Fix loading settings in command-line program.
Marginal Jan 22, 2016
c96a449
Release 0.8.0.1
Marginal Jan 22, 2016
698ffe4
Switch appcast feed to point to GitHub.
Marginal Jan 22, 2016
8fd277c
Add 1.5/2.0 commodities to TD export.
Marginal Feb 16, 2016
6c274d6
Fix Trade Dangerous "Stock" output.
Marginal Feb 16, 2016
efc3662
Add Moissanite
Marginal Feb 16, 2016
392a975
Relax demand and supply screen areas
Marginal Feb 16, 2016
89baa37
Update issues links.
Marginal Feb 16, 2016
c339ec9
Remove old build files.
Marginal Feb 16, 2016
6e85a3f
Update German translation.
Marginal Feb 16, 2016
e53b8b4
Remove unneeded DLLs
Marginal Feb 16, 2016
367fe2b
Release 0.8.0.2
Marginal Feb 16, 2016
181acd4
Fix GitHub download URLs in appcast
Marginal Feb 16, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 4 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ $RECYCLE.BIN/
# Packages
*.egg
*.egg-info
dist/
dist.macosx/
dist.win32/
build/
eggs/
parts/
Expand All @@ -202,32 +203,12 @@ sdist/
develop-eggs/
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

#jetbrains project files
.idea
.idea/
.idea/*

#Compiled files for release
compiled

# Neural Net training/source data
nn_training_images

# pyinstaller spec
EliteOCR.spec

# file generated during build
EliteOCRcmd.py
# WinSparkle
WinSparkle.*
140 changes: 0 additions & 140 deletions BUILDING.md

This file was deleted.

6 changes: 6 additions & 0 deletions EliteOCR.VisualElementsManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<VisualElements
BackgroundColor="black"
ShowNameOnSquare150x150Logo="on"
ForegroundText="light" />
</Application>
29 changes: 29 additions & 0 deletions EliteOCR.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
<dependency>
<dependentAssembly>
<assemblyIdentity
type='win32'
name='Microsoft.VC90.CRT'
version='9.0.21022.8'
processorArchitecture='*'
publicKeyToken='1fc8b3b9a1e18e3b' />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*" />
</dependentAssembly>
</dependency>
</assembly>
28 changes: 0 additions & 28 deletions EliteOCR.pro

This file was deleted.

Loading