122 Commits

Author SHA1 Message Date
297522d6b1 updated default musredit_startup.xml file info. 2019-05-02 14:15:09 +02:00
492bb4b20e more work for dark theme under macOS. 2019-05-02 14:14:57 +02:00
d9b5e8d737 improved icon scaling. 2019-05-02 14:14:44 +02:00
ff03f46952 make toolbar icons switchable plain/dark. 2019-05-02 14:14:32 +02:00
eb0cf12766 Allow switching icon theme in musredit
Added the needed facility in the preferences which allows to switch
the icon scheme between plain and dark. This is needed for some OS
where qt doesn't provide the necessary information.
2019-05-02 14:14:11 +02:00
ed365c016e some minor improvement concerning the start of musrview for cases where the msr-file is corrupted, the data file cannot be read, etc. 2019-04-25 21:03:38 +02:00
306e555311 some minor cleanup and update of the copyright info. 2019-04-25 21:03:01 +02:00
5ab041a4f2 improve msr2data handling
It is now checked if a msr-file is already open so that the corresponding
tab is reloaded after msr2data is carried out with a file open request.
2019-04-01 10:42:27 +02:00
5bb47dc9fb Fix crash when trying to close empty tab 2019-04-01 09:09:45 +02:00
8dd8d29adc Remove automake support
Since the cmake tool chain is now stable, the automake tool chain is removed from musrfit.
This makes documentation and code less cluttered.

Conflicts:
	configure.ac
	src/Makefile.am
	src/classes/Makefile.am
	src/external/MuSR_software/Makefile.am
2019-03-08 13:53:36 +01:00
352ce48899 find theme in case default channel fail. This is ugly and eventually needs a better solution. 2019-02-14 09:41:14 +01:00
bc09ff5d8d adopted musredit.pro such that the deprecated automake get things compiled. 2019-01-22 15:01:57 +01:00
64fc455831 Add Default Search Paths via musredit preferences if previously no search paths were present
So far it was not possible to add Default Search Paths to musrfit via musredit if somebody delete all the predefined search paths. This bug is now fixed.
2018-12-17 17:38:40 +01:00
91c33fdbd1 musredit help system if neither QWebEngine nor QWebKit is found.
If neither QWebEngine nor QWebKit is found, do not generate an build
error anymore. Instead just show a default window stating that
the help system is not available due to missing Qt web libs.
2018-11-29 08:50:12 +01:00
e9e39bb8a6 get rid of cmake warnings in connection with automoc and autouic 2018-10-11 12:48:13 +02:00
412754078c switched from QTextEdit to QPlainTextEdit for efficiency reasons. Furthermore it allows to limit the block size. 2018-07-10 16:24:07 +02:00
740d64f6a5 change labels when toggling between scale and absolute value. 2018-07-04 17:05:40 +02:00
7f432cc58e adopted the technical docu, according to the new sphinx user docu.
Conflicts:
	doc/musrfit_dox.cfg
2018-07-04 12:48:17 +02:00
1c24cd659d switch the docu system from foswiki to sphinx. 2018-07-03 18:52:00 +02:00
10b23b11bb added recent files to mupp. 2018-07-03 09:37:18 +02:00
61b3eafa0b make sure that multiple instances of mupp can run simultaneously. 2018-07-02 18:56:32 +02:00
360d4ec7ae a more coherent error message handling. 2018-07-02 15:17:33 +02:00
c3368baddd adopted to the directory tree. 2018-07-02 15:17:17 +02:00
ca5cd4138a make sure that all runs have the same number of parameters. 2018-07-02 15:17:00 +02:00
feae053bbc added MODULE to root_generate_dictionary in order to get the proper name scheme. 2018-06-28 13:26:40 +02:00
206a72075b cmake: on macOS absorb mupp_plot into the mupp.app bundle. 2018-06-12 13:56:08 +02:00
fbd0371fd0 cmake fixed a destination bug on macOS. 2018-06-11 14:52:58 +02:00
b6b12322be added mupp. Currently only build with cmake. 2018-06-11 11:30:15 +02:00
cb742d7c30 adopted to macOS. 2018-06-10 15:55:12 +02:00
8c6946164c added mupp actions to musredit. 2018-06-10 14:30:21 +02:00
b0d9111039 Merge branch 'dks6' of https://git.psi.ch/nemu/musrfit into dks6 2018-06-06 07:50:16 +02:00
9871f23d7a added DKS environment variable to the process. 2018-06-06 07:49:27 +02:00
593978711e cmake: replaced debug info by a real one. 2018-06-05 09:50:01 +02:00
74c1e63570 fix include statement. 2018-06-04 15:13:56 +02:00
610aab1773 cmake: more features implemented. 2018-05-31 18:22:17 +02:00
aa2cc9ddd2 cmake: more necessary files added. Still a lot of testing needed. 2018-05-31 13:26:36 +02:00
6944ad1a8b minor fix of shortcut overload conflict. 2018-03-23 12:57:55 +01:00
4f55fcb0cf prevent confusion of similar parameter names. 2018-01-23 12:36:35 +01:00
1e2fe799c6 fixed crash when msr2data is invoked and no tab is open. 2017-11-17 16:55:13 +01:00
56637bf934 move __swap__.msr file to /Users/suter_a/.musrfit. This makes sure that it can be written even when musredit is started from a readonly destination. 2017-10-02 16:46:10 +02:00
de6275b5cf added DKS to the process variable. This makes sure that the DKS lib is always found. 2017-08-21 14:32:41 +02:00
2bc6e2a8cf small bug fix for macOS font size of musredit. 2017-05-13 15:02:40 +02:00
3840b86efc moved musredit_startup.xml.in to the qt internal resources. This is more flexible than the previous version. 2017-05-13 09:48:58 +02:00
c17924a742 moved all the xml-files into the resources. This make it much easier to handle if musrWiz is not locally installed. 2017-05-12 21:39:05 +02:00
a1c5d1d4d9 set proper action. 2017-04-24 22:42:01 +02:00
de3d4ca932 adopted for the case where both QtWebKit and QtWebEngine is installed. 2017-04-11 18:52:02 +02:00
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