Skip to content

Commit e8fb323

Browse files
committed
First commit for GitHub
0 parents  commit e8fb323

File tree

130 files changed

+8717
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+8717
-0
lines changed

.gitignore

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
*.py[cod]
2+
3+
# C extensions
4+
*.so
5+
6+
# Packages
7+
*.egg
8+
*.egg-info
9+
dist
10+
build
11+
eggs
12+
parts
13+
bin
14+
var
15+
sdist
16+
develop-eggs
17+
.installed.cfg
18+
lib
19+
lib64
20+
21+
# Installer logs
22+
pip-log.txt
23+
24+
# Unit test / coverage reports
25+
.coverage
26+
.tox
27+
nosetests.xml
28+
29+
# Translations
30+
*.mo
31+
32+
# Mr Developer
33+
.mr.developer.cfg
34+
.project
35+
.pydevproject
36+
37+
# OSX files
38+
.DS_Store
39+
40+
# Sublime Text project files
41+
odm_tools_python.sublime-project
42+
odm_tools_python.sublime-workspace
43+
44+
# Subversion
45+
.svn

Gui/ODMTools.config

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
layout2|name=Table;caption=Table View;state=67373052;dir=2;layer=0;row=0;pos=0;prop=100000;bestw=677;besth=449;minw=400;minh=400;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1;notebookid=-1;transparent=255|name=Selector;caption=Series Selector;state=67373052;dir=3;layer=0;row=0;pos=0;prop=100000;bestw=919;besth=251;minw=100;minh=200;maxw=-1;maxh=-1;floatx=69;floaty=185;floatw=1582;floath=705;notebookid=-1;transparent=255|name=Script;caption=Editing a new file;state=67373054;dir=2;layer=1;row=0;pos=0;prop=96845;bestw=312;besth=219;minw=200;minh=200;maxw=-1;maxh=-1;floatx=438;floaty=271;floatw=890;floath=752;notebookid=-1;transparent=255|name=Plot;caption=Plot;state=768;dir=5;layer=0;row=0;pos=0;prop=100000;bestw=491;besth=288;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1;notebookid=-1;transparent=255|name=Console;caption=Python Console;state=67373053;dir=2;layer=1;row=0;pos=0;prop=103155;bestw=498;besth=774;minw=-1;minh=-1;maxw=-1;maxh=-1;floatx=1214;floaty=49;floatw=442;floath=930;notebookid=-1;transparent=255|dock_size(5,0,0)=493|dock_size(2,0,0)=402|dock_size(3,0,0)=221|

Gui/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)