]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/preferences_widgets.cpp
Qt: preferences, fix conflict detection.
[vlc] / modules / gui / qt4 / components / preferences_widgets.cpp
2011-11-16 Jean-Baptiste KempfQt: preferences, fix conflict detection.
2011-10-30 Jean-Baptiste KempfQt: implement the color selector button
2011-10-30 Jean-Baptiste KempfQt, prefs: correctly set the tooltip on Font Selector
2011-09-07 Jean-Baptiste KempfQt4: fix indentation
2011-09-03 Ilkka Ollakkaqt4: fix preferences widget compile
2011-09-03 Rémi Denis-CourmontsetfillVLCConfigCombo: deal with string config items
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-16 Rémi Denis-CourmontQt4: retain newlines in config item long text
2011-08-16 Jean-Baptiste KempfQt: Use append iso push_*
2011-08-16 Jean-Baptiste KempfQt: use count() iso size() on Qt Containers
2011-08-15 Rémi Denis-CourmontRemove module_hold and module_release
2011-06-29 Rémi Denis-CourmontReplace CONFIG_HINT and CONFIG_ITEM with a boolean...
2011-05-14 Jean-Baptiste KempfQt: kill unused-parameters variables warnings
2011-04-22 Hugo Beauzée-Luyssenqt4: preferences: Removing useless parameter.
2011-04-22 Hugo Beauzée-Luyssenqt4: preferences_widget: Remove useless reference.
2011-04-22 Hugo Beauzée-Luyssenqt4: preferences_widget: Use inheritance instead of...
2011-04-15 Hugo Beauzée-Luyssenqt4: preferences_widgets: Simplifications
2011-04-15 Hugo Beauzée-Luyssenqt4: preferences_widget: Adding some 'const'
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-02-13 Rémi Denis-CourmontQt4: update hotkey prefs to string items
2011-02-13 Rémi Denis-CourmontParenthesis
2011-02-13 Rémi Denis-CourmontQt4: fix matching key config items
2010-11-30 Jean-Baptiste KempfQt: split searchLineEdit in its own file
2010-11-11 Rémi DuraffortC++: use postfix operator for interators (that's suppos...
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-09-06 Rémi Denis-CourmontQt4: module help may be NULL - fix #4144
2010-08-29 Rémi Denis-CourmontQt4: do not create pref tooltip if there is no text
2010-08-19 Rémi Denis-CourmontQt4: translate description text for configuration choices
2010-08-04 Jean-Baptiste KempfQt: allow to select inexistent files from Prefs
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-11 Ilkka OllakkaQt4: handle int64_t-values in preferences-widget
2010-05-15 Ilkka Ollakkaqt4: fix preferences, set empy as default only if setti...
2010-05-15 Ilkka Ollakkaqt4: set empty choice as default in preferences if...
2010-05-15 Ilkka Ollakkaqt4: add empty-string instead skipping string on prefer...
2010-05-03 Rémi Denis-CourmontRevert "i18n fix"
2010-04-27 Christophe Mutricyi18n fix
2010-04-13 Jean-Baptiste KempfQt: fix a crash when the option-list finished by 0...
2010-04-11 Christophe MutricyQt4: i18n fixes
2010-03-31 Jean-Baptiste KempfQt: allow clearing of global keys
2010-03-28 Francois CartegnieQt: Drop the no longer used sample_classic
2010-03-12 Francois CartegnieQt: Fix simple preferences according to new ui modes
2010-02-23 Jakob Lebena macro to automate the choice of "folder"/"directory...
2010-02-22 Jean-Baptiste KempfQt: grey out the inexisting options.
2010-01-15 Jean-Baptiste KempfQt: remove unneeded hack
2010-01-03 Jean-Baptiste KempfQt: fix StringList in Simple preferences
2009-12-16 Jean-Baptiste KempfQt: delete QVLCTreeView class and use event filters...
2009-12-04 Rémi DuraffortReally kill reallocations.
2009-12-04 Rémi Duraffortqt4: kill some reallocations.
2009-10-16 Jean-Baptiste KempfQt: simplify previewWidgets creation.
2009-10-05 Francois CartegnieQt: uniformize ui previews, drop xml declaration relate...
2009-09-02 Nick PopeAdded window roles for X11
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-03 Jean-Baptiste KempfQt: Font setting, restore the value from vlcrc.
2009-08-03 Jean-Baptiste KempfQt: font selector, align on the right.
2009-08-03 Jean-Baptiste KempfQt: Use a QFontComboBox instead of a QFontDialog.
2009-08-03 Ilkka OllakkaQT4: enable fontdialog for choosing freetype-font family
2009-06-18 Francois Cartegniemove pointer to .rodata
2009-06-11 Francois CartegnieUI: Sprefs_audio fixes and enhancements
2009-06-08 Francois CartegnieUI: simple prefs menu UI fixes and enhancement
2009-05-07 Jean-Baptiste KempfQt4: preferences, fix Global hotkeys display
2009-05-07 Jean-Baptiste KempfQt: correctly implement the Global Hotkey saving.
2009-05-02 Jean-Baptiste KempfQt: activate the searching for the Hotkeys Preferences.
2009-05-02 Jean-Baptiste KempfQt: better hotkeys change management.
2009-05-02 Jean-Baptiste KempfQt: don't fire the Conflict dialog for "Unset" Keys
2009-04-09 Jean-Baptiste KempfQt4: correct fix for Hotkeys preferences.
2009-04-09 Jean-Baptiste KempfRevert "Qt: fix crashes possible in Hotkey settings."
2009-04-09 Jean-Baptiste KempfQt: fix crashes possible in Hotkey settings.
2009-03-26 Rémi Duraffortqt4: use const for QString when it's possible.
2009-02-28 Jean-Baptiste KempfQt: string consistency.
2009-02-24 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-02-23 Jean-Baptiste KempfQt, prefs, global hotkeys configuration, step 1.
2009-02-23 Jean-Baptiste KempfQt: Add the hotkeys-mousewheel configuration to simple...
2009-01-21 Jean-Baptiste KempfQt: fix small size of tooltips. Close #2402
2009-01-16 Jean-Baptiste KempfQt: simple preferences, User Experience improvements.
2009-01-16 Jean-Baptiste KempfQt: remove unneeded code.
2009-01-16 Jean-Baptiste KempfQt: kill many warnings.
2009-01-14 Rémi Denis-CourmontQt4: use constData and provide expansion safety for...
2008-12-30 Jean-Baptiste KempfQt: Remove unneeded stuffs from qt4.hpp
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-04 Jean-Baptiste KempfQt4: fix remaining preferences intempestive popups.
2008-09-21 Rémi Denis-CourmontUse module_list_get
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-CourmontMerge module_release and module_Put
2008-09-19 Jean-Baptiste KempfRemove remaining / in folder names, and use normale...
2008-09-19 Jean-Baptiste KempfQt: Forgotten native separators in open panel (cosmetic...
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Jean-Baptiste KempfFix a crash in Preferences.
2008-08-01 Jean-Baptiste KempfRemove Unneeded test (thx ipkiss)
2008-08-01 Jean-Baptiste KempfPreferences: fix some memleaks and fix horrible video...
2008-07-26 Jean-Baptiste KempfRemove trailing space.
2008-07-26 Jean-Baptiste KempfFix configure hotkeys behaviour on keyboard seection.
2008-07-03 Rémi Denis-CourmontQt4: really clear shortcuts - fixes #1666
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-20 André WeberFix the handling of string variable - store them as...
2008-03-14 André WeberStringListConfigControl finish -> deal with empty ppsz_...
2008-03-12 Rémi DuraffortOne more time removing of some useless tests.
next