[Libreoffice-commits] core.git: Changes to 'distro/collabora/lov-5.1'

Andras Timar andras.timar at collabora.com
Thu Mar 10 08:25:43 UTC 2016


New branch 'distro/collabora/lov-5.1' available with the following commits:
commit f579d750e65277a91cbf19f00b90ad1b257718f9
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Mar 3 13:30:56 2016 +0100

    Bump version to 5.1.1.3
    
    Change-Id: I026459797bd4cda973c8635ed4ce4f0676d648ce

commit 903029245a6957a8c22a1eb2098393e20cbf8076
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.com>
Date:   Wed Apr 16 12:11:46 2014 +0200

    Introducing "application startup message"
    
    Application startup message is an infobar which is shown on LO
    startup. The message can be dismissed when entering into "Details"
    dialog. The code to disable the dialog between restarts is also
    included in this commit.
    
    Conflicts:
    	sfx2/source/view/sfxbasecontroller.cxx
    
    (cherry picked from commit 8a217da6e01cf55a41786945d955ae21741fd47b)
    
    Conflicts:
    	include/sfx2/sfxbasecontroller.hxx
    	sfx2/source/appl/appdata.cxx
    	sfx2/source/inc/appdata.hxx
    	sfx2/source/view/sfxbasecontroller.cxx
    
    Change-Id: I7bbf8edc87b3eec8ac9010e2c4f60fb0f4f06894

commit 6d1de7c01affe8d2b4f30df81e5b6c33cd24fbf1
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jun 30 19:42:45 2015 +0300

    tdf#92191: Don't use any IPC pipe in a sandboxed OS X app
    
    Creating the pipe fails when sandboxed. This caused us to not start
    the OfficeIPCThread, and that then meant that the file open requests
    coming in through VCL_NSApplication's application:openFile: method in
    vclnsapp.mm were not processed properly.
    
    The OS takes care of not starting multiple LO apps simultaneously
    anyway, so we don't really need any pipe, I hope.
    
    Conflicts:
    	desktop/source/app/officeipcthread.cxx
    
    Change-Id: Ia920520ce2928787313f83199028f9c9942f61f3
    (cherry picked from commit e2f4c9eae3f53aaba968d7567f912df6fa911326)

commit 7407e80e4cb8dd76e1eaa80cef01d0d3b3024be3
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun May 17 10:56:20 2015 +0200

    Don't build ui-previewer in the App Store case
    
    Conflicts:
    	vcl/Module_vcl.mk
    
    Change-Id: I1b095586b66fbbe582b0e7266609895bb288c6fb
    (cherry picked from commit c10b53544c6fca8939a1deeb73e0a4bcfab11e81)

commit 3421e671d9c733e1aff9e6c2153b60e8d18fb785
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Aug 24 12:02:29 2015 +0200

    OS X codesign
    
    Change-Id: I15ef2f52cd58e94945956c1fa2ec3bc22a9bdaf0
    (cherry picked from commit d7127e73274794e00335a3deed74e35ad3c4eed5)

commit d3fd653ddf7bcee5cab381a72646af22513e3799
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun May 17 11:43:08 2015 +0200

    remove unopkg script from MacOSX folder of sandboxed app
    
    Change-Id: Ib59953225480e6923e418b966cce289f07f863b5
    (cherry picked from commit f16f8ee5c2a269339a36bf6af9b24b50b4328a37)

commit 6ecb86b62bb7be429df23e18c14152c3a8d01ac7
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun May 17 11:39:44 2015 +0200

    Don't put symlink to MacOS folder of sandboxed app
    
    Conflicts:
    	ure/Package_install.mk
    
    Change-Id: Ica4cfd3befa67aa1d03140ad2a766dfbb208ec0a
    (cherry picked from commit d6785e162fa8cc4b03de76cd2d089d62ae45c068)

commit 62a836ecb42a52b825598d97be924c60f64f7602
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun May 17 11:07:14 2015 +0200

    Don't package unoinfo in case of Mac OS X like app structure
    
    Change-Id: I517ed7ac43b0655c7e571e0b9fead32c4f2e7948
    (cherry picked from commit ec51b41ba4831ce43a4f3ead47c72d2d6a884f61)

commit 397c4270e119db4be21dade9ea44d94001dd786c
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun May 17 10:59:11 2015 +0200

    Don't package gengal script in App Store case
    
    Conflicts:
    	scp2/source/ooo/file_ooo.scp
    
    Change-Id: Ia7002e5f56cad7efd264baa940ccc350ae5ee08c
    (cherry picked from commit bacfd003d4045825d21fe46f623ad15440e15088)

commit 42a36b575a618e44db74decfb798440bcfab3350
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri May 15 17:05:17 2015 +0200

    shell script in Contents/MacOS is not accepted
    
    (cherry picked from commit c5d91c02192f4272ad2a200beffa059a7dc7a146)

commit 0c7a95560165a517b93c770a7d57a2cf0e70bb0d
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon May 11 22:26:29 2015 +0200

    create empty .lproj directories for languages supported by OS X
    
    The previous solution had problems. InfoPlist.strings were empty,
    because localization has not been working since the CFBundleTypeIconFile
    entries were removed from Info.plist. Icon file basename was the key
    in documents.ulf. So we packages 0 bytes long files. The second problem
    was that we used LibreOffice language codes, and OS X language codes are
    different in some cases. This caused problems such as French strings on
    English UI (e.g. Open/Save dialogs), because the system did not
    recognize en-US.lproj and en-GB.lproj, and fell back to the next one: fr.
    
    Change-Id: I9c502cdf737b497ca2ceef8f3c535ccfea2f6134
    
    Conflicts:
    	Makefile.in
    
    (cherry picked from commit 91902ef1411943f65da296fefd15fff9170d9c0c)

commit dd8ab7a600b44b887f767846fc44757bd395dda5
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Sep 9 10:35:51 2014 +0300

    Remove potential old leftover before moving the app bundle
    
    Change-Id: I7f0a8ae184a2f3d8a4476415b56df4ad8e4e342f
    (cherry picked from commit 53c396c7008b807cffcc501171520b28c3f2ad24)

commit 153cae21a35d5e87e516718325747a6b985f0de2
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Sep 23 14:57:52 2014 +0300

    Seems that we don't need the com.apple.application-identifier after all
    
    Conflicts:
    	lo.xcent.in
    
    Change-Id: I3bc499b15c31724dca2d49123dcdbec8dfd934f6
    (cherry picked from commit fc01d27ea172809ae7bdbd85df161d5a033d4533)

commit ff8329185de48ca0cc20f0fbc3b53aa958454066
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Sep 23 00:27:58 2014 +0300

    We need the gengal program at build time
    
    But don't bother shipping it on OS X, at least not in the sandboxed
    (App Store) case.
    
    (cherry picked from commit 11b4f4bfbee257d63f6a52808fb02b903ddea0d5)
    
    Conflicts:
    	Makefile.in
    	Repository.mk
    
    Conflicts:
    	Makefile.in
    
    (cherry picked from commit 54486c4ffe44813dc58633b50b55326b1c060bf4)
    
    Conflicts:
    	Repository.mk
    
    Change-Id: Id73bef1ba71d126c2d2962fe846e9c31963d6c24

commit cbafeee349b77a414886c75d5be6821dca1a36ee
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Sep 21 23:55:38 2014 +0300

    We don't build the Apple Remote code when sandboxed
    
    So no need for the related entitlements.
    
    Change-Id: I54ba7c0586ee77f30096b50755a9a85bbb7965a5
    (cherry picked from commit a1379c6d2555c77b1b096165ac2aab42808e90a7)
    (cherry picked from commit d78c567c78e9d0f4e122caab527da23f69dec6d3)

commit 869b1265c857e046be88cde43213725dec03f7ec
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Sep 20 01:01:09 2014 +0300

    Skip some executables in the OS X sandboxed (Mac App Store) case
    
    I doubt end-users will miss gengal.bin, regview, or regmerge.
    
    (cherry picked from commit beb30bbd867f9a28878e0d004458c3507f6c0956)
    
    Conflicts:
    	Repository.mk
    
    (cherry picked from commit d1386eb0ea2113911a5ed841e45313407bdf21ba)
    
    Conflicts:
    	Repository.mk
    
    Change-Id: I353610c0d039f25fa415f35902fe2b9890cd423f

commit e036d13534bd50acb10022d88a156330162b9e7c
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Sep 19 12:47:02 2014 +0300

    Unzip the InfoPlist.strings files into correct locations
    
    Not sure how useful it is to only provide translations for the ODF
    document format names, though.
    
    Change-Id: I22a2e5b896e077ca3067a30635f7cdf67c2f5e7c
    (cherry picked from commit 16f62d80c38f3920a40fc078edecad905ba2b196)
    (cherry picked from commit 348ac6a9d28d5961b8804a7be09d334fbc8ef21a)

commit 4b5a5af3965f532ff023a1b9a1fe5b72eccc8ac1
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Sep 15 21:50:35 2014 +0300

    We don't want those bin/InfoPlist_*.zip files in the app bundle
    
    (cherry picked from commit 7956d38fa3c0db77b9b2b41f870bd3587e3dc1af)
    
    Conflicts:
    	Makefile.in
    
    Change-Id: I29eefa599f175d98303fca8f5ccf1c8fe85b0bbc
    (cherry picked from commit b21140e2de219cd97cae5b7b9b988e1fd70da029)

commit 8c9e12e13f135cb090634a4aae26b4d9f691ce8b
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun May 17 14:32:02 2015 +0200

    Don't package ui-previewer in App Store case
    
    Change-Id: I122c65d7f6dec7588ea2624e291e9dfe04dff22c
    (cherry picked from commit 89dff9226690829b985371c3f2b29e57bfed06ed)

commit 6df13f2afd05f801a47cd06bf957f77e395955e8
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun Jun 21 14:41:22 2015 +0200

    ERROR ITMS-90511: CFBundleIdentifier Collision
    
    Change-Id: I4413853a2e8c23af770323a1e7b21cedb637cfb1
    (cherry picked from commit ca7078abb540623bf4ac5728b94036a7b4782622)

commit c2f7f13bb0e6df1f7163618f4cd67cf8e4a5de74
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Jul 2 16:26:50 2015 +0200

    put python starter shell script to Resources folder of OS X app
    
    Change-Id: Iaed947b9168fbd1e2d2c79da724426b56bd8a830
    (cherry picked from commit 4f606fd7bf1ca0bd440fdccac39aa5f4a5e35a36)

commit 920e37cac6e06bacdb9caf692de003a63d991d90
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Aug 24 10:07:45 2015 +0200

    enable breeze and sifr
    
    Change-Id: Id46452b5121077de7d5368257b538a85d1ef7dae
    (cherry picked from commit f82210c7c2ea17140f25508cb605c51fa6a3e227)



More information about the Libreoffice-commits mailing list