]> git.sesse.net Git - vlc/history - modules/gui
NEWS: Removal of modules
[vlc] / modules / gui /
2009-08-20 Jakob Lebenqt4 playlist: don't rebuild on move (finally!) + refres...
2009-08-20 Jakob Lebenqt4 playlist: fix crash at "vlc --no-media-library"
2009-08-19 Geoffroy CouprieWin7: add support for the taskbar's "oh, look, it's...
2009-08-19 Geoffroy CouprieMove the additional headers to include/vlc_windows_inte...
2009-08-19 Geoffroy Coupriewince: if you want to mess with the code, at least...
2009-08-19 Rémi Denis-Courmontncurses: wild access to psz_object_name
2009-08-19 Rémi Denis-CourmontQt4: wild reference to psz_object_name
2009-08-19 Jakob Lebenqt4: make PLModel::getItem inline
2009-08-19 Jakob Lebenqt4: helper function PLItem * getItem( const QModelInde...
2009-08-19 Felix Paul Kühnemacosx: remove previous updater code as it is now repla...
2009-08-19 Jakob Lebenqt4: prevent moving a node into itself
2009-08-19 Jakob Lebenqt4: move item removal from PLItem to PLModel...
2009-08-19 Jakob Lebenqt4 playlist: simplify view notification, don't rebuild...
2009-08-19 Pierre d'Herbemontncurses: Remove unused variables.
2009-08-19 Jakob Lebenqt4 playlist: make popup Add Node and Sort operate...
2009-08-19 Jakob Lebenqt4 playlist: refactor meta data retrieval and show...
2009-08-18 Rafaël Carréncurses: make file browser open files
2009-08-18 Ilkka Ollakkaqt4: don't rebuild playlist-model from start when addin...
2009-08-18 Ilkka Ollakkaqt4: don't look currentItem when creating PLModel
2009-08-18 Jakob Lebenqt4: let the main popup menu take ownership of the...
2009-08-18 Rémi Denis-Courmontskins2: assume Unicode filesystem on Windows
2009-08-18 Jakob LebenQt4: implement PLModel::popupSort[Asc/Desc]()
2009-08-18 Ilkka Ollakkaqt4: gotoPLayingItem get's current index from model...
2009-08-18 Ilkka Ollakkaqt4: lock playlist littlebit later
2009-08-18 Ilkka Ollakkaqt4: you don't need to sort on invalid index
2009-08-18 Ilkka Ollakkaqt4: enable dragging from everywhere
2009-08-18 Ilkka Ollakkaqt4: little tweaking on PLModel::flags on playlist...
2009-08-18 Jakob LebenQt4: use translations in Add Node dialog
2009-08-18 Jakob LebenQt4: allow adding node under playlist root item
2009-08-18 Jakob LebenQt4: implement PLModel::popupAddNode()
2009-08-18 Jakob Leben[PATCH] playlist, Qt4: new playlist_TreeMoveMany()
2009-08-18 Jean-Baptiste KempfQt: use a QGridLayout for the core of central Widget...
2009-08-18 Jakob LebenQt4: correct the check whether item is node
2009-08-17 Ilkka Ollakkaqt4: cleanup plitem
2009-08-17 Rémi Duraffortqt4: fix a typo.
2009-08-16 Rémi Denis-CourmontQt4: hide button release from video widget too
2009-08-16 Rémi Denis-CourmontQt4: make video widget not eat mouse click events
2009-08-16 Rémi Denis-CourmontQt4: process FSC key event in the main interface (facto...
2009-08-16 Rémi Denis-CourmontQt4: forward video key presses to main interface for...
2009-08-16 Ilkka Ollakkaqt4: try to minimise time code keeps playlist global...
2009-08-16 Ilkka Ollakkaqt4: remove basicly empty PLItem::update and refactor...
2009-08-16 Ilkka Ollakkaqt4: add myself to authors of playlist_model
2009-08-16 Ilkka Ollakkaqt4: remove model from PLItem, and do emitting signals...
2009-08-16 Ilkka Ollakkaqt4: no need to store input-type, as we can get it...
2009-08-16 Ilkka Ollakkaqt4: store showflags in playlist_model instead every...
2009-08-16 Ilkka Ollakkaqt4: remove b_is_node and use childCount() > 0 instead...
2009-08-16 Ilkka Ollakkaqt4: add forgotten check so we don't try to get stuff...
2009-08-16 Felix Paul Kühnemacosx: VLC (should) support RTMP streams now
2009-08-16 Felix Paul Kühnemacosx: unify my mail address
2009-08-16 Ilkka Ollakkaqt4: add reseting currentItem to NULL in rebuild()...
2009-08-16 Ilkka Ollakkaqt4: playlist_model, set current to NULL if currentitem...
2009-08-16 Ilkka OllakkaQt4: remove b_current and store current PLItem in playl...
2009-08-14 Ilkka OllakkaRevert "Qt4: remove b_current on PLItem, and store...
2009-08-14 Ilkka OllakkaQt4: correct 3cddf245543afb17406a2017764d73167fa6bd86
2009-08-14 Ilkka OllakkaQt4: remove b_current on PLItem, and store currentIndex...
2009-08-14 Ilkka OllakkaQt4: remove i_input_id from PLItem
2009-08-14 Erwan Tulouqt4: CoverArtLabel and BackgroundWidget improvments
2009-08-14 Ludovic FauvetQt: Fix the bug where the volume was losing 1% at each...
2009-08-13 Rémi Denis-CourmontMissing inline
2009-08-13 Rémi Denis-CourmontInit order
2009-08-13 Rémi Denis-CourmontMissing const
2009-08-13 Rémi Denis-CourmontSuggested parenthesis
2009-08-13 Rémi Denis-CourmontInit order
2009-08-13 Rémi Denis-CourmontAssert against use of unitialized variable
2009-08-13 Rémi Denis-CourmontUnused variable
2009-08-13 Rémi Denis-CourmontUnused variable
2009-08-13 Ilkka OllakkaQt4: move fullscreen window on current viewport
2009-08-13 Rémi Denis-CourmontpaintEvent is not useful anymore
2009-08-13 Rémi Denis-CourmontQt4: only the actual video "needs" to turn off compositing
2009-08-13 Rémi Denis-CourmontQt4: synchronize X display
2009-08-13 Ilkka OllakkaQt4: PLItem cleanup
2009-08-13 Jakob LebenQt4 playlist: take 2: fix segfault and other enhancements
2009-08-13 Ilkka OllakkaQt4: playlist_item, forgotten dec_ref
2009-08-13 Ilkka OllakkaQt4: typo in playlist_item
2009-08-13 Ilkka OllakkaQt4: add mutex-lockin when accessing selector-names
2009-08-13 Ilkka OllakkaQt4: store input_item_t* in plitem and handle metadata...
2009-08-13 Ilkka OllakkaQt4: change metaChanged signal from id to input_item_t*
2009-08-12 Laurent AimarForced "on top" to the video widget in Qt4 while in...
2009-08-12 Rémi Denis-CourmontQt4: avoid transient window glitch when leaving full...
2009-08-12 Rémi Denis-CourmontDummy debug
2009-08-12 Rémi Denis-CourmontQt4 window: full-screen support
2009-08-12 Rémi Denis-CourmontQt4: fix race in requestVideo and simplify
2009-08-12 Pierre YnardQt4: fix typo
2009-08-11 Jakob LebenQt4 playlist: fix crash when deleting nodes and their...
2009-08-11 Francois CartegnieGUI: sprefs_audio hide lastfm when not checked
2009-08-11 Jean-Baptiste KempfShow stylesCombo only on Linux and Win32-debug
2009-08-11 Jean-Baptiste KempfAllow to select the style of Qt in Simple preferences.
2009-08-11 Erwan Tulouqt4(preferences): add a preview image for skins (simila...
2009-08-11 Jakob LebenQT4 playlist: even better DragNDrop policy
2009-08-08 Jakob LebenQt4 Playlist: Disable dropping on non-container items
2009-08-08 Jakob LebenQt4 Playlist: Disable moving items into top level of...
2009-08-06 Rémi Denis-CourmontRemove broken lrint hack (fix: #3030)
2009-08-04 Rémi Denis-CourmontQt4: determine saved playlist format from selected...
2009-08-04 Rémi Denis-Courmontrtsp-caching is in live555 plugin
2009-08-04 Felix Paul Kühnemacosx: minor ui changes
2009-08-03 Rafaël Carréncurses: lock playlist in open box
2009-08-03 Jean-Baptiste KempfQt4: save only the family of the font
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.
next