Travis Cobbs
Travis Cobbs
The "Show View Info..." dialog does not support arbitrary camera positioning. This is in fact documented in LDView's help. The reason for this is that LDView doesn't support arbitrary camera...
There are a few problems. 1. I am not a graphics artist (and neither is Peter). (You can probably already tell that based on the current icons.) 2. I don't...
Part of the problem with LDView's icons is that they are small (16x16 base, 32x32 @2x). Being small has the advantage of allowing them to take up less space on...
SVGs are good in principle but often fall apart at very small sizes (like 16x16). I won't say that you can't make them work, but I will say that I...
I'm not able to reproduce the problem on my Mac using LDView 4.4.1. Are you using 4.4.1? Are you using Linux?
@pbartfai Does the Qt version not properly process all the command line arguments for command line snapshots?
@pbartfai Can you reproduce the problem using a command line similar to the one here? @jdevosMagento Not really related, but I notice you are expecting the decimal separator to be...
@pbartfai I don't understand how it can be defaulting to the system decimal separator. The setlocale man page states that "C" is the default, and we never set LC_NUMERIC to...
@pbartfai I added a setlocale call early in the startup: [https://github.com/tcobbs/ldview/commit/f89053a18735f091592489b63d192756c23cc613](https://github.com/tcobbs/ldview/commit/f89053a18735f091592489b63d192756c23cc613)
@jdevosMagento You could in theory compile from source, but doing so would likely require you to install a bunch of development packages. Also, since you already had -DefaultLatitude=0 and -DefaultLongitude=0...