1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-24 20:48:52 +02:00
Commit Graph

890 Commits

Author SHA1 Message Date
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 2012-09-12 11:10:13 +02:00
Pierre Ynard
b995c7405e Update changelog rules to 2012 2012-09-11 23:45:15 +02:00
Rafaël Carré
4e6ace3517 Add dolt generated files to distclean 2012-09-10 10:50:38 +02:00
Benjamin Drung
aff4cad782 Do not ship UAC.dll in source tarball.
Close #7436

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-09-06 16:58:16 +02:00
Felix Paul Kühne
1ee08fc6be macosx: implemented graphics for forward/backward in the 6 button state 2012-09-03 19:13:33 +02:00
Felix Paul Kühne
b30051e082 macosx: removed no longer needed preliminary artwork 2012-09-03 19:13:33 +02:00
Felix Paul Kühne
3b59b6f623 macosx: implemented graphics for next/previous in the 6 button state 2012-09-03 19:13:32 +02:00
Felix Paul Kühne
565c19d646 macosx: renamed 'back' button images to 'backward', since it is less confusing 2012-09-03 19:13:32 +02:00
Felix Paul Kühne
cc624f1372 macosx: implemented graphics for the single playlist button state 2012-09-03 19:13:32 +02:00
Felix Paul Kühne
71c1e3552a macosx: use the updated forward/back buttons in the gray window 2012-08-31 14:17:04 +02:00
Felix Paul Kühne
3589fc7ae9 macosx: replaced previous/next buttons for the dark UI 2012-08-31 13:15:27 +02:00
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.
2012-07-25 20:40:16 +03:00
Felix Paul Kühne
44cdb9b325 macosx: fixed names of 2 retina graphics 2012-06-27 19:42:33 +02:00
Felix Paul Kühne
d8b24e50f5 macosx: updated xcodproj and Makefile.am for the new graphics 2012-06-27 16:50:20 +02:00
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
2012-06-24 18:21:17 +02:00
Damien Erambert
8ba3d7f4dd macosx: added retina compatible artwork for the gray main window style
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-06-24 16:50:53 +02:00
Damien Erambert
554813d647 macosx: added retina compatible fullscreen controller artwork
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-06-24 16:45:22 +02:00
Damien Erambert
04d65ac9c8 macosx: added retina compatible sidebar icons
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-06-24 16:41:22 +02:00
Felix Paul Kühne
eba61d4f3b macosx: added a basic script and some entitlements to enable Sandboxing on OS X Lion (refs #5149) 2012-06-18 22:14:55 +02:00
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
2012-06-12 21:02:05 +02:00
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.
2012-06-12 20:33:46 +02:00
Felix Paul Kühne
bc87dd70bc macosx: added UI stub for a new Convert & Save panel (refs #5900) 2012-05-18 20:35:14 +02:00
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
2012-05-17 20:01:21 +02:00
Rémi Denis-Courmont
680622a820 Ship run_vlc.sh 2012-05-15 18:44:14 +03:00
Rémi Denis-Courmont
72fd19ba00 Add test case for the VLC binary 2012-05-09 18:58:01 +03:00
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.
2012-05-04 20:34:14 +03:00
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
2012-05-04 19:28:17 +02:00
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
2012-05-03 18:32:48 +02:00
Felix Paul Kühne
5e5d0aac07 fixed make dist for Mac (1) 2012-05-02 13:41:12 +02:00
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
2012-03-06 13:42:54 +01:00
Rémi Denis-Courmont
49399c2720 Work around automake bug (?) to distribute contribs
Files were copied to contrib/src/src instead of contrib/src...
2012-03-01 19:23:24 +02:00
Felix Paul Kühne
acc847396c macosx: fixed rounded bottom corners when using the black window style 2012-02-17 15:59:10 +01:00
Felix Paul Kühne
79b9821411 fixed make dist 2012-02-11 17:59:10 +01:00
Felix Paul Kühne
b79a47d8d0 macosx: added PackageMaker project to create the EyeTV plugin installer 2012-02-09 13:46:50 +01:00
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>
2012-02-05 12:58:05 -05:00
Rémi Denis-Courmont
cc40da808d Remove plugins.dat on uninstallation 2012-01-28 13:14:53 +02:00
Felix Paul Kühne
3be591d420 macosx: implement proper window button artwork (refs #5742) 2011-12-29 21:57:55 +01:00
Felix Paul Kühne
168b48cb41 macosx: resolve conflict between sidebar icons and other UI artwork (refs #5742) 2011-12-29 21:57:55 +01:00
Felix Paul Kühne
105ab7dd42 macosx: added a resize control to the main window (not in use when linking against the 10.7 SDK) 2011-12-27 23:24:37 +01:00
Felix Paul Kühne
45014de425 macosx: added placeholder artwork for the title bar's fullscreen button 2011-12-25 17:54:21 +01:00
Felix Paul Kühne
6e77944124 macosx: added a basic traffic lights icon set for the dark window and the related implementation 2011-12-25 15:19:45 +01:00
Felix Paul Kühne
a1eacf91ed macosx: adapt to the new sidebar icons 2011-12-23 01:35:30 +01:00
Rafaël Carré
24d5626426 Fix references to configure-{msys,mingw,cygwin,common}*.sh 2011-11-20 15:25:26 -05:00
Rafaël Carré
d1d03dfac3 Makefile.am: split macosx and win32 packaging into their own files 2011-11-19 01:47:25 -05:00
Rafaël Carré
7d5b8e7ca5 Revert "win32: remove 2 levels of directories from sdk headers"
This reverts commit 3c365338c8.

We want to keep the same structure than on Linux
Also the .pc files use this structure
2011-11-16 10:53:56 -05:00
Rafaël Carré
7262d1c9dc Closes: #5544
Typo introduced in 8dd09b2 while I was wondering why vlckit is in vlc.git
2011-11-16 09:48:03 -05:00
Rafaël Carré
527e3c4191 Revert hunk of [8dd09b2162] which broke wince 2011-11-15 23:14:29 -05:00
Rafaël Carré
ff9ad13930 use mkdir -p 2011-11-15 22:58:13 -05:00
Rafaël Carré
3c365338c8 win32: remove 2 levels of directories from sdk headers 2011-11-15 22:58:13 -05:00
Rafaël Carré
bf64888f7c Fix old comment 2011-11-15 16:13:42 -05:00