]> git.sesse.net Git - vlc/history - modules/gui
Support for tweaking package-part of install path
[vlc] / modules / gui /
2009-01-27 Jean-Baptiste KempfQt: Fix getMRL() and QList<T>::operator[]: "index out...
2009-01-26 Jean-Baptiste KempfWxWidgets: Bye Bye, I will not miss you.
2009-01-26 Rémi Duraffortwxwidget: fix #2444 (I just don't want to leave on...
2009-01-26 Jean-Baptiste KempfQt: Media menu rewording.
2009-01-26 Jean-Baptiste KempfQt menus: scaling is accessible through Video Menu.
2009-01-26 Jean-Baptiste KempfQt: open and open advanced for everyone.
2009-01-26 Jean-Baptiste KempfQt: Change open dialog behaviour and layout in most...
2009-01-26 Jean-Baptiste KempfQt: no need to add an extra "General". This doesn't...
2009-01-25 Rémi Duraffortqt4: no need for a static_cast to the parent class.
2009-01-25 Rémi Duraffortqt4: don't leak the event we compute ourself.
2009-01-25 Rémi Duraffortskins2: remove totologie.
2009-01-25 Rémi Duraffortskins2: print only one error when the skins can't be...
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-24 Jean-Philippe AndreQt: try to fix #2430 (OpenUrl can crash).
2009-01-24 Jean-Baptiste KempfQt: change keep-size to autoresize in order to match...
2009-01-24 Jean-Baptiste KempfRemove whitespace after keep-size commit.
2009-01-24 Joseph Tulouimplements --qt-keep-size (persistent main windows...
2009-01-24 Rémi Duraffortskins2: open the right type of playlist (be consistent...
2009-01-24 Rémi Duraffortskins2: save the playlist also in html.
2009-01-24 Rémi Duraffortqt4: refuse file without extension when saving a playlist.
2009-01-24 Rémi Duraffortskins2: use calloc and NULL at the righ place.
2009-01-24 Rémi Duraffortqt4_skins2: fix a crash that occure when using skins2.
2009-01-24 Jean-Baptiste KempfOOps. SOrry. 10l
2009-01-24 Jean-Baptiste KempfQt: Spref, take bd-caching in account.
2009-01-24 Jean-Baptiste KempfQt: do not leak ActionsManager on exit.
2009-01-24 Jean-Baptiste KempfQt: remove ... where Needed.
2009-01-24 Christophe MutricyMark qt-blingbling as deleted
2009-01-23 Ilkka OllakkaQT4: compare also screengeometry to see if screenresolu...
2009-01-23 Jean-Baptiste KempfQt: don't show plugins with no capabilities in Releases.
2009-01-23 Jean-Baptiste KempfQt: Menus updates. Change position and removal of ...
2009-01-23 Jean-Baptiste Kempf10l: typo.
2009-01-23 Jean-Baptiste KempfSkins: missing include, makes skins2 on Windows fail...
2009-01-23 Rémi Denis-CourmontQt4: fix uninitialized variable
2009-01-23 Rémi Duraffortqt4: follow the recommendations about foreach loops.
2009-01-23 Rémi Duraffortskins2: use input_GetVout when possible.
2009-01-22 Jean-Philippe AndreQt: re-enable services dicovery and fix them
2009-01-22 Jean-Philippe AndreQt: Return == Enter
2009-01-22 Jean-Baptiste KempfQt: Teletext handling simplifications and change of...
2009-01-22 Jean-Baptiste KempfQt: add a play_reverse button.
2009-01-22 Jean-Baptiste KempfQt: Use clear image for quit button.
2009-01-21 Jean-Philippe AndreQt: add a new "Open URL" dialog
2009-01-21 Jean-Baptiste KempfQt: show advanced preferences in 2 cases: --qt-advanced...
2009-01-21 Jean-Baptiste KempfQt: let the native sound slider manage 200% and 400...
2009-01-21 Jean-Baptiste KempfQt: Do not react to double-click in editor.
2009-01-21 Jean-Baptiste KempfQt: correctly get the configuration for the FSC.
2009-01-21 Jean-Baptiste KempfQt: Don't post the initial event of THEMIM, force it.
2009-01-21 Jean-Baptiste KempfQt: Fix native/non-native state of button.
2009-01-21 Jean-Baptiste KempfQt: info_panel, remove FPS reference and close #2113...
2009-01-21 Jean-Baptiste KempfQt: fix small size of tooltips. Close #2402
2009-01-21 Jean-Baptiste KempfQt: menus fix. Close #2423, #2420, #2419, and #2422.
2009-01-21 Jean-Baptiste KempfQt: add a QUIT button. Close #2387.
2009-01-21 Jean-Baptiste KempfQt: open button action implementation.
2009-01-21 Jean-Baptiste KempfQt: Ok is not ok as a button label.
2009-01-21 Jean-Baptiste KempfQt: possibility of having a small Qt dialog for prefere...
2009-01-21 Jean-Baptiste KempfQt: Input Manager, assert the customEvent type acceptance.
2009-01-21 Jean-Baptiste KempfQt: react to recording event from the core by activatin...
2009-01-21 Jean-Baptiste KempfQt: remove the no-qt-blingbling option. Use the toolbar...
2009-01-21 Jean-Baptiste KempfQt: detect the screen size at startup since some screen...
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-21 Jean-Baptiste KempfQt: change a string.
2009-01-19 Christophe MutricyTypo
2009-01-19 Rémi Denis-CourmontFix OSX misuses of vlc_list_*
2009-01-19 Rémi Denis-CourmontQt4: find skins interface by name
2009-01-19 Rémi Denis-Courmontskins2: do not assume skins2 is the first interface...
2009-01-19 Rémi Denis-CourmontUse previous helpers
2009-01-19 Jean-Baptiste KempfQt4: Deinline get(Aout|Vout)()
2009-01-19 Ilkka OllakkaQt4: return NULL on getAout if no input
2009-01-19 Jean-Baptiste KempfQt: remove vlc_object_find for AOUTs in menu and extend...
2009-01-19 Jean-Baptiste KempfQt: more removal of vlc_object_find
2009-01-19 Jean-Baptiste KempfQt: use getVout in menus
2009-01-19 Jean-Baptiste KempfQt: remove calls to vlc_object_find(VLC_OBJECT_VOUT...
2009-01-19 Jean-Baptiste KempfQt: getVout() avoid a crash.
2009-01-19 Jean-Baptiste KempfQt: Create a getVout() in MIM to remove some vlc_object...
2009-01-19 Jean-Baptiste KempfQt: simplifications.
2009-01-19 Jean-Baptiste KempfQt: actions_manager: Change constructor and inline...
2009-01-19 Jean-Baptiste KempfQt4: separation between widgets/buttons creation and...
2009-01-19 Jean-Baptiste KempfQt: toolbar editor, show the saved positionCombo item...
2009-01-19 Jean-Baptiste KempfQt: save and honour the above-video parameter to allow...
2009-01-18 Jean-Baptiste KempfQt: new defaults for buttons.
2009-01-18 Jean-Baptiste KempfQt: support for drag n dropping widget, removall and...
2009-01-18 Jean-Baptiste KempfQt: toolbars, change regroupments of unsplittable butto...
2009-01-18 Jean-Baptiste KempfQt: Change "Load playlist" position.
2009-01-18 Jean-Baptiste KempfQt: add accessiblewidgets for Win32 static Qt compilation.
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-18 Laurent AimarFixed typo in pda intf.
2009-01-17 Jean-Philippe AndreQt: on startup, if there is no input, show the cone
2009-01-17 Rémi Denis-CourmontAvoid using i_object_type
2009-01-17 Ilkka OllakkaQT4: remove unneeded signal-connect
2009-01-17 Jean-Philippe AndreQt: this is a float, not an int
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Jean-Baptiste KempfQt: set TimeLabel to --:--/--:-- when input is stopped.
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Jean-Baptiste KempfQt: interaction, add accelerators to the buttons.
2009-01-17 Laurent AimarUse "can-rate" and "state" input variable when applicable.
2009-01-16 Felix Paul Kühnemacosx: fix 2 warnings
2009-01-16 Felix Paul Kühnemacosx: changed the data appearance in the info panel...
next