]> git.sesse.net Git - vlc/history - modules/gui/qt4
Qt: update mouse wheel simple preferences (refs #5883)
[vlc] / modules / gui / qt4 /
2014-08-16 Rémi Denis-CourmontQt: update mouse wheel simple preferences (refs #5883)
2014-08-16 Jean-Baptiste KempfQt: stop abusing MACROS in extended_panels
2014-08-15 Rémi Denis-CourmontRemove vlc_input.h from vlc_playlist.h
2014-08-15 Francois CartegnieQt: epg: fix update signal
2014-08-15 Jean-Baptiste KempfQt: fix the postprocessing menu
2014-08-15 Jean-Baptiste KempfQt: create a AM::PPAction
2014-08-15 Jean-Baptiste KempfQt: PostProc getter helper
2014-08-15 Jean-Baptiste KempfQt: PostProc setter helper
2014-08-15 Jean-Baptiste KempfQt: helpers for setting video filter values
2014-08-15 Jean-Baptiste KempfQt: video filter helper for getting the filter type
2014-08-15 Jean-Baptiste KempfQt: don't use a modal dialog for continuing the playback
2014-08-13 Jean-Baptiste KempfQt: correctly update the nowplaying info
2014-08-13 Jean-Baptiste KempfQt: do not pause playback when resuming
2014-08-13 Jean-Baptiste KempfQt: resume only for files
2014-08-13 Jean-Baptiste KempfQt: fix OSS simple prefs
2014-08-13 Jean-Baptiste KempfQt: corectly do the thumbnails for Win7 on Video
2014-08-12 Jean-Baptiste KempfQt: update the Win32 thumbnail after fullscreen
2014-08-08 Francois CartegnieQt: remove pointer from inputChanged signal (fix #11886...
2014-07-30 Rafaël CarréQt: use QX11Info on Qt5 when present
2014-07-30 Rafaël Carréqt4: fix embedding on unix
2014-07-23 Francois Cartegnieqt/macos: add missing addons intf and meta categories
2014-07-18 Erwan TulouQt: remove a suspicious delete
2014-07-18 Erwan TulouQt: fix regression about popupmenu
2014-07-13 Erwan TulouQt(dialog provider): fix utf8 issue with generic dialog...
2014-07-13 Erwan TulouQt(dialog provider): rework the part of popupmenu speci...
2014-07-13 Erwan TulouQt(Dialog provider): Add support for key accelerators
2014-07-02 Tristan MatthewsFix build for C++11
2014-06-11 Erwan TulouQt: early instantiation for THEMIM
2014-06-11 Erwan TulouQt: fix missing slot (playlist entry of popupmenu)
2014-06-11 Erwan TulouQt: fix multiple instances of a singleton if an input...
2014-06-03 Francois Cartegniedemux: mp4: don't prompt to restart if user specifies...
2014-05-24 Francois CartegnieQt: sprefs: word wrap long label
2014-05-22 Jean-Baptiste KempfQt: simplify Win32 and Mac detection
2014-05-22 Hugo Beauzée-LuyssenQt: Avoid uninitialized records in option array
2014-05-22 Hugo Beauzée-LuyssenQt: Avoid using dangling pointers and fix memleaks
2014-05-22 Hugo Beauzée-LuyssenQt: Fix crash introduced by 798ee1ab
2014-05-21 Francois Cartegniemeta_fetcher: rename as scope and set values
2014-05-21 Jean-Baptiste KempfQt: sprefs, unformize icon sizes
2014-05-20 Jean-Baptiste KempfQt: use platformName() on Qt5 too, like on QPA
2014-05-20 Jean-Baptiste KempfQt: use a processor helper for Qt5
2014-05-20 Jean-Baptiste KempfQt: raise window when video Widget is shown
2014-05-20 Rémi Denis-Courmontqt4: fix memory leak
2014-05-19 Jean-Baptiste KempfQt: remove unneeded margins and parameters
2014-05-19 Jean-Baptiste KempfQt: uniformize sprefs margins
2014-05-19 Jean-Baptiste KempfQt: small changes to Simple Preferences
2014-05-19 Jean-Baptiste KempfQt: put simple preferences section at the top
2014-05-19 Jean-Baptiste KempfQt: restore time where you left off
2014-05-19 Jean-Baptiste KempfQt: s/Qt4/Qt
2014-05-19 Jean-Baptiste KempfQt: store 30 recents item, show 10 in the menus
2014-05-19 Jean-Baptiste KempfQt: remove unnecessary includes
2014-05-19 Jean-Baptiste KempfQt: save time on item destruction
2014-05-19 Jean-Baptiste KempfQt: store time besides MRL for recent items
2014-05-19 Jean-Baptiste KempfQt: save recents on quit()
2014-05-19 Jean-Baptiste KempfQt: cosmetics on RecentsMRL and Open classes
2014-05-19 Francois CartegnieQt: update art requests to use updated API
2014-05-19 Francois Cartegnieupdate meta request API to allow overriding
2014-05-19 Francois Cartegniedeprecate art-album variable
2014-05-18 Jean-Baptiste KempfQt: factorize directory opening
2014-05-18 Jean-Baptiste KempfQt: move getDirectoryDialog to a static helper
2014-05-18 Jean-Baptiste KempfQt: factorize code of opening MRL
2014-05-18 Jean-Baptiste KempfQt: rename helper for more clarity
2014-05-18 Jean-Baptiste KempfQt: openItem was almost always used to pass options
2014-05-18 Jean-Baptiste KempfQt: playlist enqueue, use the Open:: helper
2014-05-18 Jean-Baptiste KempfQt: use the open helper for streaming
2014-05-18 Jean-Baptiste KempfQt: use the open helper to open directories
2014-05-18 Jean-Baptiste KempfQt: use the open helper in the Open Dialog
2014-05-18 Jean-Baptiste KempfQt: provide an helper to open items
2014-05-18 Jean-Baptiste KempfQt: playlist, use the new helper to Open files
2014-05-18 Jean-Baptiste KempfQt: DialogsProvider, use the open helper
2014-05-18 Jean-Baptiste KempfQt: use the new helper for Main Interface DnD actions
2014-05-18 Jean-Baptiste KempfQt: move playMRL slot from THEDP to RecentsMRL
2014-05-18 Jean-Baptiste KempfQt: add a new class helper to open files
2014-05-18 Jean-Baptiste KempfQt: cleanup, remove includes and copyright updates...
2014-05-18 Jean-Baptiste KempfQt: cosmetics and update copyright for ActionsManager
2014-05-18 Jean-Baptiste KempfQt: fix indentation is ActionsManager
2014-05-18 Jean-Baptiste KempfQt: remove isAlive from DialogProvider
2014-05-18 Jean-Baptiste KempfQt: use provided Singleton util for RecentsMRL
2014-05-18 Jean-Baptiste KempfQt: add a bunch of virtual for destructors
2014-05-18 Jean-Baptiste KempfQt: registry, inline empty destructor
2014-05-18 Jean-Baptiste KempfQt: remove Extension's WidgetMapper destructor
2014-05-18 Jean-Baptiste KempfQt: use the provided Singleton class for ActionsManager
2014-05-18 Jean-Baptiste KempfQt: use pl_Unlocked in playlist_Add calls
2014-05-11 Francois CartegnieQt: addons_manager: reduce type gradient size
2014-05-02 Francois CartegnieQt: update preferences intf preview
2014-05-01 Francois CartegnieQt4: remove models and signals proxying
2014-05-01 Francois CartegnieQt4: prune SQL media library code
2014-04-27 Jean-Baptiste KempfQt: try to correctly save the playlist state
2014-04-18 Jean-Baptiste KempfQt: restore the playlist if it was minimized when closi...
2014-04-18 Jean-Baptiste KempfQt: fix play button state after toolbar customization
2014-04-17 Francois Cartegnieqt: toolbar_editor: fix preview bar ordering
2014-04-16 Francois CartegnieQt: toolbar editor: make it easier for small narrow...
2014-04-14 Rémi Denis-CourmontQt4: fix use of incomplete type
2014-04-14 Francois CartegnieQt: TimeLabel: set element selector to stylesheet ...
2014-04-06 Francois CartegnieQt: profile_selector.cpp: missing opus
2014-04-05 Francois CartegnieQt: telexFrame: change buttons gradient
2014-04-04 Francois CartegnieQt: telexFrame: enforce non zero widget pixmap size
2014-04-04 Francois CartegnieQt: don't allow empty file on convert dialog (fix ...
2014-04-03 Francois CartegnieQt: implement teletext buttons (fix #11132)
2014-04-02 Francois CartegnieQt: teletext range (fix #11090)
2014-04-02 Francois CartegnieQt: fix segfault when customizing buttons
next