mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-06 15:18:09 -05:00
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:
16
ChangeLog
16
ChangeLog
@@ -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>
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
ADD_SUBDIRECTORY(backgrounds)
|
||||
ADD_SUBDIRECTORY(locale)
|
||||
ADD_SUBDIRECTORY(presets)
|
||||
ADD_SUBDIRECTORY(projects)
|
||||
|
||||
2
data/backgrounds/CMakeLists.txt
Normal file
2
data/backgrounds/CMakeLists.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
FILE(GLOB PNG_FILES *.png)
|
||||
INSTALL(FILES ${PNG_FILES} DESTINATION ${LMMS_DATA_DIR}/backgrounds)
|
||||
|
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 442 B |
BIN
data/backgrounds/vinnie.png
Normal file
BIN
data/backgrounds/vinnie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user