Re: gEDA-user: wishful UI (was: New icon set and UI changes)

2010-08-23 Thread Stefan Dröge
I just read this, and had to think on the UI discussion going on here: [1]http://www.sububi.org/2010/08/18/free-interaction-design-for-your-op en-source-project/ We should also think on the smaller applications beside PCB and gschem. Im sure everyone here could name some programmes

Re: gEDA-user: wishful UI (was: New icon set and UI changes)

2010-08-04 Thread Mark Anderson
Thanks guys. I'll dive right in and see what happens. I'll keep the list up to date as I make some progress. (Ah the things I will do to avoid my Thesis. :-P ) Mark On Tue, Aug 3, 2010 at 4:24 PM, DJ Delorie d...@delorie.com wrote: Is there documentation in any form as to how to go about

gEDA-user: wishful UI (was: New icon set and UI changes)

2010-08-03 Thread John Griessen
On 08/03/2010 12:48 PM, Andrew Poelstra wrote: Would each layer group have its own mini-environment that remembers its route-style settings? When creating new route styles, would you need to choose only this layer group or all layer groups? It's just imaginary, so why not either way? Reducing

Re: gEDA-user: wishful UI (was: New icon set and UI changes)

2010-08-03 Thread Mark Anderson
Speaking of UI changes, I've been interested in developing a PCB OSX native HID layer. Is there documentation in any form as to how to go about this, or do I just need to dive into the code? Mark On Tue, Aug 3, 2010 at 3:47 PM, John Griessen j...@ecosensory.com wrote: On 08/03/2010 12:48 PM,

Re: gEDA-user: wishful UI (was: New icon set and UI changes)

2010-08-03 Thread Steven Michalske
I'd look at the open-gl hid for some insight pcb for the ipad i dream ;-) Steve On Aug 3, 2010, at 12:59 PM, Mark Anderson wrote: Speaking of UI changes, I've been interested in developing a PCB OSX native HID layer. Is there documentation in any form as to how to go about this, or do

Re: gEDA-user: wishful UI (was: New icon set and UI changes)

2010-08-03 Thread DJ Delorie
Is there documentation in any form as to how to go about this, or do I just need to dive into the code? Look at src/hid.h Start by copying the hidnogui hid to your hid (take out apply_default_hid); it has a forced crash for every hook. Run pcb, see what crashes, start there :-) My