]> git.sesse.net Git - vlc/history - modules/gui
Coding convention
[vlc] / modules / gui /
2008-02-26 Rémi DuraffortCoding convention
2008-02-26 Rémi DuraffortFix a little bug with the playlist interface (items...
2008-02-26 Rémi DuraffortFix the issue with the order of the item in the playlis...
2008-02-26 Rémi DuraffortFix a little bug with the sorting in the interface
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-CourmontCompile fix
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-25 Jean-Baptiste KempfQt4 - remove some unused code.
2008-02-25 Jean-Baptiste KempfQt4 - Fix art display in the bgWidget, fix one volume...
2008-02-25 Jean-Baptiste KempfQt4 - SPrefs, add an option for saving volume on exit...
2008-02-25 Jean-Baptiste KempfQt4 - Input Manager: cleanup, fix behaviour of enableVi...
2008-02-25 Jean-Baptiste KempfQt4 - Remove stupid this->
2008-02-25 Jean-Baptiste KempfQt4 - Better behaviour for the left panel of the playlist.
2008-02-25 Jean-Baptiste KempfQt4 - documentation on includes priorities.
2008-02-25 Rafaël Carrécosmetics + evil (?) -> hack (objective C definitely...
2008-02-25 Rafaël Carréfix update code in macosx gui
2008-02-24 Pierre d'Herbemontqt4: Finish res.qrc->vlc.qrc renaming. (Fix podcast...
2008-02-24 Pierre d'Herbemontgui/macosx/interaction.m: Don't destroy twice the window.
2008-02-24 Rafaël Carréremove buggy and inconsistent intf-switch
2008-02-23 Pierre d'Herbemontmodules/gui/macosx.m: Make sure the module will termina...
2008-02-23 Pierre d'Herbemontqt4: Rename res.qrc to vlc.qrc to match default cmake...
2008-02-21 Rafaël Carréminimal_macosx need to run on the 1st thread to be...
2008-02-21 Rafaël Carréprefer macosx interface over qt4
2008-02-21 Jean-Baptiste KempfQt4 - Playlist: fix the resizing of the QSPlitter conta...
2008-02-21 Jean-Baptiste KempfQt4 - IM. cosmetic.
2008-02-21 Jean-Baptiste KempfQt4 - change severity of debug.
2008-02-21 Jean-Baptiste KempfQt4 - try to reset the Rate when input is done.
2008-02-20 Damien Fouilleulmacosx: fix compile/runtime warnings
2008-02-20 Damien FouilleulMacOSX: fix macosx-embedded -> embedded-video migration
2008-02-18 Jean-Baptiste KempfQt4 - Fix display bug using the Sout dialog.
2008-02-13 Rémi DuraffortChek return asprintf value.
2008-02-13 Jean-Baptiste KempfQt4 - Menus: VLM is Ctrl+W now.
2008-02-13 Felix Paul Kühneqt4/macosx: fixed the embedded vout setting
2008-02-13 Felix Paul Kühnemacosx: implemented the Video category of the SimplePre...
2008-02-13 Felix Paul Kühnemacosx: removed the 'macosx-embedded' setting. It's...
2008-02-13 Ilkka Ollakkaadd rate-change variable in core to inform when rate...
2008-02-13 Jean-Baptiste KempfQt4 - Actually implement double-click on speed does...
2008-02-13 Ilkka Ollakkaquick hack to get rate-faster/slower to react in qt4...
2008-02-12 Rémi DuraffortAdd an "update button" to update the modules tree.
2008-02-12 Jean-Baptiste KempfQt4 - Clean a bit the debug.
2008-02-12 Jean-Baptiste KempfQt4 - small fixes... Remove one redondant connect,...
2008-02-12 Jean-Baptiste KempfQt4 - Change the event numbers and add more debug to...
2008-02-11 Jean-Baptiste KempfQt4 - Open Disk. Provide a button to eject the disk...
2008-02-11 Jean-Baptiste KempfQt4 - Try to minimize the callbacks. Just commenting...
2008-02-11 Jean-Baptiste KempfQt4 - network policy in Sprefs and in privacy policy...
2008-02-11 Jean-Baptiste KempfQt4 - Put the default header to 39 in the playlist.
2008-02-11 Ilkka Ollakkashow default info in playlist if i_showflag is too...
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-02-10 Jean-Baptiste KempfQt4 - cosmetic.
2008-02-10 Ilkka OllakkaAdd state-callback to check item-change, change playlis...
2008-02-10 Jean-Baptiste KempfQt4 - save the mainInterface size only if there was...
2008-02-10 Jean-Baptiste KempfQt4 - Destroy correctly the qt4 interface when used...
2008-02-10 Jean-Baptiste KempfQt4 - beginning of cleaning correctly the DP.
2008-02-10 Jean-Baptiste KempfQt4 - Remove trailing spaces...
2008-02-10 Jean-Baptiste KempfQt4 - Messages. Simplification and extend the tree...
2008-02-10 Jean-Baptiste KempfQt4 - setToolTip on the rateLabel.
2008-02-10 Jean-Baptiste KempfQt4 - Windows, try to fix the Open Containing Folder...
2008-02-10 Jean-Baptiste KempfQt4 - SoundSlider setToolTip only in the correct range.
2008-02-10 Jean-Baptiste KempfQt4 - tree: remove the \n at the end of each line...
2008-02-09 Rémi DuraffortReplace the button to the right place.
2008-02-09 Felix Paul Kühnemacosx: same as previous commit plus revert of [24799...
2008-02-09 Felix Paul Kühnemacosx: fully implemented the interface and audio categ...
2008-02-09 Rémi DuraffortWrap the code and remove unnecessary line.
2008-02-09 Rémi DuraffortHide the header bar of the Tree.
2008-02-08 Rémi DuraffortAdd the tree of the modules loaded in the messages...
2008-02-08 Jean-Baptiste KempfQt4 - Fix compil if you don't have update-check.
2008-02-08 Jean-Baptiste KempfQt4 - Switch the HelpDialog to a QVLCFrame, save size...
2008-02-08 Jean-Baptiste KempfQt4 - Same for Bookmark Dialog Ref. #1374
2008-02-08 Jean-Baptiste KempfQt4 - Save Extended panel size/pos in the good way...
2008-02-08 Jean-Baptiste KempfQt4 - add a file to document a few things, especially...
2008-02-08 Jean-Baptiste KempfQt4 - Save Message Dialog position and Size on quit...
2008-02-08 Jean-Baptiste KempfQt4 - Permit QVLCFrame to have empty default size and...
2008-02-08 Jean-Baptiste KempfQt4 - Fix mediaInfoPanel in most (all?) of the situatio...
2008-02-08 Jean-Baptiste KempfQt4 - Add more debug to inputManager events.
2008-02-08 Jean-Baptiste KempfQt4 - Fix the VLM Input selection
2008-02-08 Jean-Baptiste KempfQt4 - remove debug.
2008-02-08 Jean-Baptiste KempfQt4 - Include fix
2008-02-08 Jean-Baptiste KempfQt4 - Remove the qt-pl-showflags from preferences and...
2008-02-08 Jean-Baptiste KempfQt4 - SPrefs: start the volume of the audio panel at...
2008-02-08 Jean-Baptiste KempfQt4 - Minimum size for help dialog.
2008-02-08 Jean-Baptiste KempfQt4 - Menu: consistency for update dialog.
2008-02-07 Christophe MutricyDistribute update.m and update.m
2008-02-07 Jean-Baptiste KempfQt4 - Fix the "sound slider moves at first time, even...
2008-02-07 Jean-Baptiste KempfQt4 - SoundSlider. Enable MouseTracking and show a...
2008-02-07 Jean-Baptiste KempfQt4 - MI: remove unneeded variables that weren't cleare...
2008-02-07 Jean-Baptiste KempfQt4 - Resizing changes. Part 1
2008-02-06 Jean-Baptiste KempfQt4 - Try to force the IM to show the name in DVD titles...
2008-02-06 Christophe MutricyMissing "
2008-02-05 Jean-Baptiste KempfQt4 - Update: clean and message Debug. My fault for...
2008-02-03 Rémi DuraffortAdd a public function to create the p_update struct.
2008-02-03 Rémi Denis-CourmontWe don't check for limits.h, so don't use HAVE_LIMITS_H
2008-02-03 Felix Paul Kühnemacosx: GUI demo of Simple Preferences showing the...
2008-02-02 Felix Paul Kühneqt4 - ehm, I did neither resize the windows nor wanted...
2008-02-02 Felix Paul Kühneqt4 - some string unifications. Open for comments.. ;)
2008-02-02 Antoine CellerierCapture devices interface changes: put v4l2 before...
2008-02-02 Antoine CellerierAdd a missing word.
2008-02-02 Jean-Baptiste KempfQt4- DOn't assumer string has been included
2008-02-01 Jean-Baptiste KempfQt4 - Use qtu() and no stdString
2008-02-01 Rémi DuraffortFix previous commit.
2008-02-01 Rémi DuraffortCompilation fix for Qt4.2
next