UI improvements to Transaction matcher

Christian Stimming stimming@tuhh.de
Thu, 14 Nov 2002 10:35:02 +0100


Benoit,

(sorry for the tone of my message last night -- I was *really* tired and 
should've long gotten to sleep :)

Benoit Grégoire wrote:

> I've commited the first part of my UI improvements to the Transaction matcher.  
> Please comment quickly, so I can be sure everyone agree that they ARE an 
> improvement...

Actually I think those look quite nice now. I think you did a good job 
with these pixmaps/clickable labels, and for the duplicate detection I 
think that this is good enough for months to come.

As for the fixed-length allocation of strings, please as a quick 
workaround increase those buffer length to "three times as big as the 
english text is". But nevertheless I guess that you wouldn't really need 
to copy those strings around -- instead, you probably only need to 
switch between different pointers to const chars.

Christian