1. 02 Kas, 2015 13 kayıt (commit)
  2. 30 Eki, 2015 1 kayıt (commit)
  3. 29 Eki, 2015 19 kayıt (commit)
  4. 28 Eki, 2015 4 kayıt (commit)
  5. 27 Eki, 2015 3 kayıt (commit)
    • Andras Timar's avatar
      Collabora Office branding · c276d5ba
      Andras Timar yazdı
      Change-Id: I9e79c07aa3cbb70076d9bab07294062df4be02c6
      c276d5ba
    • Andras Timar's avatar
      OS X codesign · 58fca586
      Andras Timar yazdı
      Change-Id: I71d49b20a7ce96bbbbe3d130a8e8230c7afc0351
      58fca586
    • Miklos Vajna's avatar
      desktop: enable CppunitTest_desktop_lib only on Linux · 8ae0c053
      Miklos Vajna yazdı
      Since the test would fail to link on Windows, due to
      
      ifeq ($(GUIBASE),unx)
      $(eval $(call gb_Library_add_exception_objects,sofficeapp,\
          desktop/source/lib/init \
      ))
      endif
      
      in Library_sofficeapp.mk. Given that
      CppunitTest_libreofficekit_tiledrendering is marked as Linux-only as
      well, be consistent and have this test as Linux-only, too.
      
      Change-Id: I6c8884398eba5dcf8a74c9cdc96c869b6108fb7e
      (cherry picked from commit ac882c30)
      8ae0c053