Skip to content

Commit

Permalink
Documented
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Sep 6, 2002
1 parent b7b8be1 commit e0145cf
Showing 1 changed file with 70 additions and 7 deletions.
77 changes: 70 additions & 7 deletions 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

0 comments on commit e0145cf

Please sign in to comment.