[vlc-commits] contrib: gnutls: Drop mac keychain lookup patch

2017-12-27 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 27 18:27:12 2017 +0100| [adaab724928913aef3784c982b8f550ac9d04f2d] | committer: Jean-Baptiste Kempf contrib: gnutls: Drop mac keychain lookup patch Similar code is now part of the release itself, therefore this patch is not needed

[vlc-commits] contrib: gnutls: Drop mac keychain lookup patch

2017-12-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 27 18:27:12 2017 +0100| [1a0717116afa72a2c1dae47e31c56c2926b584d6] | committer: David Fuhrmann contrib: gnutls: Drop mac keychain lookup patch Similar code is now part of the release itself, therefore this patch is not needed anymore. > h

[vlc-commits] contrib: gnutls: Drop pkgconfig patch for macOS

2017-12-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 27 18:41:46 2017 +0100| [a1cb2bdf07e125cadab9cf0fd9197fd2d5241715] | committer: David Fuhrmann contrib: gnutls: Drop pkgconfig patch for macOS Checking for that specific symbol is not needed anymore since the keychain lookup patch is not needed

[vlc-commits] macosx: cleanup filters config during upgrade from 2.2.x to 3.0

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 13 23:36:08 2017 +0100| [5d77b8648273617de2c516a229c5e3eeca91d96a] | committer: David Fuhrmann macosx: cleanup filters config during upgrade from 2.2.x to 3.0 VLC 2.2.x fully controlled VLCs audio or videofilter-related config variables

[vlc-commits] macosx: profiles: Fix rules when new "CustomXXX" profiles are created

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Dec 9 20:39:28 2017 +0100| [139ae598f7ffc36659d9f5a2c999704c00b7858f] | committer: David Fuhrmann macosx: profiles: Fix rules when new "CustomXXX" profiles are created * Fix bug where default video profile was at an older version,

[vlc-commits] macosx: audio effects: Do not duplicate EQ settings when saving profile

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 13 22:44:11 2017 +0100| [d93f6bfaaef8b8b8e9fe5bf5bdb42385ebd56cf7] | committer: David Fuhrmann macosx: audio effects: Do not duplicate EQ settings when saving profile For now, disable the code which duplicated EQ settings. This code

[vlc-commits] macosx: video effects: Remove Default entry in deletion dialog

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 13 21:14:23 2017 +0100| [a9929ad3fdc6d982417455b4668d3d51837a1fea] | committer: David Fuhrmann macosx: video effects: Remove Default entry in deletion dialog The default entry cannot be deleted anymore, so lets not show it in the

[vlc-commits] macosx: video effects: Protect for potentially uninitialized variable

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 10 19:30:32 2017 +0100| [7a2ebf25c90fab4e86d8df52a0a87af0ed204285] | committer: David Fuhrmann macosx: video effects: Protect for potentially uninitialized variable (cherry picked from commit 14d1b6be4dce81ede52d56fd021f438ab3c24aba

[vlc-commits] macosx: Do not lazy-load audio and video effect controllers anymore

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Dec 9 21:09:44 2017 +0100| [4749cd00a222d81fe11282fa11a332c0e7634f56] | committer: David Fuhrmann macosx: Do not lazy-load audio and video effect controllers anymore Those need to be loaded at startup now, to make sure stored profiles are

[vlc-commits] macosx: audio effects: Do same profile handling for audio effects

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 13 21:32:52 2017 +0100| [74937772bda4637bb3aa739daafd01485213860e] | committer: David Fuhrmann macosx: audio effects: Do same profile handling for audio effects This ports over video effects profile handling to audio effects. Behaviour

[vlc-commits] macosx: audio filters: load audio-filters variable from preset correctly

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Wed Dec 13 21:46:31 2017 +0100| [8a87b3a33cb75e589e3c57ee51650c627d6839b6] | committer: David Fuhrmann macosx: audio filters: load audio-filters variable from preset correctly Load audio filters correctly. Previously, only new filters were added

[vlc-commits] macosx: video effects: improve compatibility with old settings

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 10 22:50:46 2017 +0100| [3e35df936c1bb8f181c2d249d4826ee136911cf9] | committer: David Fuhrmann macosx: video effects: improve compatibility with old settings This implements the following migration behaviour with older VLC version

[vlc-commits] macosx: cleanup filters config during upgrade from 2.2.x to 3.0

2017-12-13 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 13 23:36:08 2017 +0100| [31140f02864e879211c3d3c8aac35ce1136046bb] | committer: David Fuhrmann macosx: cleanup filters config during upgrade from 2.2.x to 3.0 VLC 2.2.x fully controlled VLCs audio or videofilter-related config variables with the

[vlc-commits] macosx: audio effects: Explain reasoning for UI manipulation in init

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 10 17:22:00 2017 +0100| [4a26032563523669bf8c5293bae99d31e7fc34e8] | committer: David Fuhrmann macosx: audio effects: Explain reasoning for UI manipulation in init In init, the window is not loaded yet, so changing UI elements does not

[vlc-commits] macosx: Video filter: Correctly determine type of variable

2017-12-13 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sun Dec 10 18:05:25 2017 +0100| [fcb980a213316ce17f07e4c6b31185359fcf3033] | committer: David Fuhrmann macosx: Video filter: Correctly determine type of variable Due to uninitialized variable, type was not detected correctly. Consequently, the

[vlc-commits] macosx: audio effects: Do same profile handling for audio effects

2017-12-13 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 13 21:32:52 2017 +0100| [b77321140b053d3883c165e538d8bd41d47cffa2] | committer: David Fuhrmann macosx: audio effects: Do same profile handling for audio effects This ports over video effects profile handling to audio effects. Behaviour is the

[vlc-commits] macosx: audio filters: load audio-filters variable from preset correctly

2017-12-13 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 13 21:46:31 2017 +0100| [9708d49b00e20126b84895a0bffdb57ab5d26e11] | committer: David Fuhrmann macosx: audio filters: load audio-filters variable from preset correctly Load audio filters correctly. Previously, only new filters were added, but

[vlc-commits] macosx: video effects: Remove Default entry in deletion dialog

2017-12-13 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 13 21:14:23 2017 +0100| [f9244804d4fe8a925160786a3d3fd16ab0af5054] | committer: David Fuhrmann macosx: video effects: Remove Default entry in deletion dialog The default entry cannot be deleted anymore, so lets not show it in the deletion dialog

[vlc-commits] macosx: audio effects: Do not duplicate EQ settings when saving profile

2017-12-13 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Dec 13 22:44:11 2017 +0100| [d0fe23e61ac1f6a7ecf2886e396fc1dcf1408a9d] | committer: David Fuhrmann macosx: audio effects: Do not duplicate EQ settings when saving profile For now, disable the code which duplicated EQ settings. This code currently

[vlc-commits] macosx: audio effects: Explain reasoning for UI manipulation in init

2017-12-10 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Dec 10 17:22:00 2017 +0100| [4873ca47648fb7cbe80a00681b9ea65767e5f70a] | committer: David Fuhrmann macosx: audio effects: Explain reasoning for UI manipulation in init In init, the window is not loaded yet, so changing UI elements does not work yet

[vlc-commits] macosx: video effects: improve compatibility with old settings

2017-12-10 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Dec 10 22:50:46 2017 +0100| [42115489853231f77f1221791294616c716e80fb] | committer: David Fuhrmann macosx: video effects: improve compatibility with old settings This implements the following migration behaviour with older VLC version: - Index 0 in

[vlc-commits] macosx: video effects: Protect for potentially uninitialized variable

2017-12-10 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Dec 10 19:30:32 2017 +0100| [14d1b6be4dce81ede52d56fd021f438ab3c24aba] | committer: David Fuhrmann macosx: video effects: Protect for potentially uninitialized variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: profiles: Fix rules when new "CustomXXX" profiles are created

2017-12-10 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 9 20:39:28 2017 +0100| [7bf09f9bcfcc850735ca59289d88497c5a2de624] | committer: David Fuhrmann macosx: profiles: Fix rules when new "CustomXXX" profiles are created * Fix bug where default video profile was at an older version, result

[vlc-commits] macosx: Do not lazy-load audio and video effect controllers anymore

2017-12-10 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 9 21:09:44 2017 +0100| [7798c907f373d1b543ace74f58bf9966a50ed592] | committer: David Fuhrmann macosx: Do not lazy-load audio and video effect controllers anymore Those need to be loaded at startup now, to make sure stored profiles are correctly

[vlc-commits] macosx: Video filter: Correctly determine type of variable

2017-12-10 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Dec 10 18:05:25 2017 +0100| [54152cecfa047e18f4b7cc70569ed3b0ee689de5] | committer: David Fuhrmann macosx: Video filter: Correctly determine type of variable Due to uninitialized variable, type was not detected correctly. Consequently, the playlist

[vlc-commits] contrib: srt: Patch to add implicit link libraries to pkgconfig file

2017-12-09 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Dec 8 19:53:35 2017 +0100| [810fab000f46eb9c1192ed823742b20e1ab45531] | committer: Konstantin Pavlov contrib: srt: Patch to add implicit link libraries to pkgconfig file This library needs to add implicit link libraries like -lstdc++ to the

[vlc-commits] build.sh: Add VLC_PATH variable to add additional paths

2017-12-09 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Dec 9 09:57:30 2017 +0100| [f2032bb5fc3ed6cabdffa6c522454a97925446e7] | committer: Konstantin Pavlov build.sh: Add VLC_PATH variable to add additional paths This shall be used only if you are sure what is inside those extra paths. Please

[vlc-commits] contrib: srt: Patch to add implicit link libraries to pkgconfig file

2017-12-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Fri Dec 8 19:53:35 2017 +0100| [0a57721d8811dd607b9f85556212b9702c979b6e] | committer: David Fuhrmann contrib: srt: Patch to add implicit link libraries to pkgconfig file This library needs to add implicit link libraries like -lstdc++ to the private

[vlc-commits] build.sh: Add VLC_PATH variable to add additional paths

2017-12-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Dec 9 09:57:30 2017 +0100| [f98e502fe6d15815aebec8433081425e2329baac] | committer: David Fuhrmann build.sh: Add VLC_PATH variable to add additional paths This shall be used only if you are sure what is inside those extra paths. Please pay careful

[vlc-commits] minimal macosx: Decrease priority for vout window provider

2017-11-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 26 17:44:06 2017 +0100| [469001b71f99007d8097a7dd487a646558fd91f4] | committer: David Fuhrmann minimal macosx: Decrease priority for vout window provider If someone both compiles minimal_macosx and macosx, the macosx window provider has now

[vlc-commits] videotoolbox: Fix compilation with older SDK

2017-11-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 26 17:47:03 2017 +0100| [82e03ed7f9de2580ea91b9ed66053ee472130e63] | committer: David Fuhrmann videotoolbox: Fix compilation with older SDK Currently, this cannot compile with an older SDK due to linker errors. Therefore, only enable the code

[vlc-commits] minimal macosx: Decrease priority for vout window provider

2017-11-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 26 17:44:06 2017 +0100| [a2dbdfc959e92ef1280de2c9f77fe77add5a98d1] | committer: David Fuhrmann minimal macosx: Decrease priority for vout window provider If someone both compiles minimal_macosx and macosx, the macosx window provider has now

[vlc-commits] videotoolbox: Fix compilation with older SDK

2017-11-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Nov 26 17:47:03 2017 +0100| [b739ebad4cab5203abbbdad525966eccad67475b] | committer: David Fuhrmann videotoolbox: Fix compilation with older SDK Currently, this cannot compile with an older SDK due to linker errors. Therefore, only enable the code

[vlc-commits] macosx: Simplify translation macros

2017-11-23 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Nov 23 19:57:55 2017 +0100| [214cc7818f6b01120bf865cbe7c7641b3bf73be4] | committer: David Fuhrmann macosx: Simplify translation macros The previous method had lots of dead code, so simplify by using a one-line macro. > http://git.videolan.

[vlc-commits] macOS: codesign: Add additional operations for Breakpad codesign

2017-11-20 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Nov 20 19:46:16 2017 +0100| [32b60c98389e22adf94dde4f12b08e3a56aba72a] | committer: David Fuhrmann macOS: codesign: Add additional operations for Breakpad codesign Also covers breakpad helper application. Additionally, sign a helper utility for

[vlc-commits] l10n: Spanish update

2017-11-12 Thread David González
vlc/vlc-2.2 | branch: master | David González | Sun Nov 12 04:59:38 2017 -0500| [a7e8c02ce0a0acaa4c6fce64bde30d821dae2c44] | committer: Christoph Miebach l10n: Spanish update Signed-off-by: Christoph Miebach > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commi

[vlc-commits] macosx: main menu: Fix RTL + layout for playback / opacity sliders

2017-11-04 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Nov 4 19:08:27 2017 +0100| [235a1e718d60e599ce932ec6bff163192dd5d99f] | committer: David Fuhrmann macosx: main menu: Fix RTL + layout for playback / opacity sliders > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Convert playlist menu and status menu to autolayout

2017-11-04 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Nov 4 19:06:44 2017 +0100| [e74323fe9d3ddb52bdcf0eb061284ab678fe42ef] | committer: David Fuhrmann macosx: Convert playlist menu and status menu to autolayout > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] NEWS: Update macOS specific parts

2017-11-04 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Nov 4 20:10:47 2017 +0100| [b7ebf93927b5e18eedf701e0f33c0544d3684e67] | committer: David Fuhrmann NEWS: Update macOS specific parts Added some new entries. Removed duplicate entry. Better ordering. > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] macosx: Fix mapping of cancel dialog button in question dialog

2017-10-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 30 17:41:11 2017 +0100| [075f1e7444833f2a6767f31fd08fdafb53896f3e] | committer: David Fuhrmann macosx: Fix mapping of cancel dialog button in question dialog close #18853 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: video effects: Update constraints for l10n

2017-10-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 30 13:17:25 2017 +0100| [62f27ca57d3d0621399f93751c224c3c6a0ae85f] | committer: David Fuhrmann macosx: video effects: Update constraints for l10n Removes several fixed width constraints, replaces them by equal width for all boxes. Fixes

[vlc-commits] macosx: Use unsafe_unretained instead of weak for controller vars

2017-10-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 30 12:11:22 2017 +0100| [905709d6e19cb032a9c646a6c7fc18282b021d16] | committer: David Fuhrmann macosx: Use unsafe_unretained instead of weak for controller vars weak is not supported for NSWindowController instances on Lion, using it crashes VLC

[vlc-commits] macosx: Audio effects: Use wrappable text fields for 10.7 compat

2017-10-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 30 12:09:39 2017 +0100| [37e9342f8f3ec195f658c377ec1c3b5b8b6557e4] | committer: David Fuhrmann macosx: Audio effects: Use wrappable text fields for 10.7 compat Add wrappableTextField subclass for all strings which can get long. refs #17730

[vlc-commits] macosx: audio effects: Clean up and fix autolayout constraints

2017-10-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Oct 29 13:40:29 2017 +0100| [5caf5e6963553883bf436e125ad1a1563b0fa599] | committer: David Fuhrmann macosx: audio effects: Clean up and fix autolayout constraints Redoes all constraints for audio effects. Those are done now so that each slider

[vlc-commits] macosx: Fix crashes when using TextfieldPanel or PopupPanel

2017-10-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Oct 29 23:54:46 2017 +0100| [20b7ba1e8dcf904bbff3c643a953e191ebe90154] | committer: David Fuhrmann macosx: Fix crashes when using TextfieldPanel or PopupPanel Those strings - like any other pointer type - should not be assigned, but always retained

[vlc-commits] macosx: Add some missing constraints for PopupPanel and TextfieldPanel

2017-10-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 30 00:03:37 2017 +0100| [7e8e0f221dd3315836d2bdac971283cfa513e023] | committer: David Fuhrmann macosx: Add some missing constraints for PopupPanel and TextfieldPanel Adds some missing constraints for possible long texts. Makes labels single line

[vlc-commits] Updates NEWS for macOS

2017-10-17 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Tue Oct 17 23:17:15 2017 +0200| [830a7d76b4ec1f6978eea8a06ecd99549bb61319] | committer: David Fuhrmann Updates NEWS for macOS > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=830a7d76b4ec1f6978eea8a06ecd99549bb61319 --- N

[vlc-commits] macosx: Try to fix volume buttons with apple remote on 10.13

2017-10-17 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Mon Oct 16 19:00:49 2017 +0200| [3f792a7d419eee76e4816f3752d704e5cc721b62] | committer: David Fuhrmann macosx: Try to fix volume buttons with apple remote on 10.13 macOS High Sierra remapped the volume up / down buttons on the apple remote. This

[vlc-commits] macosx: Try to fix volume buttons with apple remote on 10.13

2017-10-16 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 16 19:00:49 2017 +0200| [6021599dd6b39426b353e67fd6073d6d68353ef4] | committer: David Fuhrmann macosx: Try to fix volume buttons with apple remote on 10.13 macOS High Sierra remapped the volume up / down buttons on the apple remote. This patch

[vlc-commits] macosx: playlist accessory view: Remove explicit sizes, center

2017-10-15 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Oct 14 14:52:59 2017 +0200| [912811536043720aa1856d95d4def67ad9131bfd] | committer: David Fuhrmann macosx: playlist accessory view: Remove explicit sizes, center Explicit sizes shall not be used to allow grow for l10n. Also center the elements

[vlc-commits] macosx: Make sure core dialogs xib is loaded on main thread

2017-10-15 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Sun Oct 15 21:05:50 2017 +0200| [719f45f46d2e9dbc5f615201e816c5ccaced695e] | committer: David Fuhrmann macosx: Make sure core dialogs xib is loaded on main thread In some situations, the xib was loaded from another thread as the getter was used

[vlc-commits] macosx: Move some callback code to the main thread

2017-10-15 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Sun Oct 15 21:03:32 2017 +0200| [ada12f833b62f3aca8c742b640212b42da8ac491] | committer: David Fuhrmann macosx: Move some callback code to the main thread This is already fixed in vlc.git. refs #18917 > http://git.videolan.org/gitweb.cgi/vlc/

[vlc-commits] macosx: Do not resize fullscreen panel on long video names

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Oct 3 19:58:49 2017 +0200| [057796c1942a2afddfce1d3883b44bbf32c81130] | committer: David Fuhrmann macosx: Do not resize fullscreen panel on long video names All labels with video names should not resize any window. Thus make sure to always set a

[vlc-commits] macosx: Fix crash when trying to save metadata for empty item

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Oct 3 12:57:47 2017 +0200| [628eb070b08d7a14810ae2cf441204218252c53f] | committer: David Fuhrmann macosx: Fix crash when trying to save metadata for empty item > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Open panel: Fix enabling audio popup menu in recoding tab

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Oct 3 11:41:15 2017 +0200| [39ff9cce8de685274bb9083ea88fa0b0b5aa9d4b] | committer: David Fuhrmann macosx: Open panel: Fix enabling audio popup menu in recoding tab Group methods together where they belong. Also fixes autolayout issue in network tab

[vlc-commits] macosx: open panel: Integrate capture views into main window

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Oct 3 10:54:43 2017 +0200| [5162493b26f352e1d30b98a3067aa53a59c4e2b7] | committer: David Fuhrmann macosx: open panel: Integrate capture views into main window Add a tab view for capture and screen panels and move them there. This is important to

[vlc-commits] macosx: open panel: Fixes lots of warnings about wrappable text fields

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 2 15:23:35 2017 +0200| [05a0b21112fc33e611a19603c0c07897540d25b0] | committer: David Fuhrmann macosx: open panel: Fixes lots of warnings about wrappable text fields Usually, most of the description labels shall appear as a single line label

[vlc-commits] macosx: open panel: Make width flexible to allow for l10n grows

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Oct 3 10:04:56 2017 +0200| [7978f6d6608fe9af7b1592dd33490b3e3ff785f5] | committer: David Fuhrmann macosx: open panel: Make width flexible to allow for l10n grows > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: simple prefs: Fix some alignment issues for boxes

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 2 16:23:46 2017 +0200| [601ce1b1afd0aa870b68de3b6f13cb0e9588d105] | committer: David Fuhrmann macosx: simple prefs: Fix some alignment issues for boxes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add helper class for multi-line text fields

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 2 14:41:41 2017 +0200| [8b20b9d81581627dc88140d7961e76c737e73aa1] | committer: David Fuhrmann macosx: Add helper class for multi-line text fields Autolayout on 10.7 cannot handle multi line text fields automatically. Add a helper class which

[vlc-commits] macosx: simple prefs: Minimum height for hotkey table

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 2 14:50:06 2017 +0200| [5f4a6cd3af69a529a790153a160353a62c289f6b] | committer: David Fuhrmann macosx: simple prefs: Minimum height for hotkey table Set minimum height for hotkey table view to avoid full collapse on 10.7 > h

[vlc-commits] macosx: open panel: use wrappable text field in network tab

2017-10-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Oct 2 14:48:57 2017 +0200| [2a09384752c5fc3422c5568b6335a4b19f43149c] | committer: David Fuhrmann macosx: open panel: use wrappable text field in network tab > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Fix RTL setting for checkbox in simple preferences

2017-09-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Sep 30 15:39:04 2017 +0200| [315aba90aa6cefbe82ae9f0aa7c4372b290eff40] | committer: David Fuhrmann macosx: Fix RTL setting for checkbox in simple preferences > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Allow toggling of bookmark window

2017-09-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Sep 30 13:43:02 2017 +0200| [fee6089bbf9ce63c96eab9bfdabf3eb9097a7e9c] | committer: David Fuhrmann macosx: Allow toggling of bookmark window This unifies behaviour with all the other HUD panels > http://git.videolan.org/gitweb.cgi/vlc.git/?a=com

[vlc-commits] macosx: SyncTracks: Fix constraints, remove explicit width and height

2017-09-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Sep 30 14:13:55 2017 +0200| [fd1ba8f1f1ed25fd33c3c71a31d48f01a5bb4b75] | committer: David Fuhrmann macosx: SyncTracks: Fix constraints, remove explicit width and height > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: bookmarks: Remove extract button

2017-09-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Sep 30 13:26:56 2017 +0200| [5dc5544ea5dba2f31f34e2bd4847a70729920f6d] | committer: David Fuhrmann macosx: bookmarks: Remove extract button Extracting between different bookmarks was only possible with the old streaming wizard which is removed since

[vlc-commits] macosx: bookmarks panel: Fix layout, set minimum size

2017-09-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Sep 30 13:34:52 2017 +0200| [70816fa15d64a5679be5fa5134e7b213ae8cdd49] | committer: David Fuhrmann macosx: bookmarks panel: Fix layout, set minimum size Fix layout with translated strings. Set minimum sizes for table view. > http://git.videolan.

[vlc-commits] macosx: Improve horizontal resizing behaviour in simple prefs

2017-09-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Sep 30 13:05:58 2017 +0200| [c3bc38681a5df113399ec4ba59d5f0d137a0223a] | committer: David Fuhrmann macosx: Improve horizontal resizing behaviour in simple prefs Layout popups / etc. in such a way that they increase size in case of horizontal resize

[vlc-commits] macosx: log window: Do not set modal window level

2017-09-30 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sat Sep 30 13:20:16 2017 +0200| [66a97eefe9733e1aa892294a492fa15534672405] | committer: David Fuhrmann macosx: log window: Do not set modal window level Previous level was showing window over all VLC windows and even over windows from different

[vlc-commits] macosx: simple prefs: Fix width of audio matrix

2017-09-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Sep 20 11:10:32 2017 +0200| [1d15bf7dedfa9dda299718012b2c85fc75f832bc] | committer: David Fuhrmann macosx: simple prefs: Fix width of audio matrix > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d15bf7dedfa9dda299718012b2c85fc75f83

[vlc-commits] macosx: Fix width constraints of simple prefs boxes

2017-09-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Sep 21 12:05:19 2017 +0200| [4f03e47211660a759a98ca541bfa410bb016878c] | committer: David Fuhrmann macosx: Fix width constraints of simple prefs boxes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4f03e47211660a759a98ca541bfa410bb0168

[vlc-commits] macosx: wrap simple preference panes in scroll view

2017-09-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Sep 20 14:08:35 2017 +0200| [2f3c89c327b5f4346e811637ad88dba256e5860a] | committer: David Fuhrmann macosx: wrap simple preference panes in scroll view Simple preferences are easily too tall for some screen resolutions (e.g. showing VLC on 720p TV

[vlc-commits] macosx: simple prefs: Remove explicit width and height constraints

2017-09-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Sep 21 14:03:30 2017 +0200| [ecb9f19b82b4127dc94e55021f39fa894435bb85] | committer: David Fuhrmann macosx: simple prefs: Remove explicit width and height constraints Each box has contraints for top, left, right and bottom now. This allows growing of

[vlc-commits] macosx: Improve network open panel, fix number formatter

2017-09-26 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Sep 19 23:05:02 2017 +0200| [8af629e47359a96fec38af3c0252fb2ee18227b5] | committer: David Fuhrmann macosx: Improve network open panel, fix number formatter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Fix layout for authentication dialog

2017-09-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Sep 19 19:21:28 2017 +0200| [cce5a830d2f52b0a9c6e2a14827bc694de6955b6] | committer: David Fuhrmann macosx: Fix layout for authentication dialog > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cce5a830d2f52b0a9c6e2a14827bc694de695

[vlc-commits] macosx: Fix and improve constraints in open UDP panel

2017-09-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Sep 19 19:24:04 2017 +0200| [6d3bfa3f90284bcbce5b1bc7358061fbf2a52aa6] | committer: David Fuhrmann macosx: Fix and improve constraints in open UDP panel Also add an explicit height for NSMatrix elements to show them on 10.7. > h

[vlc-commits] macosx: audio effects: Convert constraints with firstBaseline

2017-09-19 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Tue Sep 19 17:29:13 2017 +0200| [a65f6374a8ba451169728991d722cda654504e75] | committer: David Fuhrmann macosx: audio effects: Convert constraints with firstBaseline FirstBaseline was only introduces in 10.11 and crashes when running on 10.7. Instead

[vlc-commits] macosx: core dialogs: cancel modal loop on main thread

2017-09-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Sep 18 13:13:38 2017 +0200| [43affbe74f7dd247cf0081ff31c301b2fec5b747] | committer: David Fuhrmann macosx: core dialogs: cancel modal loop on main thread > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Add option to enable http server from simple prefs

2017-09-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Sep 18 13:35:05 2017 +0200| [f611e83908e1073bf7e67dbfe8fa29e1003e68d5] | committer: David Fuhrmann macosx: Add option to enable http server from simple prefs In addition to the existing password field, add a checkbox to enable the http module

[vlc-commits] macosx: progress dialog: Fix cancellability and cancellable state

2017-09-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Sep 18 12:59:46 2017 +0200| [a64b70d2eb61d3b9c95c6594af605a2bb99df16f] | committer: David Fuhrmann macosx: progress dialog: Fix cancellability and cancellable state According to API, an empty (NULL) cancel string means the dialog is not cancellable

[vlc-commits] macosx: Readd missing delegates for simple preference

2017-09-18 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Sep 18 13:28:39 2017 +0200| [0f72f01261a48670a41ed3c357ddc76e4cdbdf03] | committer: David Fuhrmann macosx: Readd missing delegates for simple preference Each text field must have a delegate to ensure that controlText DidChange is called when text is

[vlc-commits] macosx: open panel: contrain width of tab view to avoid growing

2017-09-08 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Fri Sep 8 19:13:20 2017 +0200| [721a626e4508b3751764564c5e867e03d4fa116b] | committer: David Fuhrmann macosx: open panel: contrain width of tab view to avoid growing C.f. long URLs in MRL or network field. > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] contrib: sparkle: Downgrade to sparkle 1.16 for now

2017-09-04 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Sep 4 23:40:39 2017 +0200| [db218008ea32dff518d5916ed1183a2c0740958d] | committer: David Fuhrmann contrib: sparkle: Downgrade to sparkle 1.16 for now Sparkle 1.17 added support for the new os_log API, but forgot to correctly guard the header to

[vlc-commits] macOS build.sh: Enable debug symbols by default for VLC build

2017-09-04 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Mon Sep 4 20:45:42 2017 +0200| [f61861a46d84c1e72f7383ea15001d25a55b7d97] | committer: David Fuhrmann macOS build.sh: Enable debug symbols by default for VLC build > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macOS build.sh: Add option to package the build results

2017-09-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Sep 3 17:05:42 2017 +0200| [be8e6b297dc5d9280de9a5c671e9ad79e6880c9b] | committer: David Fuhrmann macOS build.sh: Add option to package the build results This packages contribs (if build contrib from source is activated), and it creates DMG with

[vlc-commits] macosx: Fix some layout constraints in CAS panel

2017-09-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Sep 3 15:49:03 2017 +0200| [948038d92997018ac8b37bcff4f169ec84fab0f0] | committer: David Fuhrmann macosx: Fix some layout constraints in CAS panel > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=948038d92997018ac8b37bcff4f169ec84fab

[vlc-commits] macosx: Remove VLCColor view, draw video view in black

2017-09-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Sep 3 15:18:18 2017 +0200| [034259aab30e0025b8f3e6f4c12d64d16c9565bb] | committer: David Fuhrmann macosx: Remove VLCColor view, draw video view in black Video view is drawn black in case first frame is not shown instantly. NSWindow background color

[vlc-commits] macOS project: Add coreaudio_common.c file

2017-09-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Sep 3 15:17:18 2017 +0200| [2835279469d9b7847a3b8677373c5d9f27629431] | committer: David Fuhrmann macOS project: Add coreaudio_common.c file > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2835279469d9b7847a3b8677373c5d9f27629

[vlc-commits] macox: Factor out inhibit functions into separate methods

2017-09-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Sep 3 11:18:28 2017 +0200| [4905dbcfc9899aadaae1a6edda4386f9961137df] | committer: David Fuhrmann macox: Factor out inhibit functions into separate methods > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Preserve inhibit lock during a complete playlist playback

2017-09-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Sep 3 13:55:21 2017 +0200| [9b475d30d801776e76cb85f7ce38f404f88dec1a] | committer: David Fuhrmann macosx: Preserve inhibit lock during a complete playlist playback NoDisplay power assertion needs to be hold also in case input item changed. This

[vlc-commits] macosx: Fix InputManager cleanup path on application shutdown

2017-09-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Sep 3 14:17:10 2017 +0200| [a05cac87ecb7ac8312529f631c6472ccb788c034] | committer: David Fuhrmann macosx: Fix InputManager cleanup path on application shutdown Makes sure cleanup actions like itunes playback are in correct state. > h

[vlc-commits] macosx: Inhibit: Remove 10.7 code, only release assertions once

2017-09-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Sep 3 10:14:41 2017 +0200| [8e2c6ccc072358405187386e75028513676d294c] | committer: David Fuhrmann macosx: Inhibit: Remove 10.7 code, only release assertions once The new API works on 10.7 as well, the only difference between newer macOS versions is

[vlc-commits] macosx: Move stop media playback to separate function

2017-09-03 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Sep 3 09:51:57 2017 +0200| [b4e93d6573281b01eb2bfdca0e2ac81b787d8fc9] | committer: David Fuhrmann macosx: Move stop media playback to separate function > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] macosx: Fix warning about constness of vlc_renderer_item_t

2017-08-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Aug 13 11:48:40 2017 +0200| [eb176fac98610824eb52bd3d302091d616f643b1] | committer: David Fuhrmann macosx: Fix warning about constness of vlc_renderer_item_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] contrib: sparkle: Update to 1.18.1

2017-08-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Aug 27 17:20:22 2017 +0200| [b3a8dce4b8be92e19b2865b55f1e2120b5519076] | committer: David Fuhrmann contrib: sparkle: Update to 1.18.1 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3a8dce4b8be92e19b2865b55f1e2120b5519076 --- contrib/

[vlc-commits] macosx: Fix wrapping / multiline behaviour for resume string

2017-08-27 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Sun Aug 27 17:34:58 2017 +0200| [17ef69b1e6a7d41cd71c61900ad9d69679dfcf0e] | committer: David Fuhrmann macosx: Fix wrapping / multiline behaviour for resume string Note that the correct way to do this would be setting preferredMaxLayoutWidth property of

[vlc-commits] macosx: sparkle: Disable automatic update installation

2017-08-27 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Sun Aug 27 17:16:08 2017 +0200| [a9ac5a39a4250f2a1c59e5d24158fc064f37387f] | committer: David Fuhrmann macosx: sparkle: Disable automatic update installation As recommended by [1], apps using Sparkle < 1.11.1 shall disable automatic upd

[vlc-commits] macosx: sparkle: Disable automatic update installation

2017-08-27 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Thu Aug 31 16:48:02 2017 +0200| [d03c191185911399ddbe7b48af613318e4f3473b] | committer: David Fuhrmann macosx: sparkle: Disable automatic update installation As recommended by [1], apps using Sparkle < 1.11.1 shall disable automatic upd

[vlc-commits] sparkle: Fix longstanding crash in automatic update search

2017-08-12 Thread David Fuhrmann
vlc/vlc-2.2 | branch: master | David Fuhrmann | Tue Aug 22 15:49:56 2017 +0200| [ae2567dbdfe7ee9a1eaaf7e6dcc5dbec5f45c68f] | committer: David Fuhrmann sparkle: Fix longstanding crash in automatic update search Our patch to sparkle introduced a crash during runtime, as key and object was

[vlc-commits] contrib: gnutls: disable getentropy in gnutls configure

2017-08-09 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Aug 9 21:39:33 2017 +0200| [f434298ad77b22b11a44f9f693779ab8dd2065f5] | committer: David Fuhrmann contrib: gnutls: disable getentropy in gnutls configure getentropy has been introduced only in 10.12, so it is not available on earlier osx versions

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