Resurrect old lmms background and add to new backgrounds directory

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1673 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-09-21 20:43:09 +00:00
parent b17bbed325
commit 65566c92ce
6 changed files with 19 additions and 2 deletions

View File

@@ -81,7 +81,21 @@
Hide pitch bend one vibed instrument
* src/gui/setup_dialog.cpp:
Minor layout fix
- Minor layout fix
- Fix incorrect starting directory for STK
* data/CMakeLists.txt:
* data/backgrounds:
* data/backgrounds/CMakeLists.txt:
* data/backgrounds/lmms_tile.png:
* data/backgrounds/vinnie.png:
- Move llama theme background to backgrounds/
- Resurrect the old background
- more to come..
* data/themes/llama:
* data/themes/llama/background_artwork.png:
- Remove llama theme
2008-09-20 Paul Giblock <drfaygo/at/gmail/dot/com>

View File

@@ -1,3 +1,4 @@
ADD_SUBDIRECTORY(backgrounds)
ADD_SUBDIRECTORY(locale)
ADD_SUBDIRECTORY(presets)
ADD_SUBDIRECTORY(projects)

View File

@@ -0,0 +1,2 @@
FILE(GLOB PNG_FILES *.png)
INSTALL(FILES ${PNG_FILES} DESTINATION ${LMMS_DATA_DIR}/backgrounds)

View File

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 442 B

BIN
data/backgrounds/vinnie.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -995,7 +995,7 @@ void setupDialog::openSTKDir( void )
#ifdef LMMS_HAVE_STK
QString new_dir = QFileDialog::getExistingDirectory( this,
tr( "Choose STK rawwave directory" ),
m_ladDir );
m_stkDir );
if( new_dir != QString::null )
{
m_stkLineEdit->setText( new_dir );