]> git.sesse.net Git - vlc/history - modules/gui/qt4/menus.cpp
Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)
[vlc] / modules / gui / qt4 / menus.cpp
2008-08-01 Jean-Baptiste KempfFix menu removal of accelerators. This has yet to be...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-30 Jean-Baptiste KempfAccelerators fixed, noticed by Cristi
2008-07-29 Jean-Baptiste KempfFix Tooltips and accelerators, since we need to update po.
2008-07-28 Jean-Baptiste KempfSame icon for both information dialog in the menus.
2008-07-28 Jean-Baptiste KempfQt Imageset update.
2008-07-28 Jean-Baptiste KempfRemove Equalizer from the menu (as for the mac version)
2008-07-27 Jean-Philippe AndreQt menu fix: Tools > Add Interface entry fix
2008-07-26 Jean-Baptiste KempfHACK for minimalView to go around a Qt bug/feature
2008-07-26 Jean-Baptiste KempfFix #1744 in Qt menus.
2008-07-25 Christophe Mutricyqt: i18n fix
2008-07-23 Christophe MutricyThe playlist is not dockable at the moment
2008-07-09 Jean-Baptiste KempfVarious strings change and capitalisation changes to...
2008-06-27 Ilkka OllakkaDon't release vout if it ain't present (eg. when audio...
2008-06-21 Jean-Baptiste KempfString updates ( some are meant to match the macosx...
2008-06-20 Jean-Paul SamanImprove behavour on teletext buttons.
2008-06-18 Jean-Baptiste KempfMenus: Comments and code cosmetics.
2008-06-18 Jean-Baptiste KempfFix popup menu play and interface entries.
2008-06-18 Jean-Philippe AndreQt menus: fix popup submenus non disparition
2008-06-17 Jean-Baptiste KempfSimplify and remove duplicate code.
2008-06-17 Jean-Baptiste KempfSmall change in menus order
2008-06-17 Jean-Baptiste KempfCosmetic.
2008-06-17 Jean-Philippe AndreQt menus: use addDPStaticEntry and add a static Subtitl...
2008-06-17 Jean-Philippe AndreQt menus: popup interface menu
2008-06-17 Jean-Philippe AndreQt menus: Add a fullscreen switch button (popup)
2008-06-17 Jean-Philippe AndreClean popup menu
2008-06-17 Jean-Philippe AndreQt menus: s/Q_FOREACH/foreach
2008-06-17 Jean-Philippe AndreQt menu: fix navigation, delete non static entries
2008-06-17 Jean-Philippe AndreQt menus: add loadSubtitlesFile
2008-06-17 Jean-Philippe AndreQt menus: enable/disable correctly static entries
2008-06-17 Jean-Philippe AndreQt menu: use MenuFunc with InterfaceMenu
2008-06-17 Jean-Philippe AndreQt4 menus: start fixing ticket 1602
2008-06-07 Rémi Denis-CourmontRevert "Qt4: do not use vlc_object_get"
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Jean-Philippe AndréBetter patch to fix bug introduced by 0448c670c32d9f...
2008-05-17 Rémi Denis-CourmontQt4: do not use vlc_object_get
2008-04-20 Rafaël CarréRelease the input in PopupMenu
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
2008-04-16 Jean-Baptiste KempfSmall menu fix.
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-04-06 Jean-Baptiste KempfComment the place where the QProcess:: issue with QClea...
2008-03-12 Rémi DuraffortOne more time removing of some useless tests.
2008-03-02 Rémi DuraffortAvoid a segfault when services_discovery_GetServicesNam...
2008-02-24 Rafaël Carréremove buggy and inconsistent intf-switch
2008-02-13 Jean-Baptiste KempfQt4 - Menus: VLM is Ctrl+W now.
2008-02-08 Jean-Baptiste KempfQt4 - Menu: consistency for update dialog.
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Jean-Baptiste KempfQt4 - < thresh> although "Add interfaces -> Switch...
2008-01-22 Jean-Baptiste KempfQt4 - layout fix.
2008-01-22 Pavlov KonstantinIntroduce HAVE_WX and HAVE_QT4 and show "Switch to...
2008-01-21 Pavlov KonstantinQT4: Add a menu item to switch to WxWidgets if available.
2008-01-20 Rafaël Carréqt4: add the hability to put the *interface* in fullscr...
2008-01-16 Jean-Baptiste KempfQt4 - remove trailing space due to Bookmark implementation.
2008-01-12 Jean-Baptiste KempfQt4 - add ifdef if someone compiles vlc without vlm...
2008-01-10 Jean-Baptiste KempfQt4 - Bookmark implementation by Antoine Lejeune -...
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-08 Jean-Baptiste KempfQt4 - FIXME and comments fix. If you want to help,...
2007-12-06 Jean-Baptiste KempfQt4 Menu macro removal.
2007-12-05 Jean-Baptiste KempfQt4 - Macros removal from menus.hpp... Still some to...
2007-12-04 Jean-Baptiste KempfQt4 - renaming functions cosmetic and KDE/GNome/Windows...
2007-11-20 Pierre d'Herbemontmodules/gui/qt4: add an update dialog box to the help...
2007-11-11 Antoine CellerierUse the services_discovery_GetServicesNames() function...
2007-10-24 Jean-Baptiste KempfQt4 - switch to minimal view should hide and show the...
2007-10-24 Jean-Baptiste KempfQt4 - minimal change of naming.
2007-10-19 Jean-Baptiste KempfQt4 - open File shortcut fix.
2007-10-11 Jean-Baptiste KempfQt4 - Menus. small fix.
2007-10-10 Jean-Baptiste KempfQt4 - use a docked playlist, remove dead code, don...
2007-10-09 Jean-Baptiste KempfQt4 - pixmaps: fix compilation with new pixmaps.
2007-10-08 Jean-Baptiste KempfQt4 - Small menus changes.
2007-09-09 Jean-Baptiste KempfQt4 - VLM. Patch by Jean-François Massol, reworked...
2007-09-08 Rafaël CarréDon't use PLAYLIST_GO when adding directories, fix...
2007-09-08 Jean-Baptiste KempfQt4 - Menu: inconstency, reattach interfaces to tools...
2007-09-08 Jean-Baptiste KempfQt4 - Menu. Code cosmetic.
2007-09-08 Jean-Baptiste KempfQt4 - Menu consistency for Tools.
2007-09-08 Jean-Baptiste KempfQt4 - Audio/Video order fix in menus. Changes MediaInfo...
2007-09-02 Antoine CellerierAdd a podcast configuration dialog to the Qt4 interface...
2007-08-31 Rafaël CarréUnblocks SIGCHLD in qt4 thread
2007-08-31 Jean-Baptiste KempfQt4 - Menus: small changes, mainly cosmetic.
2007-08-19 Jean-Baptiste Kempfqt4 - Remove trailing spaces...
2007-08-06 Jean-Baptiste Kempfqt4 : cosmetics.
2007-08-04 Rémi Denis-CourmontFix erroneously commited chunk
2007-08-04 Rémi Denis-CourmontUse module_*
2007-08-04 Rémi Denis-CourmontUse module_IsCapable
2007-08-02 Jean-Baptiste Kempfqt4 - Menus: shortcuts modifications => Wiki
2007-08-02 Jean-Baptiste Kempfqt4 - HideMenus change position. Still don't know wheth...
2007-07-17 Jean-Baptiste KempfQt4: Systray Menu segfaults. Don't register the connect...
2007-07-08 Jean-Baptiste KempfQt4 - Menus and new icons. Remove the isCheckable optio...
2007-06-26 Jean-Baptiste KempfQt4 - Yet another icon for menus. Should be the last...
2007-06-24 Jean-Baptiste KempfQt4 - Add a folder opening option with an icon, due...
2007-06-18 Jean-Baptiste KempfQt4 - Yet another icon from Danko: Preferences.
2007-06-16 Jean-Baptiste KempfQt4 - Icons for the menus. Works from Danko Dolch again...
2007-06-11 Jean-Baptiste KempfQt4 - Menus: modify slightly the capture card icon...
2007-06-10 Jean-Baptiste KempfQt4 - Add Icons to the systray Menu bar.
2007-06-10 Jean-Baptiste KempfQt4 - A few more icons in the menus to make the GUI...
2007-06-05 Jean-Baptiste KempfQt4 - More icons for the menus.
2007-06-04 Jean-Baptiste KempfQt4 - Forgotten in previous commit.
2007-06-04 Jean-Baptiste Kempfqt4 - menus. Try to add some pictures to have more...
2007-06-02 Christophe MutricyCompile fix
next