Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Steve A
> However all the new (completely useless) filter system (with dbFilter, filter, > updateMainFilter, merge, 10 different functions that do the same thing) is a > great mess (there are probably other bugs). I use Gerd's original version, which is only used to stop the tree from adjusting the gameli

Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread f...@libero.it
> >Filter bug: >Open base, click on player name. In player info, click on "5 games" >for example -> Filter gets zeroed. >Also, opening report does not work properly, but this might be harded >to track down. It is also a bad filter op. somewhere. > I pushed a fix. However all the new (completely u

Re: [Scid-users] Scid Links - Call for Comments

2013-03-22 Thread Ben St-Pierre
Hello, The suggestions from Justin Mcclure and Fred Mellender have been included. Yesterday, I mistakenly reported on my progress to Justin alone. Sorry. Here it is again, in a somewhat shorter form (I had more time). *** The sections of the page are: - Tutorials - Chess Games - Chess Engines

Re: [Scid-users] Users Ideas..

2013-03-22 Thread Ben St-Pierre
On the 2011-10-27, Fernando Cristancho expressed this wish: > I would like to have for the entire data base the normal time order (olders > first) inverted, that is, newers first This option does not exist presently in the maintenance window. http://www.mail-archive.com/scid-users@lists.sourcefo

Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Steve A
> This is strange because the file "configure" has not changed since > version 4.3 (and I agree that it is not the best, to put it mildly). > You need to edit that file manually and change the line "tclsh=tclsh8.5;" That line should just be removed permanently from configure. It was only relevant

Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Wayne Cross
Franz, make sure you have tcl8.6-dev and tk8.6-dev installed in addition to tcl/tk 8.6. Seems as if I had same issue in Ubuntu about a year or two ago. Wayne Cross -- Everyone hates slow websites. So do we. Make your web

Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Franz
Am Freitag, 22. März 2013, 16:22:02 schrieben Sie: > Franz wrote: > > Hallo, > > > > i have tcl/tk-8.6 installed on my gentoo and so the configure script says > > tclsh-8.5 not found. > > > > scid-4.3 runs with tcl/tk 8.6. > > This is strange because the file "configure" has not changed since >

Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Fulvio
Franz wrote: > Hallo, > > i have tcl/tk-8.6 installed on my gentoo and so the configure script says > tclsh-8.5 not found. > > scid-4.3 runs with tcl/tk 8.6. > This is strange because the file "configure" has not changed since version 4.3 (and I agree that it is not the best, to put it mildly)

[Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread franz_nagl
Hallo, i have tcl/tk-8.6 installed on my gentoo and so the configure script says tclsh-8.5 not found. scid-4.3 runs with tcl/tk 8.6. Franz -- Everyone hates slow websites. So do we. Make your web apps faster with AppDy

Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Franz
Hallo, i have tcl/tk-8.6 installed on my gentoo and so the configure script says tclsh-8.5 not found. scid-4.3 runs with tcl/tk 8.6. Franz -- Everyone hates slow websites. So do we. Make your web apps faster with AppDy

[Scid-users] Scids merge

2013-03-22 Thread Fulvio
Scid 4.4 is a bug-fix release. The code was hidden in the git repository and I apologize to users who had to continue to endure bugs that had already been fixed in a long time. Releasing Scid 4.4 does not mean that Steven and I have made a decision. I have more time this weekend and I'll take a c

Re: [Scid-users] What is in the doc directory?

2013-03-22 Thread Ben St-Pierre
Here's the list Fulvio sent me: changes.txt copying.txt progref.html readme.txt scid-users.txt standard.txt thanks.txt Enjoy, Ben -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Dow

Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Fulvio
Mario Lacunza wrote: > > Hi > What's the new feature list? > Just a couple of new feature and a lot of bug fixes > > How can install it in Linux? > You need tcl/tk and optionally zlib (to open compressed pgn files), on ubuntu/debian: sudo ap-get install tcl8.5-dev tk8.5-dev zlib1g-dev After that:

Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Fulvio
Aniket Basu wrote: > Will this work on a 64-bit machine? > It works on both 32-bit and 64-bit. In the final release there will be a specific (slightly faster) 64-bit version for Windows 7/8. Bye, Fulvio -- Everyone hates

Re: [Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Mario Lacunza
Hi What's the new feature list? How can install it in Linux? Mario Lacunza Enviado desde mi Motorola Atrix2 El mar 22, 2013 4:00 a.m., "Fulvio" escribió: > testing are appreciated: > http://sourceforge.net/projects/scid/files/Scid/Scid%204.4/ > > (especially on Windows. > It can be tested withou

[Scid-users] Scid 4.4 release candidate 1

2013-03-22 Thread Fulvio
testing are appreciated: http://sourceforge.net/projects/scid/files/Scid/Scid%204.4/ (especially on Windows. It can be tested without uninstalling the older version of Scid or Scidvspc: - Check "Don't create a Start Menu Folder" - Uncheck "Associate PGN files" - Uncheck "Associate SI4 files" - Che

Re: [Scid-users] Best games bug

2013-03-22 Thread Fulvio
Marius Roets wrote: > Hi, > I decided to get the latest git head to see the changes to the best > game window. Unfortunately it just crashes Scid with : > terminate called after throwing an instance of 'std::system_error' > what(): Operation not permitted > Aborted > > This is probably the feat

[Scid-users] Best games bug

2013-03-22 Thread Marius Roets
Hi, I decided to get the latest git head to see the changes to the best game window. Unfortunately it just crashes Scid with : terminate called after throwing an instance of 'std::system_error' what(): Operation not permitted Aborted This is probably the feature I use most, so if somebody canno