]> git.sesse.net Git - vlc/history - modules/gui
Fix use of logo and erase filters in the Qt extended intf.
[vlc] / modules / gui /
2008-09-09 Antoine CellerierFix use of logo and erase filters in the Qt extended...
2008-09-09 Jean-Baptiste KempfOops ! Some people are really tired...
2008-09-09 Jean-Baptiste KempfDefault to scale 1 in Sout dialog. Close #2017
2008-09-08 Rémi Denis-CourmontDo not hide an interface idle sleep from the compiler...
2008-09-07 Jean-Baptiste KempfCorrectly pass all the arguments of v4l/dshow when...
2008-09-07 Jean-Baptiste KempfYet again a try to fix the sizing behaviour when too...
2008-09-07 Jean-Baptiste KempfStop playlist on quit, to fix some quitting crashes.
2008-09-07 Christophe Mutricyi18n fix
2008-09-05 Laurent AimarBe sure to emit voutChanged() only when needed.
2008-09-05 Laurent AimarFixed initial snpshot/fullscreen state.
2008-09-05 Laurent AimarUse intf-change-vout to properly detect vout (close...
2008-09-05 Rémi DuraffortFix object leaking when taking a snapshot.
2008-09-05 Rémi DuraffortFix a BIG memleak in Qt interface (this poor object...
2008-09-05 Rémi DuraffortFix memleak in Qt interface.
2008-09-05 Jean-Baptiste KempfFix a crash that happens if you play with video filters.
2008-09-05 Jean-Baptiste KempfAdd a sout-keep option in the GUI as sout-keep is remov...
2008-09-05 Jean-Baptiste KempfOnly Ctrl+H should make you quit minimalView mode
2008-09-05 Antoine CellerierFound another one! Sneaky bastard...
2008-09-05 Antoine CellerierThis is a bolean control, not tristate.
2008-09-05 Antoine CellerierRevert "Add option to disable embedded video in the...
2008-09-05 Antoine CellerierAdd option to disable embedded video in the simple...
2008-09-04 Jean-Philippe AndreQt: use the CoverArtLabel in the playlist view and...
2008-09-04 Jean-Philippe AndreQt: create a CoverArtLabel
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-09-03 Jean-Baptiste KempfCorrectly fix #1746 on Windows. Special for Trax :D
2008-09-02 Jean-Philippe AndreQt bugfix: pressing Enter Key in preferences dialog...
2008-09-01 Pierre d'Herbemontupdate: Make sure we don't leak.
2008-09-01 Christophe MutricyFix RCC rules
2008-08-31 Jean-Baptiste KempfQt: Check for NULLity to avoid segfault in AdvPrefs...
2008-08-30 Pierre d'Herbemontmacosx: Don't allow playlist or media list draging.
2008-08-30 Pierre d'Herbemontmacosx: the deprecated vlc_object_get takes 2 args...
2008-08-30 Rémi Denis-Courmontvlc_object_get: take instance as a parameter
2008-08-29 Rémi DuraffortFix crop/aspect ration and deinterlace menus in Qt...
2008-08-29 Laurent AimarImplemented sout string escaping in QT.
2008-08-28 Rémi Denis-Courmontpsz_intf_switch was read-only: remove dead code
2008-08-27 Laurent AimarRequest RGBA when you want that (and not RV32).
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Christophe Mutricyi18n: Fixes in Qt4 tooltips.
2008-08-27 Pierre d'Herbemontmacosx: Revert to the old texture window look.
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-26 Christophe Mutricyi18n: Fix in Qt4/Help
2008-08-25 Jean-Baptiste KempfFix some playlist start showing/non-showing bug.
2008-08-25 Derk-Jan Hartmanmacosx: use NSInvocation on this 10.5 method.
2008-08-25 Jean-Baptiste KempfDon't use Simple Open, it can be broken. Workaround...
2008-08-25 Pierre d'Herbemontmacosx: Don't do fancy stuff on 10.4.
2008-08-25 Antoine CellerierRemove ... after "Minimal View" menu item.
2008-08-25 Derk-Jan Hartmanconfig: Do not use config_SaveConfigFile( , NULL) or...
2008-08-25 Derk-Jan Hartmanmacosx: Do NOT call config_SaveConfigFile() if you...
2008-08-25 Jean-Baptiste KempfDon't allocate and create the Capture Open Panel in...
2008-08-25 Jean-Baptiste KempfUpdate comments.
2008-08-25 Jean-Baptiste KempfFix drop on the playlist in all case (DP and MI )
2008-08-25 Jean-Baptiste KempfFix a rare sizing issue ( part of #1775 )
2008-08-25 Jean-Baptiste KempfFix the minimum size in qt-display-mode 1 to show all...
2008-08-25 Jean-Baptiste KempfFix typos and stupid code errors to make profiles work.
2008-08-25 Jean-Baptiste KempfFix Playlist resizing and positionning.
2008-08-25 Jean-Baptiste KempfFix annoying bug that prevented Bookmark dialog to...
2008-08-25 Jean-Baptiste KempfCorrectly save the column size from the playlist.
2008-08-25 Jean-Baptiste KempfFix very annoying typo that discard most of the correct...
2008-08-25 Jean-Baptiste KempfHopefully close #1717
2008-08-25 Jean-Baptiste KempfResize the advanced properties of open capture with...
2008-08-25 Jean-Baptiste KempfDon't save geometry if Video is Active.
2008-08-25 Jean-Baptiste KempfFix the reminiscence of some extended settings and...
2008-08-24 Jean-Philippe AndreQt: don't check if a variable is a command. This will...
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-24 Jean-Philippe AndreQt: enable UDP address edit when RTP is toggled
2008-08-24 Jean-Baptiste KempfFix previous commit logic... Copy/Paste error.
2008-08-24 Jean-Baptiste KempfEsc key in the FileDialog should close it.
2008-08-24 Jean-Baptiste KempfOpen Dialog: Close #1912
2008-08-24 Jean-Philippe AndreQt: ID column in playlist sucked. Also, don't show...
2008-08-24 Derk-Jan Hartmanmacosx: set the correct node when we add items and...
2008-08-24 Jean-Baptiste KempfFix win32 compiling
2008-08-24 Jean-Baptiste KempfDeactivate FS controller on Windows on 8-bit displays.
2008-08-24 Jean-Baptiste KempfVideo Widget cleaning. Corrections of previous commits.
2008-08-24 Jean-Baptiste KempfRemove trailing sapce.
2008-08-24 Jean-Philippe AndreDo not read directory twice. This solves #1761 but...
2008-08-23 Jean-Philippe AndreQt: hide record button when the record access-filter...
2008-08-23 Felix Paul Kühnemacosx: compilation fix for the 10.4u SDK and removal...
2008-08-23 Derk-Jan Hartmanmacosx: Fix compilation. (NSUInteger) is 10.5 api chang...
2008-08-23 Pierre d'Herbemontmacosx: Make sure VLCIntf gets NULL-ify when VLC ends.
2008-08-23 Pierre d'Herbemontmacosx: Don't use a textured Window if we have the...
2008-08-23 Antoine CellerierUse the same order for buttons in the fullscreen interf...
2008-08-23 Antoine CellerierChange the fullscreen button in the fullscreen controll...
2008-08-23 Pierre d'Herbemontmacosx: Save avi-index.
2008-08-23 Pierre d'Herbemontmacosx: Remove some #define abuses and assert() when...
2008-08-23 Pierre d'Herbemontmacosx: Save a reference to the view in the voutgl.
2008-08-23 Felix Paul Kühnemacosx: fixed non-localised main menu item
2008-08-23 Jean-Baptiste KempfFix #1896
2008-08-23 Jean-Philippe AndreQt: by default resize main interface so that it shows...
2008-08-23 Jean-Philippe AndreTry to close ticket '#1775' (Qt intf startup size is...
2008-08-23 Jean-Philippe AndreThis is an attempt to close '#1716' (zoom has to be...
2008-08-23 Jean-Philippe AndreImplement 'record' button in Qt intf
2008-08-23 Jean-Baptiste KempfFix demuxdump MRL generation in Sout (Qt part of #1853 )
2008-08-22 Jean-Baptiste KempfMenu order after protests.
2008-08-22 Rémi DuraffortFix #1768
2008-08-22 Rémi DuraffortDon't move an item to the middle of nowhere.
2008-08-22 Jean-Baptiste KempfUse FIND_CHILD when possible to look for the vout as...
2008-08-22 Loïc MinierMerge branch 'master' of git.videolan.org:vlc
2008-08-22 Loïc MinierFix #if WIN32_TRICK to be an #ifdef
2008-08-22 Felix Paul Kühnemacosx: fixed download URL for the eyetv plugin
2008-08-22 Jean-Baptiste KempfFind correctly the Vout.
next