Changeset 124 for smplayer/trunk/src/videopreview
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/src/videopreview/main.cpp
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify -
smplayer/trunk/src/videopreview/videopreview.cpp
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify -
smplayer/trunk/src/videopreview/videopreview.h
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify -
smplayer/trunk/src/videopreview/videopreview.pro
r113 r124 1 1 CONFIG += debug 2 2 3 HEADERS = ../ filechooser.h videopreviewconfigdialog.h videopreview.h4 SOURCES = ../ filechooser.cpp videopreviewconfigdialog.cpp videopreview.cpp main.cpp3 HEADERS = ../lineedit_with_icon.h ../filechooser.h videopreviewconfigdialog.h videopreview.h 4 SOURCES = ../lineedit_with_icon.cpp ../filechooser.cpp videopreviewconfigdialog.cpp videopreview.cpp main.cpp 5 5 6 FORMS = ../filechooser.uivideopreviewconfigdialog.ui6 FORMS = videopreviewconfigdialog.ui 7 7 8 8 INCLUDEPATH += .. -
smplayer/trunk/src/videopreview/videopreviewconfigdialog.cpp
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 25 25 setupUi(this); 26 26 27 connect(filename_edit ->lineEdit(), SIGNAL(textChanged(const QString &)),27 connect(filename_edit, SIGNAL(textChanged(const QString &)), 28 28 this, SLOT(filenameChanged(const QString &)) ); 29 29 -
smplayer/trunk/src/videopreview/videopreviewconfigdialog.h
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify
Note:
See TracChangeset
for help on using the changeset viewer.