]> git.sesse.net Git - vlc/history - modules/gui/qt4
Implemented 'Boss Key' in qt4 interface (close #3838).
[vlc] / modules / gui / qt4 /
2011-09-05 Laurent AimarImplemented 'Boss Key' in qt4 interface (close #3838).
2011-09-05 Rémi Denis-CourmontRemove some debug
2011-09-03 Ilkka Ollakkaqt4: fix preferences widget compile
2011-09-03 Rémi Denis-CourmontQt4: fix V4L2 video standard in open dialog
2011-09-03 Rémi Denis-CourmontsetfillVLCConfigCombo: deal with string config items
2011-08-30 Rémi Denis-CourmontMove src/control/ to lib/
2011-08-30 Rémi Denis-CourmontUpdate user interface for caching unification
2011-08-29 Jean-Baptiste KempfQt: don't add empty groupbox in preferences
2011-08-24 Jean-Baptiste KempfQt: restore audio volume save
2011-08-24 Jean-Baptiste KempfQt: Improve preferences layout for module list
2011-08-24 Jean-Baptiste KempfQt: put modules list in 2 columns
2011-08-24 Jean-Baptiste KempfQt: fix column size in complete preferences
2011-08-24 Jean-Baptiste KempfQt: save random/loop/repeat on quit
2011-08-24 Jean-Baptiste KempfQt: correctly init loop button state
2011-08-23 Akash MehrotraQt: Keep video filter values in range
2011-08-20 Rémi Denis-CourmontPush log message formatting to subscribers
2011-08-19 Rémi Denis-CourmontRemove msg_cb_data_t and simplify accordingly
2011-08-19 Rémi Denis-CourmontFix namespace, remove useless variable and clean up...
2011-08-19 Rémi Denis-CourmontQt4: implement message object/module filter in the...
2011-08-18 Rémi Denis-CourmontQt4: apply verbosity filtering within Qt, do not rely...
2011-08-18 Rémi Denis-CourmontMigrate VLC_ADD_* flags from vlc-config to AC_SUBST
2011-08-16 Rémi Denis-CourmontQt4: retain newlines in config item long text
2011-08-16 Jean-Baptiste KempfQt: remove unneeded whitespace that blocks normalized...
2011-08-16 Jean-Baptiste KempfQt: use qDeleteAll on VLM dialog
2011-08-16 Jean-Baptiste KempfQt: use QWidgetList when applicable
2011-08-16 Jean-Baptiste KempfQt: use QString iso std::string
2011-08-16 Jean-Baptiste KempfQt: use __MIN when applicable
2011-08-16 Jean-Baptiste KempfQt: remove unnecessary header
2011-08-16 Jean-Baptiste KempfQt: use const_iterator when possible
2011-08-16 Jean-Baptiste KempfQt: Use append iso push_*
2011-08-16 Jean-Baptiste KempfQt: use isEmpty() iso empty()
2011-08-16 Jean-Baptiste KempfQt: use count() iso size() on Qt Containers
2011-08-16 Jean-Baptiste KempfQt, menus: std::vector -> QVector
2011-08-15 Rémi Denis-CourmontRemove module_hold and module_release
2011-08-13 Jean-Baptiste KempfQt: fix the behaviour of clean button in playlist
2011-08-13 Jean-Baptiste KempfQt: restart filter when options can't be applied
2011-08-12 Jean-Baptiste KempfQt: video filter dialog update
2011-08-12 Jean-Baptiste KempfQt: video effects. Remove noise
2011-08-08 Jean-Baptiste KempfQt: plugins dialog, fix keyevents
2011-08-08 Rémi Denis-CourmontQt4: fix enum switch warning
2011-08-08 Rémi Denis-CourmontQt4: fix DEBUG_LAYOUT warning
2011-08-06 Rémi Denis-CourmontUse CLOCK_FREQ
2011-08-06 Jean-Baptiste KempfQt4: clarify a tooltip
2011-07-31 Kaarlo RaihaAdd whitespace
2011-07-31 Kaarlo RaihaChange controler to controller
2011-07-29 Francois CartegnieQt: searchlineedit: change search text.
2011-07-29 Yuval TzeQt: Preferences tree filter, Alternative clear search...
2011-07-29 Yuval TzeQt: Preferences tree filter, UI
2011-07-29 Yuval TzeQt: Preferences tree filter
2011-07-29 Yuval TzeQt: PrefsItemData search
2011-07-29 Yuval TzeQt: Remove leading line break on modules prefs help...
2011-07-26 Rémi Denis-CourmontQt4: try to cleanup use of AOUT_VOLUME_* and QT_VOLUME_*
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-21 Rémi Denis-CourmontConstify and relocatablify EQ presets
2011-07-20 Francois CartegnieQt: seekpoints: only read chapters with timestamp
2011-07-19 Francois CartegnieQt: firstrun: use QDialogButtonsBox
2011-07-19 Francois CartegnieQt: Firstrun privacy text accuracy changes
2011-07-19 Francois CartegnieQt: TimeToolTip: Show Chapters too
2011-07-19 Rémi Denis-CourmontQt4: fix playlist crash
2011-07-17 Rafaël Carréupdate: better version comparison
2011-07-16 Rémi Denis-CourmontMove <vlc_aout.h> UI functions into their own <vlc_aout...
2011-07-13 Francois CartegnieQt: SeekSlider: fix chapters marks contrast
2011-07-13 Francois CartegnieQt: SoundSlider: fix text color contrast. (closes ...
2011-07-13 Rémi DuraffortML: fix typo (fix missing vtable)
2011-07-12 Francois CartegnieQt: SoundSlider: make 100% value green
2011-07-12 Jean-Baptiste KempfQt: Fix protectedness of customEvent
2011-07-12 Francois CartegnieQt: advanced_open: use QTimeEdit instead of QDoubleSpinBox
2011-07-11 Francois CartegnieQt: Make chapters marks clickable
2011-07-11 Francois CartegnieQt: make SeekPoints handle jump to chapter requests
2011-07-11 Francois CartegnieQt: add chapters to SeekSlider
2011-07-11 Francois CartegnieQt: add SeekPoints data
2011-07-11 Rafaël Carréqt4: only build main_interface_win32.cpp for windows
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-07-08 Hugo Beauzée-Luyssenlua: Propagate meta_changed events.
2011-07-07 Jean-Baptiste KempfAdd .mtv extension
2011-07-07 Ilkka OllakkaQt4: add slider to adjust playlist scaling
2011-07-07 Ilkka OllakkaQt4: add size-scale into playlist model
2011-07-07 Hugo Beauzée-Luyssenlua: qt4: Fixing dropdown update function.
2011-07-07 Hugo Beauzée-Luyssenlua: Don't update a widget that was just created.
2011-07-06 Rémi Denis-CourmontQt4: accept close event on main interface (fix #4606)
2011-07-06 Ilkka OllakkaQt4: fix viewchange if MEDIA_LIBRARY not defined on...
2011-07-06 Ilkka OllakkaQt4: refactor saving panel view
2011-06-29 Rémi Denis-CourmontReplace CONFIG_HINT and CONFIG_ITEM with a boolean...
2011-06-29 Rémi Denis-CourmontRemove useless binary and with CONFIG_ITEM
2011-06-26 Rémi Denis-CourmontQt4: update dvb MRL generation
2011-06-22 Francois CartegnieQt: enable tearOff on Navigation and Bookmarks menus.
2011-06-21 Jean-Baptiste KempfQt4: Crush PNGs
2011-06-20 Akash MehrotraQt: equalizer, more consistency in format
2011-06-18 Rémi Denis-CourmontQt4: don't keep reference to toAscii() temporary array
2011-06-18 Rémi Denis-CourmontQt4: never assign qtu() to a variable
2011-06-18 Rémi Denis-CourmontQt4: use QString or QByteArray instead of strdup()...
2011-06-14 Yuval TzeSubtitles duration factor bug fix
2011-06-12 Francois CartegnieQt: Avanced Open Panel: set buffering increment to...
2011-06-12 Francois CartegnieQt: SeekSlider: remove warning
2011-06-12 Francois CartegnieQt: display buffering in SeekSlider
2011-06-08 Jean-Baptiste KempfQt: includes order
2011-06-08 Jean-Baptiste KempfQt4: add the browsed folder to the device combo
2011-06-01 Jean-Baptiste KempfQt: fix an uninitialised value issue
2011-05-30 Rémi Denis-CourmontQt4: include <vlc_aout.h> as needed
2011-05-26 Rémi Denis-CourmontRemove vlc_object_find_name() search mode parameter
next