- 02 Aug, 2006 2 commits
-
-
Clément Stenac authored
-
Filippo Carone authored
-
- 01 Aug, 2006 8 commits
-
-
Jean-Baptiste Kempf authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Filippo Carone authored
-
Clément Stenac authored
-
- 31 Jul, 2006 11 commits
-
-
Felix Paul Kühne authored
* interaction.c: always show errors through the interaction framework, even if the user disabled its usage * macosx/*: minor clean-up
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* removed the old panel which used to show msg_err completely (hopefully) and added a new menu entry to show the collective errors/warnings panel by hand. Additionally, this panel got a details button now. (thanks to thedj for the idea)
-
Antoine Cellerier authored
-
Jean-Baptiste Kempf authored
Something went bad. Sorry.
-
Jean-Baptiste Kempf authored
removed in r16159 by fkuehne and fix the nightlies.
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
- this dupes some code from the playlist demux (FindItem).
-
Filippo Carone authored
* JAVA_HOME is set * a java compiler compiles
-
Filippo Carone authored
-
Filippo Carone authored
Typo fix in modules/stream_out/bridge.c
-
- 30 Jul, 2006 13 commits
-
-
Derk-Jan Hartman authored
* gnutls needs -lintl ldflag with newer versions. It's so nice if packages keep track of what libs they use....... hint hint
-
Derk-Jan Hartman authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
osx/intf.m: don't show msg_err's in the OSX GUI anymore. Localised errors/warnings are shown by the interaction framework now. wx/interaction.cpp: another WX compilation fix
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- 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.
-
Clément Stenac authored
-
Clément Stenac authored
Misc fprintf cleanup
-
Clément Stenac authored
-
Olivier Teulière authored
-
Olivier Teulière authored
is not visible
-
Cyril Deguet authored
-
Olivier Teulière authored
show only the windows that were visible before
-
- 29 Jul, 2006 6 commits
-
-
Damien Fouilleul authored
- allow for libvlc_exception_t to be NULL in APIs - remove X11 references from libvlc, as it breaks MacOS X
-
Derk-Jan Hartman authored
* Added the QuickTime RTSPtext redirect system. uses m3u, even though they are not related. * Added the WM Server [Reference] redirects to the pls playlist demux. it's also INI based. This fixes #690
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- intf_UserProgress* takes an additional argument now. use it to provide the time to go (in sec) until the process will be finished. Provide 0, if you don't have such info. The interface will hide the respective text-field. - intf_UserProgressIsCancelled can be called by the module which triggered the interaction dialogue on a regular interval, to check if the user cancelled the dialogue or not. This is for dialogues with an optional cancel-button only (like the modal progress panel), so it doesn't replace p_dialog->i_return = DIALOG_CANCELLED which is for yes/no-style dialogues - intf_UserOkayCancel was removed in favour of an enhanced intf_UserYesNo - intf_UserYesNo takes 3 additional arguments now to get the custom captions of the default (~Yes), alternate(~No) and one optional button(~Cancel). This provides a better interface experience for the user and is more compliant with OSX's HIGL. The interface automatically hides the 3rd button, if NULL is given.
-
Christophe Mutricy authored
-