1. 10 Eyl, 2013 12 kayıt (commit)
    • Janos Farago's avatar
      Windows registry configuration backend · 5a020763
      Janos Farago yazdı
      The goal is to manage LibreOffice configuration centrally
      in the enterprise. In Windows Server environment using
      Group Policies is a common solution for configuration
      management. Therefore it is required that LibreOffice can
      read configuration data from Windows registry, too.
      
      Windows registry is another configuration layer on the
      top of normal xml based configuration.
      
      For example the following registry setting:
      [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.UserProfile\Data\o]
      "Value"="Example Corp."
      "Final"=dword:00000001
      becomes the following in configuration:
      <item oor:path="/org.openoffice.UserProfile/Data">
          <prop oor:name="o" oor:finalized="true">
              <value>Example Corp.</value>
          </prop>
      </item>
      
      Change-Id: I2cdd83fc93922bf2806417bfd1b83f85cc926d4c
      Signed-off-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      5a020763
    • Tor Lillqvist's avatar
      Copy some stuff from INSTDIR, not OUTDIR · be4b57b6
      Tor Lillqvist yazdı
      Some of it is not in OUTDIR at all any more.
      
      Change-Id: I1afbaafa0fe5a355158b44fcafd3d3e190fce79c
      be4b57b6
    • Tor Lillqvist's avatar
      Don't bother building the DocumentLoader Android app every time · 3b9f9a5a
      Tor Lillqvist yazdı
      Change-Id: I90a96420c3261ce14f337dae3dfddfc01ac2436e
      3b9f9a5a
    • Andrzej J.R. Hunt's avatar
      Fix typo. · 8dc59410
      Andrzej J.R. Hunt yazdı
      Change-Id: I34df96334478b10f151e630188f45e6ce0487f1a
      8dc59410
    • Andrzej J.R. Hunt's avatar
      Try to fix Mac/Win Tinderboxes. · da8d7533
      Andrzej J.R. Hunt yazdı
      Change-Id: Ibfd017c23cf510bf481d60b1e836654fd7240df0
      da8d7533
    • Andrzej J.R. Hunt's avatar
      Implement firebird integer loading test. · 3f114eb4
      Andrzej J.R. Hunt yazdı
      This is mainly in order to determine whether the firebird ODS is safely
      portable -- if testIntegerDatabase fails on non x64 / non Linux / non LE
      platforms then this isn't the case.
      
      Change-Id: I44eb7a774650cec27748b2058e9bb153f32742dc
      3f114eb4
    • Andrzej J.R. Hunt's avatar
      Add simple embedded firebird .odb loading test. · 65fc052b
      Andrzej J.R. Hunt yazdı
      This opens an "empty" firebird-based .odb and tests that it is possible
      for the firebird-sdbc driver to open the embedded database.
      
      "empty" denotes that the .odb is marked as using embedded firebird
      but doesn't in fact contain any .fdb file within. This is usual state
      of a .odb directly after creation using the "New Database" dialog when
      the sdbc driver first opens the database.
      
      Change-Id: I83941c05b6328d8419dca49121988640c6f887bc
      65fc052b
    • Tor Lillqvist's avatar
      I don't think the map file is that useful to generate every time · d344d46c
      Tor Lillqvist yazdı
      Change-Id: I15ba6f0ffc645746be8deb83bc623a340b76bda9
      d344d46c
    • Miklos Vajna's avatar
      CppunitTest_sw_ooxmlexport: do not build failing testcase · 7cb5537b
      Miklos Vajna yazdı
      Change-Id: Iec2db10104e79406cb2b9b6bac81d64dbe597d8d
      7cb5537b
    • Zolnai Tamás's avatar
      Improve border equal check in filter tests 2. · f4dad767
      Zolnai Tamás yazdı
      Change the order of words BORDER and EQUAL in the
      macro name to become consistent with other macro names.
      e.g. CPPUNIT_ASSERT_DOUBLES_EQUAL
      Use a function inside the macro to make it type safe.
      Add additional message to make clear why the test failed.
      
      Change-Id: I9fc7a5813adf2cac36ae831d438cec498232b06c
      Reviewed-on: https://gerrit.libreoffice.org/5885Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      Tested-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      f4dad767
    • Andras Timar's avatar
      kill VERSION_INDEPENDENT_COMP_ID · a41d7233
      Andras Timar yazdı
      Version independent ComponentID in Component table of MSI means
      that the GUID is calculated from the Component name only, the
      PRODUCTVERSION is not concatenated to the name. Providing that
      name is constant in all versions, the resulting GUID would be
      the same e.g. for 4.0, 4.1, 4.2 etc. But what is it good for?
      Faster upgrades maybe? But name can also change, we did not
      pay attention to keep it constant. So in order to help scp2
      cleanup, VERSION_INDEPENDENT_COMP_ID flag was obsoleted and
      removed.
      
      Change-Id: I8e1ee450524b02f07d0b0553f6b82d0321dbddcf
      a41d7233
    • Andras Timar's avatar
      CompID is not in use in scp2 files · f5248b4f
      Andras Timar yazdı
      Change-Id: I3d5b92d9890d6525b05575760a9fb4b4db65172b
      f5248b4f
  2. 09 Eyl, 2013 28 kayıt (commit)