Steve Lhomme
98441c0394
extras/cherry-test: don't require explanations for rebase
rebase changes are similar code with the code around the changes different.
2 years ago
Steve Lhomme
b138575253
extras/cherry-test: don't require a signed-off line
2 years ago
Steve Lhomme
15638613fd
extras/cherry-test: avoid backtick to call processes
We may want to do call inside calls.
2 years ago
Steve Lhomme
c9890de86f
extras/cherry-test: default to origin/master as master can be HEAD
5 years ago
Steve Lhomme
ded943ccb1
extras: add a script to verify that cherry-pick commits are "properly" formatted
Cherry picks must:
- have the (cherry picked from commit <hash>) line
- have a Signed-off-by: line
- mention if the patch has been rebased (same changes, differing code around
the patch) or edited (modified to adapt to this branch)
(edited) or (rebased) text is added after the (cherry picked from commit <hash>) text
edited: or rebased: is added to explain what was differs from the original commit
When mismatching are detected the patches are put in patches-orig/ and
patches-new/ folder.
6 years ago
Christoph Miebach
050cdf4c98
Improved git log searcher script. The special cases (names) are found on 2.0.x tree
14 years ago
Rafaël Carré
50f07bc440
stackhandler: simplify
14 years ago
Rafaël Carré
4dd84882b6
stackhandler: fix indentation
14 years ago
Jean-Baptiste Kempf
6738085c23
Stackhandler: process win32 stacks
This script was done by etix, and modified by me.
Yes, this is not the most beautiful ever, but it works. Patches welcome
14 years ago
Christoph Miebach
949209bb52
Better translators detection; adjusting extraction from AUTHORS
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Christoph Miebach
5d71a580e2
Scripts to help keep up-to-date AUTHORS file
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years ago
Rafaël Carré
12f9e10c6b
mpris.py: update to mpris 2.1
loop/repeat controls are gone, we now need a tri-state button
track change signal doesn't exist anymore in mpris 2.1 and i can't find how
we can be notified of track changes
15 years ago
Rafaël Carré
4401a560f7
mpris.py: convert from glade to gtk builder
thanks to mirsal
15 years ago
Rémi Denis-Courmont
b3bfc494ac
Remove obsolete feisty script
16 years ago
Rafaël Carré
a34ed25412
mpris.glade: silence a gtk warning
16 years ago
Rafaël Carré
063c97ffa6
MPRIS metadata required field is "location", not "URI"
16 years ago
Rémi Duraffort
760fece1a3
mpris.py: fix volume handling (wrong event).
17 years ago
Rémi Duraffort
fb98def5d9
Fix mpris python script: the commands are *Set*(Loop|Random).
17 years ago
Rafaël Carré
6158cc5ff4
These days, the Quit method of mpris is made on the root object
18 years ago
Rafaël Carré
61a7eac113
Fix glade search path - thanks to dionoea
18 years ago
Jean-Paul Saman
569f294d6a
Move overlay-test application to test/dynamicoverlay
18 years ago
Jean-Paul Saman
44372f1829
Fix compiler warnings.
18 years ago
Søren Bøg
60f260e0d6
Overlay - Added text demonstrations
Overlay - Added text demonstrations
19 years ago
Søren Bøg
d8a9f942b1
Overlay - Updated test program
Overlay - Updated test program
19 years ago
Søren Bøg
75c7e26e14
Overlay - Extended demonstration program
Overlay - Extended demonstration program
19 years ago
Jean-Paul Saman
ba0b957330
Patch from Søren Bøg <avacore@videolan.org> GSoC 2007
Overlay - Basic test/demonstration program
18 years ago
Søren Bøg
16d46a1bb4
Overlay - Basic test/demonstration program
Overlay - Basic test/demonstration program
19 years ago
Jean-Paul Saman
7c12daaba5
Script to install runtime dependencies for ubuntu-feisty when using medibuntu repository. This script should also be usable for newer ubuntu installations.
18 years ago
Pierre d'Herbemont
2e888fde24
Source Tree Layout Cleanup: (As decided at videolan-meeting #2 )
projects/ - contains projects that link to libvlc other than vlc and the bindings.
extras/package - contains the packaging specific files.
extras/deprecated - deprecated files.
extras/buildsystem - contains non-default buildsystem stuff.
extras/analyser - contains code analyser (such as editor specific files) specific files.
18 years ago