Rémi Denis-Courmont
3ed51c5e32
Remove old unused recursive variables - make automake happy
13 years ago
Rafaël Carré
a42bb44165
Win32: use ld options rather than a perl script to set PE flags
13 years ago
Ludovic Fauvet
3fde8c359d
Win32: MSI package
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years ago
Rémi Denis-Courmont
ff385d0374
lua: fix distcheck without LUA
14 years ago
Rafaël Carré
fccc6ab913
Happy new year 2013
13 years ago
Rafaël Carré
ed810a5693
UAC: distribute source code (and doc+examples)
14 years ago
David Fuhrmann
74de906998
macosx: move detached window stuff in extra xib file and only load that when necessary
14 years ago
Felix Paul Kühne
c62eab3d5c
macosx: implemented pressed state for the effects button (dark UI) ( close #7408 )
14 years ago
Felix Paul Kühne
a38092cd83
macosx: implemented pressed state for the effects button (bright UI) (refs #7408 )
14 years ago
Jean-Baptiste Kempf
597c0dec16
Fix make dist
14 years ago
Felix Paul Kühne
8d95ee6111
CAS: use the generic dialogs to fetch a text input from the user or to let him/her choose an item in a popup
14 years ago
Pierre Ynard
b995c7405e
Update changelog rules to 2012
14 years ago
Rafaël Carré
4e6ace3517
Add dolt generated files to distclean
14 years ago
Benjamin Drung
aff4cad782
Do not ship UAC.dll in source tarball.
Close #7436
Signed-off-by: Rafaël Carré <funman@videolan.org>
14 years ago
Felix Paul Kühne
1ee08fc6be
macosx: implemented graphics for forward/backward in the 6 button state
14 years ago
Felix Paul Kühne
b30051e082
macosx: removed no longer needed preliminary artwork
14 years ago
Felix Paul Kühne
3b59b6f623
macosx: implemented graphics for next/previous in the 6 button state
14 years ago
Felix Paul Kühne
565c19d646
macosx: renamed 'back' button images to 'backward', since it is less confusing
14 years ago
Felix Paul Kühne
cc624f1372
macosx: implemented graphics for the single playlist button state
14 years ago
Felix Paul Kühne
71c1e3552a
macosx: use the updated forward/back buttons in the gray window
14 years ago
Felix Paul Kühne
3589fc7ae9
macosx: replaced previous/next buttons for the dark UI
14 years ago
Rémi Denis-Courmont
03062ad358
Hildon UI: remove dead technology
That plugin was written for Maemo 4. It barely worked with Maemo 5.
Maemo 6 did not have Hildon. Hildon is unmaintained and unused.
14 years ago
Felix Paul Kühne
44cdb9b325
macosx: fixed names of 2 retina graphics
14 years ago
Felix Paul Kühne
d8b24e50f5
macosx: updated xcodproj and Makefile.am for the new graphics
14 years ago
Felix Paul Kühne
e5c027058b
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
14 years ago
Damien Erambert
8ba3d7f4dd
macosx: added retina compatible artwork for the gray main window style
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Damien Erambert
554813d647
macosx: added retina compatible fullscreen controller artwork
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Damien Erambert
04d65ac9c8
macosx: added retina compatible sidebar icons
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
14 years ago
Felix Paul Kühne
eba61d4f3b
macosx: added a basic script and some entitlements to enable Sandboxing on OS X Lion (refs #5149 )
14 years ago
Felix Paul Kühne
a574f2f905
macosx: draw vlc.icns instead of a bogus white png with an icon in the about panel
no user-visible change. However, we save 29KB and don't need to update that graphic for HiDPI
14 years ago
Felix Paul Kühne
6051f82ac2
macosx: Cocoa cannot deal with 2 images of the same name in a single bundle even if their type is different
Hence, rename one of them.
14 years ago
Felix Paul Kühne
bc87dd70bc
macosx: added UI stub for a new Convert & Save panel (refs #5900 )
14 years ago
Felix Paul Kühne
3131d924e1
macosx: added the prev/next buttons back (disabled by default) ( close #6822 )
you can enable them in the 'Playback' menu (since we got no 'View' menu so far) or in the advanced preferences
note that preliminary artwork is used at this point
14 years ago
Rémi Denis-Courmont
680622a820
Ship run_vlc.sh
14 years ago
Rémi Denis-Courmont
72fd19ba00
Add test case for the VLC binary
14 years ago
Rémi Denis-Courmont
ee3053e274
Do not include RPM spec files in tarball
This makes no sense. RPM needs the package specification as a separate
file, where the source tarballs are indicated. Chicken-and-egg...
Besides those files are out-of-date.
14 years ago
Felix Paul Kühne
0fac96096c
Makefile.am: added more missing files to make dist (refs #6743 )
left out for now: cmake, ipkg and most of win32/UAC
14 years ago
Felix Paul Kühne
72549b918f
macosx: VLC.app shouldn't rely on a script included within VLCKit
Therefore, add a copy to extras to prepare the VLCKit split
14 years ago
Felix Paul Kühne
5e5d0aac07
fixed make dist for Mac (1)
14 years ago
Felix Paul Kühne
d17ed613eb
macosx: added additional artwork for the single fullscreen button in the detached video output window
derived from previous artwork for other single buttons
14 years ago
Rémi Denis-Courmont
49399c2720
Work around automake bug (?) to distribute contribs
Files were copied to contrib/src/src instead of contrib/src...
14 years ago
Felix Paul Kühne
acc847396c
macosx: fixed rounded bottom corners when using the black window style
14 years ago
Felix Paul Kühne
79b9821411
fixed make dist
14 years ago
Felix Paul Kühne
b79a47d8d0
macosx: added PackageMaker project to create the EyeTV plugin installer
14 years ago
Sergey Radionov
ffcee64d73
add bin to PATH to let libvlc.dll be found by vlc-cache-gen.exe
Fix "This application has failed to start because libvlc.dll
was not found. Re-installing the application may fix this problem."
during building of vlc under Windows.
Signed-off-by: Rafaël Carré <funman@videolan.org>
15 years ago
Rémi Denis-Courmont
cc40da808d
Remove plugins.dat on uninstallation
14 years ago
Felix Paul Kühne
3be591d420
macosx: implement proper window button artwork (refs #5742 )
15 years ago
Felix Paul Kühne
168b48cb41
macosx: resolve conflict between sidebar icons and other UI artwork (refs #5742 )
15 years ago
Felix Paul Kühne
105ab7dd42
macosx: added a resize control to the main window (not in use when linking against the 10.7 SDK)
15 years ago
Felix Paul Kühne
45014de425
macosx: added placeholder artwork for the title bar's fullscreen button
15 years ago