269 Commits

Author SHA1 Message Date
4b3e77dcd6 try to improve the reload issue of musrT0 called via musredit - Issue #61 on bitbucket. 2023-08-31 10:38:48 +02:00
f996232033 add flag -c for dump_header via musredit. 2023-05-19 12:08:34 +02:00
c34e711f37 updated the copyright info. 2023-02-17 10:13:48 +01:00
f7bc2aab87 fixed wrong function declaration in the docu, not the code. 2023-01-30 09:50:00 +01:00
a356534e6a updated the copyright info. 2023-01-05 11:04:42 +01:00
6e55bf0f5e improved dat file read routine for mupp for the case columns are added after RUN. 2023-01-05 10:47:12 +01:00
3e534d11f7 add feature that mupp_plotter can show/hide lines between the data points. 2022-12-04 10:50:55 +01:00
b481d2c560 adopted to the newer Qt versions. 2022-11-25 10:17:09 +01:00
69ed3037de adopted to the newer boost versions. 2022-11-25 10:16:56 +01:00
e32aa61643 replaced sprintf -> snprintf throughout. 2022-11-25 10:16:20 +01:00
e6ad904fee improved export parameter list behavior. Allow multiple deliminators: ',', ';', ' ' 2022-09-02 14:42:51 +02:00
531d238fa3 fixed typo. 2022-09-02 14:42:37 +02:00
b6532ffe39 improved msr<->mlog swap dialog. 2022-09-02 13:55:34 +02:00
8f682aceca make sure that the minimum height of musrStep is not larger than the available screen resolution height. 2022-09-02 13:26:49 +02:00
d977a8cd1a move on to modernize towards modern c++. 2022-05-31 13:05:37 +02:00
980ed79fc4 do not ignore the return value of system(cmd) anymore. 2022-04-12 15:13:08 +02:00
5b94d4d302 modernized the cmake <-> Qt handling. 2021-12-01 15:42:43 +01:00
b377f0501e adopted to dks6. 2021-11-05 14:40:44 +01:00
c988f00ad8 adopted the the new dyld on macOS Monterey. 2021-11-05 14:37:24 +01:00
87bee52edb add a default y-range to the range option in the PLOT block. 2021-10-30 10:13:23 +02:00
d83b40e5f9 fixed a copy/paste error. 2021-10-30 10:12:54 +02:00
7e32600b8a allow to set the default size of musredit via the musredit_startup.xml. 2021-10-02 09:36:17 +02:00
61adf8017e fixed another git-revision.h which was forgotten. 2021-07-12 16:46:44 +02:00
ad08aa61dd some fixes on the qt5 side for a none-git project source. 2021-07-12 16:46:37 +02:00
668b4bf481 more work on the none git source version. 2021-07-12 16:46:28 +02:00
d3d55f8719 make sure that git repo info is only added if the musrfit project source is indeed a git repo, and not e.g. a download. 2021-07-12 16:46:10 +02:00
edeff3563c add mupp plotter export function. 2021-07-12 16:45:57 +02:00
aa2766bbaf add info on how musrfit is compiled Debug or Release. 2021-05-21 08:02:37 +02:00
2a531bd58d add ROOT version information for better diagnostics. 2021-04-09 16:03:04 +02:00
a7b540cfdb update of the copyright info. 2021-03-29 08:30:43 +02:00
d94d06d2c2 better version for icons under macosx. 2021-02-16 20:55:17 +01:00
e80346c472 add macOS BigSur icon to musredit. 2021-02-14 22:06:09 +01:00
1f18b4531a fix minor '=' vs '==' bug. 2020-12-26 11:54:18 +01:00
a9a61f5518 adjust to Qt 5.14.x; remove compiler warnings. 2020-12-26 10:36:07 +01:00
56917d3fec The musredit help system is using now the system default web-browser. This simplifies things, especially the qtwebengine package is not needed anymore. 2020-12-26 10:35:20 +01:00
e5404d1370 remove redundant check from musredit/fileSaveAs 2020-12-26 10:34:34 +01:00
aaa551be2b musredit: if save cannot write file, popup an error message dialog. 2020-09-10 15:07:37 +02:00
3b5060c061 musrview gets the new feature: calculate theory points only at data points.
Conflicts:
	doc/html/searchindex.js
	doc/html/setup-dks.html
	src/classes/PMusrCanvas.cpp
	src/include/PMusrCanvas.h
	src/musrview.cpp
2020-08-29 11:49:49 +02:00
8dc52a269b add DKS system variable check. 2020-07-12 11:35:50 +02:00
5c7f28aad2 musredit: check if system variables ROOTSYS and MUSRFITPATH are set, and if not popup a warning. 2020-07-12 11:29:54 +02:00
cbf3fcbb4a add another startup check which makes sure that musrfit is found by musredit. 2020-07-11 20:04:44 +02:00
d3186e07e4 replaced obsolete QXmlDefaultHandler by QXmlStreamReader in musrWiz. 2020-06-20 11:00:26 +02:00
c559529dc3 make more function available to mupp (sinh, .., asin, .., and sqrt) 2020-06-20 11:00:12 +02:00
c70e92659d replaced obsolete QXmlDefaultHandler by QXmlStreamReader in PChangeDefaultPathsDialog. 2020-06-20 10:59:25 +02:00
5e9e075133 replaced obsolete QXmlDefaultHandler by QXmlStreamReader in mupp 2020-06-20 10:59:09 +02:00
a2d7c58a97 replaced obsolete QXmlDefaultHandler by QXmlStreamReader in musredit. 2020-06-20 10:58:56 +02:00
32b4c89dae add minimum size to musredit help. 2020-06-08 18:59:19 +02:00
b319d5cab1 make some cmake/boost/compiler combinations happy. 2020-05-19 16:06:57 +02:00
4554296dde fixed some doxygen bugs in the technical docu. 2020-05-19 16:06:38 +02:00
0fa40bbc73 updated the technical documentation. 2020-05-19 16:06:27 +02:00