[vlc-commits] macosx/image view: allow setting images with URLs and placeholders

2019-06-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 30 14:14:26 2019 +0200| [a094528a49d9bd7e515a81d9b89fb3845eb71995] | committer: Felix Paul Kühne macosx/image view: allow setting images with URLs and placeholders This downloads and allocates the image on a background thread without blocking

[vlc-commits] macosx: iterate on media source UI

2019-06-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 30 09:59:30 2019 +0200| [1daec27bd354c944b6f34aee1e5ad295f42057d5] | committer: Felix Paul Kühne macosx: iterate on media source UI Add button and path control UI elements, minor refactoring > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx/input item: implement parsing

2019-06-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 30 11:33:42 2019 +0200| [91a29caca83526a97cae648d1c008b97629ce3c3] | committer: Felix Paul Kühne macosx/input item: implement parsing > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91a29caca83526a97cae648d1c008b97629ce

[vlc-commits] macosx: implement media source tree navigation and playback

2019-06-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 30 13:20:29 2019 +0200| [26770609541412e04235fecf4e99f24b0a3d1f1a] | committer: Felix Paul Kühne macosx: implement media source tree navigation and playback > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/player controller: handle delays for individual ES streams

2019-06-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 29 01:18:56 2019 +0200| [1475c0fc31b03a71f5c69a2c2f8ed8fef728a59f] | committer: Felix Paul Kühne macosx/player controller: handle delays for individual ES streams > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: fix compilation broken in 5961eeaa

2019-06-26 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jun 26 20:21:26 2019 +0200| [1ccb8dfc7a96545e3194dd6740803171d05d5aa9] | committer: Felix Paul Kühne macosx: fix compilation broken in 5961eeaa > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ccb8dfc7a96545e3194dd6740803171d05d5

[vlc-commits] macosx: iterate on media discovery

2019-06-26 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jun 26 14:18:04 2019 +0200| [55a92b318bec18a6c31424f3ffdd8a9e80dd0bc3] | committer: Felix Paul Kühne macosx: iterate on media discovery This shows discovered devices now instead of services capable of discovering something. Browsing

[vlc-commits] macosx/library: implement sorting

2019-06-20 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu Jun 20 22:07:47 2019 +0200| [e78831df7bdc537a12001b30a8a18ba345deb734] | committer: Felix Paul Kühne macosx/library: implement sorting Note that this respected by the video view only for now > http://git.videolan.org/gitweb.cgi/vlc.git/?a=com

[vlc-commits] macosx/applescript: fix type mismatch

2019-06-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 16 17:46:27 2019 +0200| [20a2fd8a5a09e91c45b04e6db5816aff9b198546] | committer: Felix Paul Kühne macosx/applescript: fix type mismatch > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20a2fd8a5a09e91c45b04e6db5816aff9b198

[vlc-commits] macosx/main: move activePlayback property to player controller as it does not belong in the main singleton

2019-06-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 16 13:10:15 2019 +0200| [f5824de9ec61c0dedebe6e714f8de8ac55f32592] | committer: Felix Paul Kühne macosx/main: move activePlayback property to player controller as it does not belong in the main singleton > http://git.videolan.org/gitweb.

[vlc-commits] macosx/main: lazy load main menu and library window controller

2019-06-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 16 13:29:18 2019 +0200| [3b5314faead54f94696b016d31006bbcf33ccef6] | committer: Felix Paul Kühne macosx/main: lazy load main menu and library window controller This improves launch speed of the macOS interface module by up to 20% > h

[vlc-commits] macosx: move show controller callbacks away from the main singleton

2019-06-11 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Jun 11 12:08:45 2019 +0200| [883c17dd20d2865fa8c45a4b621109ef104e0902] | committer: Felix Paul Kühne macosx: move show controller callbacks away from the main singleton > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: replace remaining synchronize calls on NSUserDefaults

2019-06-11 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Jun 11 12:23:10 2019 +0200| [69f8e5da874389360d461cece17a60747012cf32] | committer: Felix Paul Kühne macosx: replace remaining synchronize calls on NSUserDefaults In these specific spots, we need to force the write-to-disk so use a non-deprecated

[vlc-commits] macosx: don't make the main singleton responsible for saving window states

2019-06-11 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Jun 11 12:20:16 2019 +0200| [cce17dd0943774df175b9213fa26e6b4dfebb4f3] | committer: Felix Paul Kühne macosx: don't make the main singleton responsible for saving window states > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/player controller: adapt to core API changes

2019-06-11 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Jun 11 11:46:08 2019 +0200| [9c36eeed4e2e41ee825da73f04b437b86cf2d23b] | committer: Felix Paul Kühne macosx/player controller: adapt to core API changes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: use a notification to update the window level instead of calling the singleton directly

2019-06-11 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Jun 11 11:41:22 2019 +0200| [cf6a86401878ee618fe1aead26729f9ee4e8fb48] | committer: Felix Paul Kühne macosx: use a notification to update the window level instead of calling the singleton directly > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx/open: modernize coding style

2019-06-11 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue Jun 11 11:14:42 2019 +0200| [52eb94a956fb2579cfe3ba5310c99749922990bd] | committer: Felix Paul Kühne macosx/open: modernize coding style This replaces a struct with manual memory management through an ObjC class and some more nitpicks > h

[vlc-commits] macosx: replace beep by assert

2019-06-11 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jun 5 11:17:47 2019 +0200| [8a1321f65232133958134cbd56b3863d2148b942] | committer: Felix Paul Kühne macosx: replace beep by assert > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a1321f65232133958134cbd56b3863d2148b942 --- modules/

[vlc-commits] macosx/playback UI: cosmetics

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 12:57:45 2019 +0200| [1e6859bcba7b8652abb64b7140452f4fc65d64ac] | committer: Felix Paul Kühne macosx/playback UI: cosmetics > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e6859bcba7b8652abb64b7140452f4fc65d64ac --- modules/

[vlc-commits] macosx/extensions: cosmetics

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 12:41:42 2019 +0200| [4a3b698bae42383357b85ac2d76433e416d06aa8] | committer: Felix Paul Kühne macosx/extensions: cosmetics > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a3b698bae42383357b85ac2d76433e416d06aa8 --- modules/

[vlc-commits] macosx/CAS: cleanup

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 12:25:14 2019 +0200| [38dc0d339832bce0fae1c7036fa02d2dd79cbe8a] | committer: Felix Paul Kühne macosx/CAS: cleanup Define constants at the top and internalize some properties > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/open: replace dictionary and keys with a storage structure

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 13:36:39 2019 +0200| [e6552f5e558dfa8c84b240f462a7c9923d5d11b9] | committer: Felix Paul Kühne macosx/open: replace dictionary and keys with a storage structure > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/open: split single worker method into maintainable parts and optimize

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 13:26:34 2019 +0200| [aacd3dffb087498ecfd57eddeb360915b2521b37] | committer: Felix Paul Kühne macosx/open: split single worker method into maintainable parts and optimize > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/VLCTimeField: correctly define magic key

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 11:21:12 2019 +0200| [a528817492447b03e3a078ac939cd829e3bb0b4b] | committer: Felix Paul Kühne macosx/VLCTimeField: correctly define magic key > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a528817492447b03e3a078ac939cd829e3bb0

[vlc-commits] macosx/audio & video effects: define magic strings at the top of the file

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 11:15:43 2019 +0200| [13bd7d00fe7978d30fda064452383196f73f1ea0] | committer: Felix Paul Kühne macosx/audio & video effects: define magic strings at the top of the file > http://git.videolan.org/gitweb.cgi/vlc.git/?a=c

[vlc-commits] macosx: remove VLCByteCountFormatter

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 11:27:10 2019 +0200| [c72a2cb1490151aaa3cfca4923175ab75e8a1f5c] | committer: Felix Paul Kühne macosx: remove VLCByteCountFormatter Targetted macOS versions include NSByteFormatter which should be used instead. > http://git.videolan.

[vlc-commits] macosx: move VLCPositionFormatter to a file of its own

2019-06-03 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon Jun 3 11:33:44 2019 +0200| [3baac77bd959beed105e6326b7726a7fc9be7e81] | committer: Felix Paul Kühne macosx: move VLCPositionFormatter to a file of its own This way, the umbrella file misc.* can be finally removed. > http://git.videolan.

[vlc-commits] macosx/sprefs: save 2 of 3 array allocations

2019-06-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 2 11:55:55 2019 +0200| [d951d70fba096b330c05a44ba2f3634d13ca30c7] | committer: Felix Paul Kühne macosx/sprefs: save 2 of 3 array allocations > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d951d70fba096b330c05a44ba2f3634d13ca3

[vlc-commits] macosx/status icon: fix 'show main menu' and micro-optimize

2019-06-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 2 11:49:07 2019 +0200| [baabf167ee80d75fa76c013365c2182f84b26164] | committer: Felix Paul Kühne macosx/status icon: fix 'show main menu' and micro-optimize > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library menu: implement menu item to add more folders to monitor

2019-06-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 2 11:30:08 2019 +0200| [1e2dfd6af9faa3d812645a1ac9703ee46ec406b4] | committer: Felix Paul Kühne macosx/library menu: implement menu item to add more folders to monitor > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/backlight control: turn error into warning as this is normal for MacBooks with a touchbar

2019-06-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Jun 2 11:30:37 2019 +0200| [3a62b6fc5fe9764441f09ca32c7a84b79843d6ee] | committer: Felix Paul Kühne macosx/backlight control: turn error into warning as this is normal for MacBooks with a touchbar > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx: remove write-only variables

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 15:37:01 2019 +0200| [160c29f73d110ed9b4eae69bf8df5ebf839ec592] | committer: Felix Paul Kühne macosx: remove write-only variables > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=160c29f73d110ed9b4eae69bf8df5ebf839ec

[vlc-commits] macosx: remove occurances of unsafe_unretained

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 15:38:36 2019 +0200| [1c8ad8f231b358d47945a6f88776ed9a53b3d93a] | committer: Felix Paul Kühne macosx: remove occurances of unsafe_unretained > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c8ad8f231b358d47945a6f88776ed9a53b3d

[vlc-commits] macosx: remove most occurances of NSUserDefaults synchronize

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 15:42:11 2019 +0200| [f55b8f87e3d195dc2a375245a392e6e29f1299ea] | committer: Felix Paul Kühne macosx: remove most occurances of NSUserDefaults synchronize On the targetted macOS versions, this mainly a sleep timer on the main thread, which

[vlc-commits] macosx/keyboard backlight control: add debug information and clean coding style

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 12:55:12 2019 +0200| [2e3fc8687b2e3f31613ea040d119deba7171133c] | committer: Felix Paul Kühne macosx/keyboard backlight control: add debug information and clean coding style > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: make sure to also update the UI when using the advanced preferences

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 11:53:18 2019 +0200| [15c0c88e820d46a4ec0050198c2f5c128912dfa0] | committer: Felix Paul Kühne macosx: make sure to also update the UI when using the advanced preferences > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: unify to a single notification in case the preferences were updated

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 12:36:40 2019 +0200| [bf29748e452efa0e3a018f550ee68be71a1bb9be] | committer: Felix Paul Kühne macosx: unify to a single notification in case the preferences were updated Performance and logically wise, there is no need to differentiate

[vlc-commits] macosx/vout provider: also dim keyboard when not using the native fullscreen mode

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 12:49:44 2019 +0200| [a7ff1b7f035777b136e75d1b3a631bd5fa6da2fa] | committer: Felix Paul Kühne macosx/vout provider: also dim keyboard when not using the native fullscreen mode > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: allow dynamic changes to the large-text option at runtime

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 11:35:29 2019 +0200| [15da1c0165099ee8791c9d55ffa259a7b0c6fd34] | committer: Felix Paul Kühne macosx: allow dynamic changes to the large-text option at runtime > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library: adapt large-text setting and print everything smaller

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 11:48:59 2019 +0200| [7a706f2031cd58b8f199d16053d0077dcd9fb4a6] | committer: Felix Paul Kühne macosx/library: adapt large-text setting and print everything smaller > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/playlist: iterate on cell dimensions, font size and have it respect the large-text setting

2019-06-01 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sat Jun 1 11:24:28 2019 +0200| [bf7c59034f2c5845717c3c9c1eacdbd272ddc136] | committer: Felix Paul Kühne macosx/playlist: iterate on cell dimensions, font size and have it respect the large-text setting > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx/library and playlist menus: simplify creation code

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 20:07:23 2019 +0200| [3f5ff5a4abbdd05f93cfa3a677cabe06f8b3ad36] | committer: Felix Paul Kühne macosx/library and playlist menus: simplify creation code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: add playlist sorting menu to main menu and playlist context menu

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 19:57:45 2019 +0200| [414e4b1a28a90ba9ee26b3d2cc8ad79e1b08ca4c] | committer: Felix Paul Kühne macosx: add playlist sorting menu to main menu and playlist context menu > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: implement playlist sorting button with a popup menu

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 19:39:55 2019 +0200| [ef6cb8f4aec7f8fc0883aa6e8ecde0b0f6f77414] | committer: Felix Paul Kühne macosx: implement playlist sorting button with a popup menu > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/playlist controller: expose sorting

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 18:41:00 2019 +0200| [bb1a55aa8012f56a39718c5da3f04849327c0271] | committer: Felix Paul Kühne macosx/playlist controller: expose sorting > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb1a55aa8012f56a39718c5da3f04849327c0

[vlc-commits] macosx/playlist controller: cosmetics

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 18:45:56 2019 +0200| [c829e34b19705b3c3b1fa2f39270eaf4823a6ab6] | committer: Felix Paul Kühne macosx/playlist controller: cosmetics self is implicitly retained by the block. Mention it to indicate that this the intended behavior > h

[vlc-commits] macosx: generate playlist menu in code instead of using a xib file

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 18:20:18 2019 +0200| [0137809a82ae57d3ece480a5e5a76c1664b02b3f] | committer: Felix Paul Kühne macosx: generate playlist menu in code instead of using a xib file No functional changes except for removing the sorting stub > h

[vlc-commits] macosx: cosmetics

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 17:20:25 2019 +0200| [e36458aad90e218744d668ad4247968d3830e920] | committer: Felix Paul Kühne macosx: cosmetics > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e36458aad90e218744d668ad4247968d3830e920 --- modules/gui/mac

[vlc-commits] macosx: fix playback of block based media

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 17:15:32 2019 +0200| [c7062b8a2b18ede29526e78feb826e1bd1ec7e55] | committer: Felix Paul Kühne macosx: fix playback of block based media This solves a regression introduced in 535112f6 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=com

[vlc-commits] macosx/playlist: add indicator for the number of items

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 15:05:20 2019 +0200| [5715f6df2300700571e1c31e8fa719391e32] | committer: Felix Paul Kühne macosx/playlist: add indicator for the number of items > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: introduce a textfield with rounded background corners and use it in the library view

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 14:35:36 2019 +0200| [a4dac2767da0a41777e8427088f058dfc585faec] | committer: Felix Paul Kühne macosx: introduce a textfield with rounded background corners and use it in the library view > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx/library window: make the playlist collapsable and add widgets to describe the future look

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 14:07:05 2019 +0200| [f72131c6f85af1d6dbe8fbefd29aea93defb202d] | committer: Felix Paul Kühne macosx/library window: make the playlist collapsable and add widgets to describe the future look > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx/library window: make the playlist collapsable and add widgets to describe the future look

2019-05-31 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 31 14:07:05 2019 +0200| [1046bceba3b8cd60f8b36e11add110aeb16391a0] | committer: Felix Paul Kühne macosx/library window: make the playlist collapsable and add widgets to describe the future look > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx/sprefs: cleanup hotkeys UI a bit

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 23:16:16 2019 +0200| [c9bdd19e66cef8f369541888a12b61f28602ee87] | committer: Felix Paul Kühne macosx/sprefs: cleanup hotkeys UI a bit This moves the 'Clear' button to the changer panel and removes the 'Change' button in favor of double

[vlc-commits] macosx/sprefs: remove UI for 'postproc-q' as the option is gone

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 22:32:24 2019 +0200| [d47c9fb28e2680502173f683c42def08c387eb9e] | committer: Felix Paul Kühne macosx/sprefs: remove UI for 'postproc-q' as the option is gone > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/sprefs: add 'large text in list views' option to the interface section

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 22:43:52 2019 +0200| [319e7dc291ee9270d4749df47ef26a640010c5b4] | committer: Felix Paul Kühne macosx/sprefs: add 'large text in list views' option to the interface section > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/sprefs: reorder items in the codec/input category

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 22:36:53 2019 +0200| [f3aeacb592fd3347a47fe329f8608d662d9b30bb] | committer: Felix Paul Kühne macosx/sprefs: reorder items in the codec/input category > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/sprefs: add input-fast-seek

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 23:07:56 2019 +0200| [4a2109c728d4ca6f84bf2f027a9fa1ac3e33e5db] | committer: Felix Paul Kühne macosx/sprefs: add input-fast-seek > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a2109c728d4ca6f84bf2f027a9fa1ac3e33e5db --- modu

[vlc-commits] macosx/sprefs: add option to dim the keyboard backlight in fullscreen and make it the default

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 21:37:22 2019 +0200| [e354e7536bd5a660b1743b2f6e42099b73907101] | committer: Felix Paul Kühne macosx/sprefs: add option to dim the keyboard backlight in fullscreen and make it the default > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx/sprefs: remove Apple Remote settings since the devices are not dominant enough anymore to sustify such prominent settings

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 21:20:06 2019 +0200| [4f9a1cfdecacdfd241773a1b28400f03fafda1a3] | committer: Felix Paul Kühne macosx/sprefs: remove Apple Remote settings since the devices are not dominant enough anymore to sustify such prominent settings > h

[vlc-commits] macosx/sprefs: add the option to disable video resizing to the native size to the video section

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 21:47:14 2019 +0200| [a80b810bddfee8fbdcbd82ce30bbdf831b97b33f] | committer: Felix Paul Kühne macosx/sprefs: add the option to disable video resizing to the native size to the video section > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx/sprefs: move the mediakeys option from interface to the hotkeys section

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 21:28:10 2019 +0200| [af8b79cda207317a7b9333e1be21e0affce8e30f] | committer: Felix Paul Kühne macosx/sprefs: move the mediakeys option from interface to the hotkeys section From an end-user perspective, those are functional global hotkeys

[vlc-commits] macosx: merge library folder management window to simple preferences

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 21:04:59 2019 +0200| [9ee4545085776b2505361887a21eed9abb94eb93] | committer: Felix Paul Kühne macosx: merge library folder management window to simple preferences > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library collection view item: refactor for increased readibility

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 20:25:50 2019 +0200| [5337f1bc805d97ab299578cfc6e56edb9678f611] | committer: Felix Paul Kühne macosx/library collection view item: refactor for increased readibility No functional changes > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] macosx/library collection view supplementary element view: don't show a border

2019-05-30 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 30 20:27:04 2019 +0200| [4d2c5cbefcef6cc145e5643591a2dc26c08db17a] | committer: Felix Paul Kühne macosx/library collection view supplementary element view: don't show a border > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: introduce constants for volume default and maximum internal to the module

2019-05-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 29 19:07:52 2019 +0200| [5738d7a0b65bc692185a63c3caa1bcd9542c4f45] | committer: Felix Paul Kühne macosx: introduce constants for volume default and maximum internal to the module > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: iterate on playlist cell view

2019-05-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 29 19:36:32 2019 +0200| [7d9948f3a86fd2cd9e6f5fdff9213109d84d7142] | committer: Felix Paul Kühne macosx: iterate on playlist cell view This introduces an indicator for media where we can be sure it is audio and privatices the cell content

[vlc-commits] macosx: re-add volume slider and stop button to main window

2019-05-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 29 18:31:55 2019 +0200| [5d8def777ffac73aa1886169087428a96eb446ef] | committer: Felix Paul Kühne macosx: re-add volume slider and stop button to main window This commit removes a lot of legacy code for control bar customization which

[vlc-commits] macosx/linear progress indicator: rewrite to show a bar instead of a triangle

2019-05-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 29 17:38:41 2019 +0200| [3fbd27c8db71a62d3df01adf4c6df5d446e2a358] | committer: Felix Paul Kühne macosx/linear progress indicator: rewrite to show a bar instead of a triangle > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library window: add drop zone

2019-05-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 29 15:37:54 2019 +0200| [c8663d458ce0f864773a8ff46119ff0c7e2e208e] | committer: Felix Paul Kühne macosx/library window: add drop zone This reimplements the drop zone known from v3 to encourage media drops on the playlist for playback > h

[vlc-commits] macosx/playlist controller: fix comment and declaration for class used to add items

2019-05-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 29 15:36:37 2019 +0200| [18541524ce3885f0a4f985464b5dae92f9976d87] | committer: Felix Paul Kühne macosx/playlist controller: fix comment and declaration for class used to add items > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: split drag & drop view from misc

2019-05-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 29 14:50:19 2019 +0200| [540f3a007378302b8eca03da2848d378313e59ce] | committer: Felix Paul Kühne macosx: split drag & drop view from misc > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=540f3a007378302b8eca03da2848d3783

[vlc-commits] macosx/image view: improve border appearance

2019-05-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 29 14:14:11 2019 +0200| [519ed8454479bf4a90bbf2c4fb5aa8326f5a6905] | committer: Felix Paul Kühne macosx/image view: improve border appearance This introduces a 1pt border to avoid bleeding and a 5° corner radius to smoothen the appearance

[vlc-commits] macosx/drag & drop view: modernize code

2019-05-29 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 29 15:17:55 2019 +0200| [6609dce76e9c4d1cd4dd7da5f344e2611ffa8251] | committer: Felix Paul Kühne macosx/drag & drop view: modernize code Use CALayer instead of drawRect to show the focus ring and use an explicit instead of an impl

[vlc-commits] macosx/player: Explicitely initalize cb_device_changed

2019-05-24 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Fri May 24 19:30:21 2019 +0200| [d463b561b7e19eb7d52d3772e7fe9f74e6156eef] | committer: Felix Paul Kühne macosx/player: Explicitely initalize cb_device_changed > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library collection view item: implement prepareForReuse

2019-05-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 16 16:29:54 2019 +0200| [fe552c29411838bded88836155405cf1b8cca736] | committer: Felix Paul Kühne macosx/library collection view item: implement prepareForReuse > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: simplify library model code

2019-05-15 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 15 20:07:33 2019 +0200| [1fc2ab02f8f0a3f94b6a8165941da494225fb880] | committer: Felix Paul Kühne macosx: simplify library model code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1fc2ab02f8f0a3f94b6a8165941da494225fb

[vlc-commits] macosx: add alternative audio library representation based on a collection view

2019-05-15 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 15 20:00:31 2019 +0200| [4c47033e0d0329cc18f3fd5c64284e8141f52cbe] | committer: Felix Paul Kühne macosx: add alternative audio library representation based on a collection view > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: coding style improvements

2019-05-15 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 15 18:17:59 2019 +0200| [9339899f467383f34a5d4def91d740b89b27ff87] | committer: Felix Paul Kühne macosx: coding style improvements > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9339899f467383f34a5d4def91d740b89b27ff87 --- modu

[vlc-commits] macosx/library: add audio specific library interface

2019-05-13 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 9 14:14:12 2019 +0200| [4510eb8ea914d319334ebeab9e50390faea7a4d0] | committer: Felix Paul Kühne macosx/library: add audio specific library interface > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library: add abstractions for albums, artists and genres

2019-05-13 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 8 12:10:33 2019 +0200| [cf70f1370260eb4847f27dda1477c5b6cda95251] | committer: Felix Paul Kühne macosx/library: add abstractions for albums, artists and genres > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library: rename data source

2019-05-13 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed May 8 10:17:12 2019 +0200| [88dd577b77313b601f572ba84814db021e3632f8] | committer: Felix Paul Kühne macosx/library: rename data source There will be designated classes for audio and video > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: add helper for the Mojave dark mode

2019-05-07 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue May 7 12:55:56 2019 +0200| [62186521264a021bfda172db9b679bfb6d14872e] | committer: Felix Paul Kühne macosx: add helper for the Mojave dark mode > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=62186521264a021bfda172db9b679bfb6d148

[vlc-commits] macosx/main: trim public interface and remove pseudo-global includes

2019-05-07 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue May 7 12:37:18 2019 +0200| [a5e053f12777086ac64843f435d4c350b1cb097c] | committer: Felix Paul Kühne macosx/main: trim public interface and remove pseudo-global includes This reduces the amount of unexpected magic behavior throughout the interface

[vlc-commits] macosx/NSView category: split to a file of its own

2019-05-07 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue May 7 11:44:27 2019 +0200| [4a9a7e4bd85248c44f405e13b058e8f98b8d019e] | committer: Felix Paul Kühne macosx/NSView category: split to a file of its own > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library window: generate vout view i code instead of IB

2019-05-07 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Tue May 7 11:32:04 2019 +0200| [76657bad0a129320e4edb28b2e06319e83a875a2] | committer: Felix Paul Kühne macosx/library window: generate vout view i code instead of IB This way, the UI elements are a lot more accessible when working with the visual

[vlc-commits] macosx/library: clean view display and object interaction

2019-05-06 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon May 6 12:12:21 2019 +0200| [fdd3c157a21ba65d014f75819c4de1c95bf29ff1] | committer: Felix Paul Kühne macosx/library: clean view display and object interaction Data views are now removed from/added to the superview instead of hidden/unhidden

[vlc-commits] macosx/library: move recent media to its on collection view

2019-05-06 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon May 6 11:02:21 2019 +0200| [30fc2fd4be67f70f0e7a892504fd64b3776f] | committer: Felix Paul Kühne macosx/library: move recent media to its on collection view > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library: fix display of audio media

2019-05-06 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon May 6 10:26:24 2019 +0200| [6b88208f23a44e612fa44365bdd76260954756e9] | committer: Felix Paul Kühne macosx/library: fix display of audio media > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b88208f23a44e612fa44365bdd7626095475

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

2019-05-06 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon May 6 09:41:02 2019 +0200| [6879ee14e930fa84b4deaffed64ab369a25a7231] | committer: Felix Paul Kühne macosx: fix compilation with legacy SDK versions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6879ee14e930fa84b4deaffed64ab369a25a7

[vlc-commits] macosx/library: show recently played media and introduce section headers

2019-05-06 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon May 6 08:23:46 2019 +0200| [510805b252b5185413056e07314b14ccfb32a8a0] | committer: Felix Paul Kühne macosx/library: show recently played media and introduce section headers > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/playlist: fix playback broken in 50c0fa5d

2019-05-06 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Mon May 6 08:22:29 2019 +0200| [316f60130cbe83777b45bc0b07b15cd33f8b8ab1] | committer: Felix Paul Kühne macosx/playlist: fix playback broken in 50c0fa5d > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=316f60130cbe83777b45bc0b07b15cd33f8b8

[vlc-commits] macosx: load media sources on request only

2019-05-05 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun May 5 16:55:45 2019 +0200| [8a7fead4cbeeaf700405ac5b1970e3de04bec096] | committer: Felix Paul Kühne macosx: load media sources on request only > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a7fead4cbeeaf700405ac5b1970e3de04bec

[vlc-commits] macosx/library: add 'NEW' indicator for media that was never played before

2019-05-05 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun May 5 17:16:10 2019 +0200| [25b7531b75fe4b1d2db222bd3e860a0754b1733d] | committer: Felix Paul Kühne macosx/library: add 'NEW' indicator for media that was never played before > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx/library: display playback progress

2019-05-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 2 22:55:49 2019 +0200| [9489908e343d77f9e2093e8f65007b6ef74162fd] | committer: Felix Paul Kühne macosx/library: display playback progress > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9489908e343d77f9e2093e8f65007b6ef7416

[vlc-commits] macosx/library: re-order tabs to start with Video instead of Audio

2019-05-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 2 21:09:40 2019 +0200| [2b416e23271da8fbd7f4f31b5b16cc67a6556d0a] | committer: Felix Paul Kühne macosx/library: re-order tabs to start with Video instead of Audio This also fixes the indent on top and bottom for the collection view. > h

[vlc-commits] macosx/library: expose preference API and history clearance

2019-05-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 2 22:23:53 2019 +0200| [21119ffe33af5532e9be4753157678f269166a06] | committer: Felix Paul Kühne macosx/library: expose preference API and history clearance > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: add custom linear progress indicator view

2019-05-02 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 2 22:53:53 2019 +0200| [eb7de2a917df2680a0023151a9c1e0a49599d00e] | committer: Felix Paul Kühne macosx: add custom linear progress indicator view > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

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

2019-05-01 Thread Felix Paul Kühne
vlc/vlc-3.0 | branch: master | Felix Paul Kühne | Fri Apr 19 13:04:32 2019 +0200| [dade7d84b65ea85196bd4a65de62726e65be7bdf] | committer: David Fuhrmann macosx: use https instead of http for links opened from within the application (cherry picked from commit

[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=a30f1f9a409dcc9d0f1c039018d3be61d7d89

<    1   2   3   4   5   6   7   8   9   10   >