]> git.sesse.net Git - vlc/history - modules/gui/qt4
macosx: do not switch mux and access in opens stream out panel (fixes #9173)
[vlc] / modules / gui / qt4 /
2013-08-22 Francois CartegnieQt: media library disambiguation.
2013-08-22 Naohiro KORIYAMAqt4: fx missing translation
2013-08-20 Jean-Baptiste KempfQt: use mux=flac for encoding extension
2013-08-20 Jean-Baptiste KempfQt: correctly restore the undocked playlist state
2013-08-20 Jean-Baptiste KempfQt: fix a potential crash in audioDevice Menu
2013-08-19 Francois CartegnieQt: PLModel: don't rely on model's root for finding...
2013-08-19 Jean-Baptiste KempfQt: remove not important Sout profiles
2013-08-19 Edward WangQt: do not free module config too early
2013-08-19 Jean-Baptiste KempfQt: fix mp3 extension
2013-08-18 Edward WangQt: information is uncountable in this case
2013-08-18 Francois CartegnieQt: PLModel: remove inserts agregation.
2013-08-18 Francois CartegnieQt: Set popup entries logic into models, and keep inter...
2013-08-18 Francois CartegnieQt: fix MLModel uris
2013-08-18 Francois CartegnieQt: MLItem: missing locks.
2013-08-18 Francois CartegnieQt: Rework Models.
2013-08-15 Jean-Baptiste KempfQt4: correctly show the default Windows Audio Device
2013-08-15 Jean-Baptiste KempfAudio effect: "equalizer" is enough...
2013-08-09 Rémi Duraffortqt4: fix memory leaks
2013-08-06 Adrian Yanesqt4: use current file's path as suggested destination...
2013-08-01 Rafaël CarréVersion all plugins when building for Windows
2013-07-22 Edward WangQt: grammar fixes
2013-07-22 KO Myung-Hunqt4: OS/2 does not have additional dependencies
2013-07-17 Ludovic FauvetQt: remove unnecessary ellipsis in Help menu
2013-07-17 Ludovic FauvetQt: raise the tooltip so it stays in front of the fulls...
2013-07-17 Ludovic FauvetQt: fix a visibility issue within the time tooltip
2013-07-15 Ludovic FauvetQt: remove obsolete workaround for kwin
2013-07-15 Jean-Baptiste KempfQt: use Q_OS_* in timetooltip for Win32 and OS/2
2013-07-15 Jean-Baptiste KempfQt: use Q_OS_MAC define in moc call
2013-07-15 Jean-Baptiste KempfQt: move from Q_WS to Q_OS in MainInterface, QVLCApp...
2013-07-15 Jean-Baptiste KempfQt: move Q_WS => Q_OS in widgets and playlist code
2013-07-15 Ludovic FauvetQt: QString::toAscii has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: use explicit constructor for the xpm
2013-07-15 Ludovic FauvetQt: reset() within a QAbstractItemModel has been deprec...
2013-07-15 Ludovic FauvetQt: setClickable has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: setResizeMode has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: QProxyStyle is the new way to extend styles in Qt5
2013-07-15 Ludovic FauvetQt: setMovable has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: QString::fromAscii has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: qFindChild has been deprecated in Qt5
2013-07-13 Rémi Denis-CourmontQt4: simplify Makefile
2013-07-13 Rémi DuraffortFix missing unlock (cid #1047149)
2013-07-11 Ludovic FauvetQt: recents: hide the file:// scheme from the MRL
2013-07-11 Ludovic FauvetQt: recents: don't create an accelerator for MRL contai...
2013-07-11 Francois CartegnieRevert with correct fix "Qt: split the track number...
2013-07-11 Ludovic FauvetQt: simple_prefs: fix crash when reading psz_aout
2013-07-10 Ludovic FauvetQt: unused parameter
2013-07-10 Ludovic FauvetQt: fix .ui names conflicts and warnings
2013-07-10 Ludovic FauvetQt: useless #includes
2013-07-10 Ludovic FauvetQt: remove dead code
2013-07-10 Ludovic FauvetQt: save the activation state of audio filters
2013-07-10 Ludovic FauvetQt: move the video filter parser in its own function
2013-07-10 Ludovic FauvetQt: do not extend the dialog minimum width for long...
2013-07-10 Francois CartegnieQt: QVLCDial: move value in corner
2013-07-09 Ludovic FauvetQt: add a shortcut to give the focus to the search...
2013-07-09 Ludovic FauvetQt: get/set the default volume level for each audio...
2013-07-09 Francois CartegnieQt: QDial: show value on control (fix #8906)
2013-07-07 Jean-Baptiste KempfQt: split the track number/total for now
2013-06-23 Francois CartegnieQt: ExtensionTab: switch to buttonsbox
2013-06-23 Francois CartegnieQt: Extensions: fix showing cone when no custom logo
2013-06-23 Francois CartegnieQt: Extensions: fullfill usage of data abstraction...
2013-06-23 Francois CartegnieQt: ExtensionsModel: use data abstraction in delegate
2013-06-23 Francois CartegnieQt: ExtensionCopy: fix memleak
2013-06-22 Erwan Tulouskins2: fix stray line in Qt menu used by skins2
2013-06-21 Ludovic FauvetQt: fallback on the high-resolution icons instead of...
2013-06-21 Ludovic FauvetQt: use the theme icons for the system tray too
2013-06-21 Francois CartegnieQt: Simple Preferences: conditionally hide the whole...
2013-06-21 Philip SequeiraQt: get window icon from theme (falling back to existin...
2013-06-17 Jean-Baptiste KempfQt: fix Win32 MOC breakage
2013-06-17 Francois CartegnieQt: InputManager: Split playback state change and item...
2013-06-14 Ludovic FauvetQt: fix layout resizing
2013-06-14 Ludovic FauvetQt: missing white space between the host and build...
2013-06-14 Ludovic FauvetQt: style the about dialog scrollbars
2013-06-14 Ludovic FauvetQt: remove duplicate background-color
2013-06-12 Francois CartegnieQt: ToolbarEditDialog: show tooltip on widgets list
2013-06-11 Francois CartegnieQt: OpenFile: Use QGroupBox for subs.
2013-06-11 Francois CartegnieQt: ConvertDialog: rewrite logic
2013-06-11 Francois CartegnieQt: ConvertDialog: Don't enforce extension on raw dump
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-05-25 Rémi Denis-CourmontQt4: unused parameter
2013-05-25 Rémi Denis-CourmontQt4: missing parentheses
2013-05-19 Francois CartegnieQt: Seek/SoundSlider: handle hijacked released mouse...
2013-05-18 Erwan TulouQt: improve ToolsBar if run as a dialogProvider
2013-05-18 Erwan TulouQt: add entries in the popupmenu for lua extensions...
2013-05-18 Erwan TulouQt: make the extensionsManager also available for qt4...
2013-05-18 Francois CartegnieQt: SimplePreferences: Don't use QButtonGroup (fix...
2013-05-02 Christoph MiebachRemove more unused msgid defines and de-duplication
2013-04-29 Sandeep Kumaraout: Increase/decrease volume in steps of 5%
2013-04-29 Christoph MiebachIt's Blu-ray now
2013-04-28 Jean-Baptiste KempfQt: fix simple preferences alignment
2013-04-28 Christoph MiebachStrings count -=5. No html translation needed
2013-04-28 Christoph MiebachUse same string in definition as in ui
2013-04-27 Jean-Baptiste KempfClear confusion about --started-from-file-and-one-insta...
2013-04-27 Jean-Baptiste KempfQt: different call to SHAddToRecentDocs
2013-04-26 Christoph MiebachString removal
2013-04-26 Jean-Baptiste KempfQt: disable focus on widgets for hotkeys selection
2013-04-25 Francois CartegnieQt: PLModel: missing qfu()
2013-04-25 Francois CartegnieQt: Menus: escape shortcuts in dynamic entries (fix...
2013-04-23 Francois CartegnieQt: AbtractPLItem: missing vtable entry for destructor...
2013-04-23 Rémi Denis-CourmontQt: remove find_name("podcast")
2013-04-23 Jean-Baptiste KempfQt: fix subtitles track update
next