1
0
Fork 0
mirror of https://github.com/Athemis/PyDSF.git synced 2025-04-04 14:26:03 +00:00
Commit graph

45 commits

Author SHA1 Message Date
455f715e37 Fixed some code styling issues 2015-09-16 11:20:44 +02:00
1fa3c57084 Add about dialog 2015-07-13 19:38:19 +02:00
86a3fd382a Properly clear previous data before processing new data 2015-07-10 12:31:18 +02:00
ebd3343b5b Change variable names to not redeclare system variables 2015-07-10 12:30:43 +02:00
e099bd8694 Refactor Tm finding code; Fix cutoff 2015-07-10 00:50:46 +02:00
9e7fdae9bf Fix setting color range
We need the value of the two SpinBoxes...
2015-07-10 00:04:20 +02:00
e73a646e48 Remove unused imports 2015-07-09 16:09:58 +02:00
17c3b71d1f Remove unused code 2015-07-09 15:43:02 +02:00
342ed3b3d1 Populate instrument list dynamically; Fixes
Populate instrument list dynamically from a given set of instrument
objects; Fix a bug when doing mutliple analysis in a row.
2015-07-09 15:42:25 +02:00
b85c58018c Remove unused imports 2015-07-09 00:56:56 +02:00
5e275d57e5 Move Instrument specific code to class (WIP) 2015-07-09 00:49:25 +02:00
71c25f902b Overhaul of data saving 2015-07-08 17:48:27 +02:00
6a2c7f2762 Move tabbed plots in a GroupBox 2015-07-08 14:58:38 +02:00
6250864ead Fix translatability of certain strings
Strings that are built using .format() are not properely recognized.
Using workaround for now.
2015-07-08 14:58:10 +02:00
e1b0edd292 Fix loading of translations 2015-07-08 12:54:51 +02:00
750a9b7157 Fix error while processing files 2015-07-08 12:54:37 +02:00
3aa45696dc Be more precise in which Exception to catch 2015-07-08 02:24:07 +02:00
fb75cb0864 Preparing translations; Added de_DE 2015-07-08 02:13:28 +02:00
abe85f323e Prepare for translation
Made strings translatable and generated first translation template.
2015-07-08 01:30:06 +02:00
35b2920d34 Coding style; Overhaul of GUI 2015-07-08 01:04:34 +02:00
07d44ba86e Custom Navigation; Fix mouse events causing lag 2015-07-08 01:04:05 +02:00
1ef02beebb Coding style 2015-07-08 01:03:25 +02:00
ddb879e80d Revert "Add pyqtgraph as submodule"
This reverts commit f4c540a439.
2015-07-07 15:13:31 +02:00
6b651bb591 Revert "Add pyqtgraph as submodule"
This reverts commit ddb8394091.
2015-07-07 15:13:10 +02:00
ddb8394091 Add pyqtgraph as submodule 2015-07-07 15:11:52 +02:00
f4c540a439 Add pyqtgraph as submodule 2015-07-07 15:11:15 +02:00
9b1c32effe Coding style; General clean-up; Move calculations to dedicated thread 2015-07-07 15:09:49 +02:00
e1f34c094a Coding style 2015-07-07 15:09:14 +02:00
a28142fa1e Adding comments; Proper error handling 2015-07-07 14:12:06 +02:00
a5eb072d4a Clean-up; PEP8-compliance 2015-07-06 16:00:12 +02:00
fef87a6657 Start reimplementing plotting code 2015-02-10 03:19:40 +01:00
9d1e3d8fa2 Added NavigationToolbar to plots. 2015-02-08 20:02:48 +01:00
5a17c960c2 Made peak finding more robust; round to 2 digits 2015-02-08 19:12:44 +01:00
c3c172c59a Plot widget and options are resizable against each other. 2015-01-31 19:23:13 +01:00
cf75c8ee09 Embedded plots into GUI 2015-01-30 20:14:56 +01:00
926fb01502 Migrated to PyQT5; Added option to reset data list; Added progress indicator 2015-01-30 15:00:16 +01:00
6268862334 Update LICENSE 2015-01-30 03:54:51 +01:00
8314f19f0e Added MIT license 2015-01-30 03:52:47 +01:00
96b6ecb7f0 Added .gitignore 2015-01-30 03:50:28 +01:00
8c66e132be Removed eric5 project directory 2015-01-30 03:48:49 +01:00
71629e824e Delete PyDSF.e4q 2015-01-30 03:48:03 +01:00
a786280551 Create README.md 2015-01-30 03:47:34 +01:00
e22b7a1822 Removed *.pyc files 2015-01-30 03:46:48 +01:00
ff7f10438b Migrated to Python3; Switched to Peakutils for peak finding routines; CHanged behaviour of temperature cut-offs 2015-01-30 03:45:30 +01:00
41b252a3c9 First commit 2015-01-30 03:34:25 +01:00