~ubuntu-branches/ubuntu/trusty/krusader/trusty

« back to all changes in this revision

Viewing changes to krusader/defaults.h

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-08-08 13:47:36 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808134736-8e630ivgd2c3sgg5
Tags: 1:2.4.0~beta1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#define _ShowCmdline      true
42
42
// Show status bar
43
43
#define _ShowStatusBar    true
 
44
// Show actions tool bar
 
45
#define _ShowActionsToolBar true
44
46
// Show tool bar
45
47
#define _ShowToolBar      true
46
48
// Show FN Keys
64
66
 
65
67
////////////////////////[Look&Feel]
66
68
// Filelist Font ///////
67
 
#define _FilelistFont   new QFont(KGlobalSettings::generalFont())
 
69
#define _FilelistFont   KGlobalSettings::generalFont()
68
70
// Warn On Exit ////////
69
71
#define _WarnOnExit     false
70
72
// Minimize To Tray ////
87
89
#define _FullPathTabNames false
88
90
// User defined folder icons
89
91
#define _UserDefinedFolderIcons true
 
92
// Unslect files before copy/move
 
93
#define _UnselectBeforeOperation true
 
94
// Filter dialog remembers settings
 
95
#define _FilterDialogRemembersSettings false
 
96
// Flat Origin Bar
 
97
#define _FlatOriginBar true
90
98
 
91
99
// Panel Toolbar Checkboxes
92
100
// Panel Toolbar Visible checkbox turned off
181
189
#define _DoBZip2       true
182
190
// Do LZMA ///////////
183
191
#define _DoLZMA       true
 
192
// Do XZ ///////////
 
193
#define _DoXZ         true
184
194
// Do Rar /////////////
185
195
#define _DoRar         true
186
196
// Do UnRar ///////////
213
223
// Terminal for UserActions ///////////
214
224
#define _UserActions_Terminal      "konsole --noclose --workdir %d --title %t -e"
215
225
// Normal font for output collection ///////
216
 
#define _UserActions_NormalFont   new QFont(KGlobalSettings::generalFont())
 
226
#define _UserActions_NormalFont   KGlobalSettings::generalFont()
217
227
// Font for output collection with fixed width ///////
218
 
#define _UserActions_FixedFont   new QFont(KGlobalSettings::fixedFont())
 
228
#define _UserActions_FixedFont   KGlobalSettings::fixedFont()
219
229
// Use for output collection  fixed width font as default ///////
220
230
#define _UserActions_UseFixedFont   false
221
231