1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-17 05:01:41 +02:00
Commit Graph

454 Commits

Author SHA1 Message Date
Rafaël Carré
317f07804c vlc-thumb: use pthread conditions
Also use a static boolean if the condition has been signaled
before we start waiting on it: libvlc_MediaPlayerSnapshotTaken event
is serialized with libvlc_video_take_snapshot() so when the function
returns the event already happened.
2011-06-15 17:09:55 -04:00
Rafaël Carré
a1967050f0 vlc-thumb: bugfixes suggested by courmisch 2011-05-16 15:44:47 -04:00
Rafaël Carré
82497e9a8d vlc-thumb: video thumbnailer for nautilus 2011-05-15 17:57:08 -04:00
Jean-Baptiste Kempf
c65a0ac1fe Makefile.am: tab fix 2011-04-24 21:24:25 +02:00
Yuval Tze
9d86e0b645 Refactor: rename "sub-filter" to "sub-source" this includes capability, functions, constants, user messages and command line parameter.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2011-04-20 11:48:21 +03:00
Jean-Baptiste Kempf
05aaabebe2 Fortune 2011-04-15 17:54:48 +02:00
Jean-Baptiste Kempf
749cc26aaa Fortune! 2011-04-14 13:04:48 +02:00
Jean-Baptiste Kempf
5cf75a950d doc: fortune 2011-03-20 20:06:24 +01:00
Pierre Ynard
881fbe3547 doc: update .PHONY to 2011 2011-02-23 11:07:03 +01:00
Jean-Baptiste Kempf
e697532e66 Doc: generate Changelog for 2011 2011-01-23 21:56:31 +01:00
Erwan Tulou
81717b48cd skins2: implement a new 'focus' attribute for text control
Up to now, text control could but be focusable, and this focus was used
to scroll text, should it be too long for full display.

From a user viewpoint, this behavior is often counterintuitive :
 - Most of the time, the control is designed to fit the text anyway, and
   scrolling is not expected.
 - On the other hand, an underlying control may be used to move the window
   (for instance, the title bar), and a text control is expected not to
   interact in this endeavor. Same goes for popupmenu, that is expected
   to work if one happens to right-click on a text control.

This patch adds a 'focus' attribute to the text control, and leave it to the
skins developper to decide which behavior is most desirable on a per-control
basis. focus still defaults to true to maintain skins current behavior.
2010-12-11 15:24:33 +01:00
Jean-Baptiste Kempf
31258aa03c libVLC examples, from GCI work
- Gtk+ player
 - wx   player
 - Qt   player
 - DVD ripper using Gtk
2010-12-08 21:24:22 +01:00
Jean-Baptiste Kempf
f3b49014ab Doc: make it more clear how to sign the updates files 2010-11-28 22:07:35 +01:00
Rémi Denis-Courmont
3536adcd65 doc_helper: must be executable, fix Doxygen 2010-11-20 12:21:20 +02:00
Rémi Denis-Courmont
880d51137d Doxyfile: update to version 1.7.1 2010-11-20 12:17:01 +02:00
Jean-Baptiste Kempf
83b0e6f2e2 Update the release howto to actually match what we are doing 2010-11-13 20:33:52 +01:00
Jean-Baptiste Kempf
0af63c4f97 Fortunes, smoking in the morning and JS 2010-11-12 11:41:27 +01:00
Rémi Denis-Courmont
41e5bcdaf1 Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
Rémi Denis-Courmont
f7d111759f add_key: remove callback parameter 2010-10-22 21:10:56 +03:00
Jean-Baptiste Kempf
2222eb8403 Doc: fortunes 2010-10-07 17:44:55 +02:00
Jean-Baptiste Kempf
6ee2e79bee Create a special script for Doxygen, instead of the toolbox 2010-08-14 17:29:19 +02:00
Rémi Denis-Courmont
c515906bbb Compress the source tarball with XZ (LZMA)
This saves over 30% space from BZip2.
2010-08-08 23:05:47 +03:00
Rafaël Carré
222f800a28 doc/transforms.py: whrandom is deprecated since python 2.1
Only import needed functions
2010-07-07 20:53:05 +02:00
Jean-Baptiste Kempf
65bdaa29d8 Fortunes: "the yes need the no to win against the no." attitude 2010-06-18 13:52:54 +02:00
Jean-Baptiste Kempf
bb36728234 Fortune: wisdom about Guiness book from pk 2010-06-14 22:33:36 +02:00
Erwan Tulou
72b032ff6e skins2: fix typo in documentation
it should read 'TL/TL and BR/BL' instead of 'TL/TL and TL/BL'
2010-05-20 00:13:52 +02:00
Erwan Tulou
917555567e skins2: update documentation with new features for vlc1.1 and vlc1.2
These features include

for vlc11
 - new variables : vlc.canRecord and vlc.isRecording
 - new functions : vlc.toggleRecord() and vlc.nextFrame()
 - a new 'loop' parameter for animated bitmaps
 - a special id="fullscreenController" for Window, intended to be
   used as a skinnable fullscreen controller

for vlc12
 - a new 'art' parameter for image control
 - a new 'scale2' value for resize parameter of image control
2010-05-20 00:11:13 +02:00
Jean-Baptiste Kempf
e78923c34a Fortune about 1.2 2010-04-21 13:39:04 +02:00
Rémi Denis-Courmont
1247e8709a Update doxyfile (doxygen -u) 2010-02-20 13:28:09 +02:00
Rémi Denis-Courmont
663824a7ac Doxygen: don't browse modules/
This was mind-boggingly slow, and quite useless.
2010-02-20 13:24:11 +02:00
Jakob Leben
d269c7681a doc: fix compilation
remove non-existent file reference
2010-02-10 02:10:14 +01:00
Rémi Denis-Courmont
e42ff3a865 We are in 2010 2010-02-10 00:07:21 +02:00
Rémi Denis-Courmont
d9e0c70b42 Remove old ARM cross-compilation (2004)
Software versions are totally out-of-date.
Platforms don't even exist anymore.
And this predated ARM support in the contrib.
2010-02-10 00:06:40 +02:00
Rémi Denis-Courmont
4ee7b174fe Remove "new" (as in 2004) developer doc that was never really written 2010-02-10 00:06:40 +02:00
Rémi Denis-Courmont
a94101851e demo.sh: remove OpenGL effects 2010-02-10 00:06:40 +02:00
Rémi Denis-Courmont
df9c038d58 Delete hopefully last leftover from menuconfig 2010-02-10 00:06:31 +02:00
Rémi Denis-Courmont
ad5c94fdcb Remove cddax documentation as cddax was already removed 2010-02-10 00:06:27 +02:00
Rémi Denis-Courmont
8c4abfd8a7 Remove (very very) old Win32 cross-compilation howto
Use INSTALL.win32 instead.
2010-02-10 00:06:21 +02:00
Rémi Denis-Courmont
171abe2331 Remove developer documentation, almost untouched in over 7 years 2010-02-09 23:52:54 +02:00
Christophe Mutricy
7016eda04d Typo 2010-01-08 19:26:20 +00:00
Christophe Mutricy
6ae61673e2 Fortune 2009-12-08 00:24:54 +00:00
Rémi Duraffort
4366eeddb0 update doxyfile. 2009-11-13 19:02:28 +01:00
Rafaël Carré
1a445678f0 Fix release doc for update file:
It's not named update .xml since 0.9
2009-11-03 22:09:17 +01:00
Rémi Denis-Courmont
965ce419bc We need --binary flags to *sum utilities (closes #3138) 2009-11-01 09:35:53 +02:00
Jean-Baptiste Kempf
ed63bb33b1 Fortune about beer 2009-10-16 11:21:17 +02:00
Jean-Baptiste Kempf
ea9fdad8c2 Fortunes... 2009-10-01 22:19:07 +02:00
Christophe Mutricy
ac466e0ff3 Use minus and not hyphen in man page 2009-07-11 20:24:21 +01:00
Christophe Mutricy
b4ad772933 Move the Changelogs to maintainer-clean.
As they need git to be generated, you don't want them to disappear when you do make distclean in sources extracted from the tarball
2009-05-18 00:00:53 +01:00
Derk-Jan Hartman
7156d7e32a fortunes.txt: Amy Wineglass slapping 2009-04-14 23:39:34 +02:00
Jean-Baptiste Kempf
7bbb46c1e2 Remove insult in the fortunes...
This doesn't mean I don't share the opinion, but let's try to ease the work for packagers that get bugs on that part.
And of course VLC + debian-multimedia in debian is still completly broken...
2009-03-05 12:11:43 +01:00