Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
2caa189
Add .gitattributes and .gitignore.
Dec 15, 2024
a4d8445
Add project files.
Dec 15, 2024
5206aba
radiobutton for instrument selection
dehoni Dec 15, 2024
96cd00a
Setting up repository
dehoni Dec 22, 2024
f817fff
Creating Table with tkintertable
dehoni Dec 23, 2024
94eb9b2
Import data from excel file into table widget
dehoni Dec 23, 2024
f1db774
create new row when pressing enter
dehoni Dec 24, 2024
8bd7001
Initiate table entry list, and constructor for data_list
dehoni Dec 26, 2024
e384f1d
import csv
dehoni Dec 26, 2024
d5f8230
show default values in gui
dehoni Dec 26, 2024
66f54ea
Fix tracking of instrument changes
dehoni Dec 27, 2024
76a6355
Fixing UnitTesting ScriptGenerator
dehoni Dec 27, 2024
cb5feea
Fixing and UnitTesting ScriptGenerator
dehoni Dec 27, 2024
264b63e
Complete GUI Table add instrument specific choices and DAE mode
dehoni Dec 30, 2024
416fae9
Fix closing App, print scripts
dehoni Dec 30, 2024
520d3fb
Clean up cs files
dehoni Dec 30, 2024
51fbf61
Connect and read settings
dehoni Dec 31, 2024
0e6d6d3
Connect changes of instrument
dehoni Dec 31, 2024
a99b732
Update SettingsPanel when instrument changes
dehoni Jan 2, 2025
af6e983
Create list of experiments from table entries
dehoni Jan 2, 2025
b777b28
runorder fixed by ordinal number instead of string
dehoni Jan 4, 2025
379d213
Geometry order defined by ordinal number instead of string
dehoni Jan 4, 2025
5e27d97
Update and saving parameters, GUI update and resetting when changing …
dehoni Jan 5, 2025
ffde962
table size changes with window
dehoni Jan 6, 2025
803972f
regular white space around elements
dehoni Jan 6, 2025
5a2a1fa
saving and opening csv from gui
dehoni Jan 6, 2025
27f07d6
Clean reset of table when loading of new data
dehoni Jan 6, 2025
9a0daf0
Setup clean new table
dehoni Jan 6, 2025
a912040
Import export table in Gui/Menu and unify naming
dehoni Jan 6, 2025
ae1cec0
Pass loaded table on to scripts by setting up data at the right places
dehoni Jan 6, 2025
4adefe5
Rescale Preview window when expanding and propagate settings to script
dehoni Jan 6, 2025
3ee175c
Load in data from table into script
dehoni Jan 7, 2025
1000c94
Create DropdownBox when SANS/TRANS wait is pressed
dehoni Jan 7, 2025
c757ff4
Add correct time choices
dehoni Jan 7, 2025
45576d4
Display estimated time
dehoni Jan 7, 2025
36a727c
Create dropdown list for background selection
dehoni Jan 8, 2025
6abecfd
Create README.md
dehoni Jan 9, 2025
ea0bbe3
Pyinstaller settings, and catching error with new commands popupmenu
dehoni Jan 15, 2025
4a758e2
Merge branch 'master' of https://github.com/dehoni/SANS_Script_GUI
dehoni Jan 15, 2025
eb0b2b8
Update README.md
dehoni Jan 15, 2025
f3622b2
Update README.md
dehoni Jan 15, 2025
a26d9b0
Changes for executable and moving settings from relative folder
dehoni Jan 15, 2025
9225bc4
Update README.md
dehoni May 13, 2025
30cc5d0
clean up test file
dehoni Aug 13, 2026
6072488
create folder Python_SANS_Script_GUI
dehoni Aug 13, 2026
a703e78
resolve merge conflict
dehoni Aug 13, 2026
2681e1d
Add project files.
Dec 15, 2024
21b2ed6
radiobutton for instrument selection
dehoni Dec 15, 2024
d404eea
Setting up repository
dehoni Dec 22, 2024
29e0cf9
Creating Table with tkintertable
dehoni Dec 23, 2024
fcbb521
Import data from excel file into table widget
dehoni Dec 23, 2024
73d7132
create new row when pressing enter
dehoni Dec 24, 2024
f1c2f91
Initiate table entry list, and constructor for data_list
dehoni Dec 26, 2024
a4a8b73
import csv
dehoni Dec 26, 2024
4e1f15a
show default values in gui
dehoni Dec 26, 2024
023e1fb
Fix tracking of instrument changes
dehoni Dec 27, 2024
25cdfc8
Fixing UnitTesting ScriptGenerator
dehoni Dec 27, 2024
d3bd49c
Fixing and UnitTesting ScriptGenerator
dehoni Dec 27, 2024
99d52c1
Complete GUI Table add instrument specific choices and DAE mode
dehoni Dec 30, 2024
bef59ba
Fix closing App, print scripts
dehoni Dec 30, 2024
338f343
Clean up cs files
dehoni Dec 30, 2024
55cf3e3
Connect and read settings
dehoni Dec 31, 2024
b30760e
Connect changes of instrument
dehoni Dec 31, 2024
ace5c42
Update SettingsPanel when instrument changes
dehoni Jan 2, 2025
ffd0d97
resolve merge conflict
dehoni Aug 13, 2026
e2efada
runorder fixed by ordinal number instead of string
dehoni Jan 4, 2025
2ecd80a
Geometry order defined by ordinal number instead of string
dehoni Jan 4, 2025
2785d4f
Update and saving parameters, GUI update and resetting when changing …
dehoni Jan 5, 2025
0ac9642
table size changes with window
dehoni Jan 6, 2025
6e64bb8
regular white space around elements
dehoni Jan 6, 2025
90299dd
saving and opening csv from gui
dehoni Jan 6, 2025
90ae557
Clean reset of table when loading of new data
dehoni Jan 6, 2025
2579444
Setup clean new table
dehoni Jan 6, 2025
44af7f8
Import export table in Gui/Menu and unify naming
dehoni Jan 6, 2025
b0d2894
Pass loaded table on to scripts by setting up data at the right places
dehoni Jan 6, 2025
f623769
Rescale Preview window when expanding and propagate settings to script
dehoni Jan 6, 2025
136b1a4
Load in data from table into script
dehoni Jan 7, 2025
500a63e
Create DropdownBox when SANS/TRANS wait is pressed
dehoni Jan 7, 2025
08a33bf
Add correct time choices
dehoni Jan 7, 2025
4fdeddb
Display estimated time
dehoni Jan 7, 2025
0026c9b
Create dropdown list for background selection
dehoni Jan 8, 2025
b84d2a7
Pyinstaller settings, and catching error with new commands popupmenu
dehoni Jan 15, 2025
6c1cb97
fix merge conflict
dehoni Aug 13, 2026
108aa0b
resolve merge conflict
dehoni Aug 13, 2026
169eb84
resolve merge conflict
dehoni Aug 13, 2026
3e92b1f
resolve merge conflict
dehoni Aug 13, 2026
2a12943
resolve merge conflict
dehoni Aug 13, 2026
5846b31
clean up test file
dehoni Aug 13, 2026
3210026
create folder Python_SANS_Script_GUI
dehoni Aug 13, 2026
debf8bd
fix merge conflicts
dehoni Aug 13, 2026
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
66 changes: 66 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,73 @@

* text=auto
*.cs text
*.sln text eol=crlf
*.vcxproj eol=crlf
*.vcproj eol=crlf
*.csproj eol=crlf
*.vdproj eol=crlf

###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain

Loading