Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-06 | warning C4700: uninitialized local variable 'aRet' used | Michael Stahl | |
Change-Id: Ifb6a397372255b6e63e93a2f1f079e6d78531280 | |||
2012-08-06 | warning C4101: unreferenced local variable | Michael Stahl | |
Change-Id: I0eac170f7fafebb438b1516fa271cc4971a9704d | |||
2012-08-06 | sd: remotecontrol: fix setsockopt call for WNT: | Michael Stahl | |
Apparently on Linux the 4th parameter to setsockopt has type void* while on Windows it is const char*; add a cast in the hope that it will work. Change-Id: I5506788a7fa12b03d9cec2756c84487db772fb0d | |||
2012-08-06 | Fixed scoped enums (for no C++0x). | Andrzej J.R. Hunt | |
Change-Id: I46759d420cac2a0975be45f20d1414c85979f5ed | |||
2012-08-06 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | |
a literal within a OUString. Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f | |||
2012-08-06 | Some minor fixes. | Andrzej J.R. Hunt | |
Change-Id: Id405b97440efc7160e76d535bddfd5580923fe24 | |||
2012-08-06 | Hostname transfer implemented. | Andrzej J.R. Hunt | |
Change-Id: I92f2a3c00215491b6f24d52b922a4e4f2c461637 | |||
2012-08-06 | Server discovery functional. | Andrzej J.R. Hunt | |
Change-Id: I8642e0ea95a8d6691b76cc4d2dc1ddfbbf2b03e2 | |||
2012-08-06 | Multicast listening now working. | Andrzej J.R. Hunt | |
Change-Id: Icae91b26f1142d7f25d6e38af4f951be26d9b22a | |||
2012-08-06 | Early non-functional multicast code. | Andrzej J.R. Hunt | |
Change-Id: Id982b40e5e9df4dee037a2e54ed34206930123c9 | |||
2012-08-06 | Discovery service implemented server side. | Andrzej J.R. Hunt | |
Change-Id: I26c26ae96680c6264d7b927cb9206073239f2ef4 | |||
2012-08-06 | Basic structure for Disovery Service. | Andrzej J.R. Hunt | |
Change-Id: Idaae84c46fa96b128ab32451853922c9eb11c6cc | |||
2012-08-06 | Discovered correct filter name. | Andrzej J.R. Hunt | |
Change-Id: I2542ec663addca02874f3d449a1d8a243c7e5e97 | |||
2012-08-06 | Export now building, still missing some parameters to function. | Andrzej J.R. Hunt | |
Change-Id: I5d893a292f99be46b0ca29c10345fc43a4366cfe | |||
2012-08-06 | Attempt to use the XHTML export filter for note export (not functional yet). | Andrzej J.R. Hunt | |
Change-Id: Iaf88b879d679a9dabc31468c51fe9b943c2053e5 | |||
2012-08-06 | Basic (unstyled) note export and display working. | Andrzej J.R. Hunt | |
Change-Id: Ic17267131d9a777955cd55415e5fe1e106d09e10 | |||
2012-08-06 | Notes export now working. | Andrzej J.R. Hunt | |
Change-Id: I025c3e6421614c68ea76c9b8afd351abca8b6fad | |||
2012-08-06 | Note extraction code added. | Andrzej J.R. Hunt | |
Change-Id: I94f53dd24122943a4b81fc228115e3da7ff5c90e | |||
2012-08-06 | Renamed Server to RemoteServer for obviousness. | Andrzej J.R. Hunt | |
Change-Id: Ia935a97fe57eb1259c3426f0414bec7362f2e8cf | |||
2012-08-06 | Added automatic hiding of clockbar as necessary. | Andrzej J.R. Hunt | |
Change-Id: Id758f8e3f73e9d7d180e09b606ee44cbe5c48d6c | |||
2012-08-06 | Enabled slide switching from cover flow, + fixes. | Andrzej J.R. Hunt | |
Change-Id: I4cb520a3c014ff54a36dbab6cdb35b70a8996e8e | |||
2012-08-06 | Fixed thumbnail control. Changed thumbnail activity to fragment. | Andrzej J.R. Hunt | |
Change-Id: I4e8a9d37f3b418728404b7fab4f7b6e3c3b5e5b9 | |||
2012-08-06 | Implemented Thumbnail activity. | Andrzej J. R. Hunt | |
Change-Id: I I6de8651f3ed36798ca1cc69765c448b821a819a2 | |||
2012-08-06 | Fixed a further bug in the Listener cycle. Refactored image storage. | Andrzej J. R. Hunt | |
Change-Id: I2b3f9e2c46dafde4bd488bc95675c04e8806c9a4 | |||
2012-08-06 | Moved preview image preparation/transfer into separate class. Enabled. | Andrzej J. R. Hunt | |
Change-Id: I09b0c2d1521939af058526d1727d0c4d34ad0452 | |||
2012-08-06 | Fixed Listener registration and destruction for all cases. | Andrzej J. R. Hunt | |
Change-Id: I I I8be3c67889969d714514ca073c48ab26248a30e1 | |||
2012-08-06 | Fixed the Listener lifecycle, prevents crash on slideshow exit. | Andrzej J. R. Hunt | |
Change-Id: I918754dc7b99cd48bbc012d62b2a8cd0eb0e438e | |||
2012-08-06 | Finally fixed the Transmitter bug. | Andrzej J. R. Hunt | |
Change-Id: Ia4c345b9ecb58a47219ceb0af14b66294ca3309e | |||
2012-08-06 | Further minor improvements, attempt to fix the Transmitter bug. | Andrzej J. R. Hunt | |
Change-Id: I558b7aca1c592efb5b83b56df42da4a97a655e88 | |||
2012-08-06 | Fixed segfault on use of transmitter, and transmitter lifecycle. | Andrzej J. R. Hunt | |
Change-Id: I3983b28443584f33a879ba9fab52f11a0ab7fad5 | |||
2012-08-06 | Attempted fix for threading & memory bug with Transmitter. | Andrzej J. R. Hunt | |
Change-Id: I I I6e66d197a18d9707b85804e98a9f690f7dda5087 | |||
2012-08-06 | Merged changes. | Andrzej J. R. Hunt | |
Change-Id: I436a3ac7af0fbad3f37c6799de9186142f0af430 | |||
2012-08-06 | Fixed constructor issue in Listener, fixed usage of Transmitter. | Andrzej J. R. Hunt | |
Change-Id: I875cb1fba51faadafd8f7f0e34ef6b56a818bb7a | |||
2012-08-06 | Added registration of the slideshow listener. | Andrzej J. R. Hunt | |
Change-Id: I Icaf2fe03e5f5b8ee9de3138b8dd28d837c734e94 | |||
2012-08-06 | Create listener when presentation is started. | Andrzej J. R. Hunt | |
Change-Id: I830bb6e20046ebc80c740ca77bb97dddca1e4c02 | |||
2012-08-06 | Added additional commands and parsing. | Andrzej J. R. Hunt | |
Change-Id: Iae099aeb07d25435115514e1bf0c4efb31613d50 | |||
2012-08-06 | trivial compile fixes | Michael Meeks | |
Change-Id: I8278d64fc8b16ccce084da0d06647803a58e5d89 | |||
2012-08-06 | Transmitter for queuing of messages (Client->Server), fixed protocol. | Andrzej J. R. Hunt | |
Change-Id: I Idcf6cf33b75dde2f921bec6c64e394e91994aba0 | |||
2012-08-06 | Pure text for Client->Server. Json removed. Namespace cleanup. | Andrzej J. R. Hunt | |
Change-Id: I60e5acac2d47aefec5dd195a5eca599eb1cb8586 | |||
2012-08-06 | some namespace cleanups and explict type for Anys | Michael Meeks | |
Change-Id: I213989f2272929143d1d896a3dd28a8eb61035be | |||
2012-08-06 | namespacing / compile fixing | Michael Meeks | |
Change-Id: Iead86be0a7b08213ae83870707bbcf3333a8bf10 | |||
2012-08-06 | Intermediate commit for mmeeks. | Andrzej J. R. Hunt | |
Change-Id: I4e8e4322d670247bc87e1b1ac6dccaa0a79a1e4d | |||
2012-08-06 | Changed from JSON to plaintext for Server->Client. Namespace usage cleanup. | Andrzej J. R. Hunt | |
Change-Id: I7e1b229b475e476c71ec3a110696942299b25733 | |||
2012-08-06 | Image export, encoding and decoding. Protocol improvements. | Andrzej J. R. Hunt | |
Change-Id: Ibbc7ac02c5946a49c1cd777abc2853fe7e158009 | |||
2012-08-06 | Fixed remote control code to work correctly. | Andrzej J. R. Hunt | |
Change-Id: I Ia600ed456fba135056f7a00398030b7c9e873329 | |||
2012-08-06 | don't create a custom thread to corrupt our stack. | Michael Meeks | |
Change-Id: I519d5d1ada7b7a0cc28dba1929edef8d54cec06a | |||
2012-08-06 | make tests link | Michael Meeks | |
Change-Id: I69d2baab2a6259e99188a86f916a6fa25d46ac74 | |||
2012-08-06 | Replaced Unix with osl sockets. Added slideshow controller. | Andrzej J. R. Hunt | |
Change-Id: Ic2d34d666bb748b12e51266e04706d105ab7a3be | |||
2012-08-06 | add remote initialization hooks to impress init. | Michael Meeks | |
Change-Id: I80b6e840ed6981a4ae600c5d9925e5df9610f8c6 | |||
2012-08-06 | cleanup trailing whitespace | Michael Meeks | |
Change-Id: I788513e8cb7d8e1fd9efca4ff4150381df9b199a |