macOS: Move some classes to their own files
Put VLCSimplePrefsWindow and VLCHotkeyChangeWindow in their own files as they do not belong inside the VLCSimplePrefsController and makes it easier to find these classes.
Showing
- extras/package/macosx/VLC.xcodeproj/project.pbxproj 12 additions, 0 deletionsextras/package/macosx/VLC.xcodeproj/project.pbxproj
- modules/gui/macosx/Makefile.am 2 additions, 0 deletionsmodules/gui/macosx/Makefile.am
- modules/gui/macosx/UI/SimplePreferences.xib 12 additions, 12 deletionsmodules/gui/macosx/UI/SimplePreferences.xib
- modules/gui/macosx/VLCHotkeyChangeWindow.h 28 additions, 0 deletionsmodules/gui/macosx/VLCHotkeyChangeWindow.h
- modules/gui/macosx/VLCHotkeyChangeWindow.m 130 additions, 0 deletionsmodules/gui/macosx/VLCHotkeyChangeWindow.m
- modules/gui/macosx/VLCMain.h 2 additions, 2 deletionsmodules/gui/macosx/VLCMain.h
- modules/gui/macosx/VLCMain.m 3 additions, 3 deletionsmodules/gui/macosx/VLCMain.m
- modules/gui/macosx/VLCSimplePrefsController.h 1 addition, 9 deletionsmodules/gui/macosx/VLCSimplePrefsController.h
- modules/gui/macosx/VLCSimplePrefsController.m 2 additions, 124 deletionsmodules/gui/macosx/VLCSimplePrefsController.m
- modules/gui/macosx/VLCSimplePrefsWindow.h 28 additions, 0 deletionsmodules/gui/macosx/VLCSimplePrefsWindow.h
- modules/gui/macosx/VLCSimplePrefsWindow.m 38 additions, 0 deletionsmodules/gui/macosx/VLCSimplePrefsWindow.m
Loading
Please register or sign in to comment