log

age author description
Sat, 29 Mar 2008 12:52:18 +0200 Matti Hamalainen Certain piece of allocated memory was free'd before we were done with it,
Sat, 29 Mar 2008 12:14:17 +0200 Matti Hamalainen Added a menuitem for 'Rescan CD' into that other menu too, since 'Add CD' is in both.
Sat, 29 Mar 2008 12:08:06 +0200 Matti Hamalainen Indeed 'new' might not be a C keyword, but it's a C++ keyword and thus not recommended to be used as a identifier.
Sat, 29 Mar 2008 12:06:38 +0200 Matti Hamalainen Tiny cleanups of repetitive code syndrome madness; Added some null-pointer checks.
Sat, 29 Mar 2008 11:28:11 +0200 Matti Hamalainen Added a plugin-services menu option to force re-scanning of CD, patch
Sat, 29 Mar 2008 11:14:39 +0200 Matti Hamalainen Removed xs_memset(), just use memset().
Fri, 28 Mar 2008 02:42:17 +0200 Matti Hamalainen Fixed Mercurial instructions for stable branches.