You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dockermatrix.yml
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
on:
2
2
push:
3
-
# branches: '**'
3
+
branches: '**'
4
4
# branches: 'master'
5
-
branches: 'devel'
5
+
# branches: 'devel'
6
6
tags: ''# Restrict to blank tags
7
7
pull_request:
8
-
branches: 'devel'
8
+
# branches: 'devel'
9
9
10
10
jobs:
11
11
dockermatrix:
@@ -18,26 +18,27 @@ jobs:
18
18
matrix:
19
19
cfg:
20
20
#
21
-
# Still /bin/bash: ./appimagetool-828-aarch64.AppImage: cannot execute binary file: Exec format error for both configurations, need to run on a Mac vm...
21
+
# Still /bin/bash: ./appimagetool-831-aarch64.AppImage: cannot execute binary file: Exec format error for both configurations, need to run on a Mac vm...
# Still problems for macOS arm64, generated app does not run possibly due to Qt6 problems and Qt5 does not seem supported either, also mandatory code signing of apps might complicate things...
38
38
# Current workaround is to use Intel app with Rosetta...
Note that `qt5-default` package might not be always available nor mandatory. You might also have issues if you have both qt5 and qt6 installed on your system, so try to check carefully which packages you really need.
QMessageBox::information(this, "VIBes", tr("Open a figure: O or double-click\nHide a figure: H\nClose a figure: DEL\nEdit group properties: P or double-click\nRight-click on an item opens a menu with the same options"));
518
+
QMessageBox::information(this, "VIBes", tr("Open a figure: O or double-click\n"
519
+
"Hide a figure: H\n"
520
+
"Close a figure: DEL\n"
521
+
"Edit group properties: P or double-click\n"
522
+
"Right-click on an item opens a menu with the same options\n"
523
+
"Zoom in: + or Q\n"
524
+
"Zoom out: - or W\n"
525
+
"Toggle axis view: A\n"
526
+
"Change axis ticks: repeated press on X, S, Y, H\n"
0 commit comments