1. 08 May, 2012 33 kayıt (commit)
  2. 07 May, 2012 7 kayıt (commit)
    • Tor Lillqvist's avatar
      Bin a line of apparently meaningless and wrong Mac OS X code · fbd82ae8
      Tor Lillqvist yazdı
      When LibreOffice is compiled against the 10.6 SDK and run under gdb,
      the apple_remote code caused "cannot init a class object" exception
      messages to be printed.
      
      Upon closer inspection this was caused by the call to [super init] in
      the sendDistributedNotification class method of the RemoteControl
      class.
      
      As far as I understand, calling [super init] and assigning its return
      value to self, even, is pointless and wrong in a class method.
      
      This code apparently has not been causing any harm when built against
      the 10.4 SDK. This is probably just accidental thanks to a more
      lenient Objective-C runtime getting used?
      
      When built against the 10.6 SDK, though, the resulting Objective-C
      exception seemed to make input event handling non-functional. After
      this fix LibreOffice built this way works better.
      
      Change-Id: I I I383611753f3f83a9efa4694b1900c8b66ed1a8e3
      fbd82ae8
    • Tor Lillqvist's avatar
      Add Emacs and vim mode lines · 8701f5ef
      Tor Lillqvist yazdı
      Change-Id: I8ccb7be448faf42904eb6246a4f5a06ff8028ffc
      8701f5ef
    • Jan Holesovsky's avatar
      Added a fixme. · 05597378
      Jan Holesovsky yazdı
      Change-Id: I303a750058039a4df5a237c823178c8a065f04a4
      05597378
    • Jan Holesovsky's avatar
      Add some useful links to the Windows theming. · f0e68c48
      Jan Holesovsky yazdı
      Change-Id: I2ced06de50b145ab9a876679f1ec49dd8915fbf9
      f0e68c48
    • Stephan Bergmann's avatar
      fdo#49580: Fix bean after gbuild'ification · 708229dc
      Stephan Bergmann yazdı
      4478b739 "convert bean to gbuild and add to
      tail_build" broke the following:
      * The name of the officebean dynamic library must not be changed (by adding the
        "lo" extension), as code in officebean.jar uses it in NativeLibraryLoader.
      * With gbuild's per-default hidden visibility, JNIEXPORT functions must instead
        use SAL_DLLPUBLIC_EXPORT.  (Windows-only code in bean/native/win32/ should be
        safe to continue using JNIEXPORT.)
      
      Change-Id: I I3c312dd05c90421ba0c726496b7149a26d155604
      708229dc
    • Stephan Bergmann's avatar
      LocalOfficeConnection description must end in ServiceManager · 67529304
      Stephan Bergmann yazdı
      ...instead of NamingService.  Even though current
      <http://wiki.services.openoffice.org/w/index.php?title=Documentation/DevGuide/JavaBean/Customized_Configuration&oldid=127145>
      documents using the latter, it leads to NullPointerException, as connect()
      expects aInitialObject to be an XPropertySet.
      
      Change-Id: Ia8445bed5307bf440d078a8b96200e3b7fa38706
      67529304
    • Andras Timar's avatar
      fix condition for SetupCompleteSuccess · 7bfded00
      Andras Timar yazdı
      Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
      7bfded00