]> git.sesse.net Git - vlc/log
vlc
17 years agoqt4 - Mousewheel (2)
Jean-Baptiste Kempf [Fri, 13 Apr 2007 07:14:48 +0000 (07:14 +0000)]
qt4 - Mousewheel (2)

17 years agoSlovenian l10n update by Matej Urbancic
Christophe Mutricy [Thu, 12 Apr 2007 21:07:19 +0000 (21:07 +0000)]
Slovenian l10n update by Matej Urbancic

17 years ago* added sanity flags for future darwin releases and potentionally fixed OSX SDK suppo...
Felix Paul Kühne [Thu, 12 Apr 2007 18:44:47 +0000 (18:44 +0000)]
* added sanity flags for future darwin releases and potentionally fixed OSX SDK support on Intel-based boxes. needs further testing, which I'll do later on

17 years agoQt4 - MouseWheel support - patch by Sergey Volk.
Jean-Baptiste Kempf [Thu, 12 Apr 2007 16:24:49 +0000 (16:24 +0000)]
Qt4 - MouseWheel support - patch by Sergey Volk.

17 years agoQt4 - Set a higher score to qt4 than wx. Ref [19766]
Jean-Baptiste Kempf [Thu, 12 Apr 2007 16:05:18 +0000 (16:05 +0000)]
Qt4 - Set a higher score to qt4 than wx. Ref [19766]

17 years agoInvalidate old caches (cf [19742]).
Antoine Cellerier [Thu, 12 Apr 2007 15:05:09 +0000 (15:05 +0000)]
Invalidate old caches (cf [19742]).

17 years agoscore is cached, so it's not a good idea to have it depens of the environement
Christophe Mutricy [Thu, 12 Apr 2007 15:04:31 +0000 (15:04 +0000)]
score is cached, so it's not a good idea to have it depens of the environement

17 years agoQt4 - typo correction
Jean-Baptiste Kempf [Thu, 12 Apr 2007 00:27:10 +0000 (00:27 +0000)]
Qt4 - typo correction

17 years agoqt4 - Sprefs - Slight modification.
Jean-Baptiste Kempf [Thu, 12 Apr 2007 00:10:13 +0000 (00:10 +0000)]
qt4 - Sprefs - Slight modification.

17 years agofix Direct3D translation
Christophe Mutricy [Wed, 11 Apr 2007 23:01:24 +0000 (23:01 +0000)]
fix Direct3D translation

17 years ago* Honor --color with --list.
Antoine Cellerier [Wed, 11 Apr 2007 18:10:05 +0000 (18:10 +0000)]
* Honor --color with --list.
* Add --list-verbose option.
* Make sure that help related options always come first in the help output.

17 years agolibvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32
Damien Fouilleul [Tue, 10 Apr 2007 18:21:57 +0000 (18:21 +0000)]
libvlc_video_take_snapshot: removed kludge and fixed path_sanitize for win32

17 years ago- activex: support for taking a snapshot into a Picture object
Damien Fouilleul [Tue, 10 Apr 2007 18:20:26 +0000 (18:20 +0000)]
- activex: support for taking a snapshot into a Picture object

17 years agoSome qt4 files were renamed
Christophe Mutricy [Tue, 10 Apr 2007 12:49:34 +0000 (12:49 +0000)]
Some qt4 files were renamed

17 years agoQt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal...
Jean-Baptiste Kempf [Mon, 9 Apr 2007 22:57:52 +0000 (22:57 +0000)]
Qt4 - Preferences - Size/Layout/Margin and stuff related. This is not yet optimal, but is much better than it was, I think. Some work has yet to be done on Complete Preferences to make it nicer.

17 years agoFix warnings.
Christophe Mutricy [Mon, 9 Apr 2007 19:41:36 +0000 (19:41 +0000)]
Fix warnings.

17 years agovlc_b64_decode_binary() is in vlc_strings.h
Christophe Mutricy [Mon, 9 Apr 2007 18:36:16 +0000 (18:36 +0000)]
vlc_b64_decode_binary() is in vlc_strings.h

17 years agoSDP: fix ordering of b= and a=
Rémi Denis-Courmont [Mon, 9 Apr 2007 15:15:02 +0000 (15:15 +0000)]
SDP: fix ordering of b= and a=

17 years agoDo not insert TTL in c= line for IPv6 - this was invalid
Rémi Denis-Courmont [Mon, 9 Apr 2007 15:07:29 +0000 (15:07 +0000)]
Do not insert TTL in c= line for IPv6 - this was invalid

17 years agoDon't run hal_initialize() twice. Bug introduced in [19692].
Rafaël Carré [Sun, 8 Apr 2007 15:59:43 +0000 (15:59 +0000)]
Don't run hal_initialize() twice. Bug introduced in [19692].

17 years ago* modules/access_output/shout.c: Initialize shout settings properly and make ICY...
Dennis van Amerongen [Sun, 8 Apr 2007 14:04:31 +0000 (14:04 +0000)]
* modules/access_output/shout.c: Initialize shout settings properly and make ICY the default protocol. This fixes some libshout Socket error messages on initialization. Closes #1003.

17 years agoMosaic:
Antoine Cellerier [Sat, 7 Apr 2007 20:17:12 +0000 (20:17 +0000)]
Mosaic:
Allow runtime changes of the bluescreen parameters
Cosmetics
Compilation warning fixes

17 years agoMosaic bridge: Allow runtime changes of the height and width parameters.
Antoine Cellerier [Sat, 7 Apr 2007 20:16:18 +0000 (20:16 +0000)]
Mosaic bridge: Allow runtime changes of the height and width parameters.

17 years agoModules have a psz_help string. This is currently used by 1 module only (headphone...
Antoine Cellerier [Sat, 7 Apr 2007 20:14:42 +0000 (20:14 +0000)]
Modules have a psz_help string. This is currently used by 1 module only (headphone audio filter) ... but that doesn't mean that it shouldn't be stored in cache. This commit will break the cache so we need to change a cache version somewhere. Since i didn't know where to look ... this is yet to be done.
+ misc changes

17 years agoCosmetics.
Antoine Cellerier [Sat, 7 Apr 2007 20:13:06 +0000 (20:13 +0000)]
Cosmetics.

17 years agoDisplay module's psz_help in help output (see next commit on modules.c for details).
Antoine Cellerier [Sat, 7 Apr 2007 20:12:41 +0000 (20:12 +0000)]
Display module's psz_help in help output (see next commit on modules.c for details).

17 years agoAdd color help output when using command line switches to get help + --color.
Antoine Cellerier [Sat, 7 Apr 2007 20:12:02 +0000 (20:12 +0000)]
Add color help output when using command line switches to get help + --color.

17 years agoAdd subcategories and sections to command line help output.
Antoine Cellerier [Sat, 7 Apr 2007 20:09:34 +0000 (20:09 +0000)]
Add subcategories and sections to command line help output.

17 years agoFix help string.
Antoine Cellerier [Sat, 7 Apr 2007 20:07:56 +0000 (20:07 +0000)]
Fix help string.

17 years ago* enlarge the row height about 10 pixels to allow longer error messages (up to 3...
Felix Paul Kühne [Sat, 7 Apr 2007 17:20:47 +0000 (17:20 +0000)]
* enlarge the row height about 10 pixels to allow longer error messages (up to 3 lines)

17 years ago* re-worded the GUI strings a bit and removed a useless warning (it's a feature,...
Felix Paul Kühne [Sat, 7 Apr 2007 17:07:32 +0000 (17:07 +0000)]
* re-worded the GUI strings a bit and removed a useless warning (it's a feature, no bug...)

17 years agowin32 libshout: Patches Makefile.in instead of Makefile.am
Rafaël Carré [Sat, 7 Apr 2007 16:36:44 +0000 (16:36 +0000)]
win32 libshout: Patches Makefile.in instead of Makefile.am

17 years agoLoads D-Bus control interface in one instance mode only if compiled with D-Bus support
Rafaël Carré [Sat, 7 Apr 2007 01:34:34 +0000 (01:34 +0000)]
Loads D-Bus control interface in one instance mode only if compiled with D-Bus support

17 years agoRestore icon click to update status for D-Bus controller
Rafaël Carré [Fri, 6 Apr 2007 23:33:25 +0000 (23:33 +0000)]
Restore icon click to update status for D-Bus controller

17 years agoQt4 - Small modifications on Preferences layout (specially aimed at Windows).
Jean-Baptiste Kempf [Fri, 6 Apr 2007 23:30:51 +0000 (23:30 +0000)]
Qt4 - Small modifications on Preferences layout (specially aimed at Windows).
Remove and add comments.

17 years agoUpdates D-Bus controller to new D-Bus methods.
Rafaël Carré [Fri, 6 Apr 2007 23:19:18 +0000 (23:19 +0000)]
Updates D-Bus controller to new D-Bus methods.

17 years agoRepair precedent commit.
Jean-Baptiste Kempf [Fri, 6 Apr 2007 23:03:18 +0000 (23:03 +0000)]
Repair precedent commit.

17 years agoContribs - qt4 bin/*.exe and bin/*
Jean-Baptiste Kempf [Fri, 6 Apr 2007 21:45:17 +0000 (21:45 +0000)]
Contribs - qt4 bin/*.exe and bin/*

17 years agoMake it possible to change the fake-image at runtime.
Antoine Cellerier [Fri, 6 Apr 2007 21:13:10 +0000 (21:13 +0000)]
Make it possible to change the fake-image at runtime.
Add option to specify the chroma used by fake.

17 years agoContribs - use qt 4.2.3 for win32
Jean-Baptiste Kempf [Fri, 6 Apr 2007 20:46:17 +0000 (20:46 +0000)]
Contribs - use qt 4.2.3 for win32

17 years ago- activex: misc. cleanups
Damien Fouilleul [Fri, 6 Apr 2007 20:43:33 +0000 (20:43 +0000)]
- activex: misc. cleanups

17 years ago- direct3d: use VBL synchronized presentation
Damien Fouilleul [Fri, 6 Apr 2007 20:38:09 +0000 (20:38 +0000)]
- direct3d: use VBL synchronized presentation

17 years agoDoesn't unref the D-Bus connection if connection failed
Rafaël Carré [Fri, 6 Apr 2007 20:31:52 +0000 (20:31 +0000)]
Doesn't unref the D-Bus connection if connection failed

17 years ago * NEWS: Moved teletext to 0.8.6-bugfix and merged changes from
Christophe Massiot [Fri, 6 Apr 2007 18:11:28 +0000 (18:11 +0000)]
 * NEWS: Moved teletext to 0.8.6-bugfix and merged changes from
   0.8.6-bugfix branch.

17 years agoWe need at least QT4 4.2.0.
Pavlov Konstantin [Fri, 6 Apr 2007 17:42:21 +0000 (17:42 +0000)]
We need at least QT4 4.2.0.

17 years ago * modules/mux/mpeg/ts.c: Fixed comment.
Christophe Massiot [Fri, 6 Apr 2007 16:55:20 +0000 (16:55 +0000)]
 * modules/mux/mpeg/ts.c: Fixed comment.

17 years agoAutomatically loads dbus control interface in one-instance mode
Rafaël Carré [Fri, 6 Apr 2007 15:20:18 +0000 (15:20 +0000)]
Automatically loads dbus control interface in one-instance mode
Adds one instance in NEWS

17 years agoadds sanity check to module_Exists()
Rafaël Carré [Fri, 6 Apr 2007 15:19:10 +0000 (15:19 +0000)]
adds sanity check to module_Exists()

17 years ago* don't export but check-out libdca from svn and limit it to rev 35, as the current...
Felix Paul Kühne [Fri, 6 Apr 2007 14:49:00 +0000 (14:49 +0000)]
* don't export but check-out libdca from svn and limit it to rev 35, as the current r40 is broken

17 years agoQt4 - Add default buttons.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 23:37:04 +0000 (23:37 +0000)]
Qt4 - Add default buttons.

17 years agoQt4 - Small modifications to messages dialog.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 23:28:04 +0000 (23:28 +0000)]
Qt4 - Small modifications to messages dialog.

17 years agoQt4 - virtual bug once again. Add debug...
Jean-Baptiste Kempf [Thu, 5 Apr 2007 22:33:27 +0000 (22:33 +0000)]
Qt4 - virtual bug once again. Add debug...

17 years agoQt4 - Make Open dialog KDE/GNOME/WIN32 compliant for buttons...
Jean-Baptiste Kempf [Thu, 5 Apr 2007 22:18:25 +0000 (22:18 +0000)]
Qt4 - Make Open dialog KDE/GNOME/WIN32 compliant for buttons...

17 years agoQt4 - Fix error in a previous commit.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 22:01:16 +0000 (22:01 +0000)]
Qt4 - Fix error in a previous commit.

17 years agoQt4 - Update Preferences buttons to please any OS/DE.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 21:45:51 +0000 (21:45 +0000)]
Qt4 - Update Preferences buttons to please any OS/DE.

17 years agoQt4 - Remove useless ui setting.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 21:28:08 +0000 (21:28 +0000)]
Qt4 - Remove useless ui setting.

17 years agoQt4 - Small correction on messages behaviour Ref #777
Jean-Baptiste Kempf [Thu, 5 Apr 2007 21:26:58 +0000 (21:26 +0000)]
Qt4 - Small correction on messages behaviour Ref #777

17 years agoQt4 - Avoid uic errors - Patch by stw - Closes #1002
Jean-Baptiste Kempf [Thu, 5 Apr 2007 20:50:55 +0000 (20:50 +0000)]
Qt4 - Avoid uic errors - Patch by stw - Closes #1002

17 years agoQt4 - Fix the GotoTime handler. Closes #377.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 20:30:09 +0000 (20:30 +0000)]
Qt4 - Fix the GotoTime handler. Closes #377.

17 years agoPlease keep the coding style consistent inside the same source file.
Antoine Cellerier [Thu, 5 Apr 2007 19:24:18 +0000 (19:24 +0000)]
Please keep the coding style consistent inside the same source file.

17 years agoRevert previous commit.
Rémi Denis-Courmont [Thu, 5 Apr 2007 18:31:27 +0000 (18:31 +0000)]
Revert previous commit.
I thought the comments where pretty clear.

17 years agoStreaming output works again. Closes #1047
Rafaël Carré [Thu, 5 Apr 2007 17:08:49 +0000 (17:08 +0000)]
Streaming output works again. Closes #1047

17 years agoRevert [19092] and really fix the variable naming problem - closes #1082
Rémi Denis-Courmont [Thu, 5 Apr 2007 16:53:22 +0000 (16:53 +0000)]
Revert [19092] and really fix the variable naming problem - closes #1082

17 years agoSpawn some more warnings
Rémi Denis-Courmont [Thu, 5 Apr 2007 16:51:55 +0000 (16:51 +0000)]
Spawn some more warnings
before they become an endangered species

17 years agomissing errno.h
Rémi Denis-Courmont [Thu, 5 Apr 2007 16:49:01 +0000 (16:49 +0000)]
missing errno.h

17 years agoCompiler warnings rampage
Rémi Denis-Courmont [Thu, 5 Apr 2007 16:42:16 +0000 (16:42 +0000)]
Compiler warnings rampage

17 years agoHandle I/O errors
Rémi Denis-Courmont [Thu, 5 Apr 2007 16:37:46 +0000 (16:37 +0000)]
Handle I/O errors

17 years agoFixes InitDeviceValues() using old HAL api
Rafaël Carré [Thu, 5 Apr 2007 16:33:25 +0000 (16:33 +0000)]
Fixes InitDeviceValues() using old HAL api

17 years agoHandle I/O errors properly
Rémi Denis-Courmont [Thu, 5 Apr 2007 15:58:08 +0000 (15:58 +0000)]
Handle I/O errors properly
(disk full?)

17 years agoFix expansion-unsafe macro
Rémi Denis-Courmont [Thu, 5 Apr 2007 15:43:28 +0000 (15:43 +0000)]
Fix expansion-unsafe macro

17 years agoFix compiler warnings
Rémi Denis-Courmont [Thu, 5 Apr 2007 15:36:22 +0000 (15:36 +0000)]
Fix compiler warnings

17 years agoFix compiler warning
Rémi Denis-Courmont [Thu, 5 Apr 2007 15:29:32 +0000 (15:29 +0000)]
Fix compiler warning

17 years agoVarious compile fixes for modules/codec/xvmc
Jean-Paul Saman [Thu, 5 Apr 2007 12:09:00 +0000 (12:09 +0000)]
Various compile fixes for modules/codec/xvmc

17 years agoFix missing initializer compiler. Use memset to properly clear the entire struct.
Jean-Paul Saman [Thu, 5 Apr 2007 11:06:45 +0000 (11:06 +0000)]
Fix missing initializer compiler. Use memset to properly clear the entire struct.

17 years agoAdd news about moduleinstance specific commands being available from the telnet inter...
Antoine Cellerier [Thu, 5 Apr 2007 09:05:05 +0000 (09:05 +0000)]
Add news about moduleinstance specific commands being available from the telnet interface.

17 years agoQt4 - Open and Streaming Dialogs.
Jean-Baptiste Kempf [Thu, 5 Apr 2007 01:13:05 +0000 (01:13 +0000)]
Qt4 - Open and Streaming Dialogs.
This commit should show the correct dialogs in the correct order. It keeps the previous behaviour of the "Streaming" from the "Media" menu.
/!\ The intelligence is surely not accurate and stream() may need to be redirected to playOrEnqueue as open() and enqueue() do in order to be correctly parsed before... Need a bit more knowledge on playlist to be sure.

17 years agoqt4 - i18n - Don't use HTML tags.
Jean-Baptiste Kempf [Wed, 4 Apr 2007 23:16:41 +0000 (23:16 +0000)]
qt4 - i18n - Don't use HTML tags.

17 years agoQt4 - Don't use html tags in strings ... This breaks all the i18n thing.
Jean-Baptiste Kempf [Wed, 4 Apr 2007 23:10:28 +0000 (23:10 +0000)]
Qt4 - Don't use html tags in strings ... This breaks all the i18n thing.

17 years agoQt4 - Remove unnecessary files from Modules.am
Jean-Baptiste Kempf [Wed, 4 Apr 2007 22:21:31 +0000 (22:21 +0000)]
Qt4 - Remove unnecessary files from Modules.am

17 years agoqt4 - remove unneeded file.
Jean-Baptiste Kempf [Wed, 4 Apr 2007 22:19:17 +0000 (22:19 +0000)]
qt4 - remove unneeded file.

17 years ago* Core: add var_Command function. This is used to execute a command registered on...
Antoine Cellerier [Wed, 4 Apr 2007 21:58:51 +0000 (21:58 +0000)]
* Core: add var_Command function. This is used to execute a command registered on a object with a given name.
* rc.c: use var_Command (instead of own code)
* telnet.c: add support for object commands (like in the rc interface)

17 years agoEnables D-Bus on BSD systems
Rafaël Carré [Wed, 4 Apr 2007 21:28:10 +0000 (21:28 +0000)]
Enables D-Bus on BSD systems

17 years agoQt4 - wording corrections. By Llynix
Jean-Baptiste Kempf [Wed, 4 Apr 2007 21:26:01 +0000 (21:26 +0000)]
Qt4 - wording corrections. By Llynix

17 years agoqt 4 - s/interface/instance...
Jean-Baptiste Kempf [Wed, 4 Apr 2007 21:20:52 +0000 (21:20 +0000)]
qt 4 - s/interface/instance...
error catched by Llynix

17 years agoAdd callback to change mosaic mask at runtime.
Antoine Cellerier [Wed, 4 Apr 2007 20:57:37 +0000 (20:57 +0000)]
Add callback to change mosaic mask at runtime.

17 years agoQt4 - SPrefsInterface Button is clicked by default.
Jean-Baptiste Kempf [Wed, 4 Apr 2007 20:41:39 +0000 (20:41 +0000)]
Qt4 - SPrefsInterface Button is clicked by default.

17 years agoRemove mask picture_t leak.
Antoine Cellerier [Wed, 4 Apr 2007 20:37:28 +0000 (20:37 +0000)]
Remove mask picture_t leak.

17 years agoUse local copies for album art, rather than download it from amazon
Rafaël Carré [Wed, 4 Apr 2007 20:31:44 +0000 (20:31 +0000)]
Use local copies for album art, rather than download it from amazon

17 years agoAdd mosaic_bridge transparency mask to the NEWS.
Antoine Cellerier [Wed, 4 Apr 2007 20:31:07 +0000 (20:31 +0000)]
Add mosaic_bridge transparency mask to the NEWS.

17 years agoAdd new "mask" option to the mosaic_bridge module. This makes it possible to define...
Antoine Cellerier [Wed, 4 Apr 2007 20:29:17 +0000 (20:29 +0000)]
Add new "mask" option to the mosaic_bridge module. This makes it possible to define a transparency mask used during mosaic blending. Example usage follows:

./vlc -I telnet --color -vvv --vlm-conf mosaic.vlm --mosaic-width 360 --mosaic-height 270 --mosaic-rows 6 --mosaic-cols 6 --mosaic-keep-picture --fake-file ~/images/mire.jpg --fake-width 360 --fake-height 270 --no-audio --sub-filter mosaic

And the vlm config:

new channel0 broadcast enabled
setup channel0 input /home/dionoea/media/redefined-nintendo.mpg
setup channel0 output #duplicate{dst=mosaic-bridge{id=0,height=270,width=360,mask=/home/dionoea/images/cone_360x270.png},select=video,dst=bridge-out{id=0},select=audio}

new background broadcast enabled
setup background input fake:
#setup background output #bridge-in:display
control background play

control channel0 play

The files used are available on http://people.videolan.org/~dionoea/mosaic/ if you want to test. (This will blend the redefined nintendo video in a cone like region)

17 years ago* make sure that the fspanel is being actived in all possible vout-goes-fullscreen...
Felix Paul Kühne [Wed, 4 Apr 2007 20:28:44 +0000 (20:28 +0000)]
* make sure that the fspanel is being actived in all possible vout-goes-fullscreen ways (closed #1132, forward-porting [19667])

17 years ago* fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the...
Felix Paul Kühne [Wed, 4 Apr 2007 20:07:59 +0000 (20:07 +0000)]
* fixed grammar (closes #1099); I would still prefer 'is up-to-date' instead of the current wording ;)

17 years agoUse new gnome-screensaver D-Bus interface
Rafaël Carré [Wed, 4 Apr 2007 20:02:34 +0000 (20:02 +0000)]
Use new gnome-screensaver D-Bus interface

17 years ago* Fix missing include causing a build failure with GCC 4.3; patch by
Loïc Minier [Wed, 4 Apr 2007 14:20:36 +0000 (14:20 +0000)]
* Fix missing include causing a build failure with GCC 4.3; patch by
  Martin Michlmayr; Debian #417750.

17 years agoGettext produce libintl.h or libgnuintl.h depending the situation.
Christophe Mutricy [Wed, 4 Apr 2007 11:26:16 +0000 (11:26 +0000)]
Gettext produce libintl.h or libgnuintl.h depending the situation.
So patch libgnuintl.h.in so both header got the patch.
For win32 it seems to produce libintl.h so kludge this one.

17 years agoqt4 - Rename a confusing component
Jean-Baptiste Kempf [Wed, 4 Apr 2007 00:20:36 +0000 (00:20 +0000)]
qt4 - Rename a confusing component

17 years agoQt4 - New Simple Preferences look'n feel. Should work without too many segfaults...
Jean-Baptiste Kempf [Wed, 4 Apr 2007 00:05:33 +0000 (00:05 +0000)]
Qt4 - New Simple Preferences look'n feel. Should work without too many segfaults... Got rid of the QListWidget thing.
Some look has still to be done, especially for size/margin/padding.
I don't know yet if the look of the button will be like that ( flat, rounded onMouseOver, darked onCliked)

17 years agoQt4 - oops... Forgot that file in the precedent commit...
Jean-Baptiste Kempf [Tue, 3 Apr 2007 21:31:41 +0000 (21:31 +0000)]
Qt4 - oops... Forgot that file in the precedent commit...

17 years agoQt4 - Dialog. fix the reparenting Open Dialog for Win32
Jean-Baptiste Kempf [Tue, 3 Apr 2007 20:51:36 +0000 (20:51 +0000)]
Qt4 - Dialog. fix the reparenting Open Dialog for Win32

17 years agoMac OS X package: When the dmg is opened force the open of the dmg window. Order...
Pierre d'Herbemont [Tue, 3 Apr 2007 16:46:15 +0000 (16:46 +0000)]
Mac OS X package: When the dmg is opened force the open of the dmg window. Order the icon, and prepare the use of background image.