1416 Commits

Author SHA1 Message Date
f6741a470a slightly adopted for macOS 2017-04-11 11:36:55 +02:00
815190d316 fixed copy/paste error 2017-04-11 11:35:43 +02:00
bfbdb5af4b allow both QtWebKit and QtWebEngine since a lot of distros are not ready yet for QtWebEngine. 2017-04-11 10:38:08 +02:00
b1fce70959 replace WebKit by WebEngine. Add a musrfit help icon. For now, not everywhere the help icon will be shown in the proper theme. 2017-04-10 20:16:43 +02:00
e019efb272 slightly improved installation scheme. 2017-04-10 15:57:43 +02:00
c3cd58802a added NPP/PPC for LEM TF 2017-04-04 17:27:03 +02:00
9cad7580b7 moved musrWiz.log to /home/suter_a/.musrfit/musredit 2017-04-03 18:17:38 +02:00
f906c81448 removed unnecessary QMAKE_INSTALL_PROGRAM. 2017-04-01 17:30:25 +02:00
9374f18d54 make save as msr-file path more transparent for the user. 2017-04-01 16:12:48 +02:00
b76d88cb2a a first ugly solution to get musrWiz and musrStep started under macos. Definitely will need some improvements. 2017-03-31 21:13:04 +02:00
bfe501f6f2 some improvement towards a full functional implementation of musrWiz and musrStep under macos. 2017-03-31 18:18:14 +02:00
377c2acc02 add musrWiz to musredit_qt5 directly in musrfit. 2017-03-25 12:34:14 +01:00
f8503db8b8 Merge branch 'root6' of https://git.psi.ch/nemu/musrfit into root6 2017-03-25 10:20:40 +01:00
suter_a
2f993cffaf start to incorporate sub-projects, the first being musrStep. 2017-03-25 10:14:46 +01:00
7f16918007 Ported MuSRFit GUI to qt4. May need more debugging. 2017-03-23 17:24:19 +01:00
40c54fe195 improved handling of the dark theme. Needed since Ubuntu is not coherently dealing with it. 2017-03-09 11:34:31 +01:00
9866554574 added C++11 compiler flags. 2017-03-09 11:33:20 +01:00
5d43c1d514 fixed wrong icon name. 2017-03-02 12:49:08 +01:00
suter_a
ca61789bf3 added dark theme including the necessary icons to musredit. 2017-02-28 21:41:34 +01:00
9ba57235ad added first full musrWiz functionality. 2017-02-28 09:57:17 +01:00
bb41ce188f more work towards a full musrWiz implementation. 2017-02-27 16:59:52 +01:00
9d8c1c7606 stub for musrWiz added. 2017-02-27 09:40:53 +01:00
fa67af63b7 slightly 'nicer' musrStep icon. 2017-02-26 12:29:56 +01:00
c44ad0d6bf full implementation of musrStep functionality. 2017-02-25 15:53:02 +01:00
1709b5e4d9 removed obsolate 'template' directory from the documentation installation path. 2017-02-22 10:05:09 +01:00
fca13283e1 changed generation of git-revision.h which allows to keep it up-to-date. Aditionally git-branch info has been added. 2017-02-22 09:42:07 +01:00
cc1679144c added musrStep dummy menu. First step towards a full integration of musrStep into musredit. 2017-02-22 08:03:12 +01:00
d52b0b70a4 start with the intergration of musrWiz into musredit 2017-02-21 20:40:27 +01:00
261691c040 fixed a typo 2017-02-21 14:55:04 +01:00
07aa67a1a2 fixed a little annoying bug in the LF none-analytic integral estimate. 2017-02-21 11:28:53 +01:00
6e32f5f9c9 removed automatic default installation of startup.xml's since they needed to be edited anyway manually to be adopted to the problem under consideration. 2017-02-15 10:28:38 +01:00
a17abc952b changed default behavior. Now musredit will create a musredit_startup.xml default file at run-time if none is found. 2017-02-15 09:32:58 +01:00
bcbed139f9 instead of copying musrfit_startup.xml to the appropriate directory, create it at run-time if needed. This has the advantage that each user will automatically create its own file. 2017-02-14 15:06:10 +01:00
9a638eee0a add forgotten header-file and include path 2017-02-09 15:31:35 +01:00
ab15fa833e add git revision to the musredit about dialog. 2017-02-08 12:31:30 +01:00
5908d8791a back from __CLING__ to __CINT__ since the ROOT guys kept __CINT__ even though they are using cling?\! 2017-02-08 10:45:17 +01:00
454e6771e2 refer to the repos for the changes rather than updating ChangeLog. 2017-02-08 09:48:51 +01:00
ceb7aa6818 changed from legacy rootcint to the new rootcling ROOT dictionary generator. 2017-02-08 09:47:35 +01:00
5e28f465a4 replace all __CINT__ by __CLING__. 2017-02-07 16:08:52 +01:00
3a112cd391 only show N0 estimate dialog in chisq if fittype fits. 2017-02-06 09:19:19 +01:00
d13c6565ca only show N0 estimate dialog in chisq if fittype fits. 2017-02-06 07:19:39 +01:00
c61641efe3 Adopted PSimulateMuTransition to root6 2017-01-20 11:56:12 +01:00
a93bcb86c4 added enironment info needed for macOS. 2017-01-16 10:45:19 +01:00
77636efbb1 allow the user to change the default search data file paths from within musredit > preferences. 2017-01-14 18:19:36 +01:00
30708ff4bc fixed problem with full path-file-name. 2017-01-14 11:44:35 +01:00
ad082a8cb2 some improvement in 'recent file' and 'noname' tab handling. 2017-01-13 15:21:27 +01:00
31f47f6214 added to msr2data the flags --estimateN0 and --per-run-block-chisq. Adopted the musredit dialog accordingly. Removed the first/last option form the msr2data dialog since this is handled by the runlist. 2017-01-11 17:58:50 +01:00
238dbda037 removed outdated syntax description. 2017-01-11 17:54:56 +01:00
51a8dfd879 slight improvement in order not to cut dialog notes. 2017-01-05 11:24:28 +01:00
8a6b24cc9d Merge branch 'master' into root6 2016-12-22 17:05:36 +01:00