[vlc-commits] macosx: Refactor MainWindow class for better	code-style consistency
    Marvin Scholz 
    git at videolan.org
       
    Sat Sep 26 08:36:15 CEST 2015
    
    
  
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Sep 24 19:38:30 2015 +0200| [7aa7b62785140dc4bad9cc44d1d170956e5e96c5] | committer: David Fuhrmann
macosx: Refactor MainWindow class for better code-style consistency
Most of the IBOutlets that used Hungarian notation are renamed and
the bindings in the MainWindow.xib were adjusted accordingly.
Additonally all IBOutlets are properties now instead of ivars.
Removed spacing in front of arguments in Objective C methods.
Replace another unnecessary iteration used for source list item
expansion.
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7aa7b62785140dc4bad9cc44d1d170956e5e96c5
---
 .../macosx/Resources/English.lproj/MainWindow.xib  |   64 ++--
 modules/gui/macosx/MainWindow.h                    |   73 +++--
 modules/gui/macosx/MainWindow.m                    |  325 ++++++++++----------
 3 files changed, 242 insertions(+), 220 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=7aa7b62785140dc4bad9cc44d1d170956e5e96c5
    
    
More information about the vlc-commits
mailing list