Programming Languages: C
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-05-03
http://xtrkcad-fork.hg.sourceforge.net:8000/hgroot/xtrkcad-fork/xtrkcad-fork (read-only)
When selecting "4" as print scale in the dialog, the output is 4 times smaller than the actual layout. Therefore, the footer on the PostScript should contain the text "PrintScale 1:4" in the left lower corner. Currently it reads "PrintScale 4:1" which would be 4 times bigger than the layout (which does not make sense at all). This applies of course for all scales...
2012-05-06 18:23:46 PDT by nobody
When printing a track plan, some of the lines have unreasonable line sizes. For example the track border lines. If I divide all line width directives by 100 in the Postscript, it looks reasonable. See attachment. cat t1.3.ps | awk '$2 == "setlinewidth" {$1 = $1/100} ; {print}' > t1.3.x.ps; gv t1.3.x.ps 4.2.0alpha1 on Ubuntu 10.04 LTS Harald. You may contact me: haba (at...
2012-05-06 18:15:28 PDT by nobody
hochglanz pushed 1 commit(s) to the xtrkcad Mercurial repository of the XTrkCAD Model RR Track Planner project.
2012-05-03 02:32:58 PDT by hochglanz
A furthur symptom of this problem can be found in your CUPS error log file. You will see messages similar to [Job 218] Gutenprint detected a bad color depth (1). Output quality is degraded. Are you using psnup or non-ADSC PostScript? The output quality is certainly degraded. You are using non-ADSC PostScript.
2012-04-25 18:30:36 PDT by davef475
Printing on Linux using CUPS and the Gutenprint CUPS driver produces pages that have terrible rendering of graphics, heavily pixelated glyphs in text output. These symptoms may also appear in other combinations of print spoolers and printer drivers. Since Mac OS also uses CUPS it may also be affected. The root cause of this is the fact that XtrackCAD emits POstscript with broken DSC...
2012-04-25 13:17:19 PDT by davef475
how do you apply curved lines for a table edge? not everyone designs with just staight lines... it would be nice to have curved table edges that are consistent with te staight ones.... thanks.
2012-04-15 20:53:30 PDT by nobody
The program was operating fine until I was placing a turnout - instead of just adding the turnout, it deleted the straight track I was placing it on. After that, the data of the length of track before and after each turnout just disappeared from all the other turnouts. Then, each time I try to close the program, it says that it stopped working and abruptly closes.
2012-04-14 09:29:18 PDT by nobody
I have had exactly the same bug this morning. The only differences I can see are that my OS is Windows 7 x64. It occurred a second time and I chose not to abort the audit and the program remained running. I then saved my work again, which looked to be intact although it was unnamed, so I overwrote the original file. It wasn't until I had done this that I realised that I could have lost...
2012-03-17 01:25:50 PDT by davej61
Maybe possible add different table edges to different layers ... like there is mostly a groundplane and some different planes in the other levels.
2012-03-08 04:01:26 PST by martin1802
Note m_fischer is looking into this; it seems Sourceforge 2.0 will allow fixing this problem: https://sourceforge.net/apps/trac/sourceforge/ticket/24137.
2012-03-01 21:24:59 PST by lexicon