d4f0855b19
fix git-revision.h generation: output to build tree and add missing dependencies
...
Generate git-revision.h into CMAKE_BINARY_DIR/src/ (which is in the
include path) instead of the source tree. Remove the header from
add_executable() source lists, and add missing add_dependencies on
git_revision for all Qt5/Qt6 targets.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 19:59:47 +01:00
f66c832d56
updated the copyright info.
2026-01-25 07:45:44 +01:00
8852cf21cf
add missing #include<cmath> to make some compilers happy (qt5 part).
Build and Deploy Documentation / build-and-deploy (push) Successful in 19s
2025-11-27 16:16:04 +01:00
376b4f59ba
add the errno information onto the IPC, in case of a failure.
2025-09-07 18:15:12 +02:00
7405a95c6e
removed qmake leftovers. Only cmake is used for the future. Reorganized the technical docu, for better gitea-pages integration.
2025-09-02 08:55:00 +02:00
ed6e392a53
prevent crash if no tab is present.
2025-08-19 18:09:29 +02:00
06a509a420
improved reload of msr-files in musredit after a msr2data command.
2025-07-07 10:02:14 +02:00
832a74e0b5
added a feature which brings up a error message box, if there was any issue with the msr-file when starting musrview from musredit.
2025-06-29 09:04:45 +02:00
66af890157
add new functions to musredit select.
2025-06-05 11:19:48 +02:00
005b33c379
added missing MACOSX_BUNDLE_GUI_IDENTIFIER for mupp.
2025-05-14 18:10:51 +02:00
5648757389
back ported some qt6 recent file handling.
2025-03-30 18:14:04 +02:00
e233c860d1
slight improvement in handling of the recent msr-files.
2025-03-30 15:30:46 +02:00
c230bfb1bc
updated the icon switching by adding the missing View2Dat.
2025-03-29 22:36:48 +01:00
5119b1cd13
fixed typo and added necessary update for the theme flags.
2025-03-29 21:48:23 +01:00
d937324885
improved dark theme handling on mupp for qt5.
2025-03-29 20:54:03 +01:00
d5343a0073
activate the status bar.
2025-03-25 15:35:10 +01:00
f0869935d1
add a user interface option to export data from a msr-file view (single- or multiple files).
2025-03-24 20:10:01 +01:00
9a23c4f241
fix of a copy/paste error.
2025-02-15 10:41:02 +01:00
5f7f79e46d
header of exported data adopted for easier read in with pandas.
2025-02-14 09:06:55 +01:00
4a20d805dd
updated the copyright info.
2025-01-30 11:15:42 +01:00
fd22884ce8
slightly re-ordered the default files for mupp in the open dialog.
2024-12-16 07:41:24 +01:00
3e66760c26
adopted for custom button handling qt5.
2024-12-11 14:06:32 +01:00
9f8f89db6d
make the theme handling in musredit more flexible. At the same time adopted some part to more modern c++.
2024-12-11 09:25:28 +01:00
5c3accc6ed
added jump to block feature.
2024-12-02 20:05:50 +01:00
6f8b0a2341
center edit widget for find. This gives a better user experience.
2024-12-02 17:06:02 +01:00
d1cd63dcb0
fixed a bug in the mupp gui refresh of a collection.
2024-09-21 13:02:31 +02:00
c9fc373862
improved dat-file reading for mupp.
2024-07-02 09:26:44 +02:00
64d3b6192b
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 11:16:15 +02:00
418adfde67
propagate only necessary root flags to TApplication.
2024-06-06 10:06:50 +02:00
66df43c663
moved mupp examples form the mupp source destination to doc/examples.
2024-04-26 15:54:44 +02:00
495f02c3c6
for macos: add /usr/local/lib to DYLD_LIBRARY_PATH for qt5. This is needed to find the nexus lib.
2024-03-07 12:31:32 +01:00
59dbae4a1e
use the QProcess startDetached method and not the static one.
2024-02-14 09:30:17 +01:00
74978025fb
start musrview as detached process: simplifies things.
2024-02-13 10:12:50 +01:00
79c8be54bf
update of the copyright info.
2024-02-03 19:58:11 +01:00
3c2b0322c0
mupp: got rid of some left over raw pointers by replacing them through smartpointers.
2023-11-03 07:54:52 +01:00
5b093208eb
fixed stupid copy/paste error when switching to smart pointers in PMusrWiz.
2023-10-31 18:08:31 +01:00
344a5c8ba0
print for debug: the ostream need explicit string not char[].
2023-10-25 13:47:00 +02:00
6f521668c0
increased main version to 1.9.2, libPMusr to 1.4.0, and mupp to 1.1.0.
2023-10-25 08:46:02 +02:00
02a1cb7a0c
added check for mupp script in case the data collection is not readable.
2023-10-25 08:32:13 +02:00
fdeed5dec4
(i) fix of missing status init. (ii) changed vector copy evaluation.
2023-10-24 21:09:35 +02:00
e676d3c045
Raw -> Smart Pointers for mupp_plotter, qt5/qt6.
2023-10-24 16:07:56 +02:00
9911d88889
Raw -> Smart Pointers for PVarDialog, mupp, qt5/qt6.
2023-10-24 13:08:30 +02:00
51520868f1
Raw -> Smart Pointers for mupp, qt5/qt6.
2023-10-24 12:55:26 +02:00
3d149dc6ab
Raw -> Smart Pointers for musrWiz, qt5.
2023-10-24 12:15:20 +02:00
e79322b348
Raw -> Smart Pointers for musrStep, qt5.
2023-10-24 10:17:16 +02:00
62e86f42b7
Raw -> Smart Pointers in PSubTextEdit, musredit, qt5.
2023-10-24 09:38:37 +02:00
c18ed68aa8
Raw -> Smart Pointers in PPrefsDialog, musredit, qt5.
2023-10-24 09:30:00 +02:00
e376e9a2e6
Raw -> Smart Pointers for musredit qt5.
2023-10-24 09:22:42 +02:00
1f32698b5f
try to improve the reload issue of musrT0 called via musredit - Issue #61 on bitbucket.
2023-08-30 15:41:34 +02:00
40e15218a3
add flag -c for dump_header via musredit.
2023-05-19 12:04:16 +02:00