Results 66 comments of Joel B

I can put up a PR for this this weekend (knock on wood), assuming that the correct fix is to make the code match the manual. BTW it looks like...

E.g. I think it would basically be this: https://github.com/TrenchBroom/TrenchBroom/compare/master...neogeographica:TrenchBroom:mapdirpath (plus whatever unit test)

Hey dropping back in here for a moment to say, really the only thing stopping me from a PR there was pondering what to do about unit test. There are...

I can put together a PR for that if you like. I don't know if you want to leave it on this issue or open a new one. I would...

I gave this a trial run in a Debian 11 container and hit two issues. First, the package doesn't specify xdg-utils as a dependency so I had to manually install...

Fair. I think the lack of an xdg-utils dependency is a bug in any case (although perhaps on Ubuntu it is always present?). The mkdir could be just a documentation...

On a current Linux build from tip of master, running on elementary OS (basically Ubuntu), I get a resizable window there. Has this issue gone away or is it a...

Could be different pixel scaling going on in your OS. I'm guessing that when Qt packs the components into that dialog window it sets some minimum pixel dimensions that it...

Nice to see this in the hopper! One quick observation about the current code: the justify left/right/top/bottom/center ops need to take into account the current texture scale. Also BTW, the...

Played around with this a bit more. Even at scale 1, I see some shonky behavior with the top and right "justify" buttons. I think it really needs someone more...