summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-30Do the same thing for gio as we do for dbusCaolán McNamara2-8/+3
2012-08-30Use gio only on LinuxTor Lillqvist1-1/+6
2012-08-30missing symbols are in gioCaolán McNamara1-1/+1
2012-08-30Fixed remotecontrol build without gtkCédric Bosdonnat1-1/+1
2012-08-29Return to StartPresentationActivity when slideshow finishes.Andrzej J.R. Hunt1-0/+2
2012-08-28Saving of authorised remotes.Andrzej J.R. Hunt1-2/+62
2012-08-23Seemingly off-by-one painting error in Impress' ViewShell.Jan Holesovsky1-2/+5
2012-08-23Disable bluetooth on Linux for glib < 2.26.Andrzej J.R. Hunt1-1/+4
2012-08-23Conversion from 'void*' to pointer to non-'void' requires an explicit castTor Lillqvist1-1/+1
2012-08-23Some clean up after previous commitStephan Bergmann1-0/+3
2012-08-23send()/recv() on sockets (instead of write()/read()) for Windows portabilityTor Lillqvist1-2/+2
2012-08-22Remove extended initializer list -- use memset for BDADDR_ANY.Andrzej J.R. Hunt1-1/+2
2012-08-22Get rid of my no longer needed fprintfs.Andrzej J.R. Hunt1-5/+2
2012-08-22remove unused module-description xml filesMatúš Kukan28-632/+0
2012-08-22Bluetooth connection working (Linux).Andrzej J.R. Hunt9-63/+154
2012-08-22do not deliver these module-description xml filesMatúš Kukan1-28/+0
2012-08-22Resolves: rhbz#842292 crash in calling callback whose instance was deletedCaolán McNamara4-9/+33
2012-08-22Resolves: rhbz#846775 Clipboard must be disposed before SelectionCaolán McNamara2-3/+4
2012-08-21Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt3-114/+1
2012-08-21fdo#47434 testcaseKorrawit Pruegsanusak3-0/+149
2012-08-21More LINUX-ismStephan Bergmann1-1/+1
2012-08-21stdint.h is not C++98Stephan Bergmann1-1/+0
2012-08-20Include winsock2 instead of winsock for discovery.Andrzej J.R. Hunt1-1/+2
2012-08-20Put a few (GNU/)Linuxisms inside ifdefsTor Lillqvist1-2/+4
2012-08-20Bluetooth discovery and attempts at communication.Andrzej J.R. Hunt7-4/+335
2012-08-18use a slightly more sane castBjoern Michaelsen1-1/+1
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
2012-08-16Convert from Container to std::vectorNoel Grandin1-10/+10
2012-08-16Convert class SdUndoGroup from Container to std::vectorNoel Grandin2-13/+13
2012-08-16Convert SdrUShortCont from Container to std::setNoel Grandin1-9/+7
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann6-10/+6
2012-08-15Fixed line breaks in notes export.Andrzej J.R. Hunt1-11/+15
2012-08-15avoid writing empty p:childTnLst elements, fixes rest of fdo#41992Radek Doulik1-8/+9
2012-08-14AnimationWindow: remove pBitmapEx memberMichael Stahl2-37/+39
2012-08-14AnimationWindow: convert List to std::vectorMichael Stahl2-125/+118
2012-08-14WaE: unused variableTor Lillqvist1-1/+0
2012-08-14Adding unit test case for n#759180Muthu Subramanian2-0/+45
2012-08-14Improved pin entry in dialog box -- correct sizing.Andrzej J.R. Hunt3-7/+25
2012-08-13Convert aTimeList field in AnimationWindow from tools/list.hxx to std::vectorNoel Grandin2-18/+18
2012-08-13Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin2-1/+1
2012-08-13Convert tools/list.hxx to std::vector in maExOleObj field of PPTWriter classNoel Grandin3-14/+9
2012-08-13Convert ParagraphObj from tools/list.hxx to std::vectorNoel Grandin4-49/+55
2012-08-13Final fixes for pairing.Andrzej J.R. Hunt4-15/+26
2012-08-13Finished pin verification server side.Andrzej J.R. Hunt3-21/+45
2012-08-13remove unused fileDavid Tardon1-309/+0
2012-08-10Remove TemplateManager menu entry.Rafael Dominguez2-2/+0
2012-08-10Rename Templates->Save menu to Save As Template.Rafael Dominguez2-2/+2
2012-08-10Pairing implemented server side.Andrzej J.R. Hunt7-17/+185