]> git.sesse.net Git - vlc/commit
* additional interaction enhancements
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 30 Jul 2006 22:00:44 +0000 (22:00 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 30 Jul 2006 22:00:44 +0000 (22:00 +0000)
commit0a9dbda92034654d20a12e3d616e93e3ac382849
tree30c0455f22c522f64b986c2fb6aff184389b71cb
parent87c7bdf06f337b06cd2c19a45d3abd2115ef646f
* 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.
Makefile.am
extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib [new file with mode: 0644]
extras/MacOSX/vlc.pbproj/project.pbxproj
include/vlc_interaction.h
modules/gui/macosx/interaction.h
modules/gui/macosx/interaction.m
modules/gui/wxwidgets/dialogs/interaction.cpp
modules/gui/wxwidgets/interface.cpp
src/interface/interaction.c