1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
Commit Graph

4293 Commits

Author SHA1 Message Date
Felix Paul Kühne
aede137f9a extras/ios: add a new flag to compile a limited set of non-scary codecs only 2014-10-27 12:08:55 -07:00
Damien Erambert
def33da534 macosx: update yosemite graphics for time slider knob and volume buttons
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
2014-10-22 20:29:02 +02:00
Felix Paul Kühne
5027938fb4 extras/ios: fix compilation with latest xcode releases 2014-10-22 19:21:03 +02:00
Felix Paul Kühne
79df8a65f1 extras: libtool depends on automake, which in turn depends on autoconf
This solves long-standing conflicts with homebrew as well as the latest Xcode releases. Additionally, in most cases, all 3 items were built anyway.
2014-10-22 18:56:06 +02:00
Felix Paul Kühne
afa9344cb8 extras/ios: add a debug flag to the build script 2014-10-21 15:08:25 +02:00
Felix Paul Kühne
a8994ec085 macosx: slightly de-uglify the VLC description in the about dialog by rendering it in the system's default font instead of Times 2014-10-19 19:05:42 +02:00
David Fuhrmann
58b713c7f8 macosx: Fix drawing issues with podcast controls and dropzone
- Remove black lines below podcast controls
- fix uncentered dropzone when starting native fullscreen, by slightly
  increasing the min height
- fix disappearing or uncentered dropzone when changing between
  normal and minimum view quickly
- consolidate dropzone and podcast sizings in interface builder
2014-10-18 09:15:01 +02:00
David Fuhrmann
544ffab829 macosx: remove alternate image from max volume and mute buttons
This image was set, but it is not overwritten by its os-dependent
counterpart in code. In fact, we only have one image, so just unset
the alternate image in xib.
2014-10-18 09:15:01 +02:00
Damien Erambert
26fde7655a macosx: Fix and update yosemite titlebar graphics
This especially fixes the -on graphics.

Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
2014-10-18 09:15:01 +02:00
Jean-Baptiste Kempf
8d285ab272 Tools: Update pkg-config-lite to 0.28-1 2014-10-17 15:28:13 +02:00
Jean-Baptiste Kempf
7f9196902c Tools: create also the lib folder for ant 2014-10-17 10:54:41 +02:00
Jean-Baptiste Kempf
ccbf5bcd26 Tools: create directories before cp into them 2014-10-17 10:50:49 +02:00
Jean-Baptiste Kempf
c066749142 Ant: replace with a better mirror 2014-10-16 17:30:58 +02:00
Sean McGovern
22699594b1 extras/tools: check for ant when bootstrapping
This was accidentally left out of b3050f68b4.

Signed-off-by: Tristan Matthews <tmatth@videolan.org>
2014-10-14 18:09:55 -04:00
Jean-Baptiste Kempf
a0a88e7913 Win32 configure: use a quoted $@ instead of $* 2014-10-12 18:53:44 +02:00
Jean-Baptiste Kempf
8393fa5bdc Win32: remove dead cygwin options 2014-10-12 18:53:43 +02:00
Felix Paul Kühne
af3eeea5af extras: mirror ragel on v.o since upstream server is broken 2014-10-12 16:30:12 +02:00
Felix Paul Kühne
d65920ce66 ios: require iOS 6.1 since 5.1 is no longer support by current Xcode releases 2014-10-12 16:17:53 +02:00
Jean-Baptiste Kempf
83047b6769 Tools: update protoc to 2.6.0 2014-10-11 14:40:33 +02:00
Jean-Baptiste Kempf
c07175b094 Extras: add protoc 2014-10-08 12:58:06 +02:00
Damien Erambert
920a33915f macosx: fix music sidebar icon
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
2014-10-04 23:31:29 +02:00
Jean-Baptiste Kempf
243e0951b5 Tools: Fix SF URLs 2014-10-03 13:30:47 +02:00
David Fuhrmann
0d7d2cb4b1 macosx: also cache old native fullscreen images and move to better place 2014-10-02 14:04:21 +02:00
Damien Erambert
42ee1b6ebb macosx: fix yosemite retina graphics for fullscreen button
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
2014-10-02 14:04:21 +02:00
David Fuhrmann
1f027bcb06 macosx: fix main window top bar by reinstoring graphic 2014-10-02 14:04:21 +02:00
David Fuhrmann
6616504dfb macosx: add yosemite graphics to project file and use them in code
This also cleans up the images structure inside the project.
2014-10-02 14:04:21 +02:00
David Fuhrmann
baf2c19d97 macosx: pngcrush new yosemite icons 2014-10-02 14:04:20 +02:00
David Fuhrmann
405614f542 macosx: restructure and unify naming of new yosemite icons
Now, new root folders are created for yosemite, with the naming
scheme mainwindow_yosemite. All icons have the prefix ys-.
2014-10-02 14:04:20 +02:00
David Fuhrmann
fe8867d925 macosx: removed old graphics which are not used anymore
Also renames 4 yosemite graphics to match the existing naming.
2014-10-02 14:04:20 +02:00
Damien Erambert
45e123f9da macosx: Added graphics for buttons on Yosemite 10.10
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
2014-10-02 14:04:19 +02:00
Damien Erambert
f83c0330b3 macosx: Fixed size of retina titlebar buttons
Pngcrushed graphics.
close #11101
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
2014-10-01 15:04:08 +02:00
David Fuhrmann
feeb8e7d41 macosx: video effects: fix hue slider and convert saved video effect profiles to new range
Upgrading old saved values is done automatically. This will unset (=0) this value
if opened with older VLC versions afterwards.
2014-09-10 19:04:57 +02:00
Felix Paul Kühne
d32f040df7 extras/ios: fix build script 2014-09-04 22:02:03 +02:00
Felix Paul Kühne
c8803e34fe ios compilation script: add support for future Xcode releases 2014-09-01 23:35:25 +02:00
David Fuhrmann
699533d5b9 mac codesign: improve signing script
- add signing of sparkles autoupdate tool
- directly fail on error
- fix bug preventing signing of VLC binary
- rework validation steps so that it validates frameworks and autoupdate
  tool separately, but then the complete bundle like gatekeeper (using
  --deep option)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2014-08-31 19:06:57 +02:00
David Fuhrmann
468c9ea3a6 mac packaging: preserve symlinks while creating VLC.app
mac frameworks use symlinks for their internal structure. This
reduces size of delivered framework folders by a factor of 3.

Also correctly clean the BGHUDAppkit ressources folder. Info.plist
must remain for proper code signing.
2014-08-30 11:46:12 +02:00
Felix Paul Kühne
367a9a4764 extras/macosx: update codesign script for GateKeeper v2 needed to support future OS X releases 2014-08-21 19:35:50 +02:00
Felix Paul Kühne
7bbd36a5f5 extras/tools: update gas-pp 2014-08-17 11:32:07 +02:00
Rémi Denis-Courmont
a3aa76270f win32: make sure libvlc.pc is installed before configuring npapi 2014-08-13 18:01:21 +03:00
Jean-Baptiste Kempf
293b492790 XPI: use win32/win64 as package name
Ref #11856
2014-08-12 22:55:59 +02:00
Jean-Baptiste Kempf
97e43252e5 NEWS and installer about .evo 2014-08-10 09:30:18 +02:00
Jean-Baptiste Kempf
bbc663985b Win32: Update greek installer encoding
Close #11850
2014-08-09 04:19:40 +02:00
Luca Barbato
acb92632bd win32: Unbreak packaging with recent compilers
Signed-off-by: Rafaël Carré <funman@videolan.org>
2014-08-08 17:35:52 +02:00
Jean-Baptiste Kempf
70e2121461 Win32: Correctly layout the files for the XPI
Close #11856
2014-08-02 21:26:37 +02:00
David Fuhrmann
1f06d03e05 macosx: video effects: increase crop stepper max value 2014-07-30 12:30:48 +02:00
Damien Erambert
62e4118e66 macosx: add retina graphics for native fullscreen button in dark mode
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
2014-07-29 21:13:01 +02:00
Sean McGovern
b3050f68b4 tools: add Apache ANT for contribs
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-07-26 01:32:42 +02:00
Boy van Amstel
c941d176d7 Support changing 'audio desync' via AppleScript on OSX
Like being able to change the volume, seek position etc. via
AppleScript, this commit allows you to change the audio desync in ms.

Example:
tell application "VLC"
  -- set audio desync to 0
  set audio desync to -2250
  get audio desync
end tell

Signed-off-by: Boy van Amstel <boy@boyvanamstel.nl>
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2014-07-23 22:12:13 +02:00
Felix Paul Kühne
63e5c291b3 xcodeproj: add new macosx intf source files 2014-07-13 18:25:40 +02:00
Felix Paul Kühne
5fff213780 ios build script: compilation fix 2014-07-07 00:03:13 +02:00