[vlc-commits] macosx: fix compilation with legacy SDK versions

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Apr 29 19:38:22 2019 +0200| [a30f1f9a409dcc9d0f1c039018d3be61d7d89a6b] | committer: Felix Paul Kühne macosx: fix compilation with legacy SDK versions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a30f1f9a409dcc9d0f1c039018d3be61d7d89a6b

[vlc-commits] macosx/media-source: split data source to designated class

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Apr 22 21:09:21 2019 +0200| [5b6707ba80c6a1d8aced28f5771e14d4693afa8e] | committer: Felix Paul Kühne macosx/media-source: split data source to designated class >

[vlc-commits] macosx/player: add missing locking

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Apr 27 23:27:37 2019 +0200| [30401017d281ec102777d3d008eba6e20801386a] | committer: Felix Paul Kühne macosx/player: add missing locking > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30401017d281ec102777d3d008eba6e20801386a ---

[vlc-commits] macosx: add custom view to show images

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 21 20:13:31 2019 +0200| [2f12c304ac13d01d059ebbc61a138f6640b79d2e] | committer: Felix Paul Kühne macosx: add custom view to show images This custom class allows a plethora of content gravities like its UIKit equivaltent >

[vlc-commits] macosx/library: introduce modes and a very basic audio media representation

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 21 19:20:43 2019 +0200| [72d032eb5a6894b435b30d09b5b575eac8439a50] | committer: Felix Paul Kühne macosx/library: introduce modes and a very basic audio media representation >

[vlc-commits] macosx/menu: remove last occurence of vlc_object_release (closes #22204)

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 28 11:41:09 2019 +0200| [87bd714c4975daa02a0b6f1ad5e0318f213a5cfe] | committer: Felix Paul Kühne macosx/menu: remove last occurence of vlc_object_release (closes #22204) >

[vlc-commits] macosx/library: add right-click menu

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Apr 20 12:17:35 2019 +0200| [57c2c462859d7c48a8bf1c6858fda3c7e0bc29ab] | committer: Felix Paul Kühne macosx/library: add right-click menu > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57c2c462859d7c48a8bf1c6858fda3c7e0bc29ab ---

[vlc-commits] macosx/library: expose annotation information in video section

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 28 16:17:01 2019 +0200| [83bc2b9e998d8f2c590aff80765e0c7b2d63] | committer: Felix Paul Kühne macosx/library: expose annotation information in video section >

[vlc-commits] macosx/library: generate thumbnails as needed and update view representation once done

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Apr 27 19:38:40 2019 +0200| [1680fed9b1e6da3066f4c05ec991f4370c61eef1] | committer: Felix Paul Kühne macosx/library: generate thumbnails as needed and update view representation once done >

[vlc-commits] macosx/library: make video cells match desired appearance

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 28 14:07:54 2019 +0200| [005b007f9a5e825c2ca92f49cf1d9de7dd854f98] | committer: Felix Paul Kühne macosx/library: make video cells match desired appearance >

[vlc-commits] macosx/library management: make sure to show decoded URLs

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 28 15:41:20 2019 +0200| [e2e2b636162c221b84740193242c5a3672c25d05] | committer: Felix Paul Kühne macosx/library management: make sure to show decoded URLs >

[vlc-commits] macosx: remove unnecessary deinitialize calls (fixes #21914)

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Apr 27 19:49:44 2019 +0200| [66c49cf911d2b548ff1112d885ebddfd743f8dab] | committer: Felix Paul Kühne macosx: remove unnecessary deinitialize calls (fixes #21914) The macOS interface is deallocated after the player/playlist, so we need to

[vlc-commits] macosx/library data types: expose show episodes, movies and album tracks

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 21 18:45:55 2019 +0200| [a1006afe5e8e0b0dc9064d221bdc5ef971319857] | committer: Felix Paul Kühne macosx/library data types: expose show episodes, movies and album tracks >

[vlc-commits] macosx/playlist: add API to append items if we already have an input item

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Apr 27 17:09:40 2019 +0200| [7f9a2f8a848edb7c2fcf671387e4b193f89a4160] | committer: Felix Paul Kühne macosx/playlist: add API to append items if we already have an input item >

[vlc-commits] macosx/library: implement playmode controls

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 28 18:40:49 2019 +0200| [f07cd5f7b76ee3b7c1e6f50b680ea3a68f4bf162] | committer: Felix Paul Kühne macosx/library: implement playmode controls > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f07cd5f7b76ee3b7c1e6f50b680ea3a68f4bf162 ---

[vlc-commits] macosx/library: add abstraction for entry points

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Apr 27 20:06:51 2019 +0200| [e72372d937fd2f29228658a95ebe297b5e169d08] | committer: Felix Paul Kühne macosx/library: add abstraction for entry points > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e72372d937fd2f29228658a95ebe297b5e169d08

[vlc-commits] macosx/library: allow playback of media

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Apr 27 17:15:56 2019 +0200| [41ca75a09e4672a8de4d632d3c2739b0dd11ffe2] | committer: Felix Paul Kühne macosx/library: allow playback of media This can be done through preliminary buttons or the right-click menu This commit also moves logic from

[vlc-commits] macosx/library: show list of videos known to the library

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri Apr 19 18:36:41 2019 +0200| [787defaa5ed5f5b1179edd40a41a2dd3d0e1f9fc] | committer: Felix Paul Kühne macosx/library: show list of videos known to the library >

[vlc-commits] macosx/playlist: add chrome based on design

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 28 17:20:21 2019 +0200| [2bd7b3e5210fedc6d5c4fec88b162af48d9caa04] | committer: Felix Paul Kühne macosx/playlist: add chrome based on design > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2bd7b3e5210fedc6d5c4fec88b162af48d9caa04 ---

[vlc-commits] macosx: add window to manage library folders

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Apr 27 20:21:07 2019 +0200| [d13b51222b83721487d7c8aadce2142e91caeeff] | committer: Felix Paul Kühne macosx: add window to manage library folders > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d13b51222b83721487d7c8aadce2142e91caeeff ---

[vlc-commits] macosx/media source: switch to a collection view with a custom cell for representation

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Apr 24 19:18:35 2019 +0200| [fbad22a6049612761c500ff9bcbef02f57c724f2] | committer: Felix Paul Kühne macosx/media source: switch to a collection view with a custom cell for representation >

[vlc-commits] macosx: add template classes for colors and fonts

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 28 12:35:31 2019 +0200| [ff756796eafb3a12eedc22119dcfeeaf5d9a0186] | committer: Felix Paul Kühne macosx: add template classes for colors and fonts >

[vlc-commits] macosx/media source: expose preparsing of media within a tree

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Apr 22 20:25:53 2019 +0200| [9f38aeb6fb3a080583746c4f85604b57a8f294de] | committer: Felix Paul Kühne macosx/media source: expose preparsing of media within a tree >

[vlc-commits] macosx/playlist: use VLCImageView

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Apr 22 20:59:13 2019 +0200| [b22cc22b08850d7a01b682cbb2da616ab21abf40] | committer: Felix Paul Kühne macosx/playlist: use VLCImageView > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b22cc22b08850d7a01b682cbb2da616ab21abf40 ---

[vlc-commits] macosx/media-source: add API wrapper

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 21 20:50:32 2019 +0200| [9d619a74fb2f5e1953234944752f68a50c7b0125] | committer: Felix Paul Kühne macosx/media-source: add API wrapper > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d619a74fb2f5e1953234944752f68a50c7b0125 ---

[vlc-commits] macosx/library: add basic SD representation

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Apr 22 14:11:24 2019 +0200| [c50c777dadcbbee0068f37ef6eb249d2ed871c21] | committer: Felix Paul Kühne macosx/library: add basic SD representation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c50c777dadcbbee0068f37ef6eb249d2ed871c21 ---

[vlc-commits] macosx/library: use custom image view to show artwork

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 21 20:15:32 2019 +0200| [86470dcce8e502c3f806ac31482bf8d6c734acfc] | committer: Felix Paul Kühne macosx/library: use custom image view to show artwork >

[vlc-commits] macosx/library: split data types to their own file

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 21 18:30:19 2019 +0200| [a7e74e6eb11ad60f5efa5934ac3272bafba0225d] | committer: Felix Paul Kühne macosx/library: split data types to their own file >

[vlc-commits] macosx: improve AppleScript API (closes #22213)

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 21 18:08:11 2019 +0200| [02f0392f56cb8cfe2fa2b4722337e105f8061ca6] | committer: Felix Paul Kühne macosx: improve AppleScript API (closes #22213) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02f0392f56cb8cfe2fa2b4722337e105f8061ca6

[vlc-commits] macosx/library: add class skeleton

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri Apr 19 13:54:26 2019 +0200| [f3cb7306e273e48e8dd769acd78d2a6d6c5276ca] | committer: Felix Paul Kühne macosx/library: add class skeleton > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3cb7306e273e48e8dd769acd78d2a6d6c5276ca ---

[vlc-commits] macosx: use https instead of http for links opened from within the application

2019-04-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri Apr 19 13:04:32 2019 +0200| [9da6cedb6e69b77b617515f9bdcae6967bd825cf] | committer: Felix Paul Kühne macosx: use https instead of http for links opened from within the application >