Improved BitInvader logo and Desktop description

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1528 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-09-02 03:27:36 +00:00
parent fe7d269c80
commit 7980ac086f
5 changed files with 14 additions and 6 deletions

View File

@@ -4,9 +4,17 @@
* src/core/song.cpp:
* src/core/track_container.cpp:
* src/core/track.cpp:
Add locking to trackContainer::m_tracks. This should fix most crashes
causes by moving/adding TCOs. This also seems to fix the no-sound bug
that I hate so much.
Add locking to trackContainer::m_tracks and clean up some const-ness.
This should fix most crashes causes by moving/adding TCOs. This also
seems to fix the no-sound bug that I hate so much.
* plugins/bit_invader/logo.png:
* plugins/bit_invader/artwork.png:
Improve BitInvader logo
* data/lmms.desktop:
* lmms.1:
A more consise description for English
2008-09-02 Csaba Hruska <csaba.hruska/at/gmail.com>