- Jul 23, 2017
-
-
Rémi Denis-Courmont authored
(leaks are left untouched)
-
Rémi Denis-Courmont authored
-
- Feb 27, 2016
-
-
Jean-Baptiste Kempf authored
-
- Jan 05, 2015
-
-
Ludovic Fauvet authored
-
- Sep 03, 2014
-
-
Uwe L. Korn authored
Declaring a virtual function in a subclass as virtual may be a good documentation that we are overriding a method from the superclass but has no effect during compilation. With C++11, we can use the override keyword for this (which will even trigger a compiler error if we try to override a non-virtual function). To stay backwards-compatible, we use Qt5's Q_DECL_OVERRIDE macro to support C++ <11. Signed-off-by:
Tristan Matthews <le.businessman@gmail.com>
-
- Feb 14, 2014
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jul 28, 2010
-
-
ivoire authored
-
- Apr 15, 2010
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Dec 25, 2009
-
-
Use the generic singleton for Bookmarks, ErrorsDialog, extended dialog, GotoTime dialog, every help class, MediaInfo, Messages, OpenURL, Playlist, Plugin, Podcast configuration and VLM. Also fix some memleaks when quitting Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 15, 2009
-
-
Jean-Baptiste Kempf authored
-
- Mar 12, 2009
-
-
ivoire authored
-
- Feb 08, 2009
-
-
Overload toggleVisible() to update list with media from other interfaces. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Dec 30, 2008
-
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jul 28, 2008
-
-
Jean-Baptiste Kempf authored
- Add alias for most of the pixmpas. Separate in different folders. - Change some pixmaps - Close most of #852 - Close #1799 - Close #1780
-
- May 31, 2008
-
-
Rémi Denis-Courmont authored
-
- Mar 17, 2008
-
-
Jean-Baptiste Kempf authored
-
- Mar 02, 2008
-
-
Pierre authored
-
- Jan 28, 2008
-
-
Jean-Baptiste Kempf authored
-
- Jan 25, 2008
-
-
Jean-Baptiste Kempf authored
-
- Jan 24, 2008
-
-
Rafaël Carré authored
Reverts [24530] & [24531] (preprocessing related) , add $(DEFS) (-DHAVE_CONFIG_H) to moc command line
-
Jean-Baptiste Kempf authored
Qt4 - Fix Compilation on CYGWin. This is a quick fix but not a solution. Again, MOC isn't given HAVE_CONFIG_H so it can't understand ENABLE_VLM or ENABLE_UPDATE. MOCFLAGs would fix that ?
-
- Jan 23, 2008
-
-
Christophe Mutricy authored
-
Jean-Baptiste Kempf authored
Qt4 - Put the dialog you are not likely to use during playback as QDialogs, meaning centered on MainInterface. VLM, Preferences, Errors, Podcast_Conf, GotoTime, Help.
-
- Jan 13, 2008
-
-
Jean-Baptiste Kempf authored
-
- Jan 12, 2008
-
-
Jean-Baptiste Kempf authored
-
- Dec 22, 2007
-
-
Jean-Baptiste Kempf authored
Qt4 - Use a main instance of Sout for VLM. Clean DP since all dialogs (except Bookmarks that won't be done...) are done.
-
- Dec 21, 2007
-
-
Jean-Baptiste Kempf authored
Qt4 - VLM: select input from the OpenDialog, using the existing OpenDialog and not creating new one. :D
-
- Dec 15, 2007
-
-
Jean-Baptiste Kempf authored
Qt4 - VLM. enable/disable from the list controls the VLM. small fixes and correction of VLM requests.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Dec 14, 2007
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Qt4 - VLM improvements... Classing for the three kind of objects, more property editing and less segfaults (though there is one I have nooo clue ).
-
- Dec 11, 2007
-
-
Jean-Baptiste Kempf authored
Qt4 - Rewrite of the VLM Dialog. It features a list on the left of the VLM object, and a right pane to see them in details. Creation and modification is doable. This is not yet a VCR, but it could be :D The code is way not finished and uncleaned, but feel free to improve. Only Brodcast elements have a start of code.
-
- Dec 10, 2007
-
-
Jean-Baptiste Kempf authored
-
- Dec 06, 2007
-
-
Jean-Baptiste Kempf authored
-
- Nov 26, 2007
-
-
Jean-Baptiste Kempf authored
-
- Oct 11, 2007
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Sep 17, 2007
-
-
Jean-Baptiste Kempf authored
-
- Sep 10, 2007
-
-
Rafaël Carré authored
-