To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.dev.macOpen lugnet.cad.dev.mac in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / Macintosh / *770 (-20)
  Re: Bricksmith tips and techniques
 
(...) I hope you are not alarmed that someone has been snooping around in there! :) In fact, I hadn't actually tried to commit anything; frankly, I'd just left that as an exercise for anyone else who thought the colorized icons were handy (which (...) (19 years ago, 27-Feb-07, to lugnet.cad.dev.mac, lugnet.cad, FTX)
 
  Re: Bricksmith tips and techniques
 
(...) Thanks. I love to have happy users! (...) Good gosh, someone is even digging through my CVS repository! The reason you're not able to commit anything, incidentally, is because you are not listed as a Developer on my project. Anyway, if you (...) (19 years ago, 27-Feb-07, to lugnet.cad.dev.mac, lugnet.cad, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
I'm delighted to see another developer supporting the Macintosh. (...) Yeah, LDraw/Unofficial just seemed like the logical choice. That was feature that went nowhere, though. I never even documented it, because I didn't think anyone else supported (...) (19 years ago, 27-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: Bricksmith tips and techniques
 
(...) Hey, cool axes. Yes, I'm still really using ldglite. Hoever, I just got a new MacBook! Hey, I wonder if the new development tools will compile a a "fat" binary of ldglite. I'll have to look into that when I have the time. Chris (19 years ago, 25-Feb-07, to lugnet.cad.dev.mac, lugnet.cad)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) Correction to the screenshot link I just posted of LDView with a more compact Qt style: (URL) Sorry for the double post. Jim (19 years ago, 22-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) After taking another look at the list of uic3 warnings and LDView.ui, I am willing to bet that my problems with fly-through mode - and polling mode, maybe are due to QT4 differences. Both pollChanged(QAction*) and viewChangedMode(QAction*) are (...) (19 years ago, 22-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: Bricksmith tips and techniques
 
(...) I continue to use ldglite, too, primarily for its indispensable "hoser" function. Incidentally, I do have some trouble with 1.0.18 on my Intel Mac. The display doesn't seem to "update" properly except briefly after being obscured by a menu, (...) (19 years ago, 22-Feb-07, to lugnet.cad.dev.mac, lugnet.cad)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) Yeah, they have been working on it for some time, almost 3 years. I'm very eager to get rid of the old version on my website! I don't believe it works with 10.4. I'm very glad to see more Mac LDraw apps! James (19 years ago, 21-Feb-07, to lugnet.cad.dev.mac)
 
  Re: Bricksmith tips and techniques
 
(...) Yes, and I'm finally publishing another that goes into more detail today if my publishing scripts would only work... James (19 years ago, 21-Feb-07, to lugnet.cad.dev.mac, lugnet.cad)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) Hi, Travis. I've (URL) LDView 3.2> with Qt 4.2.2 using your updated code. I thought I'd share my leads on the remaining kinks before proceeding. First, how I got it to compile: I expanded libtool to /usr/bin/libtool at line 13 of Makefile.inc (...) (19 years ago, 21-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: Bricksmith tips and techniques
 
(...) Wow, you need an upgrade almost as bad as I do. I'm still using a PC with Windows 95 on it. Here's another set of axis that've been around for a while now. They're not as big, but they're labeled so you don't have to remember which color is (...) (19 years ago, 21-Feb-07, to lugnet.cad.dev.mac, lugnet.cad)
 
  Re: Bricksmith tips and techniques
 
Jim DeVona wrote: [...] Bricksmith doesn't display coordinate axes. However, (...) [...]> (...) Hey, That's cool. I still am using the same old computer, so LDGLite is the LDRAWing tool of choice for me, but never the less, that is a cool trick. (...) (19 years ago, 21-Feb-07, to lugnet.cad.dev.mac, lugnet.cad)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) I took a look at the QChar docs in both QT 3 and QT 4, and updated the failing line of code to call the unicode() function on the QChar object. This builds fine in QT 3, and should also build fine in QT 4. I haven't had a chance yet to see if (...) (19 years ago, 20-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) On my MacBook, wchart is a 4-byte type. I'm not sure about the QChar definition. I've found a class definition in /src/corelib/tools/q...ar.h/.cpp, but my C++ is weak so on first glance I'm not sure how to interpret its type compatibility. (...) (19 years ago, 20-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) I have to wonder what QChar is defined as in QT4. In QT3, it's just an integer type, as far as I can tell. The wchar_t type is just an integer type (4-byte integer in Linux, 2-byte integer in Windows, not sure about OSX). I suspect this error (...) (19 years ago, 20-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) It turns out I was wrong about the above. The back-ported QT 3.3 that Peter tracked down was the Windows version. The QT 3.3.7 that I'm using for Mac OSX is the official free version from Trolltech. (Peter compiled the QT version of LDView (...) (19 years ago, 19-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) Wow! That's great news. Indeed, I wasn't aware that an up-to-date Mac version was in the works. (...) Making it universal with no dependencies is great - that will make it easily accessible to a lot more people than if prerequisites like Boost (...) (19 years ago, 19-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
It looks similar to Jim's (with a different model), but here's a screenshot: (URL) It appears that we compiled with different versions of QT; Jim's border around the graphics area is different, as is the toolbar area. I didn't mention it in my (...) (19 years ago, 19-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
Thanks for doing that, Jim. Just as a note, the latest development code compiles and runs on Mac OS X without modification, and LDView 3.2 will have an official Mac Universal Binary version (although it might labeled as Beta). (Getting the Universal (...) (19 years ago, 19-Feb-07, to lugnet.cad.dev.mac, FTX)
 
  LDView 3.1 on Mac OS X!
 
Hi, everyone. I'm extremely pleased to announce that I've managed to compile (URL) LDView 3.1> on Mac OS X! Previously, I believe only (URL) version 1.0> was publicly available. Allow me to submit this piping-hot screenshot as evidence for your (...) (19 years ago, 19-Feb-07, to lugnet.announce, lugnet.cad.dev.mac, lugnet.cad, FTX)  


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR