Lode Leroy

Results 7 comments of Lode Leroy

@p4paul : could you have a look to have this (rather trivial) fix merged? I need it on my production server and now have to use a custom-build version of...

No, we do not want to "Run each Configuration Sequentially". And Yes, it's definitely indented to sync on the same changelist. "If builds are executed simultaneously, all builds will sync...

We're not using the "Perforce: Matrix Options", but the "Groovy Script Matrix Executor Strategy". Maybe to be (more) sure to be backward compatible, you could check if the "MatrixOptions" is...

(from issue gitlab-123) wood selection it would be nice to have a drop down to select the wood type, rather than to have to specify the Modulus of Elasticity, Rupture...

I'd say string angle at the nocks, angle between the string and the bow, so indeed including the angle of the recurve (purpose would be to check that it's not...

(from issue gitlag-122) it would be nice to also be able to specify the rupture and compression breakdown stress for a layer, and to have a line on the graph...

fix deprecation ``` diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 064bd3d..bfbbecb 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -138,22 +138,37 @@ MainWindow::MainWindow() if (config->mainwindow_gravity) { gtk_window_get_size(GTK_WINDOW(widget), &xpos, &ypos); + int screen_width = 0;...