1. 30 Nis, 2013 1 kayıt (commit)
    • Andras Timar's avatar
      remove unused product variables from Windows installer · 5b77c93b
      Andras Timar yazdı
      OLDPRODUCT2 - it was a workaround for OOo 1.9, obsolete
      SAMEPRODUCTS - same product have the same ProductCode, so installer detect it
      anyway under normal circumstances. It is possible that a tester/developer tries
      to install the same version with different ProductCode over an existing installation
      (e.g. dailyes or RCs). Then we are in trouble. However, SAMEPRODUCTS was not in use.
      Moreover, Windows Installer uses only the first three fields of the product version.
      So we cannot make difference between e.g. 4.0.3.1 and 4.0.3.2, and this is the new versioning
      scheme.
      BETAPRODUCTS - LibreOffice have never used different upgrade code (BETAUPGRADECODE) for betas.
      OLDPRODUCTSPATCH, SAMEPRODUCTSPATCH, NEWPRODUCTSPATCH - related to old Star Division patching
      mechanism, they were commented out anyway.
      STUBPRODUCTS, STUBUPGRADECODE - these look useless
      
      Change-Id: I77d67b72e18fa6b3ba4182b99e198c42f247cea4
      5b77c93b
  2. 21 Mar, 2013 1 kayıt (commit)
    • Stephan Bergmann's avatar
      Missing dependency of librelogo on writer · 4e69b356
      Stephan Bergmann yazdı
      ...at least due to dependency of librelogo.xcd on writer.xcd, see
      82c53d53 "Missing dependency."
      
      Otherwise, having librelogo installed but not writer will cause an uncaught
      RuntimeException from configmgr::Components::parseXcdFiles
      (configmgr/source/components.cxx) early on in soffice.bin.
      
      Change-Id: I97565fe5c790ed182bb27fd722c650acf8a8ee08
      4e69b356
  3. 18 Mar, 2013 3 kayıt (commit)
  4. 12 Mar, 2013 1 kayıt (commit)
  5. 11 Mar, 2013 2 kayıt (commit)
  6. 03 Mar, 2013 2 kayıt (commit)
  7. 02 Mar, 2013 1 kayıt (commit)
  8. 22 Şub, 2013 1 kayıt (commit)
  9. 20 Şub, 2013 1 kayıt (commit)
  10. 19 Şub, 2013 1 kayıt (commit)
  11. 18 Şub, 2013 1 kayıt (commit)
  12. 17 Şub, 2013 1 kayıt (commit)
  13. 13 Şub, 2013 2 kayıt (commit)
    • Andras Timar's avatar
      fix exported DLL function names for all CustomActions · dbb60dd9
      Andras Timar yazdı
      Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3
      dbb60dd9
    • Andras Timar's avatar
      remove thesaurus indexer CustomAction · eb6fa6be
      Andras Timar yazdı
      It was never integrated and used. If we made the effort to integrate it,
      Windows installer would be a few megabytes smaller, because indexes of
      thesauri would be generated in install time (instead of packaging
      pre-generated indexes).
      
      However, the cons are:
      * untested
      * presumably slows down instal process which is slow already
      * adds complexity to installer which is too complex already
      * indexes will not be there in case of administrative install (QA)
      * bad experiences with CustomActions that manipulate the installed
        application (various, weird permission problems)
      
      Change-Id: I3989b835b1250718bc03107a3807d091e7a9aa0e
      eb6fa6be
  14. 12 Şub, 2013 1 kayıt (commit)
  15. 11 Şub, 2013 2 kayıt (commit)
    • Peter Foley's avatar
      stdcall and declspec(dllexport) don't play nicely together · 33b838a4
      Peter Foley yazdı
      Change-Id: I56da76771790cb6824ac3d01072d9143cb580741
      33b838a4
    • Andras Timar's avatar
      advertised shotrcuts · aa2450cb
      Andras Timar yazdı
      The main goal of this patch was to simplify things. The LibreOffice
      version that goes to Intel AppUp use advertsied shourtcuts, because
      it is what Intel AppUp Center requires. We can reduce complexity a
      bit, if we use advertised shortcuts in normal builds, too.
      
      Change-Id: Ia35a753c83cb592137232428ab897a640e7ccc1f
      aa2450cb
  16. 09 Şub, 2013 2 kayıt (commit)
  17. 01 Şub, 2013 1 kayıt (commit)
  18. 30 Ock, 2013 6 kayıt (commit)
    • Andras Timar's avatar
      remove CopyEditionData CustomAction · 0701e1ab
      Andras Timar yazdı
      It is not entirely clear what this CustomAction was supposed to do, but
      program\edition directory is not present in LibreOffice, therefore this
      feature is useless.
      
      Change-Id: Icfcd9c5f88da28e171329d951956baaa42908fd0
      0701e1ab
    • Andras Timar's avatar
      remove DotNetCheck CustomAction · cf4ca992
      Andras Timar yazdı
      We do not need to call a dll function for a simple version check.
      
      Change-Id: If82b06a61f10dbfe3eb92b6fe495e6d800c57aff
      cf4ca992
    • Andras Timar's avatar
      remove CopyExtensionData CustomAction · d14c765b
      Andras Timar yazdı
      It copied *.oxt from [SourceDir]\extension to TARGETDIR\share\extension\install.
      One might think that *.oxt files there get installed automagically at first start,
      but no, it does not happen. This feature looks useless.
      
      Change-Id: I5ce583f3b46f5e4e962449790bdce70f99aa135b
      d14c765b
    • Andras Timar's avatar
      remove CustomAction ExecutePostUninstallScript · 030124d8
      Andras Timar yazdı
      I think this CustomAction is unnecessary, providing that we do
      not use Star Division home-made PATCH technology. I have never
      seen this CustomAction used in any OpenOffice.org/LibreOffice builds.
      
      Change-Id: I62f3b5a3ef8a9686f018ca1af52689954262e830
      030124d8
    • Andras Timar's avatar
      convert SetAdminInstallProperty CustomAction to type 51 · bc20ba9c
      Andras Timar yazdı
      It does not make sense to call a dll function to set a single property to 1.
      
      Change-Id: I4e3cb35d2d3b644805d1d7573c9bf1dc45befbd4
      bc20ba9c
    • Andras Timar's avatar
      we don't build language packs on Windows · e0ea85f6
      Andras Timar yazdı
      Change-Id: I672886764e9451a983b823ec3666f126b758bd1e
      e0ea85f6
  19. 27 Ock, 2013 3 kayıt (commit)
  20. 23 Ock, 2013 2 kayıt (commit)
  21. 22 Ock, 2013 2 kayıt (commit)
  22. 15 Ock, 2013 3 kayıt (commit)