konq_defaults.h
00001 /* This file is part of the KDE project 00002 Copyright (C) 1998, 1999 Torben Weis <weis@kde.org> 00003 Copyright (C) 1999 - 2002 David Faure <faure@kde.org> 00004 00005 This library is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU Library General Public 00007 License as published by the Free Software Foundation; either 00008 version 2 of the License, or (at your option) any later version. 00009 00010 This library is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 Library General Public License for more details. 00014 00015 You should have received a copy of the GNU Library General Public License 00016 along with this library; see the file COPYING.LIB. If not, write to 00017 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00018 Boston, MA 02110-1301, USA. 00019 */ 00020 00021 // Default values for konqueror/kdesktop settings 00022 // This file is used by konqueror kdesktop, and kcmkonq, 00023 // to share the same defaults 00024 00025 // appearance tab 00026 #define DEFAULT_UNDERLINELINKS false 00027 #define DEFAULT_WORDWRAPTEXT true // kfm-like, sorry Reggie :-) 00028 #define DEFAULT_TEXTHEIGHT 2 00029 #define DEFAULT_TEXTWIDTH 0 // 0 = automatic (font depending) 00030 #define DEFAULT_TEXTWIDTH_MULTICOLUMN 600 // maxwidth, as the iconview has dynamic column width 00031 #define DEFAULT_FILESIZEINBYTES false 00032 00033 #define DEFAULT_RENAMEICONDIRECTLY false 00034 00035 // transparency of blended mimetype icons in textpreview 00036 #define DEFAULT_TEXTPREVIEW_ICONTRANSPARENCY 70 00037 00038 // show hidden files on desktop default 00039 #define DEFAULT_SHOW_HIDDEN_ROOT_ICONS false 00040 #define DEFAULT_VERT_ALIGN true 00041 00042 // Default terminal for "Open Terminal" in konqueror 00043 #define DEFAULT_TERMINAL "konsole" 00044 00045 // Confirmations for deletions 00046 #define DEFAULT_CONFIRMTRASH true 00047 #define DEFAULT_CONFIRMDELETE true 00048 #define DEFAULT_CONFIRMSHRED true