Tom Eugelink

Results 79 comments of Tom Eugelink

That commit indeed has a big space increase.

Hm. I'm getting those as well. Thought it was a bug in my layout code somehow.

These are automatic modules. But I've modularized JFXtras, so doing the same for MigLayout should not be a problem. But that means we need to support a Java 9+ version....

I've created a separate branch (jpms) and started adding the module-info files; swing and javafx seem to be ok, but I'm running into troubles for swt, the native jars are...

Yes there is. The JavaFX version contains some tests showing how to do that: specify MigPane.cc as an attribute. https://github.com/mikaelgrev/miglayout/blob/master/javafx/src/test/resources/MigPaneTest8.xml On 9-7-2019 15:47, Wim Deblauwe wrote: > > Is there...

Make sure the correct version of MigPane is included. There is are two, the one in the fxml subpackage contains extentions needed to be used in fxml. On 10-7-2019 16:24,...

Would it suffice to just add a component field to period and then set that enmasse at the end of component.calculateRecurrenceSet? It cannot be added to PeriodList, because componentGroup merges...

Where did you hide the version number? Apparently master contains the 3.0.15 release, but I'm clueless where that is set. I'd like to create a pull request, but have to...

set/getTime is not the issue (atleast replacing it with clone does not solve it). What I observe is this: ... cal=2020-03-24T01:00:00Z cal=2020-03-25T01:00:00Z cal=2020-03-26T01:00:00Z cal=2020-03-27T01:00:00Z **cal=2020-03-28T01:00:00Z cal=2020-03-29T00:00:00Z cal=2020-03-29T23:00:00Z cal=2020-03-30T23:00:00Z** cal=2020-03-31T23:00:00Z cal=2020-04-01T23:00:00Z...

If the quick loop is removed and the logic is left to the candidate determining process, the same behavior is observed: candidate=2020-03-27T01:00:00Z candidate=2020-03-28T01:00:00Z candidate=2020-03-29T00:00:00Z candidate=2020-03-29T23:00:00Z candidate=2020-03-30T23:00:00Z