]> git.sur5r.net Git - minitube/commit
Initial import
authorFlavio Tordini <flavio.tordini@gmail.com>
Wed, 17 Jun 2009 14:23:45 +0000 (16:23 +0200)
committerFlavio Tordini <flavio.tordini@gmail.com>
Wed, 17 Jun 2009 14:23:45 +0000 (16:23 +0200)
commit5292732687187d91db89a2220b190f9e6b8024c8
treee6296465adb0cc6a693278452f6129c45c671286
Initial import
107 files changed:
.gitignore [new file with mode: 0644]
CHANGES [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Info.plist [new file with mode: 0644]
LICENSE [new file with mode: 0644]
TODO [new file with mode: 0644]
images/app.png [new file with mode: 0644]
images/go-down.png [new file with mode: 0644]
images/go-previous.png [new file with mode: 0644]
images/go-up.png [new file with mode: 0644]
images/internet-web-browser.png [new file with mode: 0644]
images/pause.png [new file with mode: 0644]
images/play.png [new file with mode: 0644]
images/skip.png [new file with mode: 0644]
images/stop.png [new file with mode: 0644]
images/view-fullscreen.png [new file with mode: 0644]
locale/calculate_completion.sh [new file with mode: 0755]
locale/it_IT.ts [new file with mode: 0644]
locale/locale.pri [new file with mode: 0644]
locale/lupdate.sh [new file with mode: 0755]
locale/pt_BR.ts [new file with mode: 0644]
locale/ru_RU.ts [new file with mode: 0644]
minitube.icns [new file with mode: 0644]
minitube.pro [new file with mode: 0755]
resources.qrc [new file with mode: 0755]
src/AboutView.cpp [new file with mode: 0644]
src/AboutView.h [new file with mode: 0644]
src/Constants.h [new file with mode: 0755]
src/ListModel.cpp [new file with mode: 0755]
src/ListModel.h [new file with mode: 0755]
src/MainWindow.cpp [new file with mode: 0755]
src/MainWindow.h [new file with mode: 0755]
src/MediaView.cpp [new file with mode: 0644]
src/MediaView.h [new file with mode: 0644]
src/SearchView.cpp [new file with mode: 0644]
src/SearchView.h [new file with mode: 0644]
src/SettingsView.cpp [new file with mode: 0644]
src/SettingsView.h [new file with mode: 0644]
src/View.h [new file with mode: 0644]
src/faderwidget/FaderWidget.cpp [new file with mode: 0644]
src/faderwidget/FaderWidget.h [new file with mode: 0644]
src/global.h [new file with mode: 0644]
src/iconloader/.svn/entries [new file with mode: 0644]
src/iconloader/.svn/format [new file with mode: 0644]
src/iconloader/.svn/text-base/qticonloader.cpp.svn-base [new file with mode: 0644]
src/iconloader/.svn/text-base/qticonloader.h.svn-base [new file with mode: 0644]
src/iconloader/qticonloader.cpp [new file with mode: 0644]
src/iconloader/qticonloader.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0755]
src/minisplitter.cpp [new file with mode: 0644]
src/minisplitter.h [new file with mode: 0644]
src/networkaccess.cpp [new file with mode: 0644]
src/networkaccess.h [new file with mode: 0644]
src/playlist/PrettyItemDelegate.cpp [new file with mode: 0644]
src/playlist/PrettyItemDelegate.h [new file with mode: 0644]
src/playlistwidget.cpp [new file with mode: 0644]
src/playlistwidget.h [new file with mode: 0644]
src/qtsingleapplication/QtLockedFile [new file with mode: 0644]
src/qtsingleapplication/QtSingleApplication [new file with mode: 0644]
src/qtsingleapplication/qtlocalpeer.cpp [new file with mode: 0644]
src/qtsingleapplication/qtlocalpeer.h [new file with mode: 0644]
src/qtsingleapplication/qtlockedfile.cpp [new file with mode: 0644]
src/qtsingleapplication/qtlockedfile.h [new file with mode: 0644]
src/qtsingleapplication/qtlockedfile_unix.cpp [new file with mode: 0644]
src/qtsingleapplication/qtlockedfile_win.cpp [new file with mode: 0644]
src/qtsingleapplication/qtsingleapplication.cpp [new file with mode: 0644]
src/qtsingleapplication/qtsingleapplication.h [new file with mode: 0644]
src/qtsingleapplication/qtsingleapplication.pri [new file with mode: 0644]
src/qtsingleapplication/qtsinglecoreapplication.cpp [new file with mode: 0644]
src/qtsingleapplication/qtsinglecoreapplication.h [new file with mode: 0644]
src/qtsingleapplication/qtsinglecoreapplication.pri [new file with mode: 0644]
src/searchlineedit.cpp [new file with mode: 0644]
src/searchlineedit.h [new file with mode: 0644]
src/searchparams.cpp [new file with mode: 0644]
src/searchparams.h [new file with mode: 0644]
src/spacer.cpp [new file with mode: 0644]
src/spacer.h [new file with mode: 0644]
src/thlibrary/imageblur.cpp [new file with mode: 0644]
src/thlibrary/imageblur.h [new file with mode: 0644]
src/thlibrary/thaction.cpp [new file with mode: 0644]
src/thlibrary/thaction.h [new file with mode: 0644]
src/thlibrary/thactiongroup.cpp [new file with mode: 0644]
src/thlibrary/thactiongroup.h [new file with mode: 0644]
src/thlibrary/thblackbar.cpp [new file with mode: 0644]
src/thlibrary/thblackbar.h [new file with mode: 0644]
src/thlibrary/thblackbutton.cpp [new file with mode: 0644]
src/thlibrary/thblackbutton.h [new file with mode: 0644]
src/thlibrary/thimage.cpp [new file with mode: 0644]
src/thlibrary/thimage.h [new file with mode: 0644]
src/thlibrary/thlibrary.pri [new file with mode: 0644]
src/thlibrary/thpainter.cpp [new file with mode: 0644]
src/thlibrary/thpainter.h [new file with mode: 0644]
src/updatechecker.cpp [new file with mode: 0644]
src/updatechecker.h [new file with mode: 0644]
src/urllineedit.cpp [new file with mode: 0644]
src/urllineedit.h [new file with mode: 0644]
src/video.cpp [new file with mode: 0644]
src/video.h [new file with mode: 0644]
src/videomimedata.cpp [new file with mode: 0644]
src/videomimedata.h [new file with mode: 0644]
src/videowidget.cpp [new file with mode: 0644]
src/videowidget.h [new file with mode: 0644]
src/youtubesearch.cpp [new file with mode: 0644]
src/youtubesearch.h [new file with mode: 0644]
src/youtubestreamreader.cpp [new file with mode: 0644]
src/youtubestreamreader.h [new file with mode: 0644]
svg/tv.svg [new file with mode: 0644]