Subject: CVS commit: pkgsrc/sysutils/idesk
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 06/09/2005 21:09:40
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Thu Jun  9 21:09:40 UTC 2005

Modified Files:
	pkgsrc/sysutils/idesk: Makefile PLIST distinfo
Removed Files:
	pkgsrc/sysutils/idesk/patches: patch-aa

Log Message:
Update to 0.7.2.  Doing this during the freeze to close the longstanding
PR pkg/28850.  (Patch applied with multiple changes.)

Version 0.7.2
 * Features:
   - Now if ${HOME}/.ideskrc file don't exist then the default
     ${PREFIX}/share/idesk/dot.ideskrc file is loaded with default options.
   - if ${HOME}/.idesktop files doesn't exist then the default
     ${PREFIX}/share/idesk/default.lnk file is loaded with default options
     but remember you must create the directory .idesktop.
   - New option Background.File for background image (wallpaper) in
     .ideskrc file example Background.File: /path_to_image/background.jpg
   - Optional feature for Background.File is the default folder_home.png
     image in ${PREFIX}/share/idesk directory. If you define Background.File
     option and that image is invalid or it isn't exist then folder_home.png
     file image is loaded.
   - Regroup the new options in .ideskrc file for tooltip
     + ToolTip.FontSize: 11
     + ToolTip.FontName: gothic
     + ToolTip.ForeColor: #0000FF
     + ToolTip.BackColor: #FFFFFF
     + ToolTip.CaptionOnHover: true
     + ToolTip.CaptionPlacement: Right
 * Minor bug fixes:
   - Clean up the code
   - Fixed the init scripts (automake version problems)
   - Now only .lnk type extension for the image files are valid images, any
     other extension is a invalid image and they aren't loaded.

Version 0.7.1
* Minor bug fixes:
   * Fixed the default value for BackColorTip attribute (background color
     for tooltip) in Tooltip (don't see the letters)
   * Fixed the default value for FillStyle attribute. Now is "None" the
     default value instead "FillHLine". Valid values are:
     FillInvert, FillHLine, FillVLine and None.

Version 0.7.0
 * Features:
   - Added the GNU configure and build system for Idesk. Now is easy
     configure, build and install this project.
   - Now Startup Notification is optional (with --enable-libsn option).
     Default is disable.
   - 'FillStyle' attribute. Define the appearance for the icon when the
     user click it.
   - Now is possible define the Font, Size, Foreground and Background
     color for the ToolTip.

 * Bug fixes:

    * Fixed the old bug for transparent effect when the user run idesk and
      others windows were open, Idesk take a "snapshot" from the current screen
      but also take from the others windows, producing that the transparent
      effect wasn't seen good (horrible effect produced).

    * Fix the problem with SnapShadow have the value true.

    * Fix the bug, when restart the program with double middle click.

    * Fix the error of the imlib with color_modifier null.

    * Fix the bug, when the Caption attribute is empty string.
      (Thanks to Rene De La Garza <rene.delagarza@gmail.com>)

Version 0.6.1

Bug fixes. Font problem and idesk restarting.

Version 0.6.0
    Porting from Imlib to Imlib2 ready!!! In addition, better support for mouse
    actions (EnterNotify and LeaveNotify events). The SVG support was remove
    because  not implemented in Imlib2 yet and a few fixes and clean ups here
    and there. Now the application run although it fails in loading some
    configuration files icon. GTK and GDK support isn't necessary now. Startup
    notification support for launch applications!!! but is very experimental and
    under some Window Managers it will not worki ... and more. See the
    Screenshots.

Version 0.5.6
    Bug-fixes and better support for SVG.

Version 0.5.5
    Multiple commands, completely configurable actions, automatic background
    updating with Esetroot, a new option to only show the caption on mouseover,
    and a few fixes and clean ups here and there.

Version 0.5.2.1
    Fixed a few bugs here and there. Took away the need for the SVG: true
    field.and other things that I forgot to list.

Version 0.5.0
    Added SVG support using librsvg. Still rudimentary, need to check for
    bugs andd leaks.

Version ? (maybe .5)
    New idesk mostly coding structure changes. Code was re-written to be more
    object oriented and modular. Added single-click, click-delay, and snapping
    options.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/sysutils/idesk/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/idesk/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/idesk/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/sysutils/idesk/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.