]> git.sesse.net Git - vlc/history - modules/gui/qt4/dialogs_provider.cpp
Qt: Fix opening of folders under Win32
[vlc] / modules / gui / qt4 / dialogs_provider.cpp
2010-08-18 Jean-Baptiste KempfQt: Fix opening of folders under Win32
2010-07-07 Rémi Denis-CourmontQt4: fix opening DVD directory with special characters
2010-07-07 Rémi Denis-CourmontQt4: fix opening directory with special characters
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-04-07 Erwan Tulouqt4: rework popupmenus
2010-04-06 Erwan Tulouqt4: Don't create QMenu without parents
2010-02-23 Jakob Lebena macro to automate the choice of "folder"/"directory...
2010-02-06 Rémi Denis-CourmontRevert "Qt: cleanup dialogs on destruction"
2010-02-04 Jean-Baptiste KempfQt: OpenUrlDialog ain't a Singleton anymore
2010-02-04 Jean-Baptiste KempfQt: cleanup dialogs on destruction
2010-02-04 Jean-Baptiste KempfQt: fix a forgotten deletion
2010-02-02 Jakob LebenQt: cleanup and adjust to playlist changes
2010-01-28 Jean-Baptiste KempfQt: initial EPG dialogs and DP integration
2009-12-26 Geoffroy Coupriewhile I'm at it: don't crash either if I select somethi...
2009-12-26 Geoffroy CouprieDon't crash if I click "cancel" in getOpenFileNames
2009-12-25 Hugo Beauzee-LuyssenQt: Use the singleton class, to simplify the code
2009-12-05 Rémi Denis-CourmontUnused variable
2009-10-31 Rémi Denis-CourmontQt4: add M3U8 export
2009-10-17 Rémi Denis-CourmontQt4 sout: convert option to UTF-8 once, not twice ...
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-06 Geoffroy CouprieWin32: fix DIR_SEP failed assertion introduced in 96998...
2009-08-26 Erwan Tulouqt4: two more places where uri-encoded mrl are required
2009-08-24 Erwan Tulouqt4: ensure uri-encoded files are passed to the core
2009-08-17 Rémi Duraffortqt4: fix a typo.
2009-08-04 Rémi Denis-CourmontQt4: determine saved playlist format from selected...
2009-07-23 Rémi Duraffortfactorize.
2009-07-21 Rémi DuraffortQt: add some missing const.
2009-07-17 Erwan Tulouqt4: correct typo (xspf and not xpsf)
2009-07-16 Jean-Baptiste KempfQt: fix opening of VIDEO_TS folders from main menu
2009-07-02 Rémi DuraffortFix encoding when looking for subtitles (missing qfu).
2009-07-01 Jean-Baptiste KempfQt: plugins dialog as a toggle one.
2009-07-01 Jean-Baptiste KempfQt: Close #2906
2009-06-25 Jean-Baptiste KempfQt: fix remaining remeber-folder bug.
2009-06-21 Jean-Baptiste KempfQt: use the native dialog for Save Playlist
2009-06-21 Jean-Baptiste KempfQt: be sure to use everywhere the saved path.
2009-06-19 Jean-Baptiste KempfQt: first step to fix directory remembering.
2009-06-14 Jean-Baptiste KempfQt: allow more flexibility on tab selection for Open.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortQt4: simplifications.
2009-05-23 Jean-Baptiste KempfQt: don't attach the core dialogs to the Main Interface...
2009-05-23 Jean-Baptiste KempfQt: don't attach the core dialogs to the Main Interface...
2009-05-17 Jean-Baptiste KempfCosmetics.
2009-05-17 Jean-Baptiste KempfCosmetics.
2009-04-24 Jean-Baptiste KempfQt: fix some parsing of SOut options.
2009-04-20 Jean-Baptiste KempfQt: no need to restart VLC to get the new toolbars.
2009-04-20 Jean-Baptiste KempfQt: make the customize dialog a true Dialog.
2009-04-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-15 Rémi Denis-CourmontQt4: hopefully fix the last open file path
2009-04-04 Jean-Baptiste KempfQt: same issue with extended dialog and the synchronisa...
2009-04-04 Jean-Baptiste KempfQt: Fix open codec and open information showing
2009-03-29 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-03-29 Srikanth RajuFixes bug #2259. Sorts the files added to playlist...
2009-03-15 Rémi Duraffortqt4: fix memleak.
2009-03-15 Jean-Baptiste KempfQt: correctly split options and escape ':' so if your...
2009-03-15 Jean-Baptiste KempfQt: remove Preferences singleton. Simplify and Close...
2009-03-15 Jean-Baptiste KempfQt: move Sout Dialog out of singleton.
2009-03-15 Jean-Baptiste KempfQt: split correctly the input options for Convertion...
2009-03-14 Jean-Baptiste KempfQt: Cosmetics and msg_Dbg.
2009-03-14 Jean-Baptiste KempfQt: correctly handle cancelling of sout/convert dialogs...
2009-03-08 Rémi Denis-CourmontQt4: remove interaction support
2009-03-07 Rémi Denis-CourmontQt4: remove intf_UserFatal back-end
2009-03-05 Jean-Baptiste KempfQt: Sout/Convert, display the input MRL.
2009-03-05 Jean-Baptiste KempfQt: some people seem to have difficulties to access...
2009-03-03 Jean-Baptiste KempfQt: remove dead code in sout to simplify.
2009-03-03 Jean-Baptiste KempfQt: Integration of this convertion dialog in THEDP.
2009-02-15 Jean-Baptiste KempfQt: profiles for the interface toolbar edition
2009-02-03 Christophe Mutricyi18n: Fix
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-24 Jean-Philippe AndreQt: try to fix #2430 (OpenUrl can crash).
2009-01-24 Rémi Duraffortqt4: refuse file without extension when saving a playlist.
2009-01-23 Rémi Duraffortqt4: follow the recommendations about foreach loops.
2009-01-22 Jean-Philippe AndreQt: re-enable services dicovery and fix them
2009-01-21 Jean-Philippe AndreQt: add a new "Open URL" dialog
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-16 Jean-Baptiste KempfQt: kill many warnings.
2009-01-14 Rémi Denis-CourmontQt4: memory leak
2009-01-14 Rémi Denis-CourmontQt4: missing const
2009-01-05 Laurent AimarFixed qt4 initialization/destruction.
2008-12-30 Jean-Baptiste KempfQt: Remove unneeded stuffs from qt4.hpp
2008-12-30 Jean-Baptiste KempfQt: Simplify includes.
2008-12-30 Jean-Baptiste KempfQt: Remove some dialogs_provider.hpp and input_manager...
2008-12-30 Jean-Baptiste KempfQt: New dialog for plugins listing.
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-12-09 Jean-Baptiste Kempf[Qt] Menu integration.
2008-11-11 Christophe Mutricyi18: Translate one more string
2008-11-03 Jean-Baptiste Kempf[Qt] Put the extended dialog on the left of the Main...
2008-10-26 Rémi DuraffortAdd a module to export the playlist in HTML (feature...
2008-10-20 Ludovic FauvetBug fixed in the "recently played" functionnality
2008-10-20 Jean-Baptiste Kempf[Qt] Split the QtWinApp to its own file and rename it.
2008-10-20 Jean-Baptiste Kempf[Qt] Various cleaning.
2008-10-20 Jean-Baptiste Kempf[Qt] remove trailing spaces, set a default filter and...
2008-10-19 Ludovic FauvetNew recently played menu.
2008-10-17 Jean-Baptiste Kempf[Qt] When opening a VIDEO_TS folder, use dvd:// and...
next