summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Tidied up DiscoveryService::execute().Andrzej J.R. Hunt2-23/+14
2012-08-06sd: link against ws2_32 on WNT for socket APIMichael Stahl2-0/+12
2012-08-06warning C4700: uninitialized local variable 'aRet' usedMichael Stahl1-2/+2
2012-08-06warning C4101: unreferenced local variableMichael Stahl2-2/+2
2012-08-06sd: remotecontrol: fix setsockopt call for WNT:Michael Stahl1-1/+4
2012-08-06Fixed scoped enums (for no C++0x).Andrzej J.R. Hunt4-7/+7
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-08-06Some minor fixes.Andrzej J.R. Hunt2-5/+6
2012-08-06Hostname transfer implemented.Andrzej J.R. Hunt1-9/+5
2012-08-06Server discovery functional.Andrzej J.R. Hunt1-0/+2
2012-08-06Multicast listening now working.Andrzej J.R. Hunt2-24/+52
2012-08-06Early non-functional multicast code.Andrzej J.R. Hunt2-1/+10
2012-08-06Discovery service implemented server side.Andrzej J.R. Hunt2-1/+44
2012-08-06Basic structure for Disovery Service.Andrzej J.R. Hunt4-0/+101
2012-08-06Discovered correct filter name.Andrzej J.R. Hunt1-2/+13
2012-08-06Export now building, still missing some parameters to function.Andrzej J.R. Hunt1-44/+120
2012-08-06Attempt to use the XHTML export filter for note export (not functional yet).Andrzej J.R. Hunt2-0/+92
2012-08-06Basic (unstyled) note export and display working.Andrzej J.R. Hunt1-1/+10
2012-08-06Notes export now working.Andrzej J.R. Hunt1-1/+25
2012-08-06Note extraction code added.Andrzej J.R. Hunt2-11/+112
2012-08-06Renamed Server to RemoteServer for obviousness.Andrzej J.R. Hunt5-26/+26
2012-08-06Added automatic hiding of clockbar as necessary.Andrzej J.R. Hunt3-16/+7
2012-08-06Enabled slide switching from cover flow, + fixes.Andrzej J.R. Hunt1-1/+1
2012-08-06Fixed thumbnail control. Changed thumbnail activity to fragment.Andrzej J.R. Hunt4-10/+1
2012-08-06Implemented Thumbnail activity.Andrzej J. R. Hunt5-2/+218
2012-08-06Fixed a further bug in the Listener cycle. Refactored image storage.Andrzej J. R. Hunt6-14/+33
2012-08-06Moved preview image preparation/transfer into separate class. Enabled.Andrzej J. R. Hunt6-106/+18
2012-08-06Fixed Listener registration and destruction for all cases.Andrzej J. R. Hunt3-43/+37
2012-08-06Fixed the Listener lifecycle, prevents crash on slideshow exit.Andrzej J. R. Hunt5-70/+50
2012-08-06Finally fixed the Transmitter bug.Andrzej J. R. Hunt3-7/+15
2012-08-06Further minor improvements, attempt to fix the Transmitter bug.Andrzej J. R. Hunt5-11/+22
2012-08-06Fixed segfault on use of transmitter, and transmitter lifecycle.Andrzej J. R. Hunt8-37/+60
2012-08-06Attempted fix for threading & memory bug with Transmitter.Andrzej J. R. Hunt8-29/+26
2012-08-06Merged changes.Andrzej J. R. Hunt1-2/+2
2012-08-06Fixed constructor issue in Listener, fixed usage of Transmitter.Andrzej J. R. Hunt5-57/+56
2012-08-06Added registration of the slideshow listener.Andrzej J. R. Hunt4-62/+42
2012-08-06Create listener when presentation is started.Andrzej J. R. Hunt6-25/+146
2012-08-06Added additional commands and parsing.Andrzej J. R. Hunt2-11/+43
2012-08-06trivial compile fixesMichael Meeks1-2/+2
2012-08-06Transmitter for queuing of messages (Client->Server), fixed protocol.Andrzej J. R. Hunt7-42/+178
2012-08-06Pure text for Client->Server. Json removed. Namespace cleanup.Andrzej J. R. Hunt5-147/+103
2012-08-06some namespace cleanups and explict type for AnysMichael Meeks3-24/+25
2012-08-06namespacing / compile fixingMichael Meeks1-6/+6
2012-08-06Intermediate commit for mmeeks.Andrzej J. R. Hunt3-14/+9
2012-08-06Changed from JSON to plaintext for Server->Client. Namespace usage cleanup.Andrzej J. R. Hunt3-73/+40
2012-08-06Image export, encoding and decoding. Protocol improvements.Andrzej J. R. Hunt10-48/+367
2012-08-06Fixed remote control code to work correctly.Andrzej J. R. Hunt4-42/+81
2012-08-06don't create a custom thread to corrupt our stack.Michael Meeks3-8/+18
2012-08-06make tests linkMichael Meeks3-2/+9
2012-08-06Replaced Unix with osl sockets. Added slideshow controller.Andrzej J. R. Hunt5-93/+106