From alex at pressure.to Fri Dec 16 12:53:17 2005 From: alex at pressure.to (Alex Fenton) Date: Fri, 16 Dec 2005 17:53:17 +0000 Subject: [Weft QDA users] Weft QDA 0.9.7 is released Message-ID: <43A2FF0D.2060401@pressure.to> Hi A little later than planned, but in perfect good time for a christmas present, I'm pleased to announce the release of Weft QDA version 0.9.7 - which is a candidate for a stable 1.0 version. Go to http://www.pressure.to/qda/ to download the new version (it may take an hour or two for some mirrors to catch up, so if you get a 'Not Found', try again a bit later) The new version's fuller than a christmas pudding with new features, improvements and bug fixes: - Export Documents, Categories, CodeReviews in various formats including plain text, html and CSV (for spreadsheets) - Queries can have unlimited clauses (used to be two max) - 'Find' text tool for navigating in text displays - Jump to text from a cell in a CodeReview - Reorganised menus and added new icons - Lots of smaller interface improvements - Lots of reorganisation of the code to make it easier to add new features - for example, you can now write your own text output templates (for HTML and so on) without knowing any Ruby The Linux 0.9.6 version was much in need of some loving attention, and there are major improvements in 0.9.7 - Fixed a critical bug when saving files - Worked round a major bug when highlighting coded/marked text - New improved multiframe window layout The Linux version is still not quite as polished as the Windows version, but the problems now are interface annoyances rather than showstopper bugs, as in 0.9.6. It should be stable enough now for serious use. Weft has had over 1,000 downloads, and feedback suggests what many users want is a stable 1.0 version. So, please help by reporting bugs with 0.9.7, and once all seems stable, I'll release it as Weft QDA version 1.0, hopefully in a month or so. There's lots of ideas planned for the future development of Weft QDA past 1.0, and I'll post an outline of what's coming soon. Also to follow, a rubygem version of 0.9.7 and updates to the documentation. As usual, thanks to all who've taken the time to try Weft and to send in bug reports and suggestions. happy xmas alex From alex at pressure.to Mon Dec 19 15:00:57 2005 From: alex at pressure.to (Alex Fenton) Date: Mon, 19 Dec 2005 20:00:57 +0000 Subject: [Weft QDA users] info on using source tarball Message-ID: <43A71179.2090900@pressure.to> Hi all I forgot to update the documentation to say that Weft QDA now requires the PageTemplate library. This only affects users who install Weft QDA from a source tarball (usually on Linux), and will show up as the error /home/someone/weft_qda-0.9.7/lib/weft/filters/output.rb:63: uninitialized constant QDA::Filters::TemplatedOutput (NameError) from /home/someone/weft_qda-0.9.7/lib/weft/filters.rb:63:in `require' from /home/someone/weft_qda-0.9.7/lib/weft/filters.rb:63 from /home/someone/weft_qda-0.9.7/lib/weft.rb:15:in `require' from /home/someone/weft_qda-0.9.7/lib/weft.rb:15 from weft-qda.rb:35:in `require' from weft-qda.rb:35 PageTemplate is a pure ruby module, and is easily installed either by using rubygems gem install PageTemplate or by downloading the source from http://rubyforge.org/frs/?group_id=407 Sorry for any inconvenience. alex From qaramazov at gmail.com Wed Dec 28 15:09:48 2005 From: qaramazov at gmail.com (Yuri T.) Date: Wed, 28 Dec 2005 12:09:48 -0800 Subject: [Weft QDA users] info on using source tarball In-Reply-To: <43A71179.2090900@pressure.to> References: <43A71179.2090900@pressure.to> Message-ID: Unfortunately, I seem to get a nearly identical error trace after installing PageTemplate: [root at localhost Django-0.90]# gem install PageTemplate Attempting local installation of 'PageTemplate' Local gem file not found: PageTemplate*.gem Attempting remote installation of 'PageTemplate' Successfully installed PageTemplate-2.1.3 Installing RDoc documentation for PageTemplate-2.1.3... [yuri at localhost weft_qda-0.9.7]$ ruby weft-qda.rb & [3] 13082 [2] Exit 1 ruby weft-qda.rb [yuri at localhost weft_qda-0.9.7]$ /tmp/weft_qda-0.9.7/lib/weft/filters/output.rb:63: uninitialized constant QDA::Filters::TemplatedOutput (NameError) from /tmp/weft_qda-0.9.7/lib/weft/filters.rb:63 from /tmp/weft_qda-0.9.7/lib/weft.rb:15 from weft-qda.rb:35 Does weft require a specific version of PageTemplate? (Using Fedora Core 3 with ruby 1.8.3) - yuri On 12/19/05, Alex Fenton wrote: > Hi all > > I forgot to update the documentation to say that Weft QDA now requires > the PageTemplate library. This only affects users who install Weft QDA > from a source tarball (usually on Linux), and will show up as the error > > /home/someone/weft_qda-0.9.7/lib/weft/filters/output.rb:63: > uninitialized constant QDA::Filters::TemplatedOutput (NameError) > > from /home/someone/weft_qda-0.9.7/lib/weft/filters.rb:63:in > `require' > from /home/someone/weft_qda-0.9.7/lib/weft/filters.rb:63 > from /home/someone/weft_qda-0.9.7/lib/weft.rb:15:in `require' > from /home/someone/weft_qda-0.9.7/lib/weft.rb:15 > from weft-qda.rb:35:in `require' > from weft-qda.rb:35 > > PageTemplate is a pure ruby module, and is easily installed either by using rubygems > > gem install PageTemplate > > or by downloading the source from > > http://rubyforge.org/frs/?group_id=407 > > Sorry for any inconvenience. > > alex > > > > _______________________________________________ > Weft-qda-users mailing list > Weft-qda-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/weft-qda-users > -- http://www.freewisdom.org/ From alex at pressure.to Thu Dec 29 15:36:08 2005 From: alex at pressure.to (Alex Fenton) Date: Thu, 29 Dec 2005 20:36:08 +0000 Subject: [Weft QDA users] out now: Weft QDA version 0.9.8 Message-ID: <43B448B8.5060909@pressure.to> Hello Weft QDA version 0.9.8 is available for download now as windows installer and source .tar.gz (working rubygem to follow). It fixes a few bugs and is a recommended upgrade. http://www.pressure.to/qda/ What's Fixed: - fixed crash when clicking 'unmark' button - fixed crash when repeating a word search with the same word - fixed crash when any key is pressed in some windows (Windows binary version only) What's New: - a simple crash report tool. This is intended to make it much easier to report bugs by capturing information about fatal errors and offering to report the crash. Participating in this is completely voluntary, and no info is sent if you don't wish. Simply clicking the 'send' button, though, is a very easy way to help to improve the software. Of course, hopefully you will never see the 'crash report' window ... happy new year alex From 042045003 at fudan.edu.cn Fri Dec 16 12:53:25 2005 From: 042045003 at fudan.edu.cn (ronggui) Date: Fri, 16 Dec 2005 17:53:25 -0000 Subject: [Weft QDA users] Weft QDA 0.9.7 is released Message-ID: <0IRL0030IR0JS5@mail.fudan.edu.cn> That's great news!! great improvement:) ======= 2005-12-17 01:53:17 您在来信中写道:======= >Hi > >A little later than planned, but in perfect good time for a christmas >present, I'm pleased to announce the release of Weft QDA version 0.9.7 - >which is a candidate for a stable 1.0 version. > >Go to http://www.pressure.to/qda/ to download the new version (it may >take an hour or two for some mirrors to catch up, so if you get a 'Not >Found', try again a bit later) > >The new version's fuller than a christmas pudding with new features, >improvements and bug fixes: >- Export Documents, Categories, CodeReviews in various formats including >plain text, html and CSV (for spreadsheets) >- Queries can have unlimited clauses (used to be two max) >- 'Find' text tool for navigating in text displays >- Jump to text from a cell in a CodeReview >- Reorganised menus and added new icons >- Lots of smaller interface improvements >- Lots of reorganisation of the code to make it easier to add new >features - for example, you can now write your own text output templates >(for HTML and so on) without knowing any Ruby > >The Linux 0.9.6 version was much in need of some loving attention, and >there are major improvements in 0.9.7 >- Fixed a critical bug when saving files >- Worked round a major bug when highlighting coded/marked text >- New improved multiframe window layout > >The Linux version is still not quite as polished as the Windows version, >but the problems now are interface annoyances rather than showstopper >bugs, as in 0.9.6. It should be stable enough now for serious use. > >Weft has had over 1,000 downloads, and feedback suggests what many users >want is a stable 1.0 version. So, please help by reporting bugs with >0.9.7, and once all seems stable, I'll release it as Weft QDA version >1.0, hopefully in a month or so. > >There's lots of ideas planned for the future development of Weft QDA >past 1.0, and I'll post an outline of what's coming soon. Also to >follow, a rubygem version of 0.9.7 and updates to the documentation. > >As usual, thanks to all who've taken the time to try Weft and to send in >bug reports and suggestions. > >happy xmas >alex > > > >_______________________________________________ >Weft-qda-users mailing list >Weft-qda-users at rubyforge.org >http://rubyforge.org/mailman/listinfo/weft-qda-users = = = = = = = = = = = = = = = = = = = = 2005-12-17 ------ Deparment of Sociology Fudan University My new mail addres is ronggui.huang at gmail.com Blog:http://sociology.yculblog.com