From e0145cf18991707d1f29db9057e066a830ec8c45 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Paour Date: Fri, 6 Sep 2002 17:00:56 +0000 Subject: [PATCH] Documented --- defaults.properties | 77 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 70 insertions(+), 7 deletions(-) diff --git a/defaults.properties b/defaults.properties index 4ae008a..4492902 100644 --- a/defaults.properties +++ b/defaults.properties @@ -1,15 +1,78 @@ -# Gallery remote defaults. Do not edit. +# Gallery remote defaults. +# +# DO NOT EDIT +# # You can override these values in your remote.properties file -mainBounds=2,0,576,521 -previewBounds=578,0,502,521 -thumbnailSize=64,64 -inspectorDividerLocation=300 -previewCacheSize=10 + +# +# --- Upload behaviour --- +# + +# resize images before upload +resizeBeforeUpload=true + +# resize images to (if you set this to the same size as +# your gallery setting, this will considerably lighten the +# load on the server, as well as optimizing the upload bandwidth) +resizeTo=800,800 + +# +# --- Previews and thumbnails (use the Options menu) --- +# + +# display preview window showPreview=true + +# Number of preview images remain in memory +# (more speeds up display of the previews, but uses more memory; +# use less if you have little memory) +previewCacheSize=10 + +# display the image path in the list showPath=true + +# display the thumbnails showThumbnails=true + +# Size of the thumbnails +thumbnailSize=64,64 + +# +# --- Window sizes --- +# + +# Size of the main window +mainBounds=2,0,576,521 + +# Size of the preview window +previewBounds=578,0,502,521 + +# How far to the right of the main window the divider is +inspectorDividerLocation=300 + +# +# --- Technical --- +# + +# save passwords of connection profiles (insecure!) savePasswords=true -version=1.0b2 + +# Log level (what gets printed to the log +# 0: only critical errors +# 1: critical and normal errors +# 2: also print information messages +# 3: detailed, very verbose log logLevel=2 + +# Print the log to standard output in addition to the log.txt file +# Only useful when GR is started from the command-line +# or with the executable, if the gallery_remote.lax file property +# lax.stdout.redirect=console +toSysOut=false + +# +# --- Do not edit below this line --- +# +version=1.0b2 aboutText=Gallery Remote\n \n \nA part of the Gallery Open-Source Project\nhttp://gallery.sourceforge.net\n \n \nInitial version by Chris Smith\n \nMaintained by Pierre-Luc Paour\n \n \nContributors:\n \nDolan Halbrook\nTim Miller