libkonq Library API Documentation

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., 59 Temple Place - Suite 330, 00018 Boston, MA 02111-1307, USA. 00019 */ 00020 00021 // Default values for konqueror/kdesktop settings 00022 // This file is used by konqueror and kdesktop, and will be used by kcmkonq, 00023 // to share the same defaults 00024 00025 #if 0 // OLD KFM STUFF - we might want to do this also in konq ? 00026 #define ID_STRING_OPEN 1 /* Open */ 00027 #define ID_STRING_CD 2 /* Cd */ 00028 #define ID_STRING_NEW_VIEW 3 /* New View */ 00029 #define ID_STRING_COPY 4 /* Copy */ 00030 #define ID_STRING_DELETE 5 /* Delete */ 00031 #define ID_STRING_MOVE_TO_TRASH 6 /* Move to Trash */ 00032 #define ID_STRING_PASTE 7 /* Paste */ 00033 #define ID_STRING_OPEN_WITH 8 /* Open With */ 00034 #define ID_STRING_CUT 9 /* Cut */ 00035 #define ID_STRING_MOVE 10 /* Move */ 00036 #define ID_STRING_PROP 11 /* Properties */ 00037 #define ID_STRING_LINK 12 /* Link */ 00038 #define ID_STRING_TRASH 13 /* Empty Trash Bin*/ 00039 #define ID_STRING_ADD_TO_BOOMARKS 14 00040 #define ID_STRING_SAVE_URL_PROPS 15 /* sven */ 00041 #define ID_STRING_SHOW_MENUBAR 16 /* sven */ 00042 #define ID_STRING_UP 17 /* sven */ 00043 #define ID_STRING_BACK 18 /* sven */ 00044 #define ID_STRING_FORWARD 19 /* sven */ 00045 #endif 00046 00047 // appearance tab 00048 #define DEFAULT_UNDERLINELINKS true 00049 #define DEFAULT_WORDWRAPTEXT true // kfm-like, sorry Reggie :-) 00050 #define DEFAULT_FILESIZEINBYTES false 00051 00052 #define DEFAULT_RENAMEICONDIRECTLY false 00053 00054 // root window icon text transparency default -- stefan@space.twc.de 00055 //#define DEFAULT_TRANSPARENT_ICON_TEXT true 00056 00057 // transparency of blended mimetype icons in textpreview 00058 #define DEFAULT_TEXTPREVIEW_ICONTRANSPARENCY 70 00059 00060 // show hidden files on desktop default 00061 #define DEFAULT_SHOW_HIDDEN_ROOT_ICONS false 00062 #define DEFAULT_VERT_ALIGN true 00063 00064 // Default terminal for "Open Terminal" in konqueror 00065 #define DEFAULT_TERMINAL "konsole" 00066 00067 // Confirmations for deletions 00068 #define DEFAULT_CONFIRMTRASH true 00069 #define DEFAULT_CONFIRMDELETE true 00070 #define DEFAULT_CONFIRMSHRED true
KDE Logo
This file is part of the documentation for libkonq Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Dec 16 19:08:35 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003