Commit Graph

1532 Commits

Author SHA1 Message Date
Cyril Deguet
136fe6c205 * all: french translation for skin popup menu 2004-08-22 15:24:48 +00:00
Cyril Deguet
3d8429aad4 * theme_repository.*: the popup menu for skin selection works !
(it looks for .vlt files in all the directories of the resource path)
  * dialogs.cpp: fixed a stupid copy/paste mistake
2004-08-22 15:00:19 +00:00
Olivier Teulière
78b01836c4 * skins2/src/window_manager.cpp: Added the vlc.isOnTop boolean variable
* skins2/parser/interpreter.cpp: Renamed vlc.ontop() into vlc.onTop()
 * doc/skins/skins2-howto.xml: doc updated
2004-08-22 14:39:16 +00:00
Gildas Bazin
065820ab78 * modules/gui/skins2/src/skin_main.cpp: added a skins shortcut. 2004-08-22 14:16:37 +00:00
Cyril Deguet
852f38630b * all: skeleton of a popup menu entry for skin selection 2004-08-22 12:50:39 +00:00
Cyril Deguet
234278af61 * ctrl_list.cpp: beginning of key handling in the playlist 2004-08-22 10:38:26 +00:00
Antoine Cellerier
0f368cdf75 * modules/gui/wxwindows/extrapanel.cpp : Changed "Restore defaults" to
"Restore Defaults" so it gets translated

* po/fr.po : Chanded "Restore Defaults" translation
2004-08-21 16:02:06 +00:00
Gildas Bazin
1577ef7938 * modules/gui/wxwindows/*: updated open disc dialog. 2004-08-21 13:06:42 +00:00
Olivier Teulière
7253e7389e Removed the old skins plugin 2004-08-21 11:34:33 +00:00
Eric Petit
235b3bcb3c beos/MessagesWindow*: fixed messages window 2004-08-20 15:49:09 +00:00
Eric Petit
8a9bec42ee beos/*: fixed seek, clean up 2004-08-17 20:55:55 +00:00
Eric Petit
254f695e73 + src/libvlc.h: use KEY_SPACE instead of ' '
+ gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
               complex now that we have variables

 Language/subtitle selection works again in the BeOS UI, but there's
 still a lot to fix :|
2004-08-17 17:24:02 +00:00
Eric Petit
4632a220b0 + macosx/equalizer.m: missing vlc_object_release()
+ macosx/vout*: --macosx-vout and --macosx-opengl-effect
                 no longer exist
2004-08-17 16:59:02 +00:00
Eric Petit
d4ac5770da ALL: OS X OpenGL provider
+ vout.m contains the common code for the QT video output and the
    GL provider (window creation, events handling)
  + opengl.c: higher priority on OS X
 Things are a bit broken atm, any help to debug is welcome ;p
2004-08-17 15:17:04 +00:00
Benjamin Pracht
99506d9708 * Adds postprocessing menu 2004-08-15 14:22:28 +00:00
Jérome Decoodt
3fe46f2925 Set the preamp value on a preset change 2004-08-15 12:10:46 +00:00
Jérome Decoodt
9ceb12b95d *.nib: continuous sliders
intf: Equalizer window in window menu
equalizer.m: presets should work now
equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file
2004-08-14 23:28:31 +00:00
Olivier Teulière
06638c129b * skins2/src/vlcproc.*: Added the isRepeat boolean expression 2004-08-12 21:15:52 +00:00
Gildas Bazin
7d4cf5242c * modules/gui/wxwindows/Modules.am: include streamdata.h 2004-08-12 09:14:00 +00:00
Olivier Teulière
909aedf9de * skins2: support playlist.setRandom(true) and playlist.setRandom(false) 2004-08-09 22:19:40 +00:00
Jérome Decoodt
f5321d75dd project.pbxproj: correct to relatives paths
*.nib: presets disabled on startup
equalizer.*: add property Id
             we prefer to change playlist variables instead of config
             coding style
2004-08-08 16:52:26 +00:00
Benjamin Pracht
5b630376f0 * demuxdump is working again 2004-08-08 14:49:46 +00:00
Jérome Decoodt
aa61785a30 Fix bug when equalizer-bands is not set. Coding style will be apply soon. 2004-08-07 22:50:28 +00:00
Jérome Decoodt
a45c363019 All: equalizer window for MacOS. Need a bit of corrections for the presets part.
Reviews welcome
2004-08-07 21:56:42 +00:00
Benjamin Pracht
efe357eb26 * Adds the scale video option 2004-08-06 22:08:57 +00:00
Benjamin Pracht
aa61b3ff07 * All :
- added a sdp=file option
	- it is now possible to have a sap and a rtsp/http/file announce at the same time
2004-08-06 20:56:46 +00:00
Sam Hocevar
b5c2d452c9 * Really fixed strict aliasing breakage here and there. 2004-08-06 17:28:36 +00:00
Derk-Jan Hartman
021645096a * Fix Artist/Author info in playlist 2004-08-05 21:32:32 +00:00
Gildas Bazin
c7ceea8a94 * src/input/control.c: bookmarks support is back (will need some more work though).
* modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.
2004-08-05 12:45:23 +00:00
Derk-Jan Hartman
06114cbeba * modules/gui/macosx/vout: Output YUY2 to QT/QD.
This way we bypass Apple's very, very, very unoptimized
  I420 -> YUY2 routine and use titer's altivec optimized one.
  Quartz output is herefore now altivec optimized and close to the opengl output.
2004-08-02 13:06:38 +00:00
Derk-Jan Hartman
1c7da3ea99 * Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity.
Testing would be welcomed very much.
2004-08-02 00:54:51 +00:00
Cyril Deguet
18dd027836 * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1) 2004-08-01 20:46:01 +00:00
Olivier Teulière
a9a1ab081a * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
* doc/skins/skins2-howto.xml: Updated the doc
2004-08-01 16:43:58 +00:00
Benjamin Pracht
7b9761c388 * all : fix channels selection in the sout options dialog 2004-08-01 13:23:53 +00:00
Benjamin Pracht
4f6cc614ea * all :
- Get rid of the old TS over RTP stream output method in OSX interface
  - ab= and vb= parameters are now (hopefully) always updated
2004-07-31 17:08:35 +00:00
Sam Hocevar
71b20c32ac * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
+ Fixed compiler warnings due to bad argument types.
2004-07-30 20:57:56 +00:00
Felix Paul Kühne
9fc7367b90 * added declares for the checkboxes in the nib to control the rtp-sout-modul 2004-07-29 14:03:19 +00:00
Benjamin Pracht
ef198559c9 Added a RTP (New) stream outpu method for the rtp sout module. Still lot of work in this dialog box. 2004-07-28 15:57:33 +00:00
Derk-Jan Hartman
766237dcb2 * modules/gui/macosx/open.m: dvdplay:// -->> dvdnav:// 2004-07-28 10:04:59 +00:00
Derk-Jan Hartman
92b2368510 MacOSX intf work
* vout_Control implemented for macosx
* position slider fixed
* p_input manage loops fixed (buttons, playstatus etc)
* float on top works again
* visual filters work
* deinterlace filter selection broken
* fullscreen button is not being updated atm
* potential deadlocks between intf thread and vout thread???
* the window title might not always be updated.

OSX devs, please test as much as you can. This was all fairly low level stuff.
We need to test it properly.
2004-07-28 00:36:48 +00:00
Derk-Jan Hartman
94cdda13e8 * More code cleanup for OSX vout. Man what a mess this is :) 2004-07-27 21:11:07 +00:00
Derk-Jan Hartman
e4ceccd323 - 2004-07-27 16:20:32 +00:00
Derk-Jan Hartman
4aff66399f * release what you find. (this looks like a very old bug) 2004-07-27 10:54:50 +00:00
Gildas Bazin
ca9c15af3f * modules/gui/wxwindows/fileinfo.cpp: partially fixed char encoding problem in fileinfo dialog. 2004-07-26 14:10:30 +00:00
Eric Petit
d1f89a0ca8 + configure.ac: don't build OpenGL support on BeOS although it has gl.h
+ extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
   (buggy compiler)
 + modules/gui/beos/*: quick compile fixes
 + modules/video_filter/deinterlace.c: require mmxext instead of mmx
 + Makefile.am: on BeOS, build a VLC bundle a la OS X
2004-07-22 22:59:50 +00:00
Mohammed Adnène Trojette
3c3996cccb author :) 2004-07-20 16:43:36 +00:00
Derk-Jan Hartman
89c4bf7402 * reenable the prefs. this was a small leftover from debugging 2004-07-15 15:24:53 +00:00
Derk-Jan Hartman
4bfdf490d7 * spelling error 2004-07-15 15:20:46 +00:00
Clément Stenac
c16efd6ca3 Couple of fixes 2004-07-13 11:41:21 +00:00
Gildas Bazin
ce1924e313 * modules/gui/wxwindows/extrapanel.cpp: try to use some spacing between widgets to make it actually readable. The equalizer panel would need more work though (ah and the wizard needs a whole load of them as well). 2004-07-12 11:57:49 +00:00