]> git.sesse.net Git - vlc/history - modules/gui
More clean up (it has 1 minor side effect but in a buggy section anyway).
[vlc] / modules / gui /
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-09 Jean-Baptiste KempfString review. Again.
2008-07-09 Jean-Baptiste KempfDocument the guidelines for strings.
2008-07-09 Jean-Baptiste KempfVarious strings change and capitalisation changes to...
2008-07-09 Jean-Baptiste Kempfuse OK instead of Ok
2008-07-09 Jean-Baptiste KempfUse Header capitalisation for dialogs titles.
2008-07-09 Jean-Baptiste KempfAllow SpinBox to go over 1600 in OS-X prefs.
2008-07-09 Jean-Baptiste KempfAccelerate the network port SpinBox chooser.
2008-07-09 Jean-Baptiste KempfFix network panel (start with deactivated checkboxes)
2008-07-08 Pierre d'Herbemontmacosx: Yet an other locking typo.
2008-07-08 Pierre d'Herbemontmacosx: The playlist is unlocked at this time, so playl...
2008-07-08 Pierre d'Herbemontmacosx: Don't take the playlist lock blindly, where...
2008-07-08 Pierre d'Herbemontmacosx: Make sure we use the safe playlist_GetCurrentIn...
2008-07-08 Felix Paul KühneMinor unification
2008-07-08 Pierre d'Herbemontmacosx: Don't attempt to close the window in fullscreen.
2008-07-08 Pierre d'Herbemontmacosx: Fix +resetVout prototype. (Fix #1679 "Fullscree...
2008-07-08 Pierre d'Herbemontmacosx: Close the video directly when clicking on the...
2008-07-08 Pierre d'Herbemontmacosx: Correctly close the vout window if there is...
2008-07-07 Jean-Baptiste KempfFix open Panel. thanks fenrir for spotting it.
2008-07-07 Jean-Baptiste KempfFix some open panel function as in 000f1e1fb9253dca2192...
2008-07-07 Jean-Baptiste KempfRevert "Fixed open network panel."
2008-07-07 Jean-Baptiste KempfForce a correct size of the dialog at start.
2008-07-07 Jean-Baptiste KempfFix behaviour of DVDSimple button while not in DVD...
2008-07-07 Jean-Baptiste KempfCosmetics.
2008-07-07 Jean-Baptiste KempfLogarithmic slider for speed.
2008-07-07 Felix Paul KühneMore l10n string fixes. Adds a FIXME to atmo.cpp, becau...
2008-07-07 Felix Paul KühneRemoved 'fetch-meta' from the welcome dialogue. Still...
2008-07-06 Pierre d'Herbemontmacosx: Define playlist_IsStopped(), and make sure...
2008-07-06 Pierre d'Herbemontmacosx: Don't send PLAYLIST_SKIP. Fix adding item when...
2008-07-06 Pierre d'Herbemontmacosx: Use font from the Nib in the playlist.
2008-07-06 Pierre d'Herbemontmacosx: Fix various crashes with the fspanel.
2008-07-06 Pierre d'Herbemontmacosx: Remove a weird already_locked bool. (that remov...
2008-07-06 Pierre d'Herbemontmacosx: Invalidate the fspanel timer.
2008-07-06 Pierre d'HerbemontRevert "messages: Prefer the object name over the objec...
2008-07-06 Pierre d'Herbemontmessages: Prefer the object name over the object type...
2008-07-06 Pierre d'Herbemontmacosx: Make sure we don't receive PLAY request when...
2008-07-06 Rémi Denis-CourmontQt4: remove fetch-meta - fixes #1670
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
next