]> git.sesse.net Git - vlc/history - modules/gui
Qt4: don't connect centerindexchanged, it's trigggered allways when coverflow is...
[vlc] / modules / gui /
2010-10-30 Ilkka OllakkaQt4: don't connect centerindexchanged, it's trigggered...
2010-10-30 Ilkka OllakkaQt4 don't return on empty arturl, otherwise we don...
2010-10-30 Ludovic FauvetFix stupid typo
2010-10-30 Rafaël Carréncurses: fix messages display
2010-10-30 Jean-Baptiste KempfQt: reorder views
2010-10-30 Jean-Baptiste KempfQt: initial pass for CoverFlow view of the playlist
2010-10-30 Jean-Baptiste KempfQt, playlist: Move getMeta helper functions to PLModel
2010-10-29 Rafaël Carréncurses: add back comment mistakenly removed
2010-10-29 Rafaël Carréncurses: simplify IsIndex() and DrawPlaylist()
2010-10-29 Rafaël Carréncurses: if (a || (!a && b)) -> if (a || b)
2010-10-29 Rafaël Carréncurses: typo
2010-10-29 Rafaël Carréncurses: remove broken code to switch between flat...
2010-10-29 Rafaël Carréncurses: missing check in CheckIdx()
2010-10-29 Rafaël Carréncurses: messages box
2010-10-29 Rafaël Carréncurses: lot of changes stacked together
2010-10-28 Jean-Baptiste KempfPLModel: formatting fixes
2010-10-28 Jean-Baptiste KempfQt: fix the view checked() state in the ViewMenu
2010-10-28 Jean-Baptiste KempfQt: further playlistPanel simplifications
2010-10-27 Ilkka OllakkaRevert "Qt4: small loop change"
2010-10-27 Rafaël Carréncurses: rearrange Run() to remove a variable
2010-10-27 Rafaël Carréncurses: cosmetics to reduce LoC count (now under 2k!)
2010-10-27 Rafaël CarréRedraw(): if/else if/else if -> switch/case
2010-10-27 Rafaël Carréncurses: split HandleKey()
2010-10-27 Rafaël Carréncurses: densify HandleKey()
2010-10-27 Rafaël Carréncurses: remove "default: break;" from switches
2010-10-27 Rafaël Carréncurses: factor HandleBrowseKey() out of HandleKey()
2010-10-27 Rafaël Carréncurses: Fix comment, UTF-8 locale is now required
2010-10-27 Jean-Baptiste KempfQt: move view names to the StandardPanel file
2010-10-27 Jean-Baptiste KempfQt: Playlist, code simplification and factorisation
2010-10-27 Jean-Baptiste KempfQt: rename playlist views files
2010-10-27 Jean-Baptiste KempfQt: playlist views, correct virtualness
2010-10-26 Rafaël Carréncurses: factor HandlePlaylistKey() out of HandleKey()
2010-10-26 Rafaël Carréncurses Eject(): initialize psz_device correctly
2010-10-26 Ilkka OllakkaQt4: small loop change
2010-10-26 Ilkka OllakkaQt4: don't create multiple playlist models
2010-10-26 Rafaël Carréncurses: fix search string display
2010-10-26 Rafaël Carréncurses: remove color switching
2010-10-26 Rafaël Carréncurses: remove f_slider* from intf context
2010-10-26 Rafaël Carréncurses: remove variable from interface context
2010-10-26 Rafaël Carréncurses: fix playlist locking problem
2010-10-26 Rafaël Carréncurses: cleanup
2010-10-26 Rafaël Carrétypo
2010-10-26 Rafaël Carréncurses: require libncursesw
2010-10-26 Rafaël Carréncurses: cosmetics
2010-10-26 Rafaël Carréncurses: simplify metadata printing
2010-10-26 Rafaël Carréncurses: cleanup
2010-10-26 Rafaël Carréncurses: cleanup
2010-10-26 Rafaël Carréncurses: i_current_view is a boolean
2010-10-26 Rafaël Carréncurses: Use a table to store color pairs
2010-10-26 Rafaël Carréncurses: Rewrite playlist code to make it more readable
2010-10-26 Rafaël Carréncurses: factorize ReadDir()
2010-10-26 Rafaël Carréncurses: improve array cleanup
2010-10-26 Rafaël Carréncurses: cosmetics
2010-10-26 Rafaël Carréncurses: reorder static functions
2010-10-25 Laurent AimarRenamed vout-filter in video-splitter.
2010-10-25 Laurent AimarFixed vout-filter change support in qt4.
2010-10-24 Rémi DuraffortQt4: fix SD search.
2010-10-24 Jean-Baptiste KempfQt: adapt to new SD search function
2010-10-24 Jean-Baptiste KempfQt: playlist code refactoring
2010-10-24 Jean-Baptiste KempfQt: do not search SD if the text is empty
2010-10-24 Jean-Baptiste KempfQt: search differently when you are in SD
2010-10-23 Rémi DuraffortDo not use strlen just to check that a string is non...
2010-10-22 Jean-Baptiste KempfSkins2: #ifdef broken code on Win32
2010-10-22 Jean-Baptiste KempfQt: change the LocationBar Class file
2010-10-22 Jean-Baptiste KempfPlaylist code: simplification, part 1
2010-10-22 Jean-Baptiste KempfQt: Remove the "media brower" label
2010-10-22 Jean-Baptiste KempfQt: search the SD if possible.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_directory: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-10-22 Felix Paul Kühnemacosx_dialog_provider: handle EXTENSION_WIDGET_CHECK_B...
2010-10-19 Francois CartegnieQt: nameLabel: remove old school padding
2010-10-14 Rémi Denis-CourmontQt4: use open file dialog for loadfile items (fix ...
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-10-14 Rémi Denis-CourmontQt4: don't trust toggle for systray, do what we say...
2010-10-10 Jean-Baptiste KempfFix various typos
2010-10-10 Rémi Denis-CourmontQt4: update discs MRL syntax for Windows
2010-10-06 Erwan Tulouskins2(X11): add icon to vlc
2010-10-04 Ilkka Ollakkarefactor rate(,-faster,-slower) to playlist
2010-10-03 Francois CartegnieQt: sinput_pref: add dvd/cd devices listing
2010-10-03 Francois CartegnieQt: OpenDiscPanel: add devices listing
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 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 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
next