- 07 May, 2012 32 kayıt (commit)
-
-
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
-
Tor Lillqvist yazdı
Change-Id: I8ccb7be448faf42904eb6246a4f5a06ff8028ffc
-
Jan Holesovsky yazdı
Change-Id: I303a750058039a4df5a237c823178c8a065f04a4
-
Jan Holesovsky yazdı
Change-Id: I2ced06de50b145ab9a876679f1ec49dd8915fbf9
-
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
-
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
-
Andras Timar yazdı
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
-
Ivan Timofeev yazdı
Change-Id: I5f3b7f1bba1d751004399e4ea995acc813df3636
-
Ivan Timofeev yazdı
Change-Id: I63338f6c2cfa3d206260b536a44de3d51fcd5710
-
Matúš Kukan yazdı
Change-Id: I13d969511dfb8cb87a88be47c72de4d882247f46
-
Takeshi Abe yazdı
Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03
-
Andras Timar yazdı
Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
-
Stephan Bergmann yazdı
Change-Id: Ifbb44b8d711b82f5d3ca0cd678579e9dcbb44bf2
-
Laurent Alonso yazdı
-
Laurent Alonso yazdı
-
Andras Timar yazdı
Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d
-
Gábor Stefanik yazdı
Change-Id: Id9fc99aab1515a710374b3364f6136587f95f582
-
Gábor Stefanik yazdı
Change-Id: I968fb58b6ceb406a62a2b403c270aef2281945c3
-
Tor Lillqvist yazdı
Change-Id: Ia559990745d10c2f128624b6ffe76ece8a9151b9
-
Tor Lillqvist yazdı
Change-Id: I6fcbe4db269472543e8b3310c966a68f5846a510
-
Miklos Vajna yazdı
Change-Id: I0ae693193b4fc8ed155e2d71b06daa80d46da47c
-
Miklos Vajna yazdı
Change-Id: Ic3fa8865bf3862407867b5e4a438e3d9bc723e86
-
Miklos Vajna yazdı
Change-Id: I Ie4df6921201b2be4e7d9aa3febd1dcdc1e3eef40
-
Miklos Vajna yazdı
Change-Id: I179472754f63559668ff918fd2a01331cd3c35bb
-
Miklos Vajna yazdı
Change-Id: Iffc00526bd780e19daccea226735b4c4e28bf9c6
-
Miklos Vajna yazdı
Change-Id: Ia4ac141d8e054d8558d77251c6f069a51a7e6fab
-
Caolán McNamara yazdı
Change-Id: I1e8fca182a27efb403e903b424ca4c1c0d3acc49
-
Caolán McNamara yazdı
Change-Id: I8607d9d405a3996699ef85564938628624987385
-
David Tardon yazdı
Change-Id: I53d4f6ddd9c79b9cd025339ef9a5e92ce1a881bc
-
David Ostrovsky yazdı
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
-
Markus Mohrhard yazdı
Change-Id: I I0beb439381a0d01b27d219b148c47839055b6f62
-
Markus Mohrhard yazdı
Change-Id: I Ied7fff3162c98ffdb4b7e57d3c45516b403f9a68
-
- 06 May, 2012 8 kayıt (commit)
-
-
Christian Lohmaier yazdı
-
Christian Lohmaier yazdı
otherwise breaks with /usr/share/bison.simple: In function ´int yyparse()´: /usr/share/bison.simple:614: warning: comparison between signed and unsigned integer expressions /usr/share/bison.simple:626: warning: comparison between signed and unsigned integer expressions
-
Ivan Timofeev yazdı
Change-Id: Ie1b68176765dec49307fb8928738073052188ccf
-
David Tardon yazdı
Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d
-
David Tardon yazdı
Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5
-
David Tardon yazdı
Change-Id: Id1c36d09bb2d701474e5161e12be4bf599d8efd5
-
David Ostrovsky yazdı
Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124
-
Tomas Chvatal yazdı
It is done the same way the beanshell is handled. Currently it can't be enabled by default as internal version has patched-in debug interface. We can choose two paths, rewrite the code to the new rhino debug interface or just strip the current one out. Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6
-