|
|
df0c5ec545
|
slightly re-ordered the default files for mupp in the open dialog.
|
2024-12-16 07:42:14 +01:00 |
|
|
|
bb28e7258a
|
adopted for custom button handling qt5.
|
2024-12-11 14:09:45 +01:00 |
|
|
|
5d5ebde4c2
|
make the theme handling in musredit more flexible. At the same time adopted some part to more modern c++.
|
2024-12-11 14:09:11 +01:00 |
|
|
|
4c38ff131f
|
center edit widget for find. This gives a better user experience.
|
2024-12-02 20:14:23 +01:00 |
|
|
|
3004823f36
|
added jump to block feature.
|
2024-12-02 20:11:54 +01:00 |
|
|
|
a96f1b35d7
|
fixed a bug in the mupp gui refresh of a collection.
|
2024-09-21 13:10:19 +02:00 |
|
|
|
e0230196c2
|
improved dat-file reading for mupp.
|
2024-08-12 10:34:35 +02:00 |
|
|
|
a6a3d26cd2
|
added the option to write the content of the MINUIT2.OUTPUT ascii file as yaml. This extends the previous commit from Ryan M.L. McFadden.
|
2024-06-18 12:56:21 +02:00 |
|
|
|
6a7178b3a9
|
propagate only necessary root flags to TApplication.
|
2024-06-06 10:04:03 +02:00 |
|
|
|
d6cc0f3c0e
|
moved mupp examples form the mupp source destination to doc/examples.
|
2024-04-26 16:05:00 +02:00 |
|
|
|
e149f73d15
|
for macos: add /usr/local/lib to DYLD_LIBRARY_PATH for qt5. This is needed to find the nexus lib.
|
2024-03-17 09:28:45 +01:00 |
|
|
|
1b882c20b3
|
use the QProcess startDetached method and not the static one.
|
2024-02-14 12:14:53 +01:00 |
|
|
|
0760a836b4
|
start musrview as detached process: simplifies things.
|
2024-02-14 12:14:19 +01:00 |
|
|
|
17339e191d
|
updated copyright info.
|
2024-02-07 15:29:08 +01:00 |
|
|
|
0ee1d4e264
|
mupp: got rid of some left over raw pointers by replacing them through smartpointers.
|
2023-11-09 13:15:08 +01:00 |
|
|
|
e8511dbe8b
|
fixed stupid copy/paste error when switching to smart pointers in PMusrWiz.
|
2023-11-09 13:12:39 +01:00 |
|
|
|
fb8ca28ea3
|
print for debug: the ostream need explicit string not char[].
|
2023-10-25 13:49:05 +02:00 |
|
|
|
d96d1f68d5
|
increased main version to 1.9.2, libPMusr to 1.4.0, and mupp to 1.1.0.
|
2023-10-25 10:59:25 +02:00 |
|
|
|
cff7169774
|
added check for mupp script in case the data collection is not readable.
|
2023-10-25 10:59:11 +02:00 |
|
|
|
5000783198
|
(i) fix of missing status init. (ii) changed vector copy evaluation.
|
2023-10-25 10:59:00 +02:00 |
|
|
|
01567bb6f0
|
Raw -> Smart Pointers for mupp_plotter, qt5/qt6.
|
2023-10-25 10:58:50 +02:00 |
|
|
|
843770505a
|
Raw -> Smart Pointers for PVarDialog, mupp, qt5/qt6.
|
2023-10-25 10:58:41 +02:00 |
|
|
|
99492e820c
|
Raw -> Smart Pointers for mupp, qt5/qt6.
|
2023-10-25 10:58:32 +02:00 |
|
|
|
5002ed84de
|
Raw -> Smart Pointers for musrWiz, qt5.
|
2023-10-25 10:58:20 +02:00 |
|
|
|
b9d05d5fcb
|
Raw -> Smart Pointers for musrStep, qt5.
|
2023-10-25 10:58:09 +02:00 |
|
|
|
a66cd45b44
|
Raw -> Smart Pointers in PSubTextEdit, musredit, qt5.
|
2023-10-25 10:57:59 +02:00 |
|
|
|
626334e902
|
Raw -> Smart Pointers in PPrefsDialog, musredit, qt5.
|
2023-10-25 10:57:47 +02:00 |
|
|
|
4d516d659d
|
Raw -> Smart Pointers for musredit qt5.
|
2023-10-25 10:57:36 +02:00 |
|
|
|
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 |
|