]> git.sesse.net Git - vlc/history - modules/gui
64-bits fix
[vlc] / modules / gui /
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-06 Felix Paul KühneShow tooltips on virtually all labels (except for the...
2008-07-06 Felix Paul Kühneminor ui changes
2008-07-05 Felix Paul KühneRemoved the 'Advanced' function from the complete prefs...
2008-07-05 Felix Paul KühneThere is no need to reload the playlist on every single...
2008-07-05 Laurent AimarFixed open network panel.
2008-07-05 Pierre d'Herbemontmacosx: Make sure we don't leak an input_thread_t.
2008-07-05 Pierre d'Herbemontmacosx: Fix a typo. (Fix sd listing at startup).
2008-07-05 Felix Paul KühneFixed a potential segfault
2008-07-05 Rémi Denis-CourmontRemove dead code
2008-07-05 Pierre d'Herbemontmacosx: Kind of fix the preferences on Mac OS X.
2008-07-05 Pierre d'Herbemontqt4: no need to use VLC_OBJECT() here. Plus use GetMain...
2008-07-05 Pierre d'Herbemontqt4: Fix previous modification.
2008-07-05 Pierre d'Herbemontmacosx: Try to clean a bit the prefs code.
2008-07-05 Pierre d'Herbemontmacosx: Attempt to simplify that ugly code.
2008-07-05 Pierre d'Herbemontqt4: use module_GetMainModule.
2008-07-05 Pierre d'Herbemontmacosx: No need to use VLC_OBJECT() here.
2008-07-05 Pierre d'Herbemontqt4: Add a missing pl_Release(). Please review.
2008-07-05 Pierre d'Herbemontqt4: Use playlist_CurrentInput().
2008-07-05 Pierre d'Herbemontmacosx: Use playlist_CurrentInput().
2008-07-05 Pierre d'Herbemontmacosx: o_sendport not used, remove.
2008-07-05 Pierre d'Herbemontmacosx: Fix service discovery loading code char.
2008-07-05 Felix Paul KühneRemoved broken, unmaintained and unfinished code. May...
2008-07-05 Rémi Denis-CourmontCharset fixes
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-05 Pierre d'Herbemontmacosx: Make sure we use pl_Yield alond with pl_Release.
2008-07-05 Pierre d'Herbemontmacosx: Make sure we don't return from manageIntf:...
2008-07-05 Pierre d'Herbemontmacosx: Use msg_Dbg instead on msg_Info.
2008-07-05 Pierre d'Herbemontmacosx: ExecuteOnMainThread is not used, delete it.
2008-07-05 Pierre d'Herbemontmacosx: Don't forget to unregister callbacks.
2008-07-05 Pierre d'Herbemontmacosx: 10.5-ification of the Main Controller Window...
2008-07-05 Pierre d'Herbemontmacosx: Make sure the manageIntf: Timer is getting...
2008-07-04 Pierre d'Herbemontmacosx: Merge the KillerThread and the manage thread...
2008-07-04 Pierre d'Herbemontmacosx: use pl_Release() with pl_Yield(), no vlc_object...
2008-07-03 Rémi DuraffortFix potential segfault.
2008-07-03 Rémi Denis-CourmontQt4: really clear shortcuts - fixes #1666
2008-07-02 Rémi Denis-CourmontQt4: remove dead declaration
2008-07-02 Rémi Denis-CourmontRemove hacking fullscreen control invocation - fixes...
2008-07-01 Ilkka OllakkaSet sizePolicy for backgroundWidget, so when album...
2008-07-01 Rémi Denis-CourmontFix gettext use
2008-07-01 Rémi Denis-CourmontQt4: Remove hackish use of vout window for the FS contr...
2008-06-28 Felix Paul Kühne*cough*
2008-06-28 Felix Paul KühneDon't try to use 10.5-only threading features on a...
2008-06-28 Rémi Denis-CourmontForgot this file
2008-06-28 Rémi Denis-CourmontQt4: weak reference the video output...
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_DIALOGS: remove
2008-06-28 Rémi Denis-CourmontTypo
2008-06-28 Rémi Denis-CourmontRemove completely useless mutex
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-28 Rémi Denis-CourmontFix function name clash
2008-06-27 Ilkka OllakkaDon't release vout if it ain't present (eg. when audio...
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-26 Lukas DurfinaFix hidding of fullscreen controller after leaving...
2008-06-25 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2008-06-25 Rémi Denis-CourmontAllow more than one use of the video widget
2008-06-25 Rémi Denis-CourmontQt4: small memory leak
2008-06-25 Rémi Denis-CourmontQt4: restore the fullscreen controller
2008-06-25 Rémi Denis-CourmontUse QPointer and QMutexLocker so we don't crash at...
2008-06-25 Rémi Denis-Courmontvariables use are thread safe. No need for nested locking.
2008-06-25 Rémi Denis-CourmontRemove useless variable
2008-06-25 Rémi Denis-CourmontQt4 window: use a proper condition variable instead...
2008-06-25 Rémi Denis-CourmontRemove out-of-date comments
2008-06-25 Jean-Baptiste KempfBreak compilation on Qt4.2
2008-06-25 Jean-Baptiste KempfVery small fixes on UI.
2008-06-25 Jean-Baptiste KempfForgotten tooltip :D
2008-06-25 Jean-Baptiste KempfFix Ok/Cancel button position in advanced capture prope...
2008-06-25 Jean-Baptiste KempfCode Cosmetics
2008-06-25 Jean-Baptiste KempfAdd RTMP option on the panel.
2008-06-25 Jean-Baptiste KempfFix network panel behaviour (comboBox and adress genera...
2008-06-25 Christophe MutricyFix permissions
2008-06-25 Christophe MutricyIncrease videowidget size priority over the others.
2008-06-24 Jean-Baptiste KempfCosmetics
2008-06-24 Jean-Baptiste KempfDon't expand the bar, but the video during resizing...
2008-06-24 Jean-Baptiste KempfResize the video to the normal size on launch
2008-06-24 Jean-Baptiste KempfForce dialog to be shown when automatic updates are...
2008-06-24 Rémi Denis-CourmontWe actually need to deliver the signal synchronously...
2008-06-24 Lukas DurfinaAvoid potential problems with bad saved value
2008-06-24 Jean-Paul SamanDistribute images for telx functionality.
2008-06-24 Jean-Baptiste KempfRenumber event number in order to debug better.
2008-06-24 Jean-Baptiste KempfFix DVD menu button. Fix metadata name displaying.
2008-06-23 Lukas DurfinaFix teletex buttons
2008-06-22 Rémi Denis-CourmontStick to ASCII in gettext messages
2008-06-22 Rémi Denis-CourmontRemove BlockingQueuedConnection, hopefully not needed
2008-06-22 Rémi Denis-CourmontRemove superfluous locking
2008-06-22 Rémi Denis-CourmontQt4: apprently fix the embedded video
2008-06-21 Rémi Denis-CourmontQt4: add XFlush - this does still not work right
2008-06-21 Jean-Baptiste KempfString consistency.
2008-06-21 Jean-Baptiste KempfString consistency.
2008-06-21 Jean-Baptiste KempfI think we said to use disc over disk.
2008-06-21 Jean-Baptiste KempfString updates ( some are meant to match the macosx...
2008-06-21 Jean-Baptiste KempfCode cosmetics.
2008-06-21 Jean-Baptiste KempfFix alignment issue on teletext buttons...
2008-06-20 Rémi Denis-CourmontQt4: Avoid a warning when embedding is disabled
2008-06-20 Rémi Denis-CourmontAvoid comments within comments
2008-06-20 Rémi Denis-CourmontQt4: wait for VideoWidget::paintEvent
2008-06-20 Christophe MutricyTypo
2008-06-20 Rémi Denis-CourmontFix typo
2008-06-20 Rémi Denis-Courmontqt4: remove dummy error messages
next