Commit Graph

6 Commits

Author SHA1 Message Date
Herbert Dürr
9d5841aa43 Resolved: #i124201# mark debug-infos from the apple_remote...
module appropriately

to make the source of some log messages more clear

(cherry picked from commit fe4ae4735c5a5e2b2210e684e97228cd91174e4c)

Conflicts:
	apple_remote/AppleRemote.m
	apple_remote/source/HIDRemoteControlDevice.m
	apple_remote/source/RemoteControl.m
	apple_remote/source/RemoteControlContainer.m

Change-Id: Ie57114f4d2d67f258808d03e01dff8bc05ba9f2c
2014-02-10 16:36:50 +00:00
Tor Lillqvist
fbd82ae883 Bin a line of apparently meaningless and wrong Mac OS X code
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
2012-05-08 00:22:51 +03:00
Tor Lillqvist
8701f5ef05 Add Emacs and vim mode lines
Change-Id: I8ccb7be448faf42904eb6246a4f5a06ff8028ffc
2012-05-08 00:22:16 +03:00
Norbert Thiebaud
fbbcc07ff4 gbuildify apple_remote 2012-02-05 19:34:07 -06:00
Norbert Thiebaud
bec18a80f5 Revert "gbuildify apple_remote" need to have soenv2 merged before
This reverts commit 3d75a28274.
This will be pused again _after_ feature/soenv2 is merged
2012-01-28 18:29:49 -06:00
Norbert Thiebaud
3d75a28274 gbuildify apple_remote 2012-01-28 18:10:31 -06:00