summaryrefslogtreecommitdiffstats
path: root/apple_remote
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoAndrea Gelmini2019-04-111-1/+1
| | | | | | | | Change-Id: I1b5424df5b26cd18b6f28e48b8a1c3e4a3f1d0c8 Reviewed-on: https://gerrit.libreoffice.org/70576 Tested-by: Jenkins Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* loplugin:indentation (macOS)Stephan Bergmann2019-02-214-481/+481
| | | | | | | | | | | | | | | | | | | | | * Some .m/.mm files that still contained tabs instead of spaces have been cleaned up with Emacs' untabify (and apple_remote/source/HIDRemoteControlDevice.m needed further manual adaptions): apple_remote/source/GlobalKeyboardDevice.m apple_remote/source/HIDRemoteControlDevice.m apple_remote/source/KeyspanFrontRowControl.m apple_remote/source/RemoteControl.m vcl/osx/a11yrolehelper.mm * Some of the changes predate 0626e66d761de18f62e4d00d427903032da9d517 "Avoid loplugin:indentation after preproc conditional inclusion lines" and would likely have no longer been flagged since. Change-Id: Ibf5faffa743c7f79b36109d9879eb79d63c8c40f Reviewed-on: https://gerrit.libreoffice.org/68090 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Fix typoAndrea Gelmini2019-02-061-1/+1
| | | | | | | Change-Id: I1ba3434d13b8976ee80a8c45c137dccf27cecac7 Reviewed-on: https://gerrit.libreoffice.org/67432 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Following tdf#111561: no need to autorelease "elements" (apple_remote)Julien Nabet2017-10-121-1/+0
| | | | | | | Change-Id: Ic074af74a9f48618ac1c4b3752b15661f2003815 Reviewed-on: https://gerrit.libreoffice.org/43333 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* tdf#111561: try to fix leak in HIDRemoteControlDevice (apple_remote)Julien Nabet2017-10-111-0/+2
| | | | | | | Change-Id: I6539f1cc9612eb3380381a54d3d1d674fd66cc03 Reviewed-on: https://gerrit.libreoffice.org/43329 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Typo notifcation->notificationJulien Nabet2017-08-212-10/+10
| | | | | | | Change-Id: I411105f1a3d519dd08bee55c722e4a06a14f238d Reviewed-on: https://gerrit.libreoffice.org/41368 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* loplugin:oncevarStephan Bergmann2017-08-072-2/+2
| | | | Change-Id: I9d6902d86c9b72ad28a025374077ef90a350e598
* loplugin:loopvartoosmallStephan Bergmann2017-03-301-12/+6
| | | | Change-Id: Idd385c764778313bfb419a04ca7a3884b78e88f6
* Fix typosAndrea Gelmini2017-03-261-1/+1
| | | | | | | | Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de Reviewed-on: https://gerrit.libreoffice.org/35616 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* loplugin:externvarStephan Bergmann2017-01-092-3/+3
| | | | Change-Id: I35449ee2d7294024fde83e36af83311a08a7ccae
* SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecationsStephan Bergmann2016-10-051-0/+3
| | | | | | ...for now Change-Id: I64a0a8f6a006d75b6f82d7aae570aef414984a78
* apple_remote: autorelease --> release in dealloc (destructor)Douglas Mencken2016-03-071-3/+3
| | | | | | | | | | using autorelease here leads to “just leaking” because there's no autorelease pool for thread besides, make sure that released fields do not contain used•to•be•a•valid•pointer value Change-Id: Id6cb37643230f64dbe9f6128f52236f04d0c88e4 Reviewed-on: https://gerrit.libreoffice.org/22981 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* apple_remote: fix “variable set but not used” for non-debug buildsDouglas Mencken2016-03-071-3/+5
| | | | | | | Change-Id: I038fd0bee0e983a91557226aaba1dcff56512ccb Reviewed-on: https://gerrit.libreoffice.org/22856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2016-02-081-1/+1
| | | | | | | Change-Id: I77b30f28ae5a6fad360d7cada9acfaa9c324408b Reviewed-on: https://gerrit.libreoffice.org/22216 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-101-1/+1
| | | | Change-Id: Ie5a52b097ff2992de5cc82ba0d303618b44e3213
* Fixed license encoding to have all the same apple_remote/source/*Andrea Gelmini2014-11-012-2/+2
| | | | | | | Change-Id: Ibeee5a8c49f2d4710de6a1e0ee2013f3755a177b Reviewed-on: https://gerrit.libreoffice.org/12149 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* prefer makefile-gmake-modeTakeshi Abe2014-04-282-2/+2
| | | | Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
* Remove visual noise from apple_remoteAlexander Wilms2014-02-255-64/+64
| | | | | | | Change-Id: I12bec42cb699d8cbcfab2eb4d2f8ad8f5ed83b78 Reviewed-on: https://gerrit.libreoffice.org/8229 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolved: #i124201# mark debug-infos from the apple_remote...Herbert Dürr2014-02-106-35/+37
| | | | | | | | | | | | | | | | 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
* Resolves: #i124201# rename apple_remote's MainController...Herbert Dürr2014-02-101-3/+3
| | | | | | | | | | | | | | | | | | | | to AppleRemoteController having a MainController class in the global namespace of an application with gazillions of MVC patterns is not a good idea. Renaming it to better match its scope (i.e. the Apple Remote) cleans this up. (cherry picked from commit 8ef3836059ca613d125f66e6bad21c83200dadad) Conflicts: apple_remote/source/RemoteMainController.m include/apple_remote/RemoteMainController.h vcl/inc/osx/saldata.hxx vcl/osx/saldata.cxx vcl/osx/salinst.cxx vcl/osx/vclnsapp.mm Change-Id: I1f252ac51ef65966a48ee03b2cd3519f98d57383
* s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar2013-09-071-1/+1
| | | | Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
* ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-1/+1
| | | | | | | Change-Id: Ice05796a9887c4ff311b78fcddd9820e0f06e7f1 Reviewed-on: https://gerrit.libreoffice.org/5708 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* The AppleRemote code is blocked by sandboxing so bypass it in that caseTor Lillqvist2013-08-221-0/+2
| | | | Change-Id: I0e86c82fb81732468cf0a60eb8ff1d0579986767
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-152-3/+3
|
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-3/+0
| | | | | | | Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-2/+1
| | | | | | | Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* execute move of global headersBjoern Michaelsen2013-04-234-180/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-223-67/+12
|
* blind fix for MacOS X build problemDavid Tardon2013-04-211-1/+1
| | | | Change-Id: I56f0fd27fa246643d611f9fc6a9f1bcfed759c60
* fdo#60724 successfull -> successfulThomas Arnhold2013-04-151-2/+2
| | | | Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
* Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist2013-04-075-103/+20
| | | | Change-Id: Ifa07f9b5613b4a75c5b72178cb276b9c0b495a62
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* remove all d.lstMichael Stahl2013-02-281-1/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* Replace GUIBASE checks with equivalent OS checksTor Lillqvist2012-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-281-11/+6
| | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
* WaE: cast from pointer to integer of different sizeTor Lillqvist2012-07-281-1/+1
| | | | Change-Id: I28195a347dd63b7e44268a396aa70150c917e55f
* WaE: format specifies type 'int' but the argument has type 'void *'Tor Lillqvist2012-07-281-1/+1
| | | | Change-Id: I0b8fad6adcef16fb93e4cc0d1beec8e5ae2a3c79
* ImproveTor Lillqvist2012-05-081-1/+12
| | | | Change-Id: I4a822a8f132f91c1b21ead4e1811b04323485356
* Bin a line of apparently meaningless and wrong Mac OS X codeTor Lillqvist2012-05-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | | 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
* Add Emacs and vim mode linesTor Lillqvist2012-05-0816-0/+47
| | | | Change-Id: I8ccb7be448faf42904eb6246a4f5a06ff8028ffc
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* add missing dep on headers' packageDavid Tardon2012-02-291-3/+2
|
* Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich2012-02-081-0/+1
|
* gbuildify apple_remoteNorbert Thiebaud2012-02-0524-326/+400
|
* Revert "gbuildify apple_remote" need to have soenv2 merged beforeNorbert Thiebaud2012-01-2824-400/+326
| | | | | This reverts commit 3d75a28274b2fb299c5a2ff5b017984054cac873. This will be pused again _after_ feature/soenv2 is merged
* gbuildify apple_remoteNorbert Thiebaud2012-01-2824-326/+400
|
* Decrease verbiage a little bitTor Lillqvist2012-01-271-1/+1
|
* Propragating the modif in the implementation (MultiClickRemoteBehavior.m)ericb22011-12-051-1/+1
| | | | * found under MIT-style license at svn rev 1195274 (http://svn.apache.org/viewvc?view=revision&revision=1195274)
* Removing never tested Keyspan remote (RemoteMainController.m)ericb22011-12-051-9/+0
| | | | * found under MIT-style license at svn rev 1195273 (http://svn.apache.org/viewvc?view=revision&revision=1195273)