mecamira / dxf2gcode

Automatically exported from code.google.com/p/dxf2gcode
0 stars 0 forks source link

Status updates when loading files (e.g. progress bar) #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
describe current behaviour:

nothing is really "wrong" everything works perfectly.
When importing or processing massive DXFs (several hundred shapes) software 
appears to hang when it is just really busy.

how should it be changed?
progress bar would be awesome.

Original issue reported on code.google.com by alex.cam...@gmail.com on 14 Sep 2013 at 8:56

GoogleCodeExporter commented 9 years ago
I really like this idea, but some sort of status updates will reduce the speed 
even more...
At the moment I would say: run the big files in the no console mode - this will 
differ A LOT.

But I will take a look at it. If somebody else knows a nice idea.... Let me 
know.

Original comment by jp1...@gmail.com on 15 Sep 2013 at 9:53

GoogleCodeExporter commented 9 years ago
JP, i think you already fixed that issue right?

Original comment by christian.kohloeffel on 1 Dec 2013 at 10:41

GoogleCodeExporter commented 9 years ago
Well yes and no.
For the version on the svn I have added a wait cursor. For my own (test) 
version I have rewritten the import file as a QThread and do make use of a real 
progress bar. The only problem I still face: knowing how many actions it's 
going to perform... We don't really read this beforehand. So I still need to 
come up with some proper expectation.

Original comment by jp1...@gmail.com on 2 Dec 2013 at 12:11