[sword-devel] Problems with text rendering

2009-10-12 Thread Martin Gruner
Hi Troy, may I ask for your help with a rendering issue we are experiencing? I believe the code once came from you (simplerender.patch). It is in our OSIS filter descendant, where crossref notes are processed. code if (type == crossReference) { //note containing cross

Re: [sword-devel] Problems with text rendering

2009-10-12 Thread Troy A. Griffitts
Dear Martin, I believe the BPBible or Xiphos guys ran into this same problem a little while back. I think, after talking about it, the best solution was to simply grab a copy on the stack, near the top of your method, and let it go out of scope after the filter completes. AttributeTypeList

[sword-devel] HTTP InstallMgr

2009-10-12 Thread Troy A. Griffitts
Initial support for HTTP transport in InstallMgr is in SVN. Thanks to Nic Carter for his contribution of the HTTP directory parsing code. Adding a line into: ~/.sword/InstalMgr/InstallMgr.conf HTTPSource=CrossWire HTTP|crosswire.org|/ftpmirror/pub/sword/raw|||20091012090800 should allow

Re: [sword-devel] HTTP InstallMgr

2009-10-12 Thread Karl Kleinpaste
Troy A. Griffitts scr...@crosswire.org writes: Xiphos Team, let me know if your repo is http accessible. Sorry, no, ftp only. ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to

[sword-devel] Android SWORD

2009-10-12 Thread Troy A. Griffitts
There is now a preliminary Android NDK / Java binding available in SVN. This is very very early and should just be considered a proof of concept. There is a package available to show things working, but doesn't really do much: http://crosswire.org/~scribe/bishop.apk the JNI libsword.so should

Re: [sword-devel] HTTP InstallMgr

2009-10-12 Thread Matthew Talbert
On Mon, Oct 12, 2009 at 1:36 PM, Karl Kleinpaste k...@kleinpaste.org wrote: Troy A. Griffitts scr...@crosswire.org writes: Xiphos Team, let me know if your repo is http accessible. Sorry, no, ftp only. We do now. http://ftp.xiphos.org/sword. zips are in http://ftp.xiphos.org/sword/zip

Re: [sword-devel] HTTP InstallMgr

2009-10-12 Thread David Haslam
Matthew, Does this now also mean that we should be able to configure Bible Desktop's module installer to access the Xiphos repo? David Haslam Matthew Talbert wrote: On Mon, Oct 12, 2009 at 1:36 PM, Karl Kleinpaste k...@kleinpaste.org wrote: Troy A. Griffitts scr...@crosswire.org writes:

Re: [sword-devel] HTTP InstallMgr

2009-10-12 Thread Matthew Talbert
Matthew, Does this now also mean that we should be able to configure Bible Desktop's module installer to access the Xiphos repo? David Haslam Yes. Karl would have to verify that the zips are actually up-to-date, but knowing Karl, I suspect that is done automatically. Matthew

Re: [sword-devel] Android SWORD

2009-10-12 Thread David Overcash
Great news! I'll be getting an android phone within the month and would love to help out! Thanks for your work Troy! Cheers, David On Mon, Oct 12, 2009 at 11:46 AM, Troy A. Griffitts scr...@crosswire.orgwrote: There is now a preliminary Android NDK / Java binding available in SVN. This is

Re: [sword-devel] HTTP InstallMgr

2009-10-12 Thread David Haslam
Thanks Matthew, I just succeeded to add Xiphos as a site for BD books (modules). Host:ftp.xiphos.org Catalog Directory: /sword ZIP Directory:/sword/zip After doing so, it found 42 books available for download. Best regards, David Haslam Matthew Talbert wrote:

Re: [sword-devel] HTTP InstallMgr

2009-10-12 Thread David Haslam
Must be a bug in BD 1.6, because after I exited BD, it forgot all about the Xiphos site that I had just added! Any ideas? How can I force BD to remember that I just added a new site? David David Haslam wrote: Thanks Matthew, I just succeeded to add Xiphos as a site for BD books

[sword-devel] Final version of MacSword 2.0

2009-10-12 Thread Manfred Bergmann
I'm happy that finally MacSword 2.0 got released. This version fixes a few bugs since the last release candidate and now bundles all the SWORD command line tools so module creators on the Mac don't need to compile them (makes the download a bit larger though). Web page also has been updated

Re: [sword-devel] HTTP InstallMgr

2009-10-12 Thread Manfred Bergmann
While I like this new feature. On the other hand I have to admit I'm not very happy that there is no stable branch. It's fine to implement new features in the trunk but then a stable branch should be kept at all times. Those new features can later easily be merged. Right now, until this is

Re: [sword-devel] Final version of MacSword 2.0

2009-10-12 Thread Chris Little
Manfred Bergmann wrote: I'm happy that finally MacSword 2.0 got released. This version fixes a few bugs since the last release candidate and now bundles all the SWORD command line tools so module creators on the Mac don't need to compile them (makes the download a bit larger though). Web

[sword-devel] locales

2009-10-12 Thread Chris Little
Can someone explain our locale offerings to me? Our locales seem to be in a hodgepodge of different states and I would like to clean them up a bit. Various issues are listed below: 1) Why do we even have an en_GB locale? It is identical to the default (en) locale. 2) A number of locales

Re: [sword-devel] locales

2009-10-12 Thread Ben Morgan
On Tue, Oct 13, 2009 at 2:38 PM, Chris Little chris...@crosswire.orgwrote: 3) There are xx_abbr or xx_abbrev locales for German, French, Estonian, and Korean and an abbr locale for English. Does anyone actually use any of these as their locale? Or are they used in some other way by any front