From: KI7MT <ki...@ya...> - 2014-09-24 17:44:43
|
Hi Joe, On 9/24/2014 17:21, Joe Taylor wrote: > Bill, Greg, and all -- > > I'd say display the local copy of ":WSJT-X User Guide" in the default > web browser -- just as we do, already, with the online URL. > > And yes, go ahead with committing the lockout behavior code. > > I agree that building "rinstall" before the "package" target is not > necessary. > > Greg -- I think maybe I asked this before, but don't remember the > answer. After "build wsjtx package", the "package" directory remains > empty but wsjtx-1.4.0-rc1-win32.exe appears in the "build" directory. > Is this really what you want? I can't recall that I've ever seen > anything in the "package" directory. I just built: build wsjtx package and wsjtx-1.4.0-rc1.exe is in the package directory See Lines 205 to 209 in jtsdk-cmake.bat ------------------------- :NSIS_PKG cmake --build . --target package IF NOT EXIST %BUILDD%\%OPTION%\%WSJTXPKG% ( GOTO NSIS_BUILD_ERROR ) mv -u %BUILDD%\%OPTION%\%WSJTXPKG% %PACKAGED% GOTO FINISH_PKG ------------------------- The mv line should be putting the file in ../package, this may have been an artifact of having the wrong file name in the build scripts, %WSJTXPKG%. Try updating from Docs, then rebuild the package target, it should land in ../package 73's Greg, KI7MT > -- Joe > > On 9/24/2014 1:11 PM, Bill Somerville wrote: >> On 24/09/2014 18:00, Joe Taylor wrote: >>> Hi all, >> Hi Joe, >>> >>> Should the installation packages for wsjtx-1.4.0-rc1 include the >>> latest-and-greatest version of the WSJT-C User Guide? It's online at >>> >>> http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main.html >>> >>> Which is good, since that lets us continue to improve the manual. >>> However, for occasions when internet is not available, maybe it should >>> be installed locally as well. Perhaps even add an item such as "Local >>> User Guide" on the Help menu? >> We can certainly do that. The installer already creates a web link in >> the start menu and the programs and features entry but they are WIndows >> specific places. A local help menu item is no problem and a good idea, >> should we use a Qt window to display it (might be expensive in terms of >> installer size if we need other DLLs) or shell out to the default web >> browser. I need to check what Qt has in the way of launching a default >> web browser in a portable fashion. >>> >>> While I'm at it, nit-picking: since the manual's name is "WSJT-X User >>> Guide", we should change the Help menu item "Online User's Guide" to >>> read "Online User Guide". >> Yes. >>> >>> Bill, are you going to commit the change with a box for "Allow Tx >>> frequency changes while transmitting"? >> I was waiting for any opinions on the whole lockout behaviour stuff I >> sent you which is in front on my local commit queue, the change is made >> and committed locally here. If you are OK with the other changes I'll >> push the lot out to the repo. >>> >>> -- Joe >> 73 >> Bill >> G4WJS. >> >> ------------------------------------------------------------------------------ >> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer >> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports >> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper >> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer >> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk >> _______________________________________________ >> wsjt-devel mailing list >> wsj...@li... >> https://lists.sourceforge.net/lists/listinfo/wsjt-devel > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > _______________________________________________ > wsjt-devel mailing list > wsj...@li... > https://lists.sourceforge.net/lists/listinfo/wsjt-devel > -- 73's Greg, KI7MT |