|
From: Chad M. <cmm...@us...> - 2005-07-04 15:37:24
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11160 Modified Files: Tag: pre_5_0_beta ChangeLog Log Message: Fixed the # handling in filters so that instead of stripping #'s off spawns, it instead makes the # in the matchin regex for Name: be optional. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/Attic/ChangeLog,v retrieving revision 1.1.2.31 retrieving revision 1.1.2.32 diff -u -d -r1.1.2.31 -r1.1.2.32 --- ChangeLog 4 Jul 2005 14:18:11 -0000 1.1.2.31 +++ ChangeLog 4 Jul 2005 15:37:16 -0000 1.1.2.32 @@ -6,6 +6,7 @@ + Fixed light member of spawnStruct (thanks BlueAdept) + Updated qt required version to 3.2 because I used QString.replace that was added there ++ Rewrote the # stripping stuff from filters so you can still search on # purple (07/02/05) --------------------- |