]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/preferences_widgets.cpp
Qt4: use config_GetPszChoices() for module items
[vlc] / modules / gui / qt4 / components / preferences_widgets.cpp
2012-10-12 Rémi Denis-CourmontQt4: use config_GetPszChoices() for module items
2012-09-28 Rémi Denis-CourmontFix error handling from module_list_get() (fixes #7500)
2012-09-18 Jean-Baptiste KempfQt: avoid a crash in preferences, on Windows
2012-09-15 Rémi Denis-CourmontQt4: fix hack to detect combo config items
2012-08-19 Rémi Denis-CourmontRepack module_config_t
2012-08-19 Rémi Denis-CourmontRemove configuration item actions for now
2012-08-19 Rémi Denis-Courmontqt4: passwords do not offer choices
2012-08-15 Rémi Denis-CourmontQt4: use config_GetIntChoices() for integer config...
2012-08-14 Rémi Denis-CourmontQt4: use config_Get(Int|Psz)Choices()
2012-04-11 Jean-Baptiste KempfQt: do not block the spinbox if preference range is...
2012-04-01 Rémi Denis-CourmontUndo misuse of module_config_t.b_dirty
2012-03-27 Francois CartegnieQt: ConfigControl: rework layout insertion.
2012-03-26 Francois CartegnieQt: StringListConfigControl: use signals instead of...
2012-03-26 Francois CartegnieQt: ConfigControl: unify and fix visibility changes.
2012-03-24 Francois CartegnieQt: ConfigControl: don't instanciate unused widget...
2012-03-20 Rémi Denis-CourmontMove configuration defines to <vlc_plugin.h>
2012-03-12 Jean-Baptiste KempfQt4: do not delete useful text
2012-03-12 Kaarlo RaihaQt: Tell users about the delete key
2012-03-02 Francois CartegnieQt: various visibility warnings fixs
2012-03-02 Francois CartegnieRevert "Qt: handle special mouse buttons"
2012-03-02 Francois CartegnieQt: handle special mouse buttons
2012-02-17 Francois CartegnieQt: simple_prefs: fix some hotkeys text
2012-02-17 Francois CartegnieQt: simple_prefs: Fix action button for hotkeys conflic...
2012-02-17 Francois CartegnieQt: simple_prefs: fix hotkeys change tips
2012-02-17 Francois CartegnieQt: simple prefs: explain hotkeys scope
2012-02-09 Pierre YnardQt: don't offer the lua CLI in the preferences on windows
2012-02-08 Jean-Baptiste KempfQt: hack for extraintf to select http, cli or telnet
2012-02-08 Jean-Baptiste KempfQt: use the new function to factorize code
2012-02-08 Jean-Baptiste KempfQt: provide overloaded checkbox_list method
2012-02-01 Jean-Baptiste KempfQt4: preferences, move a Macro to a normal function
2011-12-17 Jean-Baptiste KempfQt: check colorDialog return function
2011-12-13 Jean-Baptiste KempfQt: allow easy deletion of the keys and global key
2011-12-13 Jean-Baptiste KempfQt: fix global hotkeys retrieval from conf
2011-11-17 Jean-Baptiste KempfQt: update outdated comment
2011-11-16 Jean-Baptiste KempfQt: simplify too complex UI for keys
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.
next