chessx-users Mailing List for ChessX (Page 7)
Chess Database and PGN viewer
Brought to you by:
hognose
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(2) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
(1) |
May
(7) |
Jun
(10) |
Jul
(8) |
Aug
(4) |
Sep
(1) |
Oct
(8) |
Nov
|
Dec
(5) |
2015 |
Jan
(2) |
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
(5) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
(1) |
Feb
(4) |
Mar
(2) |
Apr
(4) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
2017 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(4) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(4) |
Dec
(1) |
2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
(2) |
2021 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(3) |
Aug
(5) |
Sep
(3) |
Oct
(1) |
Nov
|
Dec
(1) |
2022 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2023 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Gitsis C. <cg...@gm...> - 2014-02-15 08:25:50
|
Hello, I cannot compile it under linux, g++ (Gentoo 4.8.1-r1 p1.2, pie-0.5.7) 4.8.1 What might be the problem? g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQUAZIP_STATIC -DQT_NO_CAST_TO_ASCII -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBUG_OUTPUT -DNDEBUG -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -Isrc/database -Isrc/guess -Isrc/gui -Isrc/quazip -I/usr/src/3rdparty/zlib -Isrc/generated -Isrc/generated -o obj_rel/mainwindow.o src/gui/mainwindow.cpp In file included from src/quazip/zip.h:60:0, from src/quazip/quazip.h:31, from src/gui/mainwindow.cpp:37: src/quazip/ioapi.h:40:43: σφάλμα: expected initializer before ‘OF’ typedef voidpf(ZCALLBACK *open_file_func) OF((voidpf opaque, voidpf file, int mode)); ^ src/quazip/ioapi.h:41:42: σφάλμα: expected initializer before ‘OF’ typedef uLong(ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); ^ src/quazip/ioapi.h:42:43: σφάλμα: expected initializer before ‘OF’ typedef uLong(ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); ^ src/quazip/ioapi.h:43:42: σφάλμα: expected initializer before ‘OF’ typedef uLong(ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream)); ^ src/quazip/ioapi.h:44:41: σφάλμα: expected initializer before ‘OF’ typedef int (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin)); ^ src/quazip/ioapi.h:45:42: σφάλμα: expected initializer before ‘OF’ typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream)); ^ src/quazip/ioapi.h:46:46: σφάλμα: expected initializer before ‘OF’ typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream)); ^ src/quazip/ioapi.h:50:5: σφάλμα: ‘open_file_func’ does not name a type open_file_func zopen_file; ^ src/quazip/ioapi.h:51:5: σφάλμα: ‘read_file_func’ does not name a type read_file_func zread_file; ^ src/quazip/ioapi.h:52:5: σφάλμα: ‘write_file_func’ does not name a type write_file_func zwrite_file; ^ src/quazip/ioapi.h:53:5: σφάλμα: ‘tell_file_func’ does not name a type tell_file_func ztell_file; ^ src/quazip/ioapi.h:54:5: σφάλμα: ‘seek_file_func’ does not name a type seek_file_func zseek_file; ^ src/quazip/ioapi.h:55:5: σφάλμα: ‘close_file_func’ does not name a type close_file_func zclose_file; ^ src/quazip/ioapi.h:56:5: σφάλμα: ‘testerror_file_func’ does not name a type testerror_file_func zerror_file; ^ src/quazip/ioapi.h:62:30: σφάλμα: expected initializer before ‘OF’ void fill_qiodevice_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); ^ In file included from src/quazip/quazip.h:31:0, from src/gui/mainwindow.cpp:37: src/quazip/zip.h:121:32: σφάλμα: expected initializer before ‘OF’ extern zipFile ZEXPORT zipOpen OF((voidpf file, int append)); ^ src/quazip/zip.h:141:33: σφάλμα: expected initializer before ‘OF’ extern zipFile ZEXPORT zipOpen2 OF((voidpf file, ^ src/quazip/zip.h:146:40: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file, ^ src/quazip/zip.h:170:41: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file, ^ src/quazip/zip.h:186:41: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file, ^ src/quazip/zip.h:211:40: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT zipWriteInFileInZip OF((zipFile file, ^ src/quazip/zip.h:218:38: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT zipCloseFileInZip OF((zipFile file)); ^ src/quazip/zip.h:223:41: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file, ^ src/quazip/zip.h:232:29: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT zipClose OF((zipFile file, ^ In file included from src/quazip/quazip.h:32:0, from src/gui/mainwindow.cpp:37: src/quazip/unzip.h:127:45: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzStringFileNameCompare OF((const char* fileName1, ^ src/quazip/unzip.h:140:32: σφάλμα: expected initializer before ‘OF’ extern unzFile ZEXPORT unzOpen OF((voidpf file)); ^ src/quazip/unzip.h:151:33: σφάλμα: expected initializer before ‘OF’ extern unzFile ZEXPORT unzOpen2 OF((voidpf file, ^ src/quazip/unzip.h:158:29: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzClose OF((unzFile file)); ^ src/quazip/unzip.h:165:37: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, ^ src/quazip/unzip.h:173:40: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzGetGlobalComment OF((unzFile file, ^ src/quazip/unzip.h:186:37: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzGoToFirstFile OF((unzFile file)); ^ src/quazip/unzip.h:192:36: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzGoToNextFile OF((unzFile file)); ^ src/quazip/unzip.h:199:34: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzLocateFile OF((unzFile file, ^ src/quazip/unzip.h:231:42: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file, ^ src/quazip/unzip.h:257:39: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzOpenCurrentFile OF((unzFile file)); ^ src/quazip/unzip.h:263:47: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzOpenCurrentFilePassword OF((unzFile file, ^ src/quazip/unzip.h:271:40: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzOpenCurrentFile2 OF((unzFile file, ^ src/quazip/unzip.h:284:40: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzOpenCurrentFile3 OF((unzFile file, ^ src/quazip/unzip.h:299:40: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzCloseCurrentFile OF((unzFile file)); ^ src/quazip/unzip.h:305:39: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzReadCurrentFile OF((unzFile file, ^ src/quazip/unzip.h:319:32: σφάλμα: expected initializer before ‘OF’ extern z_off_t ZEXPORT unztell OF((unzFile file)); ^ src/quazip/unzip.h:324:27: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzeof OF((unzFile file)); ^ src/quazip/unzip.h:329:42: σφάλμα: expected initializer before ‘OF’ extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file, ^ make: *** [obj_rel/mainwindow.o] Error 1 Regards, Christos Gitsis |
From: Jens N. <jen...@gm...> - 2013-10-30 19:09:08
|
We have just published version 1.0.0 "Beetle" on the Sourceforge Website. See the Download page for details: http://chessx.sourceforge.net/node/3 Windows Users: There are optimized Builds for each Windows version, the XP version is the default for Windows users though. Linux Package Builders: Please note, that for version 1.0.0, the default paths for themes and other file locations have changed. We are now using the paths that the Qt framework suggests. You might want to test if after building, databases, engines, themes and translations show up properly. Building on Mac OS Mavericks: I had to change to Qt5.1.1, all prior versions were simply crashing. Even creator was not running. Translations: The new version contains translations for French and German language. Bruno has announced an italian translation, which will be made available via download inside the ChessX Application Preferences. I will make an announcement once the translation is complete. Users of intermediate versions: Database Index files received a new internal format, if you have used intermediate versions from svn or any other source, you might need to delete all cxi-files in the index subdirectory of your default database directory. The index files will be rebuilt once you open the associated database. This first open will take longer, afterwards, opening will be as fast as usual. I hope, you all enjoy the new ChessX. Regards, Your ChessX Development Crew Changes for version 1.0.0: - New feature: Get translation files from server - New feature: Copy Text or HTML from Notation - New feature: Offer to load a default database for first time users - New feature: CR#10 Configurable Game View - customize appearance of notation - New feature: Inserting moves (in addition to adding moves as variation - New Feature: CR#86 Merge games with Drag&Drop - New Feature: CR#46 Games whose position is [end] selectable - New Feature: CR#43 Frequency and score ~0% instead of 0% when not exactly 0 - New feature: Setup Dialog has new functions to mirror board or colors. - New feature: Select Language from Preferences (requires restart) - New feature: Online check for updates - New Feature: Column date of last modification - New Feature: Localized Piece Initials (see CR#3592733 Output / Input PGN - New feature: Create a Diagram Nag (201 like in SCID) from GUI - New Feature: Draw Board Coordinates (see CR#1715710 Numbers and ...) - New Feature: HTML Output with readable basic tags instead of PGN look - New feature: Diagrams in HTML Export and Notation - New feature: HTML Output with symbolic nags in HTML/UTF8 - New features: Navigation within siblings of variations with keyboard - New feature: Enter or Exit Variation now moves within mainline - New feature: Toolbar for commonly used actions - New Feature: ECO based Opening Overview of the current database - New Feature: MDI-Interface - New feature: Opening tree has its own board view. - New Feature: CR#3607996 Always on top feature - Bugfix: ChessBrowser does not indicate '?'-tags - Bugfix: HTML-Output contained one HTML-Header for each game - Bugfix: Sorting by size was not ideal - Bugfix: CR#171 - Board Setup dialog: wrong board size - Bugfix: Removing last arrow annotation leaves ugly comment - Bugfix: Stay On Top accidentally active in OS which were Non-Windows-OS - Bugfix: Concurrent loading of games (fix from James Coons) - Bugfix: Game List was not updated after bulk copy of games - Bugfix: Black ELo was only saved if a white ELO was given - Bugfix: CR#3612157 tablebase - Bugfix: Performance Boost for filtering with result-cache - Bugfix: CR#3611434 Local vs global menu inconsistency - Bugfix: Update Widgets after saving a database - Bugfix: Created PGN was invalid due to invalid date format - Bugfix: Opening new game did not clear selection on game list |
From: Benigno H. <sn...@ya...> - 2013-10-13 15:24:47
|
bug: 87 <header>textbrowserex.h</header> 87 <header>src/gui/TextBrowserEx.h</header> |
From: Gabriel A. <gab...@gm...> - 2013-08-18 19:43:02
|
Hello dear developers of ChessX, I would like to collaborate with the Spanish translation of the GUI. Also I like that can be done fighting engine vs engine. Thanks. |
From: Jens N. <jen...@gm...> - 2013-03-20 19:11:30
|
Hello groups, the Windows Installer from the first day was broken, as it missed a file QtSvg4.dll. This has been fixed, please download the latest installer! I also made a tarball for Unix users! Jens |
From: Jens N. <jen...@gm...> - 2013-03-17 14:24:22
|
Dear Users of ChessX, I have updated the released version to 0.9.6. We integrated a lot of new, small features which should enhance the user experience. Love to hear from you! Jens |
From: Jens N. <jen...@gm...> - 2012-12-10 19:12:57
|
Dear ChessX-Users, we have published version 0.9.4 "Rudolph" - I hope you enjoy the new features. Besides the possibility to load PGN from Internet either zipped or as PGN directly from a URL, we fixed some nasty bugs (Unix-Line endings, Unicode format). I reworked the internal data storage thus we can now serialize the index file, this means, a 800MB database loads (after the initial indexing) in some 14 seconds as before in 170 seconds (on my not state of the art Mac Lion). Kind regards, Jens |
From: James C. <ja...@co...> - 2012-10-13 16:32:53
|
One thing that might be useful is that the commercial product Hiarcs Chess Explorer (HCE) has very good online help at: http://www.hiarcs.com/hce-manual/pc/HIARCS%20Chess%20Explorer.html And although HCE has many more features than we do and we have some features which they don't have, enough is the same or similar so that you might find their online documentation useful. James Coons On Oct 13, 2012, at 11:14 AM, James Coons <ja...@co...> wrote: > As yet we don't have help. I would recommend just trying all the menu options and going through the dialogs and seeing what happens. > The view menu selects the various views you can open. Notice you can dock and undock them by dragging them on the top bar. > > ChessX opens and edits PGN files. PGN is the standard format for chess game databases. > > You might find the Filter concept a little confusing, most first time users do. Once you use it a while it should make sense. If you dont see your games after doing some filter operations, try "Reset Filter". > > Another thing some users are confused by is that the user needs to save hist modified games into the database and then the user needs to save the modified database to a file. > > Also make sure you try out the Preferences... Menu. From the Engines tab you can Add... new Engines I would recommend Stockfish. > > ChessX is open source and developed by contributors , Hopefully someone will write some good help documentation. > > James Coons > > > > On Oct 6, 2012, at 10:52 AM, Scott Miller <sco...@gm...> wrote: > >> Hello, >> >> I just downloaded ChessX and don't see how to use various features. I click on "Help" on your website and get the message "Access denied. You are not authorized to access this page." >> >> Please help! >> >> Thanks and God Bless, >> Scott Miller >> ------------------------------------------------------------------------------ >> Don't let slow site performance ruin your business. Deploy New Relic APM >> Deploy New Relic app performance management and know exactly >> what is happening inside your Ruby, Python, PHP, Java, and .NET app >> Try New Relic at no cost today and get our sweet Data Nerd shirt too! >> http://p.sf.net/sfu/newrelic-dev2dev_______________________________________________ >> Chessx-users mailing list >> Che...@li... >> https://lists.sourceforge.net/lists/listinfo/chessx-users > |
From: James C. <ja...@co...> - 2012-10-13 16:14:24
|
As yet we don't have help. I would recommend just trying all the menu options and going through the dialogs and seeing what happens. The view menu selects the various views you can open. Notice you can dock and undock them by dragging them on the top bar. ChessX opens and edits PGN files. PGN is the standard format for chess game databases. You might find the Filter concept a little confusing, most first time users do. Once you use it a while it should make sense. If you dont see your games after doing some filter operations, try "Reset Filter". Another thing some users are confused by is that the user needs to save hist modified games into the database and then the user needs to save the modified database to a file. Also make sure you try out the Preferences... Menu. From the Engines tab you can Add... new Engines I would recommend Stockfish. ChessX is open source and developed by contributors , Hopefully someone will write some good help documentation. James Coons On Oct 6, 2012, at 10:52 AM, Scott Miller <sco...@gm...> wrote: > Hello, > > I just downloaded ChessX and don't see how to use various features. I click on "Help" on your website and get the message "Access denied. You are not authorized to access this page." > > Please help! > > Thanks and God Bless, > Scott Miller > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev_______________________________________________ > Chessx-users mailing list > Che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-users |
From: Scott M. <sco...@gm...> - 2012-10-06 15:52:40
|
Hello, I just downloaded ChessX and don't see how to use various features. I click on "Help" on your website and get the message "Access denied. You are not authorized to access this page." Please help! Thanks and God Bless, Scott Miller |
From: Jens N. <jen...@gm...> - 2012-09-01 07:38:38
|
Hello ChessX Mac OS Users, the upcoming version ChessX 0.9 will be compatible with the new Mountain Lion OS from Apple. James Coons took the "risk" and took his lion to the hills and even though Qt 4.8 is not specifically compiled for mountain lion, no problems appeared. We kind of finished now the features for the new release and I will start to work on the installation procedures for the different operating systems. Regards, Your ChessX development and testing team. |
From: Jan L. <jan...@gm...> - 2012-08-13 17:32:36
|
Dear developer, I am a semiprofessional chess player ànd a Mac-user. All those years I use your simple, but great (better is simple and because of that great) Chess X to view pgn's and analyse. Now I am ready to buy a new Macbook, with the new os X Mountain Lion. Does Chess X also work under this operating version of os X? I hope it is not a silly question, but I really need to know this before I upgrade? I hope you still answer your emails. Many thanks for the great software and keep up the good work! Kind regards, Jan Lagrain, Chess X user -- http://schaakfabriek.be 0473 72 92 94 |
From: James C. <ja...@co...> - 2012-08-02 14:10:53
|
One of the things I like about Chessbase databases is they often provide a "Text" Section which provides an introduction or description of the database. Many ebooks in chessbase format use this feature as well. While PGN does not allow this, we could support this by identifying a PDF file with the same name as our PGN file and in the same directory with the PGN file, and presenting it to the user as one entity, ie as a PGN file with an associated "Text" introduction. Given an existing Chessbase database with an introduction, one could print the introduction to a PGN file, give it the same name ( except for the .pdf file type of course). And we would then with this feature be able to provide a similar experience to the user. Any thoughts? James Coons |
From: Jens N. <jen...@gm...> - 2012-07-30 18:47:27
|
Hello James, I have a few items still in the pipeline with one or two performance issues to solve. Worse: I have to figure out, how the homepage works (there is a monster named "Drupal" under the bed which prohibits any maintenance of the website) . So I don't think, we'll have a version before end of august. That version (let's call it 0.9) would not include translations. We still have to work out a translation update mechanism but I'm willing to postpone that to version 1.0. I would further like to bring down the number of open issues - for all those, that I have assigned to me, I have a fix in mind. Let's see, what is possible. I will be off business for a few days but I will follow the mailing list. Suggestions what should be included in 0.9 are welcome!! Regards, Jens Am 23.07.2012 um 17:16 schrieb James Coons: > I think there are a lot of people who would find a recent build very useful. > > I also propose having updates on a regular basis. The more we can do to show > people ChessX is a living project the more interest it will attract. > > James Coons > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > chessx-developer mailing list > che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-developer |
From: James C. <ja...@co...> - 2012-07-30 18:39:41
|
I would vote to get a general release out as soon as possible. With the current improvements there is a good chance of attracting more developers. Also a release will show that chessx is alive and progressing. Idea for Square Annotations -------------------------------------- I have been giving a small amount of thought to square annotations but due to a very busy schedule have not started any coding. My idea is that we support both SCID and chessbase square annotations with a more general flexible framework where the "color" part of SCID or chessbase comments just refers to a 200x200 png file. so a file named "red.png" for example would contain a red square etc. If the file exists, then the png is drawn, if it doesn't exist then it isn't. That way we could not only support any annotation color we wished not just those supported by chessbase or SCID , but other types of square annotations, such as using letters to match corresponding squares etc. we could store the square annotation files in either the data folder as we do for theme colors, or store them with the pgn file to allow user's to have custom annotations for their pgn files. On Jul 3, 2012, at 12:14 AM, stephen <sjc...@vi...> wrote: > when will next update of chessx likely to be > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Chessx-users mailing list > Che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-users |
From: stephen <sjc...@vi...> - 2012-07-03 05:23:10
|
when will next update of chessx likely to be |
From: Michał R. <mr...@kd...> - 2010-12-15 08:33:47
|
Dnia 2010-12-10, pią o godzinie 13:42 +0100, Enrico Martini pisze: > Hi! it's possible adds the coordinates? > thanks Yes, it is planned (maybe for the next version). -- Michał Rudolf |
From: Enrico M. <en...@gm...> - 2010-12-10 12:42:49
|
Hi! it's possible adds the coordinates? thanks |
From: Bruno R. <bru...@gm...> - 2009-11-18 00:45:12
|
Hello, Most likely you are not doing anything wrong. The engine management of ChessX is (partly) broken, due to some known bugs. In particular, any engine can give problems if it ends up in some particular position in the list (e.g.: 3rd engine installed, or similar...), while it may work if it is in another position. If you want to experiment, in my experience any engine works if it is the 1st or 2nd in the list. Thus, you might want to to delete from the list all the engines already installed but one, and then re-load Crafty. This way, there are good chances that Crafty will start to work. Greetings, Bruno. 2009/11/17 Pablo Urzùa g. <pab...@gm...> > Hello Sirs, > I load a Crafty engine into ChessX program to try to analyse moves and/or > positions, but the analysis option did not work. > Please tell me what I do wrong. > Regards and thanks, > Pablo Urzua > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Chessx-users mailing list > Che...@li... > https://lists.sourceforge.net/lists/listinfo/chessx-users > > |
From: P. U. g. <pab...@gm...> - 2009-11-17 19:33:57
|
Hello Sirs, I load a Crafty engine into ChessX program to try to analyse moves and/or positions, but the analysis option did not work. Please tell me what I do wrong. Regards and thanks, Pablo Urzua |
From: Michal R. <mr...@kd...> - 2009-07-01 14:53:28
|
After two years of development, er, wait... After two years with no activity and a lot of bugfixes last month, version 0.6 was released today. Most important changes include: * plenty of bugfixes (including many improvements to PGN parser, various GUI/usability tweaks) * comment display and editing * ability to create and save PGN databases * removing variations and leading/trailing moves * improved BoardSetup dialog * PlayerDatabase based on current database Details, as usual, in ChangeLog. Please report any problems, announce the release and enjoy it. -- Michal Rudolf |
From: Michal R. <mr...@kd...> - 2009-07-01 14:20:03
|
After two years of development, er, wait... After two years with no activity and a lot of bugfixes last month, version 0.6 was released today. Most important changes include: * plenty of bugfixes (including many improvements to PGN parser, various GUI/usability tweaks) * comment display and editing * ability to create and save PGN databases * removing variations and leading/trailing moves * improved BoardSetup dialog * PlayerDatabase based on current database Details, as usual, in ChangeLog. Please report any problems, announce the release and enjoy it. -- Michal Rudolf |
From: Michal R. <mr...@kd...> - 2009-06-10 09:20:22
|
Development of ChessX is officially resumed. We will have 0.6 version released soon. It will contain mostly bugfixes to old version. The plan for the future is to rewrite core part using SQLite database as a backend for storing databases. All features of modern chess database are planned. The GUI part will be reused for the new version. Detailed plan will be posted soon on chessx-developer list. The news will be posted on the ChessX website (http://chessx.sourceforge.net) Suggestions, comments and help offers are welcomed. Even if you don't know how to write a line of code, you can still help. -- Michal Rudolf |
From: Marius R. <roe...@gm...> - 2007-06-13 19:02:41
|
Yes, it's out. It is to be found in the usual place. Many features were added, so we are eager to receive feedback. |
From: Marius R. <roe...@gm...> - 2007-04-25 20:12:33
|
Hi All, ChessX now has a guess move feature. Thanks a lot to Sean Estabrooks for this contribution. Marius |