]> git.sesse.net Git - vlc/history - modules/gui/qt4
Qt: Don't post the initial event of THEMIM, force it.
[vlc] / modules / gui / qt4 /
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 KempfQt: change a string.
2009-01-19 Rémi Denis-CourmontQt4: find skins interface by name
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-17 Jean-Philippe AndreQt: on startup, if there is no input, show the cone
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 Jean-Baptiste KempfQt: interaction, add accelerators to the buttons.
2009-01-16 Jean-Baptiste KempfQt: fix win32 compilation
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: change dialog size.
2009-01-16 Jean-Baptiste KempfQt: Kill more warnings.
2009-01-16 Jean-Baptiste KempfQt: kill many warnings.
2009-01-16 Jean-Baptiste KempfQt: interaction, cleanup and fix of the Cancel button...
2009-01-16 Jean-Baptiste KempfQt: menus, simplification and accelerator addition.
2009-01-16 Jean-Baptiste KempfQt: more debug to find the Chapitre and Titre in Qt4
2009-01-14 Christophe MutricyQt4: more const
2009-01-14 Rémi Denis-CourmontQt4: fix transcode/stream character encoding - fixes...
2009-01-14 Rémi Denis-CourmontQt4: get rid of qta in favor of qtu
2009-01-14 Rémi Denis-CourmontQt4: memory leak
2009-01-14 Rémi Denis-CourmontQt4: use constData and provide expansion safety for...
2009-01-14 Rémi Denis-CourmontQt4: missing const
2009-01-12 Rémi Denis-CourmontHide interaction object layout
2009-01-12 Ilkka OllakkaQt4: tell how much has been buffered when buffering...
2009-01-12 Rémi DuraffortQt4_message: when the cursor it at the end, scroll...
2009-01-12 Ilkka OllakkaRestore download cover art context menu that was taken...
2009-01-12 Ilkka OllakkaQt4: refactor album art stuff into inputmanager
2009-01-11 Rémi Denis-CourmontQt4: need an input to update caching - fixes #2405
2009-01-11 Rémi Denis-CourmontCleanup interaction-capable interface registration
2009-01-10 Laurent AimarFixed QT4 message dialogs thread safety.
2009-01-10 Rémi Denis-CourmontRemove useless parameter
2009-01-10 Rémi Denis-CourmontInclude vlc_services_discovery.h only where needed
2009-01-10 Rémi Denis-CourmontQt4: systray hides the interface when it is visible...
2009-01-10 Rémi Denis-CourmontFix grammar and don't minimize if config_getInt fails
2009-01-07 Jean-Baptiste KempfQt: put the Fullscreen Controller back on 2 lines.
2009-01-06 Laurent AimarRe-enable the embed video module in qt4.
2009-01-06 Laurent AimarWait for VideoWiget to complete releaseVideoSlot event.
2009-01-06 Rémi Denis-CourmontQt4: Disable cancellation while writing a message to...
2009-01-05 Laurent AimarFixed dialog provider leaks on quit.
2009-01-05 Laurent AimarFixed qt4 initialization/destruction.
2009-01-05 Laurent AimarImproved fullscreen controller.
2009-01-05 Laurent AimarNew event (voutListChanged) in input manager.
2009-01-05 Laurent AimarFixed signal and input release order.
2009-01-05 Laurent AimarRemoved useless member.
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
2009-01-05 Laurent AimarClean up a bit unused playlist functions and added...
2009-01-05 Jean-Baptiste KempfQt: use searchLineEdit in plugins dialog.
2009-01-05 Jean-Baptiste KempfQt: esthetic.
2009-01-05 Jean-Baptiste KempfQt: the red box when searching in the playlist is confu...
2009-01-04 Antoine CellerierOops.
2009-01-04 Antoine CellerierLeave recent items filter empty.
2009-01-03 Jean-Baptiste KempfQt: search implementation in the plugins list dialog...
2009-01-03 Jean-Baptiste KempfQt: convert strings from Unicode
2009-01-03 Jean-Baptiste KempfQt: recent Items, prepend with an accelerator and a...
2009-01-02 Jean-Baptiste KempfQt: remove trailing space.
2009-01-02 Jean-Baptiste Kempfqt: input_manager: Code cosmetic to help coding.
2009-01-02 Jean-Baptiste KempfQt: get Bookmark events from the core and update in...
2009-01-02 Jean-Baptiste KempfQt: reserve space for future events handling.
2009-01-02 Jean-Baptiste KempfQt: react to caching Event from input to display Buffering.
2009-01-02 Jean-Baptiste KempfQt: connect the delay of ES to the extended panels.
2008-12-31 Jean-Baptiste KempfAdd an accelerator for clearing MRL recents.
2008-12-31 Jean-Baptiste KempfQt: add an accelerator and respect the Naming conventio...
2008-12-31 Jean-Baptiste KempfQt: release input sooner
next