]> git.sesse.net Git - vlc/history - modules/gui
Qt is GPLv2+
[vlc] / modules / gui /
2015-03-23 Jean-Baptiste KempfQt is GPLv2+
2015-03-21 David Fuhrmannmacosx: fix main menu initialization order on startup
2015-03-21 David Fuhrmannmacosx: fix wrong ref counting in media info
2015-03-21 David Fuhrmannmacosx: Update progress dialog on the main thread,...
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2015-03-20 Eugen GeistUpdate bookmark list before showing dialog.
2015-03-19 Rémi Denis-Courmontplaylist: remove activity callback in favor of input...
2015-03-17 Jean-Baptiste KempfQt: do not emit signals from the MIM constructor
2015-03-17 Jean-Baptiste KempfQt: MIM: code cosmetics
2015-03-17 Jean-Baptiste KempfQt: MIM initialize p_input through constructor parameter
2015-03-16 Rémi Denis-Courmontwin32: add assertions for unchecked CoInitializeEx...
2015-03-14 David Fuhrmannmacosx: fix video-wallpaper mode by ignoring core events
2015-03-13 Jean-Baptiste KempfConsistent strings to avoid duplications
2015-03-09 Rémi Denis-Courmontqt: fix recent input item usage
2015-03-08 David Fuhrmannmacosx: fix initialization of nonembedded window
2015-03-08 David Fuhrmannmacosx: playlist: catch update events for metadata...
2015-03-08 David Fuhrmannmacosx: playlist: update sidebar badge after playlist...
2015-03-08 David Fuhrmannmacosx: playlist: deselect item after changing categories
2015-03-08 David Fuhrmannmacosx: remove remnants of old playlist update mechanism
2015-03-08 David Fuhrmannmacosx: playlist: simplify deletion code
2015-03-08 David Fuhrmannmacosx: select currently played item
2015-03-05 David Fuhrmannmacosx: Fix index out of bound crash in open dialog
2015-03-02 David Fuhrmannmacosx: fix rare crash in VLCTimeField
2015-02-26 Jean-Baptiste KempfRevert "Qt: force main window maximum size to be some...
2015-02-25 Francois CartegnieQt: profiles editor: fix and improve muxers warning...
2015-02-24 Francois CartegnieQt: drop zoom for FontRole (fix #11874)
2015-02-24 Francois CartegnieQt: show context menu on pictureflow (fix #11876)
2015-02-23 Jean-Baptiste KempfQt: use qtu where applicable
2015-02-22 David Fuhrmannmacosx: do not use vlc_assert_unreachable in third...
2015-02-19 Rémi Denis-Courmontvlc_list_children: use vlc_value_t.p_address, not ...
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2015-02-17 David Fuhrmannmacosx: fix float-on-top in combination with fullscreen
2015-02-15 David Fuhrmannmacosx: Do not force-pause playback when resume dialog...
2015-02-15 David Fuhrmannmacosx: Hide prefs window if application is inactive
2015-02-12 Rémi Denis-Courmontgui: fix .gitignore cat error
2015-02-12 Rémi Denis-Courmontconfigure: move LIBM to Makefiles
2015-02-12 Rémi Denis-Courmontgui: remove Makefile recursion
2015-02-06 Rémi Denis-CourmontQt: fix compilation (fixes #13834)
2015-02-05 Rémi Denis-Courmontinput: merge ABORT and DEAD events
2015-02-05 Rémi Denis-CourmontQt4: remove useless checks
2015-02-05 Rémi Denis-Courmontminimal_macosx: simplify killer thread loop
2015-02-04 Jean-Baptiste KempfQt: fix seekpoint bar when first chapter does not start...
2015-01-29 Sergey RadionovQt: force main window maximum size to be some big enough
2015-01-29 Jonathan CalmelsQt: add a loading bar animation when the cache is empty
2015-01-29 Jonathan CalmelsQt: buffering slider option should be 0 when the cache...
2015-01-29 Jonathan CalmelsQt: inputChanged signal now takes the input_thread_t...
2015-01-26 Ludovic FauvetQt: don't try to resume playback on the same input...
2015-01-26 Jean-Baptiste KempfQt: add a minimize button to MediaInfo dialog
2015-01-26 Jean-Baptiste KempfQt: don't have a too long URL displayed
2015-01-25 Jean-Baptiste KempfQt: don't allow negative screen-numbers
2015-01-25 Francois CartegnieQt: translate wizard buttons (fix #13753)
2015-01-25 David Fuhrmannmacosx: Fix font selection when some fonts are disabled
2015-01-22 Jean-Baptiste KempfQt: properly show the dialog buttons on Win32
2015-01-18 Francois CartegnieQt: save recent on transcode/stream
2015-01-15 Francois CartegnieQt: ProfileSelector: match options with selected profile
2015-01-15 Francois CartegnieQt: remember last selected transcode profile
2015-01-15 Francois CartegnieQt: don't confirm overwrite twice on transcode
2015-01-08 Jarrad WhitakerQt: space the toolbar items depending on the DPI
2015-01-07 Jarrad Whitakerdraw toolbar buttons with DPI-scaled sizes
2015-01-06 Darko JankovicQt: Changed mnemonic that was inaccessible during play.
2015-01-06 David Fuhrmannmacosx: bookmarks: remove byte field from table view...
2015-01-06 David Fuhrmannmacosx: fix int overflow when editing bookmarks
2015-01-05 Ludovic FauvetQt: fix Windows build
2015-01-05 Ludovic FauvetQt: clean up includes and forward declare when possible
2015-01-05 Ludovic FauvetQt: remove superfluous forward declarations
2015-01-02 David Fuhrmannmacosx: fix reveal in finder main menu item
2015-01-02 David Fuhrmannmacosx: correctly dis/enable cover art menu item
2015-01-02 David Fuhrmannmacosx: simplify revealInFinder action
2015-01-02 David Fuhrmannmacosx: improve playItem, make sure that the complete...
2015-01-02 David Fuhrmannmacosx: cleanup pl data source, do not show file size...
2015-01-02 David Fuhrmannmacosx: fix crash in outline view data source
2015-01-02 David Fuhrmannmacosx: remove dead code, small reformatting
2014-12-30 David Fuhrmannmacosx: remove old playlist data source, remove unneede...
2014-12-30 David Fuhrmannmacosx: resume playback: fix memleak
2014-12-30 David Fuhrmannmacosx: playlist: delete old NSOutlineViewDataSource...
2014-12-30 David Fuhrmannmacosx: adapt recursiveExpandNode to new playlist model
2014-12-30 David Fuhrmannmacosx: add new pl items to the end if they are dropped...
2014-12-30 David Fuhrmannmacosx: simplify/unify addition of new playlist items
2014-12-30 David Fuhrmannmacosx: Move drag and drop support to new PLModel and...
2014-12-30 David Fuhrmannmacosx: Use core-provided playlist search functionality
2014-12-30 David Fuhrmannmacosx: Add new playlist model
2014-12-30 David Fuhrmannmacosx: Get rid of old VLCTableViewCommon
2014-12-29 Jean-Baptiste KempfQt: fix padding on the speed selector
2014-12-17 Rafaël Carréncurses: fix exit
2014-12-15 Rémi Denis-Courmontplaylist: use the new playlist_Pause() where appropriate
2014-12-15 Rémi Denis-Courmontplaylist: use playlist_TogglePause() directly, fix...
2014-12-15 Rémi Denis-Courmontplaylist: use playlist_Play() directly, fix minor races
2014-12-15 Rémi Denis-Courmontplaylist: rename playlist_Pause() to playlist_TogglePause()
2014-12-14 Jean-Baptiste KempfQt: avoid crash in resume dialog
2014-12-13 Jean-Baptiste KempfQt: fix frame around time in toolbar editor
2014-12-13 Jean-Baptiste KempfQt: frame around speed selector is unnecessary
2014-12-02 Tristan Matthewsqt4: remove tautology, constify singleFileSelected
2014-11-29 David Fuhrmannmacosx: small visual improvement for resume playback...
2014-11-29 David Fuhrmannmacosx: cancel resume dialog after 6 seconds
2014-11-29 David Fuhrmannmacosx: correctly toggle enabled state of record menu...
2014-11-29 David Fuhrmannmacosx: fix build
2014-11-29 David Fuhrmannmacosx: set better colors for playback speed controls...
2014-11-29 Francois CartegnieQt: StatsView: don't scale line width (fix #12853)
2014-11-28 Lochlin DuperronAdds batch convert support to the VLC GUI.
2014-11-27 Ludovic FauvetQt: Avoid focus stealing of the tooltip on Win32
next