Re: [Bug-XBoard] Infinite recursion

2012-04-11 Thread Byrial Jensen
Den 11-04-2012 12:06, h.g. muller skrev: However if start xboard in my normal Danish locale the error error does not come up, and the engine setting menu item are enabled. If I click on Engine #1 settings, xboard will crash. ... But the point is that the behavoir depends on the locale in a

Re: [Bug-XBoard] Latest developments

2012-04-03 Thread Byrial Jensen
Den 03-04-2012 22:51, h.g. muller skrev: BTW. I cannot compile the git master branch right now: [...] This is weird. Especially since the above error messages seem completely non-sensical. When I print backend.c from the current master branch in the savannah repository, There is no N_ macro

Re: [Bug-XBoard] The clock stops if the board window is moved with stickyWindows on

2012-04-02 Thread Byrial Jensen
Den 29-03-2012 23:41, h.g. muller skrev: While I am able to stop the clock occasionally by moving the board, it doesn't happen often. It is much easier to reproduce by iconifying/ deiconifying the board window. I have not been able to reproduce this (since I fixed the earlier bug of not

Re: [Bug-XBoard] Latest developments

2012-04-02 Thread Byrial Jensen
Den 30-03-2012 20:30, h.g. muller skrev: OK, I pushed everything to Savannah v4.6.x now, including a news page for 4.6.1. Unfortunately there is one new translatable string, so I guess we will have to go through the procedure of pot update and developer release, and allow the translators to hand

Re: [Bug-XBoard] The clock stops if the board window is moved with stickyWindows on

2012-03-17 Thread Byrial Jensen
Den 17-03-2012 14:31, Byrial Jensen skrev: Note that I got the coredump while connected to FICS, and I that now can only reproduce the clock-stop-while-moving-board on FICS. I cannot any longer get the clock to stop while playing an engine. Does ICS mode use any timers, which engine mode

Re: [Bug-XBoard] [bug #35181] Shortened menunames in tinymode not translated

2011-12-28 Thread Byrial Jensen
Den 28-12-2011 10:05, h.g. muller skrev: It is simple for UTF-8, but some users use other encodings. Do you know them all? I would worry about that only when we actually did have translations that used other encodings. So far we only provide UTF8 po files. Excuse me, but for one it would

Re: [Bug-XBoard] [bug #35181] Shortened menunames in tinymode not translated

2011-12-28 Thread Byrial Jensen
Den 28-12-2011 10:59, Byrial Jensen skrev: Den 28-12-2011 10:05, h.g. muller skrev: It is simple for UTF-8, but some users use other encodings. Do you know them all? I would worry about that only when we actually did have translations that used other encodings. So far we only provide UTF8

Re: [Bug-XBoard] [bug #35181] Shortened menunames in tinymode not translated

2011-12-28 Thread Byrial Jensen
Den 28-12-2011 19:44, h.g. muller wrote: A possible solution might be to create the buttons first without width speficication, then messaure if they are too wide and make the widest buttons narrower. OK, this is feasible (and better). I pushed the patch again to hgm.nubati.net. Tested the

Re: [Bug-XBoard] [bug #35181] Shortened menunames in tinymode not translated

2011-12-27 Thread Byrial Jensen
Sounds like an idea. However to increasingly shorten translated text you still need to use functions which first became a part in standard C in C99. I just took a look at xboard in German. You're right the wide menu. But in -size tiny there is also another problem: You cannot see the seconds

Re: [Bug-XBoard] [bug #35181] Shortened menunames in tinymode not translated

2011-12-27 Thread Byrial Jensen
Den 28-12-2011 00:22, h.g. muller skrev: Yes, as said before in this thread you have to use the C99 function mbtowc() or some library dedicated to handle multibyte char strings. Well, I admit had not thought of that, but this is completely trivial to code even without using any libraries.The

[Bug-XBoard] [bug #34202] xboard has a 20-second startup delay running with Ubuntu 11.04

2011-12-23 Thread Byrial Jensen
Follow-up Comment #4, bug #34202 (project xboard): Glad to hear about the reduced start up time. For the textures try the new menu option: View Board... Use Board Textures ___ Reply to this item at:

[Bug-XBoard] [bug #34202] xboard has a 20-second startup delay running with Ubuntu 11.04

2011-12-23 Thread Byrial Jensen
Follow-up Comment #6, bug #34202 (project xboard): The command line option is -useBoardTexture true. You can use it on the command line or put it into your .xboardrc file, either manually or by saving all selected options in the Options menu.

Re: [Bug-XBoard] [bug #34990] Use of Mono mode once permanently swictces to bitmap pieces

2011-12-22 Thread Byrial Jensen
Den 22-12-2011 10:41, h.g. muller skrev: You are right about that. However when I tried I got a segfault! Oh yes, now I remember that occurred to me too. The patch that fixed the animation masks on swithing back to color mode fixes that too. Fine, but where is the patch?

[Bug-XBoard] [bug #34202] xboard has a 20-second startup delay running with Ubuntu 11.04

2011-12-21 Thread Byrial Jensen
Follow-up Comment #2, bug #34202 (project xboard): Hi, I did some test of the start up times in different versions to find what have caused this regression. I replaced the main loop (XtAppMainLoop) with a dummy function that returns immediately using LD_PRELOAD, and timed the real time used by

Re: [Bug-XBoard] [bug #34990] Use of Mono mode once permanently swictces to bitmap pieces

2011-12-21 Thread Byrial Jensen
Den 21-12-2011 22:33, h.g. muller skrev: The only way to revert this is to quit xboard and manually edit .xboardrc to remove the automatically inserted -bitmapDirectory option. This is not true: the bitmapDirectory can be specified from the View-Board menu dialog as well. You are right

[Bug-XBoard] [bug #34991] Load engine doesn't work in localized xboard

2011-12-13 Thread Byrial Jensen
Follow-up Comment #5, bug #34991 (project xboard): You cannot just remove gettext calls from the combo code. They are also used for combo boxes where translation is needed (search mode in Load options, the sound names in sounds options, load as first or second engine in Load engine) I see 3

[Bug-XBoard] [bug #35000] Temporary previous position (. key, former Ctrl) conflicts with start of Type a move

2011-12-12 Thread Byrial Jensen
Follow-up Comment #4, bug #35000 (project xboard): I attach a diff file for a solution to the repeat key problem which works for me by testing if a release event is triggered by a repeating key. (file #24575) ___ Additional Item

[Bug-XBoard] [bug #35000] Temporary previous position (. key, former Ctrl) conflicts with start of Type a move

2011-12-10 Thread Byrial Jensen
Follow-up Comment #3, bug #35000 (project xboard): I have tested the git code. I doesn't work too well. Ctrl + . does go to the previus position when pressed, and back again when released. However if you don't release the . key immediately, the key will start to repeat, and the board will thus

[Bug-XBoard] [bug #34991] Load engine doesn't work in localized xboard

2011-12-10 Thread Byrial Jensen
Follow-up Comment #2, bug #34991 (project xboard): Yes, all browse buttons (in the Load Engine window and else where) seem now to work and to have a size fitting for the text. The Combo box still contains the po file header as the the first item.

[Bug-XBoard] [bug #35000] Temporary previous position (. key, former Ctrl) conflicts with start of Type a move

2011-12-06 Thread Byrial Jensen
Follow-up Comment #1, bug #35000 (project xboard): There is a similar problem with the - key. It will both iconify xboard and pop up a Type a move window with a -. ___ Reply to this item at: http://savannah.gnu.org/bugs/?35000

[Bug-XBoard] [bug #34990] Use of Mono mode once permanently swictces to bitmap pieces

2011-12-05 Thread Byrial Jensen
Follow-up Comment #1, bug #34990 (project xboard): Please read bitmap where I wrote bitmark. It was a typo. ___ Reply to this item at: http://savannah.gnu.org/bugs/?34990 ___ Message sent

Re: [Bug-XBoard] [bug #34972] Several issues regarding lokalization

2011-12-04 Thread Byrial Jensen
On 03-12-2011 19:02, h.g.mul...@hccnet.nl wrote: BTW, WinBoard did also not have a Danish translation yet. So if you have a taste for it now, there is no need to stop, as the winboard/language.txt template file of the source distro is still ready and waiting to be converted to a

[Bug-XBoard] [bug #34972] Several issues regarding lokalization

2011-12-03 Thread Byrial Jensen
Follow-up Comment #3, bug #34972 (project xboard): Thanks, that was fast. PGN files should not be changed. The PGN specification does not allow for that, and it would not be portable. But I think the move notation should be changed in the Move list window and other places where a move is shown

[Bug-XBoard] [bug #34972] Several issues regarding lokalization

2011-12-03 Thread Byrial Jensen
Follow-up Comment #4, bug #34972 (project xboard): Just tried the new git version. Remember to update po/POTFILES.in with all source files which strings marked for translation. ___ Reply to this item at: