]> git.sesse.net Git - vlc/history - modules/gui
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / gui /
2010-09-29 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-29 Francois CartegnieQt: CaptureOpenPanel: fix layout
2010-09-29 Francois CartegnieQt: CaptureOpenPanel: check and prefill with usual...
2010-09-29 Francois CartegnieQt: NetOpenPanel: add drop-down list
2010-09-27 Steinar H. GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-27 Francois CartegnieQt: standardbuttons are bad for win32 and translation...
2010-09-27 Ludovic Fauvetqt4: attempt to work around a design flaw in the toolba...
2010-09-25 Steinar GundersonMerge branch 'master' of git://git.videolan.org/vlc
2010-09-25 Francois CartegnieQt: messages dialog: new verbosity spinbox
2010-09-24 Francois CartegnieQt: errors dialog: use standard buttons. pack controls.
2010-09-24 Francois CartegnieQt: v4l2 control: drop v4l2.ui. auto-detect instance.
2010-09-24 Francois CartegnieQt: make extended dialog use standard buttons
2010-09-24 Francois CartegnieQt: make help dialog use standard buttons
2010-09-24 Francois CartegnieQt: rebase update dialog on QtCreator
2010-09-24 Francois CartegnieQt: rebase about dialog on Qtcreator
2010-09-22 Francois CartegnieQt: sprefs_audio fix layout
2010-09-21 Jean-Baptiste KempfQt4: compressor and Spatializer widget margin shouldn...
2010-09-21 Jean-Baptiste KempfQt: equalizer, fix the "too much space between preamp...
2010-09-21 Jean-Baptiste KempfQt4: rework on the video effect dialog
2010-09-19 Jean-Baptiste KempfQt: sprefs, cleaning of input/codecs part
2010-09-19 Jean-Baptiste KempfQt Sprefs: remove mpeg2 skip-frames
2010-09-19 Jean-Baptiste KempfQt sprefs, cleaning of Audio and Interface parts
2010-09-19 Jean-Baptiste KempfQt: sprefs, simplification
2010-09-19 Jean-Baptiste KempfQt: Simple preferences simplifications
2010-09-16 Jean-Baptiste KempfMacOS: fix equalizer 170Hz issue
2010-09-16 Branko KokanovicAdding posterize filter to effects dialog
2010-09-16 Erwan Tulouskins2: small optimisation
2010-09-15 Jean-Baptiste KempfQt, selector: cleanup
2010-09-14 Ilkka OllakkaRevert "Qt4: don't reset rate when input changes"
2010-09-12 Ilkka OllakkaQt4: don't reset rate when input changes
2010-09-10 Rémi Denis-CourmontRevert "skins2(X11): add missing <limits.h>"
2010-09-10 Rémi Denis-CourmontRevert "skins: use readdir_r() instead of readdir()"
2010-09-09 Rémi Duraffortskins2: fix compiler warnings (missing ())
2010-09-07 Francois CartegnieQt: simplifiy/rebase messages on QtCreator. Fix Ui...
2010-09-07 Francois CartegnieQt: use dyn layout for messages
2010-09-07 Francois CartegnieQt4: Only scroll messages if required
2010-09-07 Francois CartegnieTypos s/hidding/hiding/g
2010-09-07 Jean-Baptiste KempfQt: be able to recompute the minimalWidth at anytime
2010-09-07 Jean-Baptiste KempfQt: document MinimalView functions
2010-09-07 Jean-Baptiste KempfQt: do not allow activation of DxVA2 in SPrefs on XP
2010-09-06 Rémi Denis-CourmontQt4: module help may be NULL - fix #4144
2010-09-04 Jean-Baptiste KempfQt: correctly handle Unicode in Win7 jump lists
2010-09-04 Jean-Baptiste KempfQt/Sout: pass the ttl from the UI to the MRL
2010-09-04 Jean-Baptiste KempfQt/Sout: avoid a possible crash
2010-09-03 Jean-Baptiste KempfQt4: put gradfun in the UI
2010-09-03 Jean-Baptiste KempfQt: extended panels, remove last tab and simplify code
2010-09-03 Jean-Baptiste KempfQt extended panels: do not spam about options about...
2010-09-03 Jean-Baptiste KempfQt: extended panels, code simplification and spatialize...
2010-09-03 Jean-Baptiste KempfQt: compressor UI, foolproofing the controls values
2010-09-03 Ronald WrightQt: Add control to the compressor module
2010-08-31 Rémi DuraffortFix some typos.
2010-08-29 Rémi Denis-CourmontQt4: do not create pref tooltip if there is no text
2010-08-28 Erwan Tulouskins2(Win32) : fix GDI leak (trac #4101)
2010-08-23 Jean-Baptiste KempfQt: reindent
2010-08-23 Jean-Baptiste KempfQt: try to fix the "open containing folder" on Win32
2010-08-23 Jean-Baptiste KempfQt: cosmetics
2010-08-23 Jean-Baptiste KempfQt: warn when we cannot save the configuration
2010-08-19 Rémi Denis-CourmontQt4: translate description text for configuration choices
2010-08-18 Jean-Baptiste KempfQt: Fix opening of folders under Win32
2010-08-18 Ilkka OllakkaQt4: use percent-encoding on dnd filenames
2010-08-17 Jean-Baptiste KempfQt4: fix a minor (but annoying) UI glitch on restart
2010-08-15 Erwan Tulouskins2(X11): add missing <limits.h>
2010-08-14 Erwan Tulouskins2: Oops, autoresize (part 2)
2010-08-14 Erwan Tulouskins2: don't resize video if set up not to do so.
2010-08-14 Erwan Tulouskins2: fix video autoresize default when contradictory
2010-08-10 Erwan Tulouskins2: playlist, fix selection issue
2010-08-10 Erwan Tulouskins2: playlist make sure deletion works for both...
2010-08-10 Erwan Tulouskins2: transform getNextSibling into getNextSiblingOrUncle
2010-08-10 Erwan Tulouskins2: add a method to flag a whole subtree for deletion
2010-08-10 Erwan Tulouskins2: remove unused function
2010-08-10 Erwan Tulouskins2: VarTree, make root() a private function
2010-08-10 Erwan Tulouskins2: playlist, fix issues when deletion is at stake
2010-08-10 Erwan Tulouskins2: playlist, improve deletion of items
2010-08-10 Erwan Tulouskins2: playlist (process delete everywhere in the...
2010-08-10 Erwan Tulouskins2: fix slider position a bit erratic
2010-08-10 Erwan Tulouskins2: playlist a few iterator issues
2010-08-10 Erwan Tulouskins2: playlist (cosmetic)
2010-08-10 Erwan Tulouskins2: fix arrows short of 1
2010-08-08 Rémi Denis-CourmontQt4: only show "Open containing folder" for file items
2010-08-05 Rémi Denis-Courmontxml_ReaderUseDTD: remove useless parameter
2010-08-05 Rémi Denis-Courmontskins2: missing initialization
2010-08-05 Rémi Denis-Courmontskins2: remove unused static variable
2010-08-05 Rémi Denis-Courmontskins2: don't load XML catalog if DTD not requested
2010-08-05 Erwan Tulouskins2: playlist (simplify)
2010-08-05 Erwan Tulouskin2: var_tree (add a forgotten return)
2010-08-05 Erwan Tulouskins2: playlist (missing parentheses)
2010-08-05 Erwan Tulouskins2: fix playlist arrows and enter no longer functioning
2010-08-04 Jean-Baptiste KempfQt: allow to select inexistent files from Prefs
2010-08-04 Adrien MagloQt/EPG: Remove the update button. Improve the window...
2010-08-04 Adrien MagloQt/EPG: Remove channels when they don't have any item.
2010-08-03 Rémi Duraffortqt4: improve code readability.
2010-08-03 Rémi DuraffortFix compiler warnings.
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-08-02 Rémi Denis-CourmontUse vlc_mutex_locker
2010-08-02 Rémi Denis-CourmontQt4: remove useless playlist pointer
2010-08-02 Olivier TeulièreFixed a bug in rect::isIncluded(), and added constness.
2010-08-01 Felix Paul Kühneqt4: don't use CPPFLAGS for moc, since it isn't necessa...
2010-07-31 Erwan Tulouskins2: improve refresh of layouts
2010-07-31 Juho Vähä-HerttuaQt: Run mainloop on the main thread on OSX
2010-07-31 Erwan Tulouskins2: rework theme loader
next