[vlc-commits] macosx: removed the fspanel artwork for scale factor 1.5

Felix Paul Kühne git at videolan.org
Sun Jun 24 18:21:25 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jun 24 18:21:17 2012 +0200| [e5c027058bb8cb97872e082fab382089c2d7997c] | committer: Felix Paul Kühne

macosx: removed the fspanel artwork for scale factor 1.5

This is a broken concept, since according to the HIGL, one point always equals one pixel on non-HiDPI screens regardless of the actual DPIs or the actual screen resolution.

Additionally, this interferes with our support for HiDPI

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

 Makefile.am                                        |   27 -----
 .../Resources/fspanel/fs_background at x1.5.png       |  Bin 4749 -> 0 bytes
 .../Resources/fspanel/fs_exit_fullscreen at x1.5.png  |  Bin 924 -> 0 bytes
 .../fspanel/fs_exit_fullscreen_highlight at x1.5.png  |  Bin 976 -> 0 bytes
 .../macosx/Resources/fspanel/fs_forward at x1.5.png   |  Bin 1326 -> 0 bytes
 .../fspanel/fs_forward_highlight at x1.5.png          |  Bin 1427 -> 0 bytes
 .../macosx/Resources/fspanel/fs_pause at x1.5.png     |  Bin 703 -> 0 bytes
 .../Resources/fspanel/fs_pause_highlight at x1.5.png  |  Bin 826 -> 0 bytes
 .../macosx/Resources/fspanel/fs_play at x1.5.png      |  Bin 1150 -> 0 bytes
 .../Resources/fspanel/fs_play_highlight at x1.5.png   |  Bin 1245 -> 0 bytes
 .../macosx/Resources/fspanel/fs_rewind at x1.5.png    |  Bin 1360 -> 0 bytes
 .../Resources/fspanel/fs_rewind_highlight at x1.5.png |  Bin 1411 -> 0 bytes
 .../macosx/Resources/fspanel/fs_skip_next at x1.5.png |  Bin 991 -> 0 bytes
 .../fspanel/fs_skip_next_highlight at x1.5.png        |  Bin 1023 -> 0 bytes
 .../Resources/fspanel/fs_skip_previous at x1.5.png    |  Bin 1013 -> 0 bytes
 .../fspanel/fs_skip_previous_highlight at x1.5.png    |  Bin 1031 -> 0 bytes
 .../macosx/Resources/fspanel/fs_stop at x1.5.png      |  Bin 571 -> 0 bytes
 .../Resources/fspanel/fs_stop_highlight at x1.5.png   |  Bin 637 -> 0 bytes
 .../Resources/fspanel/fs_time_slider at x1.5.png      |  Bin 468 -> 0 bytes
 .../Resources/fspanel/fs_time_slider_knob at x1.5.png |  Bin 280 -> 0 bytes
 .../fspanel/fs_time_slider_knob_highlight at x1.5.png |  Bin 295 -> 0 bytes
 .../Resources/fspanel/fs_volume_max at x1.5.png       |  Bin 856 -> 0 bytes
 .../fspanel/fs_volume_max_highlight at x1.5.png       |  Bin 860 -> 0 bytes
 .../Resources/fspanel/fs_volume_mute at x1.5.png      |  Bin 276 -> 0 bytes
 .../fspanel/fs_volume_mute_highlight at x1.5.png      |  Bin 274 -> 0 bytes
 .../fspanel/fs_volume_slider_bar at x1.5.png          |  Bin 159 -> 0 bytes
 .../fspanel/fs_volume_slider_knob at x1.5.png         |  Bin 435 -> 0 bytes
 .../fs_volume_slider_knob_highlight at x1.5.png       |  Bin 444 -> 0 bytes
 .../package/macosx/vlc.xcodeproj/project.pbxproj   |  116 -------------------
 modules/gui/macosx/fspanel.h                       |    5 -
 modules/gui/macosx/fspanel.m                       |  119 ++------------------
 31 files changed, 9 insertions(+), 258 deletions(-)

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


More information about the vlc-commits mailing list