- 25 Jul, 2005 12 commits
-
-
Antoine Cellerier authored
cleaner way to do it (like having only one version number instead of 3 in configure.ac ...)
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Change volume range to 0-400 % visually in the macosx and web interfaces. At least now we represent what is actually going on. refs #250
-
Olivier Teulière authored
-
Rémi Denis-Courmont authored
- Use already existing commodity functions for URL encoding
-
Rémi Denis-Courmont authored
(or yet another "why make it complex when it can be simple")
-
Christophe Massiot authored
-
Derk-Jan Hartman authored
-
Christophe Massiot authored
- Add a basename field to the file entry when doing a foreach on directory. - Add a url_encode function to url-encode the current string. This is necessary to safely pass strings as arguments in a URL. Patch courtesy of Clement Vasseur for Freebox SA.
-
Christophe Massiot authored
-
Derk-Jan Hartman authored
-
Felix Paul Kühne authored
* other files: small patch to make sure that About.nib is loaded only once
-
- 24 Jul, 2005 11 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
xml files used for the updates are located at http://update.videolan.org extensive testing ... code cleaning ... would be greatly appreciated
-
Felix Paul Kühne authored
-
Jérome Decoodt authored
Not tested with all calls (only http access module)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Benjamin Pracht authored
Also update the wizard playlist on item addition and deletion. This prevent VLC to crash upon item deletion with the wizard open.
-
Felix Paul Kühne authored
* added encap-formats information to the codec-info to the WX-Wizard as well (uncompiled here, but should run fine)
-
Felix Paul Kühne authored
- wrapped all lines to end after ~80 characters - added encap-formats information to the codec-info - made the fields in the nib a widther to show the entire text - fixed the input-field on the input-tab to accept network-streams
-
Felix Paul Kühne authored
* fixed 'Could not connect the action t3_addressEntered: to target of class VLCWizard' (an outdated method was still in the nib-file, but not in the sources)
-
- 23 Jul, 2005 12 commits
-
-
Benjamin Pracht authored
* The playlist in the wizard had to be displayed as a outlineview if we want to reuse existing code * cosmetics could still be improved regarding this outline view * I get this error 2005-07-24 00:08:55.940 VLC[6908] Could not connect the action t3_addressEntered: to target of class VLCWizard When opening the wizard. I don't know if I messed up something or if it was already here before * I needed to make some changes to the interface structure regarding the playlist for this : We know have a VLCPlaylist and a VLCPlaylistWizard class. Both are derivated from a VLCPlaylistCommon class that contains methods required by both classes (mostly the datasource, in fact).
-
Olivier Teulière authored
-
Olivier Teulière authored
volume.
-
Felix Paul Kühne authored
-
Benjamin Pracht authored
-
Benjamin Pracht authored
-
Felix Paul Kühne authored
* use NSInformationalAlertSheets instead of mis-using the home-cooked information-sheet when reporting wrong behaviour of the user (refs #13)
-
Felix Paul Kühne authored
- implemented i18n on the summary-page - some other small fixes - l10n string fixes (both OSX and WX) (refs #13)
-
Felix Paul Kühne authored
-
Benjamin Pracht authored
-
Christophe Mutricy authored
-
Rocky Bernstein authored
Check for them and disable (somewhat). vcdplayer.c: check for invalid LSN in setting origin.
-
- 22 Jul, 2005 1 commit
-
-
Christophe Mutricy authored
-
- 21 Jul, 2005 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
still todo: - testing (streaming part is untested for now) - implement the playlist-table on the input-tab (I would be glad for some help there) - update the playlist-table in the main-window after adding the new item - add i18n on the Summary-tab - string fixes - some minor stuff here and there
-
Derk-Jan Hartman authored
* Added net_AddressIsMulticast that takes a string and returns true if the string seems to describe a valid IPv4 or IPv6 address. * Changed all the SDP generators to only add /ttl to the c= line if the address is multicast.
-
Derk-Jan Hartman authored
-