summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2012-08-06Tidied up DiscoveryService::execute().Andrzej J.R. Hunt
2012-08-06sd: link against ws2_32 on WNT for socket APIMichael Stahl
2012-08-06warning C4700: uninitialized local variable 'aRet' usedMichael Stahl
2012-08-06warning C4101: unreferenced local variableMichael Stahl
2012-08-06sd: remotecontrol: fix setsockopt call for WNT:Michael Stahl
2012-08-06Fixed scoped enums (for no C++0x).Andrzej J.R. Hunt
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-08-06Some minor fixes.Andrzej J.R. Hunt
2012-08-06Hostname transfer implemented.Andrzej J.R. Hunt
2012-08-06Server discovery functional.Andrzej J.R. Hunt
2012-08-06Multicast listening now working.Andrzej J.R. Hunt
2012-08-06Early non-functional multicast code.Andrzej J.R. Hunt
2012-08-06Discovery service implemented server side.Andrzej J.R. Hunt
2012-08-06Basic structure for Disovery Service.Andrzej J.R. Hunt
2012-08-06Discovered correct filter name.Andrzej J.R. Hunt
2012-08-06Export now building, still missing some parameters to function.Andrzej J.R. Hunt
2012-08-06Attempt to use the XHTML export filter for note export (not functional yet).Andrzej J.R. Hunt
2012-08-06Basic (unstyled) note export and display working.Andrzej J.R. Hunt
2012-08-06Notes export now working.Andrzej J.R. Hunt
2012-08-06Note extraction code added.Andrzej J.R. Hunt
2012-08-06Renamed Server to RemoteServer for obviousness.Andrzej J.R. Hunt
2012-08-06Added automatic hiding of clockbar as necessary.Andrzej J.R. Hunt
2012-08-06Enabled slide switching from cover flow, + fixes.Andrzej J.R. Hunt
2012-08-06Fixed thumbnail control. Changed thumbnail activity to fragment.Andrzej J.R. Hunt
2012-08-06Implemented Thumbnail activity.Andrzej J. R. Hunt
2012-08-06Fixed a further bug in the Listener cycle. Refactored image storage.Andrzej J. R. Hunt
2012-08-06Moved preview image preparation/transfer into separate class. Enabled.Andrzej J. R. Hunt
2012-08-06Fixed Listener registration and destruction for all cases.Andrzej J. R. Hunt
2012-08-06Fixed the Listener lifecycle, prevents crash on slideshow exit.Andrzej J. R. Hunt
2012-08-06Finally fixed the Transmitter bug.Andrzej J. R. Hunt
2012-08-06Further minor improvements, attempt to fix the Transmitter bug.Andrzej J. R. Hunt
2012-08-06Fixed segfault on use of transmitter, and transmitter lifecycle.Andrzej J. R. Hunt
2012-08-06Attempted fix for threading & memory bug with Transmitter.Andrzej J. R. Hunt
2012-08-06Merged changes.Andrzej J. R. Hunt
2012-08-06Fixed constructor issue in Listener, fixed usage of Transmitter.Andrzej J. R. Hunt
2012-08-06Added registration of the slideshow listener.Andrzej J. R. Hunt
2012-08-06Create listener when presentation is started.Andrzej J. R. Hunt
2012-08-06Added additional commands and parsing.Andrzej J. R. Hunt
2012-08-06trivial compile fixesMichael Meeks
2012-08-06Transmitter for queuing of messages (Client->Server), fixed protocol.Andrzej J. R. Hunt
2012-08-06Pure text for Client->Server. Json removed. Namespace cleanup.Andrzej J. R. Hunt
2012-08-06some namespace cleanups and explict type for AnysMichael Meeks
2012-08-06namespacing / compile fixingMichael Meeks
2012-08-06Intermediate commit for mmeeks.Andrzej J. R. Hunt
2012-08-06Changed from JSON to plaintext for Server->Client. Namespace usage cleanup.Andrzej J. R. Hunt
2012-08-06Image export, encoding and decoding. Protocol improvements.Andrzej J. R. Hunt
2012-08-06Fixed remote control code to work correctly.Andrzej J. R. Hunt
2012-08-06don't create a custom thread to corrupt our stack.Michael Meeks
2012-08-06make tests linkMichael Meeks
2012-08-06Replaced Unix with osl sockets. Added slideshow controller.Andrzej J. R. Hunt