- Mar 31, 2022
-
-
- Jun 04, 2021
-
-
Pierre Lamot authored
This is a preparatory commit
-
- Apr 11, 2020
-
-
Alexandre Janniaux authored
Those files could generated in implementation-specified location by build systems, as it's the behaviour of qmake based build system. In particular, meson implementation provides the same behaviour and it will be handled automatically, thus having a full path makes the file not found with meson. Use local-path and specify all include directories to simulate this. New files must not have the same filename as existing ones.
-
- Feb 29, 2020
-
-
- Dec 17, 2019
-
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jul 05, 2019
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jan 17, 2019
-
-
Steve Lhomme authored
-
- Apr 27, 2018
-
-
Hugo Beauzée-Luyssen authored
This causes recent moc versions to consider the file empty, thus not generating anything.
-
- Jul 23, 2017
-
-
Rémi Denis-Courmont authored
-
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
-