Remove a number of older color schemes from the default installation. Remember to unpreview changes if the edit profile dialog is not accepted.

svn path=/branches/work/konsole-split-view/; revision=661555
wilder-portage
Robert Knight 19 years ago
parent de7006ddf4
commit 41edc27ede
  1. 3
      konsole/EditProfileDialog.cpp
  2. 39
      other/color-schemes/CMakeLists.txt

@ -308,7 +308,8 @@ void EditProfileDialog::hideEvent(QHideEvent* event)
// only reset preview changes for temporary changes
// ( changes saved in _tempProfile are considered permanent )
if ( !_tempProfile->isPropertySet( (Profile::Property)iter.key() ) )
if ( !_tempProfile->isPropertySet( (Profile::Property)iter.key() )
|| result() != QDialog::Accepted )
map.insert((Profile::Property)iter.key(),iter.value());
}

@ -1,24 +1,27 @@
# Note some color schemes are deliberately not installed
# at present
install( FILES
BlackOnLightColor.schema
# BlackOnLightColor.schema
BlackOnLightYellow.schema
BlackOnWhite.schema
Example.Schema
GreenOnBlack.schema
WhiteOnBlack.schema
README.default.Schema
syscolor.schema
Linux.schema
# Example.Schema
GreenOnBlack.schema
WhiteOnBlack.schema
# README.default.Schema
# syscolor.schema
# Linux.schema
Linux.colorscheme
XTerm.schema
vim.schema
DarkPicture.schema
LightPicture.schema
Transparent.schema
GreenTint.schema
Transparent_MC.schema
GreenTint_MC.schema
Transparent_lightbg.schema
Transparent_darkbg.schema
README.Schema
# XTerm.schema
# vim.schema
# DarkPicture.schema
# LightPicture.schema
# Transparent.schema
# GreenTint.schema
# Transparent_MC.schema
# GreenTint_MC.schema
# Transparent_lightbg.schema
# Transparent_darkbg.schema
# README.Schema
DESTINATION
${DATA_INSTALL_DIR}/konsole )

Loading…
Cancel
Save