[vlc-commits] commit: split add_file into add_loadfile and add_savefile ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Thu Oct 14 18:41:48 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct 14 19:27:33 2010 +0300| [963630ba6e663775d5b731e85a3201600962f8ca] | committer: Rémi Denis-Courmont 

split add_file into add_loadfile and add_savefile

The preference panel needs to know which of open or save file dialog
it should use. Here we have 27 load and 4 save cases, plus 2 fonts
that were not correctly marked as such in projectM.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=963630ba6e663775d5b731e85a3201600962f8ca
---

 extras/analyser/zsh.cpp                            |    3 +-
 include/vlc_configuration.h                        |    4 ++-
 include/vlc_plugin.h                               |   12 ++++--
 modules/access/screen/screen.c                     |    4 +-
 modules/audio_output/file.c                        |    4 +-
 modules/audio_output/oss.c                         |    4 +-
 modules/codec/fluidsynth.c                         |    4 +-
 modules/demux/demuxdump.c                          |    4 +-
 modules/demux/ts.c                                 |    2 +-
 modules/gui/fbosd.c                                |    4 +-
 modules/gui/macosx/prefs_widgets.m                 |   38 +++++++++++++-------
 modules/gui/qt4/components/open_panels.cpp         |    3 +-
 modules/gui/qt4/components/preferences_widgets.cpp |    3 +-
 modules/gui/skins2/src/skin_main.cpp               |    4 +-
 modules/meta_engine/folder.c                       |    2 +-
 modules/misc/logger.c                              |    2 +-
 modules/stream_out/raop.c                          |    2 +-
 modules/video_filter/atmo/atmo.cpp                 |   24 ++++++------
 modules/video_filter/blendbench.c                  |    8 ++--
 .../video_filter/dynamicoverlay/dynamicoverlay.c   |    9 +++--
 modules/video_filter/erase.c                       |    4 +-
 modules/video_filter/logo.c                        |    2 +-
 modules/video_output/fb.c                          |    4 +-
 modules/visualization/projectm.cpp                 |   14 ++++----
 src/config/cmdline.c                               |    6 ++-
 src/config/core.c                                  |   12 ++++---
 src/libvlc-module.c                                |   19 +++++-----
 src/libvlc.c                                       |    3 +-
 28 files changed, 116 insertions(+), 88 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=963630ba6e663775d5b731e85a3201600962f8ca


More information about the vlc-commits mailing list