{5} Assigned, Active Tickets by Owner (Full Description) (5 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

ug (5 matches)

Ticket Summary Component Milestone Type Created
Description
#35 kmobilo not working with new python? user_interface defect 04/21/07

I have recently upgraded my Linux operating system (from Ubuntu 6.10 Edgy Eft to Ubuntu 7.04 Feisty fawn) and now when I try to run Kombilo I get the following message:-

Traceback (most recent call last):

File "kombilo.py", line 60, in <module>

from board1 import *

File "/home/benwahwah/kombilo05/board1.py", line 27, in <module>

from whrandom import randint

ImportError?: No module named whrandom

I think this may be that I can only install python 2.4 or 2.5 on my system. If you have any ideas on how to overcome this problem.

Many thanks

benwahwah


#36 buffer_info() gives overflow search_engine defect 06/20/07

Parsing of SGF database fails with a message box:

A fatal error occured when processing /usr/local/sgf/KGS2001. Please send a bug report.

The problem occurs only with C modules compiled.

It was found that when calling C functions matchC.sortArray and matchC.buildOutput, the array buffer address from buffer_info() is sent. On ix86 Linux (and probably on 64-bit systems), this address sometimes doesn't fit to the int type.

As a temporary workaround, I've patched matchC.cc and kombilo.py for using python buffer interface (the patch is attached). Hope it will work

Some rework is still needed for 64-bit machines for using integer types of know size (e.g. int32_t instead of long)


#3 File open + double click generate a move user_interface defect 09/06/06

In File/Open?, choosing an SGF by double clicking on a file opens the file but if the board is behind the open file dialog, it plays a move on it!


#9 add problem quiz mode to kombilo user_interface enhancement 09/07/06

People have suggested that Kombilo should have a quiz mode for go problems, in other word that  uliGo functionality should be merged into Kombilo.

I am not quite sure what to think of that. Doesn't it make more sense to separate the two tasks?

Anyway, Marcel Gruenauer has added this functionality (add least to some extent) to Kombilo 0.5.  Download. I did not test this much myself, and I did not get around to producing a Windows installer for this version, and I probably will not do so any time soon.


#31 Remove dependency on sql search_engine idea 10/10/06

It would be really great if there was an API for setting up different sgf repositories. I would love to integrate kombilo into egoban.org, which is a Plone site implemented on Zope. As you may know zope has its own OO database where all objects are stored. With the current implementation of kombilo I would have to duplicate all sgf once for zodb and once for sqlite... If you would like help on the matter you know how to find me, although my C++ skills haven't been brushed up for quite a looooong time;)


Note: See TracReports for help on using and creating reports.