From: Pete S. <pst...@gm...> - 2008-06-12 20:23:45
|
CM = Commit Message CM>> Subject: SF.net SVN: jazzplusplus: [594] trunk/jazz/src/HelpFiles/jazz.tex CM>> Date: Tue, 10 Jun 2008 14:55:34 -0700 <snip> CM>> Log Message: CM>> ----------- CM>> Applied a patch provided by Donald B. Moore. CM>> I believe Donald submitted this on May 30. Sorry for the delay. CM>> I may have modified it a bit, but I can't remember. I trust Donald CM>> to I'm not going to go through the effort to see if I modified the CM>> patch. CM>> Donald's Changes: <snip> DM = D.B. Moore DM> One question though (as asked in a previous posting of DM> mine), relates to the images I uploaded DM> (jazzplusplus/trunk/jazz/src/HelpFiles/images/*) DM> and more specifically getting them into the manual itself. DM> DM> Tex2rtf complains ; DM> DM> Warning: could not find an inline XBM/GIF for DM> /images/qjack-stopped.png. DM> DM> The generated manual section therefore looks like ; <snip> DM> What does one do about this? DM> (I'd like to get it fixed for the next installment ;) I just fixed this. It was the leading / in the path. I simple removed it. Make sure you update. I also added the autotools files that are necessary to build and install the help along with Jazz++. HTH, Pete |
From: D.B. M. <db...@ho...> - 2008-06-13 02:45:54
|
Greets, > Subject: SF.net SVN: jazzplusplus: [598] trunk/jazz/src/HelpFiles/jazz.tex > Date: Thu, 12 Jun 2008 13:15:39 -0700 > > Revision: 598 > http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=598&view=rev > Author: pstieber > Date: 2008-06-12 13:15:36 -0700 (Thu, 12 Jun 2008) > > Log Message: > ----------- > Removed leading forward slash from image path. > > Modified Paths: > -------------- > trunk/jazz/src/HelpFiles/jazz.tex > yeah, I tried that, and here at least (with every web browser) that flunks out too. The generated html looks like this without leading slash; <img src="qjack-running.png">Figure 2.2: Main Control GUI of QJACKCTL Firefox will complain ; Firefox can't find the file at /mnt/jazzplusplus/trunk/jazz/src/HelpFiles/qjack-running.png. which is what I was finding -- for some reason, the subdir 'images' is not being considered part of the document structure/path. Regarding the changes to hookin the help system within jazz++ itself ; As of svn rev.600, when you start jazz it can't find the 'jazz.hhp' file. It will pop a file-req window asking for it's location -- I choose the 'TestInstall/usr/share/bla/bla' location of my home directory -- this proved to be the 'old' jazz.hhp file. When I checked to find out what happened, it seems the 'make install' stage is putting the entire 'HelpFiles' directory under '~/Jazz++/TestInstall/bin/' instead of where it ought to... The images are broken in the inbuilt jazz help viewer as well. Regards, Donald B _________________________________________________________________ Never miss another e-mail with Hotmail on your mobile. http://www.livelife.ninemsn.com.au/article.aspx?id=343869 |
From: D.B. M. <db...@ho...> - 2008-06-14 16:18:08
|
Subject: RE: SF.net SVN: jazzplusplus: [603] trunk/jazz/src/HelpFiles/jazz.tex Date: Sat, 14 Jun 2008 16:13:13 +0000 Greets, > > Subject: SF.net SVN: jazzplusplus: [603] trunk/jazz/src/HelpFiles/jazz.tex > Date: Sat, 14 Jun 2008 05:50:57 -0700 > > Revision: 603 > http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=603&view=rev > Author: pstieber > Date: 2008-06-14 05:50:56 -0700 (Sat, 14 Jun 2008) > > Log Message: > ----------- > Changed includegraphics statements to use scale again, now that everything else is fixed. > > Modified Paths: > -------------- > trunk/jazz/src/HelpFiles/jazz.tex > I went away reading up on tex2rtf, latex and friends, to come back and find Pete has fixed a few things I was just about to fix - thanks Pete! The images are still broken....but I've discovered this extends to all images (in the jazz help browser), not just those in the 'images' directory. This probably confirms your notion of something being wrong with the browser, seeing as firefox does display images (linked in from HelpFiles dir), whereas the jazz help browser window does not. With the jazz help browser window, the window popup complains ; "no handler found for image type" Regards, Donald B _________________________________________________________________ Are you paid what you're worth? Find out: SEEK Salary Centre http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT |
From: Pete S. <pst...@gm...> - 2008-06-14 19:17:50
|
DM = Donald B. Moore DM> I went away reading up on tex2rtf, latex and friends, DM> to come back and find Pete has fixed a few things I DM> was just about to fix - DM> thanks Pete! DM> DM> The images are still broken....but I've discovered this DM> extends to all images (in the jazz help browser), not DM> just those in the 'images' directory. This probably DM> confirms your notion of something being wrong with DM> the browser, seeing as firefox does display images DM> (linked in from HelpFiles dir), whereas the jazz help DM> browser window does not. DM> DM> With the jazz help browser window, the window popup DM> complains ; DM> "no handler found for image type" I belive I just committed a fix for that problem. Update jazz/JazzPlusPlusApplication.cpp and build. Pete |