  wbar configuration gui written with Python and GTK+
	Created by Mika Hynnä <mika.hynna@wippies.com>
		Copyright 2008 Mika Hynnä
	      http://kapsi.fi/ighea/wbarconf/

The program 'wbarconf' is distributed under 
the terms of the GNU General Public License
See COPYING for more information.

Command line parameters for wbarconf:
 --wbar           -  launches wbar with settings in #wbarcommand variable
 --config [file]  -  use [file] as wbar's config file, will be 
                     used only if ~/.wbar is not found!

Wbar's config file is searched in following order:
	.wbar in user's home directory
	file specified in command line with --config -flag
	custom file "hard coded" in to the python code: "customwbarconfigfile"-variable
	/usr/share/wbar/dot.wbar
	/usr/local/share/wbar/dot.wbar 

Notes:
* Items can be moved with drag & drop
* Supports desktop icon files (.desktop), drop them in to the icon list
* Launch command for Refresh button can be defined in
  the configuration file for example with #wbarcommand="wbar -bpress"
  wbarcommand can be launched with wbarconf --wbar, runs the command and exits.
* Command line options can now be set in settings dialog
* wbar uses full paths for ttf font files, so no FontSelectionDialog will be used

Special thanks to:
	Mario Blättermann for german translation
	Edgar D'Souza for pushing me forward
	Antti Laine for tips and tricks

Requirements:
* >=wbar-1.3.3 (http://freshmeat.net/projects/wbar/)
* >=Python-2.4
* >=PyGTK-2.10
* >=PyGobject-2.14
* >=gettext-0.16

Changes:
- 0.7.2 (27052008)
 * Fixed typo in german translation
 * Added command line parameter --config /path/to/config to be used to 
   specify certain wbar's configuration file for wbarconf
 * New way to handle command line parameters
 * Added simple install script

- 0.7.1 (12052008)
 * German translation added
 * Removed unneeded xdg dependency
 * Fixed problems with text entry colors when file was not found
 * Minor fixes

- 0.7.0 (02052008)
 * Localization support using gettext
 * Added command line settings dialog
 * In file selection dialogs last file used is now pre-selected
 * Red color informs of invalid file paths
 * Added some background images for wbar by Edgar D'Souza

- 0.6.5 (23042008)
 * Initial item list scrolling when dragging items
 * wbarconf now exits properly when using --wbar flag

- 0.6.4 (22042008)
 * Icon item list should now work as expected, still need scrolling with item drag

- 0.6.3 (21042008)
 * Focus now follows when pressing Up and Down buttons
 * New added items are now automaticaly selected
 * Behavior of Remove button fixed
 * File selection dialogs start directory is set from text field, if possible
 * Changed default wbarcommand to "wbar -above-desk -bpress"

- 0.6.2 (21042008)
 * Improved Refresh-button behavior, now fetches command line 
   parameters of already running process and uses them.
   If no process is found, falls back to wbarcommand=""
 * More correct list behavior with drags and drops

- 0.6.1 (20042008)
 * Fixed startup broblem with default configuration file

- 0.6
 * Initial support for dragging and dropping desktop icon files (.desktop).
 * Added Refresh button, restarts wbar. Launch command can be defined
   in configuration file for example like #wbarcommand="wbar -bpress"
   Defined wbarcommand can be launched with wbarconf --wbar
 * Renamed to wbarconf
 * Minor fixes

- 0.5 (07022008)
 * Requirements rechecked: now should require python 2.4 and not 2.5
 * Added some exception checks
 * Minor fixes
 
- 0.4 (06022008)
 * Added up/down-buttons to move icons in list
 * GTK stock icons in use

- 0.3.1 (05022008)
 * GUI modifications

- 0.3 (05012008)
 * Added tooltips for icon list and font selection
 * Fixed items to be correctly shown after resize
 * Window always starts centered to screen
 * File selection button for background
 * Fixed empty icon list issues

- 0.2 (02012008)
 * minor fixes

- 0.1 (01012008)
 * initial release
