Rémi Denis-Courmont
5b369300e5
Suppress support for position dependant code (except on mingw32).
...
This simplifies the build system quite a lot, and reduce compilation
times when PIC is actually needed.
If you really mind the extra overhead of PIC, use:
./configure --enable-libtool --enable-static --disable-shared
2006-06-04 17:07:19 +00:00
Filippo Carone
7cc72564f9
pic libraries are now correctly installed when needed:
...
* --enable-pic added in configure.ac
* bootstrap modified to use BUILD_PIC in place of BUILD_MOZILLA where needed
2006-06-04 15:30:18 +00:00
Olivier Teulière
31c1e82eb9
* modules/gui/skins2/*: Use ARG instead of ARG* as a template argument
2006-06-04 14:17:46 +00:00
Olivier Teulière
ff65ea9530
* modules/gui/skins2/*: More simplifications of the same kind
2006-06-04 14:03:54 +00:00
Olivier Teulière
e1670aca55
* modules/gui/skins2/*: The second template argument of the Subject and
...
Observer classes now has a default value. This simplifies the code in many
places.
2006-06-04 13:55:41 +00:00
Clément Stenac
4a3d46bd2b
* Don't reset input meta information
...
* Improve notification layout
2006-06-04 09:00:36 +00:00
Clément Stenac
a378f1a712
More cosmetics for plastique
2006-06-04 08:13:00 +00:00
Christophe Mutricy
8e2036e4e1
New libnotify plugin.
...
TODO: - get rid of the harcoded path for the icon
- make the meta printed an option.
2006-06-04 00:13:40 +00:00
Christophe Massiot
ddd1fc5e3a
.
2006-06-04 00:10:01 +00:00
Olivier Teulière
e99be2d187
* dos/skins/skins2-howto.xml: Small precision
2006-06-04 00:00:34 +00:00
Olivier Teulière
24648f43cf
* modules/gui/skins2/*:
...
- anchors have a new "lefttop" attribute, allowing them to follow the
border of the window when resizing
- the resizing is now handled by the WindowManager class (to enforce the
mediator pattern). This makes it possible to handle tricky cases,
such as:
window B is anchored to window A, and A is resized
==> B moves accordingly, and can still be anchored by other windows
2006-06-03 23:57:40 +00:00
Clément Stenac
fef44fa939
Cosmetics
2006-06-03 22:27:19 +00:00
Clément Stenac
ccacddbd54
* Fix crash
...
* Add a prefs button
2006-06-03 21:44:25 +00:00
Clément Stenac
04e52ef4fc
Preferences
2006-06-03 18:03:40 +00:00
Felix Paul Kühne
a53a078c54
* use ganesh instead of the official server while it is down
2006-06-03 12:15:03 +00:00
Felix Paul Kühne
8ecff20aa1
* fixed compilation if svn isn't in the default path
2006-06-03 10:45:32 +00:00
Christophe Mutricy
640fe7328c
Fix Stream title. Patch by Diego "Flameeyes" Petteno
2006-06-02 22:56:38 +00:00
Christophe Mutricy
35580f5029
discriminate between the two OpenGL modules
2006-06-02 22:22:01 +00:00
Clément Stenac
5e68685cd4
Empty files
2006-06-02 20:20:21 +00:00
Benjamin Pracht
c62e2983ad
* Don't change the FSF address
2006-06-02 19:24:36 +00:00
Benjamin Pracht
61acca87b8
* Patch by Cédric Cocquebert to add several additional video effects to the opengl vout
2006-06-02 18:41:31 +00:00
Filippo Carone
1ba03e33a5
when testing if mozilla is required, use enable_mozilla, not just mozilla
2006-06-02 13:22:58 +00:00
Filippo Carone
54b0c48d2f
added in libvlc:
...
- simple screenshot function
- an helper function to check if the input item is playing
2006-06-02 11:27:30 +00:00
Clément Stenac
80ba0c2698
Todo for prefs widgets
2006-06-02 06:06:38 +00:00
Clément Stenac
1d33ae2dfe
Typo. Thanks to radius on the forum
2006-06-02 06:05:11 +00:00
Damien Fouilleul
7351430d69
- voutgl.m: added OpenGL provider for MacOS X Safari/mozilla plugin
...
- vlcshell.cpp: make opengl the default video output module for macosx
- vlc.r: remove Quicktime mimetype from supported list
- configure.ac: the OpenGL provider requires the AGL framework
2006-06-01 23:22:54 +00:00
Christophe Mutricy
d1ae6b8438
Don't lock the mutex twice
2006-06-01 21:28:12 +00:00
Clément Stenac
053d5bb66c
Skeleton for preferences widgets
2006-06-01 20:42:03 +00:00
Clément Stenac
0f98a479b8
Manage navigation buttons, status and text
2006-06-01 14:46:26 +00:00
Christophe Mutricy
4a935b11d3
caca.c: compile fix
2006-06-01 13:10:28 +00:00
Sam Hocevar
41f79cdb76
* modules/video_output/caca.c: fixed typedefs for older libcaca versions.
2006-06-01 10:34:32 +00:00
Sam Hocevar
61c29c8f4f
* modules/video_output/caca.c: many code simplifications.
2006-06-01 09:57:01 +00:00
Sam Hocevar
8c672e8dfb
* bootstrap: simplified automake detection and added support for the FreeBSD
...
automake naming scheme.
2006-06-01 09:53:36 +00:00
Dennis van Amerongen
5c8a026186
* modules/mux/asf.c: Experimental support for AAC (mp4a) in asf. Needs testing.
2006-05-31 23:12:09 +00:00
Clément Stenac
a73c2964d2
Don't crash
2006-05-31 21:48:31 +00:00
Christophe Mutricy
059c0ff3b7
Add a qt shortcut
2006-05-31 21:45:06 +00:00
Christophe Mutricy
ba50ee9293
[15729] breaks binary compatibility
2006-05-31 21:34:01 +00:00
Clément Stenac
6c3d991065
Cleanup
2006-05-31 21:24:58 +00:00
Clément Stenac
0bfccfadab
First benefits of QT ! A slider ! (Refs:#80)
2006-05-31 21:04:26 +00:00
Clément Stenac
8f973a0b05
Fix playlist crasher and simplify a few things
...
(Remove ITEMPLAY method, which had become redundant)
2006-05-31 20:40:54 +00:00
Antoine Cellerier
40d23030a7
Typo corretion. Thanks to tango_ on IRC :)
2006-05-30 19:57:34 +00:00
Clément Stenac
9f13848c8f
QT4 detection patch by Pavlov Konstantin
2006-05-30 19:17:33 +00:00
Clément Stenac
172b718fba
Fix properties
2006-05-30 06:20:06 +00:00
Clément Stenac
a47f560819
Start handling input
...
Quit
2006-05-29 20:08:14 +00:00
Jean-Paul Saman
6309ebbf82
Added Diego Petteno to THANKS file.
2006-05-29 18:58:58 +00:00
Jean-Paul Saman
165364d318
This patch removes the usage of FFMPEG's internal ff_mpeg4_default_*_matrix
...
symbols that would be hidden by the visibility patch, thus allowing VLC usage
with patched FFMPEG code, and sanitise the need for accessing non-public
symbols. Patch by Diego Petteno (flameeyes at gentoo do org).
2006-05-29 18:57:20 +00:00
Rémi Denis-Courmont
631ba3aaed
Build system fixes + cleanup
2006-05-29 18:46:09 +00:00
Clément Stenac
1fa283fd60
Some progress
2006-05-29 17:28:15 +00:00
Clément Stenac
79854934ac
Fix a typo
2006-05-29 13:23:48 +00:00
Clément Stenac
776ba66b04
* Fix QT detection and make dist
...
* First dialog
* Start of input management
2006-05-29 06:07:36 +00:00