Search found 91 matches

by dandruczyk
Fri Feb 25, 2011 8:59 pm
Forum: MegaTunix
Topic: Dave's unofficial TODO list from his favorite nitpicker
Replies: 25
Views: 44853

Re: Dave's unofficial TODO list from his favorite nitpicker

Everything is working spiffingly, but I'd like to see some usability changes, copy/paste from IRC : [17:21] <puma_numero_uno> djandruczyk: that mtx whinging is about to start :-) something i heard marcos complaining about too. incescant dialog boxes. particularly the "i've unplugged the cable&...
by dandruczyk
Fri Feb 25, 2011 8:57 pm
Forum: MegaTunix
Topic: Dave's unofficial TODO list from his favorite nitpicker
Replies: 25
Views: 44853

Re: Dave's unofficial TODO list from his favorite nitpicker

When logging, and you send a hard reset, you get a bunch of all zero log entries, this could easily be a firmware thing, just all zero until something gets done, and you are asking N times before that, Thoughts? Probably my fault/issue/feature/design. I might work on that if it is, but could also b...
by dandruczyk
Sat Feb 19, 2011 11:50 pm
Forum: OpenLogViewer
Topic: How to run OpenLogViewer from source
Replies: 8
Views: 22518

Re: How to run DataReader from source

doesn't work for me:

dave@shrapnel:~/git/DataReader$ ant run
Buildfile: build.xml

BUILD FAILED
/home/dave/git/DataReader/build.xml:14: Cannot find nbproject/profiler-build-impl.xml imported from /home/dave/git/DataReader/build.xml

Total time: 0 seconds
dave@shrapnel:~/git/DataReader$
by dandruczyk
Tue Jan 18, 2011 3:40 pm
Forum: FreeEMS Firmware Dev
Topic: Data Source File Format And Structure
Replies: 27
Views: 38989

Re: Data Source File Format And Structure

In Mtx (and I donno how any other tuning software person does it). the gui layout files (.glade) ONLY define the position and layout of the graphical elements, allowing it to be easily reworked/moved around etc, there isn't any way to "link" the controls within the .glade files to data/loc...
by dandruczyk
Sun Jan 16, 2011 6:10 pm
Forum: FreeEMS Firmware Dev
Topic: Data Source File Format And Structure
Replies: 27
Views: 38989

Re: Data Source File Format And Structure

The oracle stuff looks convoluted and ugly, I'm having a hard time making sense of it before my mind turns to goop, and I have to stop.

Fred maybe you should look into how QT does it with it's "moc" tool (meta object compiler)
by dandruczyk
Sun Jan 16, 2011 12:50 am
Forum: FreeEMS Firmware Dev
Topic: Data Source File Format And Structure
Replies: 27
Views: 38989

Re: Data Source File Format And Structure

Go and study the megatunix datamap files (Gui subdir) for the types of information neede to be bound to controls. take special note of combo boxes. I don't see what is special about them, they just look to be analogous to bit fields. They are with one important exception, in Mtx's implementation yo...
by dandruczyk
Fri Jan 14, 2011 10:48 pm
Forum: FreeEMS Firmware Dev
Topic: Data Source File Format And Structure
Replies: 27
Views: 38989

Re: Data Source File Format And Structure

Go and study the megatunix datamap files (Gui subdir) for the types of information neede to be bound to controls. take special note of combo boxes.
by dandruczyk
Fri Jan 14, 2011 3:07 pm
Forum: SECU-3 Поддержка пользователей (User Support)
Topic: Использование системы контроля версий SVN (Tortoise SVN)
Replies: 26
Views: 29797

Re: Использование системы контроля версий SVN (Tortoise SVN)

Fred convinced me to convert from CVS to git last year, and I have to say I love the change, CVS and SVN are very similar in how they work and their deficiencies, and with git all the problems wiht CVS that I had are gone. Branches and merges are 100x easier with git Accepting stuff from other users...
by dandruczyk
Thu Jan 13, 2011 10:50 pm
Forum: FreeEMS General
Topic: FreeEMS-Loader
Replies: 90
Views: 186868

Re: FreeEMS-Loader

On linux: tested on a fresh pull from seank's repo at 16:50 EST jan 13 2011 noted the following issues: Erase before load isn't checked by default, clicking connect didn't change any buttons, but did display "CLI output redirected" and "set flash type to S12XDP512. Hitting connect aga...
by dandruczyk
Thu Jan 13, 2011 9:16 pm
Forum: MegaTunix
Topic: Dave's unofficial TODO list from his favorite nitpicker
Replies: 25
Views: 44853

Re: Dave's unofficial TODO list from his favorite nitpicker

And the one you care about, which looks to be just as I suspected. (gdb) start The program being debugged has been started already. Start it from the beginning? (y or n) y Breakpoint 2 at 0x10002e008: file main.c, line 55. Starting program: /usr/local/bin/megatunix Reading symbols for shared librar...