]> git.sesse.net Git - vlc/history - modules/gui
Qt: add QVLCVariable::addCallback helper
[vlc] / modules / gui /
2012-04-17 Rémi Denis-CourmontQt: add QVLCVariable::addCallback helper
2012-04-17 Rémi Denis-CourmontQt4: rationalize QVLCVariable and add missing classes
2012-04-17 Rafaël Carréforgotten renamed ffmpeg options
2012-04-17 Rafaël Carréffmpeg options were renamed
2012-04-17 Erwan Tulouskins2: fix vlc sometimes crashing with drag'n'drop.
2012-04-16 Felix Paul Kühnemacosx: fixed memory leak
2012-04-16 Felix Paul Kühnemacosx: fixed potential race condition
2012-04-16 Felix Paul Kühnemacosx: fixed broken preferences on launch when startin...
2012-04-16 Rémi Denis-CourmontRemove gettext-unfriendly unpaired quote in #pragma
2012-04-16 Ilkka OllakkaQt4: when in tree-like playlist, scroll previous rootit...
2012-04-16 Ilkka OllakkaQt4: no need to set selected view by hand all the time
2012-04-16 David Fuhrmannmacosx: remove black borders in black ui mode when...
2012-04-15 David Fuhrmannmacosx: move resize code from vout to macosx module
2012-04-15 Jean-Baptiste KempfQt: display equalizer bands depending on the core
2012-04-15 Felix Paul Kühnemacosx: fixed delete menu item for the playlist table
2012-04-14 David Fuhrmannmacosx: fix crash when open track sync panel while...
2012-04-13 Casian AndreiQt: Fix ML "Add to playlist" adding items multiple...
2012-04-13 David Fuhrmannmacosx: unify code style for CoreInteraction.m
2012-04-13 David Fuhrmannmacosx: also notify vout modules if we go to fullscreen
2012-04-12 Jean-Baptiste KempfQt: fix typo
2012-04-11 Felix Paul Kühnemacosx: prevent intermittent crashes on quit by releasi...
2012-04-11 Felix Paul Kühnemacosx: added media key support for keyboards by other...
2012-04-11 Jean-Baptiste KempfQt: do not block the spinbox if preference range is...
2012-04-10 Erwan Tulouskins2: fix forgotten initialization in copy constructor
2012-04-10 Felix Paul Kühnemacosx: make sure that the main window's split view...
2012-04-10 Felix Paul Kühnemacosx: re-implement drag & drop support for VLCVoutVie...
2012-04-10 Jean-Baptiste KempfQt: correctly destroy EPG dialog
2012-04-09 Felix Paul Kühnemacosx: make sure that all sidebar items are visible...
2012-04-09 Felix Paul Kühnemacosx: update old preferences detection code
2012-04-09 Felix Paul Kühnemacosx: save the expanded/collapsed state of the sideba...
2012-04-09 Felix Paul Kühnemacosx: added 'subsdelay' to the track synchro panel...
2012-04-09 Felix Paul Kühnemacosx: sync track-synchro l10n strings with the qt4...
2012-04-08 Felix Paul Kühnemacosx: implemented drag & drop from playlist to media...
2012-04-08 Felix Paul Kühnemacosx: removed VLCControllerView, which was superseede...
2012-04-08 Felix Paul Kühnemacosx: refuse file drops on the playlist table if...
2012-04-08 Felix Paul Kühnemacosx: fixed drag & drop handling of optical media...
2012-04-08 Felix Paul Kühnemacosx: fixed appearance issue when collapsing / expand...
2012-04-06 Felix Paul Kühnemacosx: added 'deinterlace' and 'deinterlace-mode'...
2012-04-06 Felix Paul Kühnemacosx: added options to modify the subtitle outline...
2012-04-06 Felix Paul Kühnemacosx: added an option for the AR lock to prevent...
2012-04-06 Felix Paul Kühnemacosx: re-implement 'keep aspect ratio' (close #6430)
2012-04-06 Felix Paul Kühnemacosx: work-around a racing condition (close #6412)
2012-04-06 Jean-Baptiste KempfQt: fix semantics and behaviour for chapters buttons
2012-04-06 Felix Paul Kühnemacosx: prevent a crash by stopping the current input...
2012-04-03 David Fuhrmannmacosx: add implementation for "macosx-opaqueness"
2012-04-02 Jean-Baptiste KempfQt: fix opening of the last folder in open disc dialog
2012-04-02 Jean-Baptiste KempfQt: fix small error
2012-04-02 Felix Paul Kühnemacosx: retain the macosx-audio-device across multiple...
2012-04-02 Felix Paul Kühnemacosx: preserve settings done through the menus across...
2012-04-02 Felix Paul Kühnemacosx: make sure that the 'updating font cache' dialog...
2012-04-01 Jean-Baptiste KempfQt: remove DMO selection from Simple Prefs
2012-04-01 Felix Paul Kühnemacosx: use optimized drawing for the main window as...
2012-04-01 Felix Paul Kühnemacosx: make sure that VLC always shows a visibible...
2012-04-01 Felix Paul Kühnemacosx: make sure that the subtitles menu item is corre...
2012-04-01 Felix Paul Kühnemacosx: updated gui for new spatializer values (close...
2012-04-01 Felix Paul Kühnemacosx: fixed inconsistant fullscreen button state...
2012-04-01 Jean-Baptiste KempfQt: mark some functions as virtual
2012-04-01 Rémi Denis-CourmontUndo misuse of module_config_t.b_dirty
2012-04-01 Rémi Denis-CourmontQt4: fix disc dialog on Linux (again)
2012-03-31 Jean-Baptiste KempfQt: fix Windows open dialog issue on paste
2012-03-31 Jean-Baptiste KempfQt: fix SD search
2012-03-31 Jean-Baptiste KempfQt: fix drive selection on Windows
2012-03-30 Jean-Baptiste KempfQt: correctly release vout objects
2012-03-30 Colin Delacroixmacosx: fixed a thread-safety issue in the open panel...
2012-03-30 Jean-Baptiste KempfQt: tweak open dialog for translation
2012-03-27 Jean-Baptiste KempfQt: adapt the UI for correct spatializer values
2012-03-27 Francois CartegnieQt: ConfigControl: rework layout insertion.
2012-03-27 Colin DelacroixFix a crash on Mac OS X when mounting volumes
2012-03-26 Edward WangQt4: Account for rare case when video loads too quickly
2012-03-26 Francois CartegnieQt: ConfigControl: fix unused warning
2012-03-26 Francois CartegnieQt: StringListConfigControl: use signals instead of...
2012-03-26 Francois CartegnieQt: ConfigControl: unify and fix visibility changes.
2012-03-26 Francois CartegnieQt: ConfigControl: remove unused member
2012-03-26 Francois CartegnieQt: ConfigControl: enforce use of factory or non virtua...
2012-03-25 Felix Paul Kühnemacosx intf/vout: respond correctly to VOUT_DISPLAY_CHA...
2012-03-24 Erwan Tulouskins2(win): fix focus loss when tooltip is displayed
2012-03-24 Francois CartegnieQt: ConfigControl: don't instanciate unused widget...
2012-03-24 Francois CartegnieQt: EPGView: fix visibility warning
2012-03-24 Francois CartegnieQt: AbstractController: fix visibility warning
2012-03-24 Felix Paul Kühnemacosx: fixed corner-case in which the play button...
2012-03-22 Erwan Tulouskins2: key handling (cosmetics)
2012-03-22 Erwan Tulouskins2(win): fix mouse wheel ineffective on Windows
2012-03-22 Francois CartegnieQt: preferences: remove the 150px width enforcing
2012-03-22 Francois CartegnieQt: preferences: use QSplitter for advanced layout...
2012-03-22 Francois CartegnieQt: preferences: use StackedWidget for advanced layout
2012-03-22 Francois CartegnieQt: preferences: use StackedWidget for simple layout
2012-03-22 Francois CartegnieQt: preferences: use StackedWidget for main layout
2012-03-21 David Fuhrmannmacosx: remove volume osd slider code
2012-03-21 David Fuhrmannmacosx: do not abuse "autoscale" to implement a fit...
2012-03-21 David Fuhrmannmacosx: fix another rare crash on exit
2012-03-20 Rémi Denis-CourmontMove configuration defines to <vlc_plugin.h>
2012-03-20 Rémi Denis-CourmontUse environment variable for data directory
2012-03-20 Naohiro KORIYAMAFix misleading Playback Speed string on menu.
2012-03-20 Jean-Baptiste KempfQt: fix directsound simple prefs
2012-03-19 Rémi Denis-Courmontskins: missing const
2012-03-19 Felix Paul Kühnemacosx: make sure that the http interface (and other...
2012-03-17 David Fuhrmannmacosx: native fullscreen mode is not default anymore
2012-03-17 David Fuhrmannmacosx: fix two warnings
2012-03-17 David Fuhrmannmacosx: remove custom orderOut: implementation
2012-03-17 David Fuhrmannmacosx: set b_nativeFullscreenMode to true only if...
next