- 28 Mar, 2005 1 commit
-
-
hartman authored
-
- 23 Feb, 2005 1 commit
-
-
hartman authored
* added com-shift-E and com-shift-M keycombo's for Equalizer window and Messages window
-
- 17 Feb, 2005 2 commits
-
-
Felix Paul Kühne authored
* mirrored the 'services discovery' menu in the file menu -- the flags indicating the running services are partially broken (you do only see them at the same position as you activated the service). I'll fix that after the WE
-
hartman authored
* Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.
-
- 20 Jan, 2005 1 commit
-
-
hartman authored
- don't use bool. it's BOOL - use GNU style C and hungarian notation - fix the issue with GUI crashes in playlistview - default is now category view (for experimentation until we have a SD menu) - experiment with NSViews to fix the 'drawer' issue (not working though)
-
- 03 Jan, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 02 Jan, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 24 Dec, 2004 1 commit
-
-
bigben authored
* Fix the shuffle checkbox * Expand playlist to the currently playing item and select it
-
- 23 Dec, 2004 1 commit
-
-
hartman authored
* src/video_output/vout_intf.c: use above option and set the default destination for snapshots on OS X to the Desktop. * REST: Add the Snapshot command to the menu's etc.
-
- 19 Dec, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 15 Dec, 2004 1 commit
-
-
bigben authored
* Resizing is currently animated. I don't know if we should keep it like that * I don't know if this is implemented the proper way, but at least it's working...
-
- 13 Dec, 2004 2 commits
- 11 Dec, 2004 2 commits
- 02 Dec, 2004 2 commits
-
-
bigben authored
-
Felix Paul Kühne authored
-
- 01 Dec, 2004 1 commit
-
-
bigben authored
-
- 30 Nov, 2004 1 commit
-
-
bigben authored
* Link some actions and outlets in IB * some small visual fixes
-
- 17 Nov, 2004 2 commits
-
-
hartman authored
-
hartman authored
- basic data retrieval implemented - data display not yet implemented - many broken outlets and even more broken actions - won't compile - if you work on this (and please do) please communicate this fact to the IRC channel and make regurlar commits to prevent that multiple people work on this (and especially the NIB).
-
- 07 Oct, 2004 2 commits
- 02 Oct, 2004 1 commit
-
-
Felix Paul Kühne authored
* ALL: fixed some gettext stuff in the subtitles-options-dialogue, cosmetics to the text-fields, etc.
-
- 30 Aug, 2004 1 commit
-
-
bigben authored
-
- 15 Aug, 2004 1 commit
-
-
bigben authored
-
- 14 Aug, 2004 1 commit
-
-
Jérome Decoodt authored
intf: Equalizer window in window menu equalizer.m: presets should work now equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
-
- 08 Aug, 2004 2 commits
-
-
Jérome Decoodt authored
*.nib: presets disabled on startup equalizer.*: add property Id we prefer to change playlist variables instead of config coding style
-
bigben authored
-
- 07 Aug, 2004 1 commit
-
-
Jérome Decoodt authored
Reviews welcome
-
- 06 Aug, 2004 2 commits
- 01 Aug, 2004 1 commit
-
-
bigben authored
-
- 31 Jul, 2004 1 commit
-
-
bigben authored
- Get rid of the old TS over RTP stream output method in OSX interface - ab= and vb= parameters are now (hopefully) always updated
-
- 28 Jul, 2004 1 commit
-
-
bigben authored
Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box.
-
- 05 Jul, 2004 1 commit
-
-
hartman authored
- The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :). This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly. - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet. - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI. - there are some autorelease leaks which need to be tackled. - moved a lot of the VLCApplication func. to the VLCMain class. - VLCMain is a +sharedInstance now. - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers? Examples: VLC.app/Contents/MacOS/VLC [-I macosx] launches VLC as before (requires you to be logged in via GUI) VLC.app/Contents/MacOS/VLC -I ncurses launch vlc with a ncurses intf and display video on your mac (requires you to be logged in via GUI) VLC.app/Contents/MacOS/clivlc -I telnet -d launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids Now how is that for combining GUI and cli in one application on the mac?!!? :) jlj? I finally understand now how the OS X interface works !
-
- 24 May, 2004 2 commits
-
-
hartman authored
* Better align the iTunes styled slider with other UI elements * added .spx .ts and .ps fileextensions.
-
Jérome Decoodt authored
-
- 23 May, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 30 Apr, 2004 1 commit
-
-
bigben authored
- old VLCInfo and InfoPanel have been removed from nib file - VLCPlaylistInfo and PlaylistInfoPanel have been renamed - old info.c and info.h are still in repository, but not compiled, should I remove them ?
-