Skip to content

Commit da746ab

Browse files
author
Teddy
authored
Merge pull request #245 from bachlab/Finalising-version-5.1.0
Finalising version 5.1.0
2 parents a67720f + aca1e22 commit da746ab

15 files changed

+13453
-948
lines changed

doc/PsPM.bib

Lines changed: 868 additions & 764 deletions
Large diffs are not rendered by default.

doc/PsPM_Developers_Guide.lyx

Lines changed: 76 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Developer's Guide
9898

9999
\begin_layout Standard
100100
\align center
101-
Version 5.0.0
101+
Version 5.1.0
102102
\end_layout
103103

104104
\begin_layout Standard
@@ -110,11 +110,7 @@ Version 5.0.0
110110

111111
\begin_layout Standard
112112
\align center
113-
114-
\size larger
115113
by the PsPM team
116-
\size default
117-
118114
\begin_inset Foot
119115
status open
120116

@@ -142,13 +138,9 @@ literal "false"
142138

143139
\begin_layout Standard
144140
\align center
145-
146-
\size larger
147141
Dominik R Bach, Giuseppe Castegnetti, Laure Ciernik, Samuel Gerster, Saurabh
148-
Khemka, Christoph Korn, Tobias Moser, Philipp C Paulus, Ivan Rojkov, Matthias
149-
Staib, Eshref Yozdemir and collaborators
150-
\size default
151-
142+
Khemka, Christoph Korn, Samuel Maxwell, Tobias Moser, Philipp C Paulus,
143+
Ivan Rojkov, Matthias Staib, Eshref Yozdemir, Dadi Zhao and collaborators
152144
\begin_inset Newline newline
153145
\end_inset
154146

@@ -5858,7 +5850,40 @@ Fieldname The fieldname of an matlabbatch GUI item is defined by the struct
58585850
After the fieldname of an item has been changed the run file (pspm_cfg_run_func
58595851
tionname.m) of the corresponding function has to be adapted as well in order
58605852
to ensure that the function call in the run file is done properly.
5861-
5853+
\end_layout
5854+
5855+
\begin_layout Subsection
5856+
Recommendations for GUI development
5857+
\end_layout
5858+
5859+
\begin_layout Subsubsection
5860+
Mlapp
5861+
\end_layout
5862+
5863+
\begin_layout Standard
5864+
Mlapp is the new format for developing GUI in Matlab.
5865+
The old GUIDE based GUI will lose support from Mathworks in a future release.
5866+
Therefore, it is recommended to move from the old GUIDE to the new Mlapp.
5867+
\end_layout
5868+
5869+
\begin_layout Standard
5870+
The .mlapp file can be created natively through the new Matlab GUI guide.
5871+
Alternatively, it can be generated by converting the classic GUIDE based
5872+
.fig file through the feature
5873+
\shape italic
5874+
migration
5875+
\shape default
5876+
.
5877+
\end_layout
5878+
5879+
\begin_layout Subsubsection
5880+
Style
5881+
\end_layout
5882+
5883+
\begin_layout Standard
5884+
The new GUI is currently using the colour #7f2534 for stylishing.
5885+
The main typeface for UI design is Verdana, which is supported in Windows,
5886+
macOS and Linux.
58625887
\end_layout
58635888

58645889
\begin_layout Section
@@ -20579,7 +20604,7 @@ List of functions
2057920604

2058020605
\begin_layout Standard
2058120606
\begin_inset Tabular
20582-
<lyxtabular version="3" rows="154" columns="4">
20607+
<lyxtabular version="3" rows="155" columns="4">
2058320608
<features islongtable="true" longtabularalignment="center">
2058420609
<column alignment="center" valignment="top">
2058520610
<column alignment="center" valignment="top" width="4cm">
@@ -25871,6 +25896,44 @@ Tobias Moser
2587125896
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2587225897
\begin_inset Text
2587325898

25899+
\begin_layout Plain Layout
25900+
pspm_scr_pp
25901+
\end_layout
25902+
25903+
\end_inset
25904+
</cell>
25905+
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25906+
\begin_inset Text
25907+
25908+
\begin_layout Plain Layout
25909+
Dadi Zhao
25910+
\end_layout
25911+
25912+
\end_inset
25913+
</cell>
25914+
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25915+
\begin_inset Text
25916+
25917+
\begin_layout Plain Layout
25918+
x
25919+
\end_layout
25920+
25921+
\end_inset
25922+
</cell>
25923+
<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25924+
\begin_inset Text
25925+
25926+
\begin_layout Plain Layout
25927+
x
25928+
\end_layout
25929+
25930+
\end_inset
25931+
</cell>
25932+
</row>
25933+
<row>
25934+
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25935+
\begin_inset Text
25936+
2587425937
\begin_layout Plain Layout
2587525938
pspm_sf_auc
2587625939
\end_layout

doc/PsPM_Developers_Guide.pdf

665 KB
Binary file not shown.

0 commit comments

Comments
 (0)