|
e41c42d573
|
move iteration of deleting sets inside undo
|
2023-04-15 14:55:14 +02:00 |
|
|
c94231f9d9
|
add block to graphwindow to stop rescale/legend uupdates
|
2023-04-15 14:54:25 +02:00 |
|
|
99bb196e5c
|
basic FC reading is working for different script version
|
2023-04-14 19:17:05 +02:00 |
|
|
e5563d55d5
|
set graphs in fc reader
|
2023-04-14 17:58:14 +02:00 |
|
|
29518b9ea0
|
newer FC scripts are working, now older ones fail
|
2023-04-12 20:42:33 +02:00 |
|
|
3793f67951
|
rate and time in exponential function was switched
|
2023-04-12 20:01:27 +02:00 |
|
|
bc034cf4f4
|
set region flag correctly
|
2023-04-12 17:27:05 +02:00 |
|
|
3b79c571fb
|
eval expression reuses ListWidgetItems of datasets; closes #31
|
2023-04-09 20:20:37 +02:00 |
|
|
ee8ea4f2c5
|
remove epsilons from integration, now 50% faster
|
2023-04-09 19:37:22 +02:00 |
|
|
2c0cdfbd68
|
add constant to ffhs
|
2023-04-09 19:37:18 +02:00 |
|
|
767fa5f6fb
|
timer needs to be child of window
|
2023-04-09 19:37:01 +02:00 |
|
|
02f8a3bb31
|
fitting (#43)
adjustments to fit to see if fit is at least running, could help with #39
Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de>
Reviewed-on: #43
|
2023-04-08 18:37:07 +00:00 |
|
|
ffecc9c873
|
remove duplicates of keys in deletion; may help with #36
|
2023-04-08 17:16:05 +02:00 |
|
|
0ec0021727
|
appimage-starter (#42)
create program launcher;
reduced size of appimage;
download of appimages working(?)
Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de>
Reviewed-on: #42
|
2023-04-08 13:28:13 +00:00 |
|
|
6b71de8265
|
bug-fixer (#40)
fixes #32, #34, #39
Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de>
Reviewed-on: #40
|
2023-04-07 13:45:28 +00:00 |
|
|
43285b4bd5
|
added first version of a backup system (#37)
Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de>
Reviewed-on: #37
|
2023-04-05 17:50:06 +00:00 |
|
|
2fbaa94109
|
catch strange behavior of strptime in get_zsync
|
2023-04-04 16:43:14 +00:00 |
|
|
ebf3e9635d
|
Update 'src/gui_qt/lib/utils.py'
|
2023-04-04 15:49:09 +00:00 |
|
|
79befb50f1
|
Update 'src/gui_qt/lib/utils.py'
|
2023-04-04 15:41:21 +00:00 |
|
|
0adb530dc2
|
Update 'src/gui_qt/lib/utils.py'
|
2023-04-04 15:34:09 +00:00 |
|
|
d7fd8395e5
|
update zsync location
|
2023-04-02 19:44:01 +02:00 |
|
|
75f9bc84f8
|
remove typo; remove unnecessary package
|
2023-04-02 19:23:04 +02:00 |
|
|
1c98676bee
|
Merge pull request 'show sub-functions in fitresult; closes #26' (#28) from fitting into master
Reviewed-on: #28
|
2023-04-02 15:42:05 +00:00 |
|
|
8a35a5e6cb
|
show sub-functions in fitresult; closes #26
|
2023-04-02 17:40:23 +02:00 |
|
|
df9b302f9d
|
Merge pull request 'replace semicolon and commas with spaces in csv; closes #23' (#24) from csv_broken into master
Reviewed-on: #24
|
2023-03-24 10:05:43 +00:00 |
|
|
4e0ff4eddd
|
replace semicolon and commas with spaces in csv; closes #23
|
2023-03-24 11:03:50 +01:00 |
|
|
de9464ef9f
|
Update 'src/gui_qt/lib/utils.py'
|
2023-03-17 13:16:24 +00:00 |
|
|
466a63990d
|
Update 'src/gui_qt/lib/utils.py'
logger added to zsync download
|
2023-03-17 13:15:44 +00:00 |
|
|
8690cb222e
|
ignore errors due to wrong encoding in agr files (#22)
Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de>
Reviewed-on: #22
|
2023-03-16 18:49:44 +00:00 |
|
|
28c15ff565
|
extrapolate_fit (#21)
New sets with arbitrary x range can be created from fit results
Co-authored-by: Dominik Demuth <dominik.demuth@physik.tu-darmstadt.de>
Reviewed-on: #21
|
2023-03-12 19:37:10 +00:00 |
|
|
1601f1455c
|
use same value in widget and multimodel to count parameter
|
2023-03-01 19:27:03 +01:00 |
|
|
b73d6f08b8
|
asciireader.py avoid IndexError if file has no header
|
2023-03-01 19:27:03 +01:00 |
|
|
5577adabec
|
AppImage path was incorrect in upload script.
fixes #17
|
2023-02-07 07:57:56 +01:00 |
|
|
57ecff478b
|
silence curl in upload script
|
2023-02-07 01:03:05 +01:00 |
|
|
2229b2905a
|
fixes #16
|
2023-02-07 00:47:27 +01:00 |
|
|
60c93f6bc9
|
changed the repository path
|
2023-02-06 20:38:04 +01:00 |
|
|
626804783e
|
Merge remote-tracking branch 'origin/master'
|
2023-02-06 20:20:09 +01:00 |
|
|
a182d55b98
|
Add 'LICE'
|
2023-02-06 20:19:41 +01:00 |
|
|
ee2a91813c
|
Add 'LICE'
|
2023-02-06 19:13:45 +00:00 |
|
|
df8a5e5699
|
redirect issue creation to gitea
|
2023-02-04 16:15:08 +01:00 |
|
|
f67b1ba2bd
|
changed the latest zsync source to the new package destination
|
2023-02-02 21:14:38 +01:00 |
|
|
b7337c76ac
|
changed packages destination
|
2023-02-02 18:45:18 +01:00 |
|
|
1cdcaff53f
|
Merge remote-tracking branch 'origin/master'
|
2023-02-02 17:13:42 +01:00 |
|
|
fec4103608
|
look for fits without parent during save; fixes T258
|
2023-02-02 17:09:04 +01:00 |
|
|
176c355732
|
added 'latest' packages to gitea upload
|
2023-01-30 14:07:38 +01:00 |
|
|
a122bb80f4
|
fixed script permission
|
2023-01-30 12:14:24 +01:00 |
|
|
a24551e465
|
added script to upload AppImage to gitea instance
|
2023-01-30 12:08:01 +01:00 |
|
|
0eb0a4be77
|
saving removes bad characters
|
2023-01-26 19:30:39 +01:00 |
|
|
af313c7a58
|
GraceEditor now clears previously read graphs when calling; fixes T257
|
2023-01-23 18:45:42 +01:00 |
|
|
bc14b26a5f
|
logging to Updater added
|
2023-01-20 18:25:29 +01:00 |
|