vibhoothiiaanand@derpBox ~/v/vlc> git log --author="vibhoothiiaanand@gmail.com" --pretty=tformat: --numstat | |
4 5 modules/gui/macosx/VLCLibraryView.m | |
1 4 modules/gui/macosx/VLCMainWindow.h | |
4 36 modules/gui/macosx/VLCMainWindow.m | |
14 14 extras/package/macosx/VLC.xcodeproj/project.pbxproj | |
4 4 modules/gui/macosx/Makefile.am | |
1 1 modules/gui/macosx/UI/{VLCMainWindowCollectionViewItem.xib => VLCLibraryView.xib} | |
2 2 modules/gui/macosx/{VLCMainWindowDataModel.h => VLCLibraryItem.h} | |
2 2 modules/gui/macosx/{VLCMainWindowDataModel.m => VLCLibraryItem.m} | |
3 3 modules/gui/macosx/{VLCMainWindowCollectionViewItem.h => VLCLibraryView.h} | |
5 5 modules/gui/macosx/{VLCMainWindowCollectionViewItem.m => VLCLibraryView.m} | |
3 3 modules/gui/macosx/VLCMainWindow.h | |
7 6 modules/gui/macosx/VLCMainWindow.m | |
6 6 extras/package/macosx/VLC.xcodeproj/project.pbxproj | |
1 1 modules/gui/macosx/UI/VLCMainWindowCollectionViewItem.xib | |
1 1 modules/gui/macosx/VLCMainWindow.h | |
45 17 modules/gui/macosx/VLCMainWindow.m | |
1 1 modules/gui/macosx/VLCMainWindowCollectionViewItem.m | |
5 1 modules/gui/macosx/UI/VLCMainWindowCollectionViewItem.xib | |
3 0 modules/gui/macosx/VLCMainWindow.h | |
21 9 modules/gui/macosx/VLCMainWindow.m | |
14 5 modules/gui/macosx/VLCMainWindowCollectionViewItem.h | |
10 7 modules/gui/macosx/VLCMainWindowCollectionViewItem.m | |
4 1 modules/gui/macosx/VLCMainWindowDataModel.h | |
1 1 modules/gui/macosx/VLCMainWindow.h | |
15 42 modules/gui/macosx/VLCMainWindow.m | |
12 14 modules/gui/macosx/UI/VLCMainWindowCollectionViewItem.xib | |
1 1 modules/gui/macosx/VLCMainWindow.m | |
16 2 extras/package/macosx/VLC.xcodeproj/project.pbxproj | |
2 1 modules/gui/macosx/Makefile.am | |
29 0 modules/gui/macosx/VLCMainWindowDataModel.h | |
27 0 modules/gui/macosx/VLCMainWindowDataModel.m | |
55 40 modules/gui/macosx/UI/VLCMainWindowCollectionViewItem.xib | |
4 0 modules/gui/macosx/VLCMainWindow.m | |
28 30 modules/gui/macosx/UI/VLCMainWindowCollectionViewItem.xib | |
2 1 modules/gui/macosx/VLCMainWindow.h | |
43 5 modules/gui/macosx/VLCMainWindow.m | |
1 0 modules/gui/macosx/VLCMainWindowCollectionViewItem.h | |
3 2 modules/gui/macosx/VLCPlaylistInfo.m | |
91 9 modules/gui/macosx/UI/VLCMainWindowCollectionViewItem.xib | |
2 0 modules/gui/macosx/VLCMainWindowCollectionViewItem.h | |
13 17 modules/gui/macosx/VLCMainWindowCollectionViewItem.m | |
9 17 modules/gui/macosx/UI/MainWindow.xib | |
6 2 modules/gui/macosx/VLCMainWindow.h | |
69 2 modules/gui/macosx/VLCMainWindow.m | |
1 1 extras/package/macosx/build.sh | |
1 1 extras/package/macosx/configure.sh | |
6 4 modules/gui/macosx/Makefile.am | |
39 0 modules/gui/macosx/UI/VLCMainWindowCollectionViewItem.xib | |
34 0 modules/gui/macosx/VLCMainWindowCollectionViewItem.h | |
93 0 modules/gui/macosx/VLCMainWindowCollectionViewItem.m | |
36 1 extras/package/macosx/VLC.xcodeproj/project.pbxproj | |
3 325 modules/gui/macosx/UI/MainWindow.xib | |
6 87 modules/gui/macosx/VLCMainWindow.m | |
2 224 modules/gui/macosx/VLCMainWindow.m | |
2 101 modules/gui/macosx/VLCMainWindow.m | |
(END) | |
vibhoothiiaanand@derpBox ~/v/vlc> git log --author="vibhoothiiaanand@gmail.com" --oneline --shortstat | |
29278198c5 (HEAD -> libraryView2, gsoc/libraryView2) libraryView:Use only single instance of dataModel | |
3 files changed, 9 insertions(+), 45 deletions(-) | |
6224bf17b8 libraryView:Standarization of class Names | |
9 files changed, 41 insertions(+), 40 deletions(-) | |
264754b38f libraryView: Remove multiple instance of dataModel | |
5 files changed, 54 insertions(+), 26 deletions(-) | |
4531bbefd9 libraryView: MVC based libraryView with dummyData | |
6 files changed, 57 insertions(+), 23 deletions(-) | |
de3b523e77 libraryView: Minor cleanup of the mainWindow | |
2 files changed, 16 insertions(+), 43 deletions(-) | |
9124007942 libraryView: Fix all constraint issues of libraryView's item | |
2 files changed, 13 insertions(+), 15 deletions(-) | |
0bf55a2277 libraryView:Introduce a dataModel | |
4 files changed, 74 insertions(+), 3 deletions(-) | |
36cc211cee libraryView:Add and remove constraints of libraryView's Item | |
2 files changed, 59 insertions(+), 40 deletions(-) | |
aa3299f619 LibraryView: Introduce Thumbinails with videoTitle using ImageGenerator | |
5 files changed, 77 insertions(+), 38 deletions(-) | |
5298b5c712 libraryView: Add a popOver inside collectionView | |
3 files changed, 106 insertions(+), 26 deletions(-) | |
5980e67d2b MainWindow: Introduce libraryView | |
3 files changed, 84 insertions(+), 21 deletions(-) | |
13ef628702 extras: Hello macOS 10.11 | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
56bd830f4d macosx:Introduce VLCMainWindowCollectionViewItem cocoa class with XIB | |
4 files changed, 172 insertions(+), 4 deletions(-) | |
6b6879b540 extras: Introuduce new properties for VLC Xcode project | |
1 file changed, 36 insertions(+), 1 deletion(-) | |
c76cbf18ff macosx: Remove SplitView from interface builder | |
1 file changed, 3 insertions(+), 325 deletions(-) | |
5af5359a6a macosx: Remove splitView from VLCMainWindow.m | |
1 file changed, 6 insertions(+), 87 deletions(-) | |
5c1e88e036 macosx: Remove sidebar from VLCMainWindow.m | |
1 file changed, 2 insertions(+), 224 deletions(-) | |
88b2a5a4c9 macosx: Remove podcast from VLCMainWindow.m | |
1 file changed, 2 insertions(+), 101 deletions(-) | |
Job 64, 'git log --author="vibhoothiiaan…' has stopped | |
vibhoothiiaanand@derpBox ~/v/vlc> | |
vibhoothiiaanand@derpBox ~/v/vlc> git log gsoc/icecast#8 --author="vibhoothiiaanand@gmail.com" --pretty=tformat: --numstat | |
63 68 modules/gui/macosx/UI/ConvertAndSave.xib | |
3 325 modules/gui/macosx/UI/MainWindow.xib | |
6 87 modules/gui/macosx/VLCMainWindow.m | |
2 224 modules/gui/macosx/VLCMainWindow.m | |
2 101 modules/gui/macosx/VLCMainWindow.m | |
3 5 modules/access_output/shout.c | |
162 89 modules/gui/macosx/UI/ConvertAndSave.xib | |
6 0 modules/gui/macosx/VLCConvertAndSaveWindowController.h | |
20 5 modules/gui/macosx/VLCConvertAndSaveWindowController.m | |
added lines: 267, removed lines: 904, total lines: -637 | |
vibhoothiiaanand@derpBox ~/v/vlc> git log gsoc/libraryView2 --author="vibhoothiiaanand@gmail.com" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }' - | |
added lines: 813, removed lines: 1064, total lines: -251 | |
vibhoothiiaanand@derpBox ~/v/vlc> git log gsoc/icecast#8 --author="vibhoothiiaanand@gmail.com" --oneline --shortstat | |
a0982d6d9f (origin/icecast#8, gsoctest/icecast#8, gsoc/icecast#8) macosx: Add new Updated constraints for Icecast panel | |
1 file changed, 63 insertions(+), 68 deletions(-) | |
3961389631 macosx: Remove SplitView from interface builder | |
1 file changed, 3 insertions(+), 325 deletions(-) | |
bc5a857590 macosx: Remove splitView from VLCMainWindow.m | |
1 file changed, 6 insertions(+), 87 deletions(-) | |
a4114e5b76 macosx: Remove sidebar from VLCMainWindow.m | |
1 file changed, 2 insertions(+), 224 deletions(-) | |
438669963c macosx: Remove podcast from VLCMainWindow.m | |
1 file changed, 2 insertions(+), 101 deletions(-) | |
27c34b5305 macosx:Introduce Icecast streaming service | |
1 file changed, 3 insertions(+), 5 deletions(-) | |
2745a17596 macosx:Introduce Icecast streaming service | |
3 files changed, 188 insertions(+), 94 deletions(-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment