From cathal.alexandria at gnostai.org Tue Aug 3 22:28:44 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Wed, 4 Aug 2010 03:28:44 +0100 Subject: [Alexandria-list] problems with siciliano book provider In-Reply-To: <20100730190651.3e7b6a3a@jadzia> References: <20100728164154.1492df8e@shrek> <20100730190651.3e7b6a3a@jadzia> Message-ID: <20100804032844.62df781a@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I fixed the Siciliano provider in SVN r1149. You can apply the attached patch directly to your installation if you like: cd /usr/lib/ruby/1.8 sudo patch -p2 < ~/siciliano-r1149.patch There are a few more broken providers in Alexandria 0.6.6, so I should probably fix those and put out a bugfix release. - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkxY0FwACgkQfMAUnRdb+8rgOgCfcR+hXa2GJIxzehdCSgVJmziJ iT4An0kMqszeV9bpZHdqDFgemL/QFhWk =ohEU -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: siciliano-r1149.patch Type: text/x-patch Size: 2478 bytes Desc: not available URL: From bruno.serra.guedes at gmail.com Sat Aug 7 01:02:00 2010 From: bruno.serra.guedes at gmail.com (Bruno Guedes) Date: Sat, 7 Aug 2010 06:02:00 +0100 Subject: [Alexandria-list] Exporting whole database. Message-ID: Hello. I'm trying to export my entire Alexandria collection, via File>Export. However, it seems that i can only do it one library at a time (i have quite a few), the one currently highlighted. Is there a way around this, other than copying the .alexandria folder (besides i need to convert the collection to a txt file so i can remotely search it in a shared folder)? Thanks! b -------------- next part -------------- An HTML attachment was scrubbed... URL: From cathal.alexandria at gnostai.org Sun Aug 8 17:43:16 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Sun, 8 Aug 2010 22:43:16 +0100 Subject: [Alexandria-list] Exporting whole database. In-Reply-To: References: Message-ID: <20100808224316.510bf14e@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 7 Aug 2010 06:02:00 +0100 Bruno Guedes wrote: > I'm trying to export my entire Alexandria collection, via File>Export. Create a new Smart Library which will include all books. For instance, have a single condition: Tags | does not contain | ujfioeujfjo Rename the smart library to "All", and then export that. (By the way, I've just noticed that export has some problems with cover images on books without ISBNs. I might need to look into a work-around for that). - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkxfJPQACgkQfMAUnRdb+8ohXgCfdsRUcHDjsdsWsDvKlM/TfaG0 YrsAn3df69K8l2Nv62sBokxcWyPwAs2x =HSsw -----END PGP SIGNATURE----- From kip at thevertigo.com Mon Aug 9 03:25:28 2010 From: kip at thevertigo.com (Kip Warner) Date: Mon, 09 Aug 2010 00:25:28 -0700 Subject: [Alexandria-list] Feature Request Message-ID: <1281338728.1920.41.camel@kip-laptop.lan> Hey list, I was looking through my collection in Alexandria the other day and wanted to quickly see who has what books on loan from my library. The only way to do this right now is to go through each book in the Loan category and look in its properties manually. It would be nice if the Loan category had a way to display a column in the list view mode such that it contained the name of the person it has been loaned to. Thoughts? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From cathal.alexandria at gnostai.org Mon Aug 9 22:51:12 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Tue, 10 Aug 2010 03:51:12 +0100 Subject: [Alexandria-list] Feature Request In-Reply-To: <1281338728.1920.41.camel@kip-laptop.lan> References: <1281338728.1920.41.camel@kip-laptop.lan> Message-ID: <20100810035112.0c997106@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 09 Aug 2010 00:25:28 -0700 Kip Warner wrote: > It would be nice if the Loan category had a way to display a column in > the list view mode such that it contained the name of the person it > has been loaned to. It's not too difficult to do this (partly as an exercise, I timed myself adding the feature - 45 minutes!, but the code is somewhat tangled there). A patch is attached, or you can grab the SVN version in r1151. A quick-and-dirty way to add the feature to your installation is to patch it directly: cd /usr/lib/ruby/1.8/ sudo patch -p1 < ~/loaned_to_listview.patch (Hit ENTER twice to ignore the data/glade... part of the patch) You'll need to patch the glade file to edit the setting from Alexandria (it lives in /usr/share/alexandria). Otherwise use: gconftool-2 --set /apps/alexandria/col_loaned_to_visible -t bool true - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkxgvqAACgkQfMAUnRdb+8o9YgCfRdoxBkUqfojiQ4/Y7+3mA7h9 gjoAoJu8UEu6bPU44y3YHioXqchCnCyr =g39U -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: loaned_to_listview.patch Type: text/x-patch Size: 5075 bytes Desc: not available URL: From kip at thevertigo.com Tue Aug 10 01:30:51 2010 From: kip at thevertigo.com (Kip Warner) Date: Mon, 09 Aug 2010 22:30:51 -0700 Subject: [Alexandria-list] Feature Request In-Reply-To: <20100810035112.0c997106@jadzia> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> Message-ID: <1281418251.1920.57.camel@kip-laptop.lan> On Tue, 2010-08-10 at 03:51 +0100, Cathal Mc Ginley wrote: > It's not too difficult to do this (partly as an exercise, I timed > myself adding the feature - 45 minutes!, but the code is somewhat > tangled there). A patch is attached, or you can grab the SVN version in > r1151. > > A quick-and-dirty way to add the feature to your installation is to > patch it directly: > > cd /usr/lib/ruby/1.8/ > sudo patch -p1 < ~/loaned_to_listview.patch > > (Hit ENTER twice to ignore the data/glade... part of the patch) > > You'll need to patch the glade file to edit the setting from > Alexandria (it lives in /usr/share/alexandria). Otherwise use: > gconftool-2 --set /apps/alexandria/col_loaned_to_visible -t bool true > > - C. Hey Cathal. This looks great and I really look forward to using this. The only hiccup here, after getting svn head, is that I can't build a package because there is no debian/rules available. I'm not sure where it is or how you guys build the package, but I know it must be somewhere since the website has debian packages available? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From cathal.alexandria at gnostai.org Tue Aug 10 02:34:49 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Tue, 10 Aug 2010 07:34:49 +0100 Subject: [Alexandria-list] Feature Request In-Reply-To: <1281418251.1920.57.camel@kip-laptop.lan> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> Message-ID: <20100810073449.3da42222@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 09 Aug 2010 22:30:51 -0700 Kip Warner wrote: > no debian/rules available Quite right, I never put the new debianization somewhere public. I've attached the current packaging diff. To build: cd svn/trunk/alexandria rake clobber rake rake package cd pkg patch -p0 < ~/alexandria_0.6.6-1.diff cd alexandria-0.6.6 dpkg-buildpackage cd .. sudo dpkg --install alexandria_0.6.6-1_all.deb Hope this does the trick, - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkxg8wkACgkQfMAUnRdb+8pupwCfduk/TOZ/wAVbLN2+XSMpLbSw ZngAn1ceq0Ne4yqT4OszZSbdb7ZTYvvm =ATJO -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: alexandria_0.6.6-1.diff Type: text/x-patch Size: 21274 bytes Desc: not available URL: From kip at thevertigo.com Tue Aug 10 02:41:16 2010 From: kip at thevertigo.com (Kip Warner) Date: Mon, 09 Aug 2010 23:41:16 -0700 Subject: [Alexandria-list] Feature Request In-Reply-To: <20100810073449.3da42222@jadzia> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> Message-ID: <1281422476.1920.79.camel@kip-laptop.lan> On Tue, 2010-08-10 at 07:34 +0100, Cathal Mc Ginley wrote: > > Hope this does the trick, Thanks Cathal. Patch didn't apply cleanly to head. patch -p0 < /home/kip/Desktop/alexandria_0.6.6-1.diff patching file alexandria-0.6.6/.gitignore patching file alexandria-0.6.6/.config patching file alexandria-0.6.6/bin/alexandria Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file alexandria-0.6.6/bin/alexandria.rej patching file alexandria-0.6.6/debian/control patching file alexandria-0.6.6/debian/watch patching file alexandria-0.6.6/debian/rules patching file alexandria-0.6.6/debian/alexand I've got an idea. Just forget the patch and commit it directly to svn and then I'll update at my end and build there. That way everyone else can build the package too. Thanks for your help. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From cathal.alexandria at gnostai.org Tue Aug 10 02:51:08 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Tue, 10 Aug 2010 07:51:08 +0100 Subject: [Alexandria-list] Feature Request In-Reply-To: <1281422476.1920.79.camel@kip-laptop.lan> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> <1281422476.1920.79.camel@kip-laptop.lan> Message-ID: <20100810075108.1989776f@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 09 Aug 2010 23:41:16 -0700 Kip Warner wrote: > Just forget the patch and commit it directly to svn > and then I'll update at my end and build there. That way everyone else > can build the package too. Thanks for your help. Debian packages aren't supposed to be included in the same revision control as the software itself - they're designed to be distributed as patches. If the patch won't apply cleanly, that's a bug in the debian package. The thing to do is fix the single file that has a problem (alexandria-0.6.6/bin/alexandria - it should be easy enough to ensure it looks just like your current /usr/bin/alexandria) and continue to run dpkg-buildpackage as if the patch had applied cleanly. Then, if you like, you can figure out what caused the patch to fail by examining alexandria-0.6.6/bin/alexandria.rej - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkxg9twACgkQfMAUnRdb+8pHSACeOfGck/DOlrBrlifDdergfxof 5G4AnRfz52RgQugSJy9xAU+NEp1BprlT =AfA6 -----END PGP SIGNATURE----- From kip at thevertigo.com Tue Aug 10 21:18:59 2010 From: kip at thevertigo.com (Kip Warner) Date: Tue, 10 Aug 2010 18:18:59 -0700 Subject: [Alexandria-list] Feature Request In-Reply-To: <20100810075108.1989776f@jadzia> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> <1281422476.1920.79.camel@kip-laptop.lan> <20100810075108.1989776f@jadzia> Message-ID: <1281489539.30860.1.camel@kip-laptop.lan> On Tue, 2010-08-10 at 07:51 +0100, Cathal Mc Ginley wrote: > Debian packages aren't supposed to be included in the same revision > control as the software itself - they're designed to be distributed as > patches. If the patch won't apply cleanly, that's a bug in the debian > package. Sorry, I didn't mean the pre-compiled package. I meant the debian/{rules,changelog, etc.}. Then I can just compile and build the package at my end. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From cathal.alexandria at gnostai.org Tue Aug 10 23:19:30 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Wed, 11 Aug 2010 04:19:30 +0100 Subject: [Alexandria-list] Feature Request In-Reply-To: <1281489539.30860.1.camel@kip-laptop.lan> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> <1281422476.1920.79.camel@kip-laptop.lan> <20100810075108.1989776f@jadzia> <1281489539.30860.1.camel@kip-laptop.lan> Message-ID: <20100811041930.0035d56a@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 10 Aug 2010 18:18:59 -0700 Kip Warner wrote: > Sorry, I didn't mean the pre-compiled package. I meant the > debian/{rules,changelog, etc.}. Then I can just compile and build the > package at my end. The debian/ directory (and any other patches which need to be made to the source to make it behave well on a Debian system) are known as the "package" or "packaging". When beginning to create deb files for Alexandria, I made a bunch of incorrect assumptions as to the correct way of doing things, in particular thinking that the things Debian Maintainers produced were deb files. In fact, they work to create "packages" - descriptions and rules to create deb files - which are distributed as patches, to be applied to each new source release, and which in turn are built into deb files. The debian/ directory does not belong in the same SVN space as the alexandria source. The patch only failed on one file, so you can recover the process by fixing that file manually, or like this: cp /usr/bin/alexandria alexandria-0.6.6/bin cd alexandria-0.6.6 dpkg-buildpackage Why not send me the patch-rejected file: alexandria-0.6.6/bin/alexandria.rej and I'll try to see what the problem was. - Cathal. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkxiFsIACgkQfMAUnRdb+8oxNACgu2YXX8rT+B0GYQzrbDPk2sCo c+QAn37iHEMEB9wXHo/pirA62aqn34g6 =RGxj -----END PGP SIGNATURE----- From kip at thevertigo.com Tue Aug 10 23:51:50 2010 From: kip at thevertigo.com (Kip Warner) Date: Tue, 10 Aug 2010 20:51:50 -0700 Subject: [Alexandria-list] Feature Request In-Reply-To: <20100811041930.0035d56a@jadzia> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> <1281422476.1920.79.camel@kip-laptop.lan> <20100810075108.1989776f@jadzia> <1281489539.30860.1.camel@kip-laptop.lan> <20100811041930.0035d56a@jadzia> Message-ID: <1281498710.381.24.camel@kip-laptop.lan> On Wed, 2010-08-11 at 04:19 +0100, Cathal Mc Ginley wrote: > The debian/ directory does not belong in the same SVN space as the > alexandria source. I disagree, but I respect your decision, as it is your project. Personally, I like to see upstream debianize their source whenever possible, given the prevalence of Debian / Ubuntu / etc.. But it can be problematic if there isn't anyone to maintain the debianization. In any case, I managed to get your patch to apply cleanly. Not sure why it worked this time, but it did. I might have had an artifact in my local working copy that I had forgotten about. When I build the package, it looks like it's missing the changelog: $ dpkg-buildpackage -uc -b dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package alexandria dpkg-buildpackage: source version 0.6.6-1 dpkg-buildpackage: source changed by Cathal Mc Ginley dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp /usr/bin/rake -f Rakefile clean (in /home/kip/Projects/Others/Alexandria) dh_clean debian/rules build dh_testdir touch configure-stamp dh_testdir /usr/bin/rake -f Rakefile (in /home/kip/Projects/Others/Alexandria) touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_prep dh_installdirs /usr/bin/rake -f Rakefile DESTDIR=/home/kip/Projects/Others/Alexandria/debian/alexandria debian_install (in /home/kip/Projects/Others/Alexandria) Installing files to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/bin Installing files to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/lib/ruby/1.8 Installing files to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share Installing icons to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/icons/hicolor/16x16/apps Installing icons to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/icons/hicolor/22x22/apps Installing icons to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/icons/hicolor/24x24/apps Installing icons to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/icons/hicolor/48x48/apps Installing icons to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/icons/hicolor/32x32/apps Installing icons to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/icons/hicolor/scalable/apps Installing files to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/pixmaps Installing files to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/gconf Installing files to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/applications Installing files to /home/kip/Projects/Others/Alexandria/debian/alexandria/usr/share/man/man1 dh_testdir dh_testroot dh_installchangelogs ChangeLog install: cannot stat `ChangeLog': No such file or directory dh_installchangelogs: install -o 0 -g 0 -p -m644 ChangeLog debian/alexandria/usr/share/doc/alexandria/changelog returned exit code 1 make: *** [binary-indep] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From cathal.alexandria at gnostai.org Wed Aug 11 00:23:07 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Wed, 11 Aug 2010 05:23:07 +0100 Subject: [Alexandria-list] Feature Request In-Reply-To: <1281498710.381.24.camel@kip-laptop.lan> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> <1281422476.1920.79.camel@kip-laptop.lan> <20100810075108.1989776f@jadzia> <1281489539.30860.1.camel@kip-laptop.lan> <20100811041930.0035d56a@jadzia> <1281498710.381.24.camel@kip-laptop.lan> Message-ID: <20100811052307.0da38cba@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 10 Aug 2010 20:51:50 -0700 Kip Warner wrote: > Personally, I like to see upstream debianize their source whenever > possible, given the prevalence of Debian / Ubuntu / etc.. But it can > be problematic if there isn't anyone to maintain the debianization. It's not exactly Debian policy, but "native packages" are strongly discouraged by many Debian maintainers: http://people.debian.org/~mpalmer/debian-mentors_FAQ.html#native_vs_non_native Also, since the other way of doing things is more prevalent, unexpectedly native packages confuse people at Debian and Ubuntu. > When I build the package, it looks like it's missing the changelog: > Quick solution: touch ChangeLog What I do: install svn2cl http://arthurdejong.org/svn2cl/ (unpack and make sure the script is on the PATH as svn2cl) rake ChangeLog - C. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkxiJasACgkQfMAUnRdb+8q9IgCgqm/5r8ZizFGGbHZxhqylERsO xGIAoLtN8Q0iirGcACPlWy6O2UEhdqkf =IKDA -----END PGP SIGNATURE----- From kip at thevertigo.com Wed Aug 11 03:18:06 2010 From: kip at thevertigo.com (Kip Warner) Date: Wed, 11 Aug 2010 00:18:06 -0700 Subject: [Alexandria-list] Feature Request In-Reply-To: <20100811052307.0da38cba@jadzia> References: <1281338728.1920.41.camel@kip-laptop.lan> <20100810035112.0c997106@jadzia> <1281418251.1920.57.camel@kip-laptop.lan> <20100810073449.3da42222@jadzia> <1281422476.1920.79.camel@kip-laptop.lan> <20100810075108.1989776f@jadzia> <1281489539.30860.1.camel@kip-laptop.lan> <20100811041930.0035d56a@jadzia> <1281498710.381.24.camel@kip-laptop.lan> <20100811052307.0da38cba@jadzia> Message-ID: <1281511086.381.34.camel@kip-laptop.lan> On Wed, 2010-08-11 at 05:23 +0100, Cathal Mc Ginley wrote: > Quick solution: > > touch ChangeLog > > What I do: > > install svn2cl http://arthurdejong.org/svn2cl/ (unpack and make sure > the script is on the PATH as svn2cl) > > rake ChangeLog > > > - C. Hey Cathal. I tried svn2cl, as prescribed above, and it worked perfectly. Thanks for your help and I'm sure a lot of others will find this Loan patch very handy. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From arnaud_abbal at yahoo.fr Sat Aug 21 04:48:22 2010 From: arnaud_abbal at yahoo.fr (arno) Date: Sat, 21 Aug 2010 10:48:22 +0200 Subject: [Alexandria-list] Feature requests Message-ID: <20100821104822.2056b517@arno-laptop> Hi all, As a quite new user of Alexandria I may not have found what I was looking for even so it's already in the docs.Here is some feature requests ( my GUI is half french (Properties window ) and half English (menu, column titles) thus I may encounter difficulties to describe elements used in Palatina ) for Palatina : - Would it be possible to allow user to add extra, customized, columns i.e. shelf mark, location (I'm borrowing books from different libraries so it's would be very useful ).... - "Activate" the auto-completion feature on the Tags ( once the "Properties for" window is displayed ) ? zone ? , ? area ?, ? field ? as it is the case for Authors, Publisher, and may be other ? fields ? - Widen the rating scale, some of the books I discovered ( personal opinion of course ) does not even deserve a 0, when it's the case I usually add comments to explain why, so I would need a ? minus ? rating in those cases. I did install gtkpalatina this morning (Xubuntu 10.04), on Collection menu New and Import are greyed, so I have choice between Quit in that menu or About in the Help menu is that normal ??? And last but not least big thanks to Cathal and other developers for the work already done on Alexandria, it's all great and match a lot of my needs. Spico ___________________________________________________________________________ Yahoo! Mail r?invente le mail ! D?couvrez le nouveau Yahoo! Mail et son interface r?volutionnaire. http://fr.mail.yahoo.com From cathal.alexandria at gnostai.org Sat Aug 21 21:27:17 2010 From: cathal.alexandria at gnostai.org (Cathal Mc Ginley) Date: Sun, 22 Aug 2010 02:27:17 +0100 Subject: [Alexandria-list] Feature requests In-Reply-To: <20100821104822.2056b517@arno-laptop> References: <20100821104822.2056b517@arno-laptop> Message-ID: <20100822022717.31dc8c00@jadzia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Spico, I hope you don't mind that I've moved your discussion to the palatina-devel list. You can sign up to the list here: http://lists.gnostai.org/mailman/listinfo/palatina-devel Archives are here: http://lists.gnostai.org/pipermail/palatina-devel/2010-August/thread.html - Cathal. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE iEYEARECAAYFAkxwfPUACgkQfMAUnRdb+8pepgCgtL6UqfSTs5eMLgxlBKEUmTBu FEwAoL+f9zoVN6/9RFwieyyqIKy5AwA1 =FFJQ -----END PGP SIGNATURE-----