]> git.sesse.net Git - vlc/commit
* extras/MacOSX/Resources/English.lproj/MainMenu.nib
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 26 May 2003 01:25:12 +0000 (01:25 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 26 May 2003 01:25:12 +0000 (01:25 +0000)
commitb52970e2dc4071bcebfa175c3ba1ce019bc8499b
tree385bb40091863768c55bc1b61c1bb22faf6074e2
parentee68542efb90ba73fad4394f29905aac6800b166
* extras/MacOSX/Resources/English.lproj/MainMenu.nib
* modules/gui/macosx/output.m:
  - changed the textfields for bitrate into comboboxes with suggested values
    identical to the ones in wxwindows intf.
  - changed "bitrate (bps)" into "bitrate (kb/s)
* modules/gui/macosx/prefs.?:
  - update the current view when advanced is changed.
  - module_lists now use the description strings.
  - always wraptext on tooltips. Currently japanese language is breaking.
  - we now have sliders for int/float config options with ranges.
  - fixed a warning message about an un-init'ed module_t.
* modules/video_filter/adjust.c:
  - added the ranges to the description strings of the config options.
  - blur-factor now uses a range as according to it's description string
    it already should have used this.
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
modules/gui/macosx/output.m
modules/gui/macosx/prefs.h
modules/gui/macosx/prefs.m
modules/video_filter/adjust.c
modules/video_filter/motionblur.c