From: Patrick E. <pa...@pa...> - 2004-03-23 22:02:59
|
I wanted to let people know what I'm working on and list a few opportunities that have not yet been filled. Aside from random jobs here and there, I've been working on the code for the piano window (specifically pianowin.cpp). My goal is to simplify the code and to fix any bugs that have been created by the porting process. Since trackwin.cpp and eventwin.cpp are closely related, I will be expanding my efforts to the cleanup of all three of those files. I will be working on the GUI side of things. I will continue development of tResourceDialog as needed to support different types of XML dialogs (resdlg.cpp and resdlg.h). What are some concrete opportunities to help out? 1. Fix the midi code. This may involve cleaning up the ALSA code, using PortMidi, or perhaps other options. This is one of the more complicated tasks that remains. 2. Work on porting dialogs. It's pretty easy to get started porting a dialog. I added a dialogs.txt file to the CVS that provides some info in that area. 3. Pick a window (for example, the harmony browser) and make sure that all of the keystrokes, mouse clicks, dialogs, and GUI work properly. Patrick |
From: Matt K. <ra...@ch...> - 2004-03-23 22:27:45
|
> 2. Work on porting dialogs. It's pretty easy to get started porting > a dialog. I added a dialogs.txt file to the CVS that provides some > info in that area. Patrick -- I can't find this file, and I just did a CVS update. Did you check it in? Matt |
From: Patrick E. <pa...@pa...> - 2004-03-23 22:33:58
|
Hmm, it's in the CVS now. It might not have been when I wrote the message. I've been making stupid little mistakes all day... didn't get much sleep last night. Patrick On Tuesday 23 March 2004 15:43, Matt Kelly wrote: > > 2. Work on porting dialogs. It's pretty easy to get started > > porting a dialog. I added a dialogs.txt file to the CVS that > > provides some info in that area. > > Patrick -- I can't find this file, and I just did a CVS update. > Did you check it in? > > Matt |
From: Matt K. <ra...@ch...> - 2004-03-23 22:46:12
|
Patrick, Nope, still can't see it. Here's what I did: warp>> cvs -z3 -d:pserver:ano...@cv...:/cvsroot/jazzplusplus update -d . ? config.log cvs server: Updating . cvs server: Updating bitmaps cvs server: Updating conf cvs server: Updating contrib cvs server: Updating contrib/CakeWalk-Converter cvs server: Updating contrib/borland cvs server: Updating midinetd cvs server: Updating mswin cvs server: Updating scripts cvs server: Updating song cvs server: Updating song/arpeggio cvs server: Updating song/rmg cvs server: Updating song/shuffle cvs server: Updating src cvs server: Updating src/commands cvs server: Updating src/dialogs cvs server: Updating src/gui cvs server: Updating xrc cvs server: Updating xrc/expat cvs server: Updating xrc/expat/xmlparse cvs server: Updating xrc/expat/xmltok cvs server: Updating xrc/include cvs server: Updating xrc/include/wx cvs server: Updating xrc/include/wx/xrc warp>> Looks up to date. Then, I did: warp>> find . -name "*dia*" ./src/dialogs ./src/dialogs.h ./src/dialogs.cpp ./bitmaps/dialog.bmp ./bitmaps/dialog.xpm warp>> What am I missing??? Matt > > Hmm, it's in the CVS now. It might not have been when I wrote the > message. I've been making stupid little mistakes all day... didn't > get much sleep last night. > > Patrick > > On Tuesday 23 March 2004 15:43, Matt Kelly wrote: > > > 2. Work on porting dialogs. It's pretty easy to get started > > > porting a dialog. I added a dialogs.txt file to the CVS that > > > provides some info in that area. > > > > Patrick -- I can't find this file, and I just did a CVS update. > > Did you check it in? > > > > Matt > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel > |
From: Patrick E. <pa...@pa...> - 2004-03-24 03:19:23
|
Hmm.. Go in to the jazz dir (the root dir with configure in it) and run a "cvs update -PAd". If that doesn't fix it, try checking out a new copy of the source. I just did this on my box: > mv jazz jazz2 > cvs co jazz ... snip snip ... > find jazz -name "*dia*" jazz/bitmaps/dialog.xpm jazz/dialogs.txt jazz/src/dialogs.cpp jazz/src/dialogs.h jazz/src/dialogs The bmp shouldn't be there anymore either. Looks like your copy just isn't updating nicely. Patrick |