[vlc-devel] vlc: svn commit r16171 (fkuehne)

Subversion daemon svn at videolan.org
Mon Jul 31 00:00:47 CEST 2006


r16171 | fkuehne | 2006-07-31 00:00:44 +0200 (Mon, 31 Jul 2006) | 7 lines
Changed paths:
   M /trunk/Makefile.am
   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib
   A /trunk/extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib
   M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj
   M /trunk/include/vlc_interaction.h
   M /trunk/modules/gui/macosx/interaction.h
   M /trunk/modules/gui/macosx/interaction.m
   M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp
   M /trunk/modules/gui/wxwidgets/interface.cpp
   M /trunk/src/interface/interaction.c

* additional interaction enhancements
    - intf_UserFatal takes an addition bool-argument now to set whether the error message will be blocking in the interface or not (so TRUE = blocking)
    - intf_UserWarn is always non-blocking and is used to check important, localised warnings to the user
* wx: a compilation fix, but no update to the current API
* osx: complete implementation of the interaction framework using some Carbon (!) functions, because the needed icons aren't accessible through Cocoa. Regrettably, I had to add yet another nib-file to keep the code clean and readable.

The Error-dialogue is no longer re-usable (so the specific ID was removed). The interface needs to keep track of the reported errors and warnings. Thus, it may discard them as requested by the user and doesn't need to care about the core.

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list