summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2012-08-16Convert SdrUShortCont from Container to std::setNoel Grandin1-9/+7
Change-Id: Ic7e929d4f20cd737eb15dacdb5718b6c79c80aaf
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+1
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann6-10/+6
Change-Id: I7162523a26488b8528a91ec7abd587f55647acbb
2012-08-15Fixed line breaks in notes export.Andrzej J.R. Hunt1-11/+15
Change-Id: If3db4dea84448e9d7ee26d797a25f7e4aa4d5941
2012-08-15avoid writing empty p:childTnLst elements, fixes rest of fdo#41992Radek Doulik1-8/+9
Change-Id: Idc09103bb8e4dbd580b5ae53f7929b4700f2c818
2012-08-14AnimationWindow: remove pBitmapEx memberMichael Stahl2-37/+39
... as it is just the current bitmap in the list. Also remove unnecessary position parameter to UpdateControl, which is always the current position in the list. Change-Id: Ib4cc19ecd15e144676764cfe3e728e340b58b742
2012-08-14AnimationWindow: convert List to std::vectorMichael Stahl2-125/+118
Change-Id: I0b26906011e8986820c12d68bbe521f1f638f920
2012-08-14WaE: unused variableTor Lillqvist1-1/+0
Change-Id: I828e6ffd3aafa5182d98535c87bdd8fe448fb10f
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
Change-Id: Ide6184395ea2d916d48dd93a2004dbb6d271a33a
2012-08-13Convert aTimeList field in AnimationWindow from tools/list.hxx to std::vectorNoel Grandin2-18/+18
Change-Id: I45893027fc33ee07e4fbddec06ab8949c58ed316
2012-08-13Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin2-1/+1
Most places don't need to include tools/list.hxx Change-Id: Ib2415fbbf92b039a77e1f5c21856f03de60262d4
2012-08-13Convert tools/list.hxx to std::vector in maExOleObj field of PPTWriter classNoel Grandin3-14/+9
Change-Id: Ie677ef12d8443c36069dd6910b42b81b48beb974
2012-08-13Convert ParagraphObj from tools/list.hxx to std::vectorNoel Grandin4-49/+55
Also convert mpList to maList in ImplTextObject because its lifecycle is completely tied to it's containing struct. Change-Id: Ie1a35b604bbe539f3ae1303e3873e47ddae38cbc
2012-08-13Final fixes for pairing.Andrzej J.R. Hunt4-15/+26
Change-Id: Ib66f227062f9c263dbc3dfefaf70525c73bdedc9
2012-08-13Finished pin verification server side.Andrzej J.R. Hunt3-21/+45
Change-Id: Ib59be7fb21ae132d1a19b414acd55f3c54448841
2012-08-13remove unused fileDavid Tardon1-309/+0
Change-Id: I204e0d1401d2b9edaaf223c3e667a7ce090ff9b5
2012-08-10Remove TemplateManager menu entry.Rafael Dominguez2-2/+0
Change-Id: I000fc9c1328aec5924da1557da599e6c7bdcb373
2012-08-10Rename Templates->Save menu to Save As Template.Rafael Dominguez2-2/+2
- Move entry to File menu instead of File->Templates. Change-Id: I3c7df6057f9634d0e3879c90e0760f1fecc98954
2012-08-10Pairing implemented server side.Andrzej J.R. Hunt7-17/+185
Change-Id: I542e563df68d38691f7c95cebf66aeb32071bd66
2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt8-127/+304
Change-Id: Ia31e33fca6dca47faa1fad1a5879c3902df05835
2012-08-10RemoteServer: ClientInfo is stored in STL vector, must be AssignableMichael Stahl1-3/+3
Change-Id: Ie922207189ae0c7f5f9623043dcc38705b1f7364
2012-08-10Basic Impress Remote + linking of dialog and server.Andrzej J.R. Hunt12-59/+1182
Change-Id: Ifd69df9ccfb5b6a78044b002b6ec5bf1f12b6faa
2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan1-3/+1
Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2
2012-08-08Add customshowlist.hxxNoel Grandin1-0/+86
Was left out from recently added patches. Change-Id: I9562563d809eef53b1c5f21a839c377d0085bb56
2012-08-08remove include comments and boxesThomas Arnhold2-3/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08STL'ify CustomShowListNoel Grandin18-59/+75
Create SdCustomShowList class to replace usage of tools/list.hxx Change-Id: I0e57e29c8ee9ac8d693fee0edb084ded5286c141
2012-08-08Remove usage of list.hxxNoel Grandin1-0/+1
Change-Id: I5815bdc2ef0d7eff15d518f6d66e913e31592d83
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin1-0/+1
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
2012-08-08Remote dialog now showing.Andrzej J.R. Hunt13-16/+67
Change-Id: I20857202e70a975d249ac0f121947691ac274602
2012-08-07remove empty ascii boxes and stuff IIThomas Arnhold1-5/+0
Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-7/+0
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-07Basic framework for Remote Dialog.Andrzej J.R. Hunt15-1/+132
Change-Id: Ie744c1a0db1661b9dd57976d6f27b12a6f0ba824
2012-08-07this file does not use base64 conversions at allDavid Tardon1-2/+0
Change-Id: I09fab1efbd6028bd245cf53674b31b9bbf0d4217
2012-08-07remove link firstDavid Tardon1-1/+2
RemoveUnusedEventListener checks if there is a link for the window and does nothing in this case. And of course there is one, because it has not been removed yet .-) Change-Id: I198e951c1eb5318f1304a9519b33bedef6892660
2012-08-07drop bogus eof linesThomas Arnhold4-8/+0
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07Remove non-existing forward declarationsThomas Arnhold3-4/+0
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-07Disable Remote unless in experimental mode.Andrzej J.R. Hunt1-3/+8
Change-Id: I56263eeed7ce4376f6c4647efe699c2c6005f13d
2012-08-07fdo#51324 lp#1017125 rhbz#806236 rhbz#823272: erase on invalid iteratorsBjoern Michaelsen1-2/+1
* the iterators returned by equal_range are invalidated by modification (which deleting them clearly is) * possibly only a partial fix as there is more abuse of equal_range in that file Change-Id: Ie9ba01e91cb449a32d77a69590bda2125f0924e1
2012-08-07Hopefully cleanly close Server Thread when necessary.Andrzej J.R. Hunt1-1/+4
Change-Id: If5a850b2f4c813c5a277ed0d4bc5179dd4095b10
2012-08-07Fixed segfault on client exit.Andrzej J.R. Hunt3-1/+14
Change-Id: I802551094e0cae2a4e1709723f0fc1661ba32af5
2012-08-07Refactored DiscoveryService. Added basic error handling.Andrzej J.R. Hunt2-18/+13
Change-Id: Ic5bf2d73e55f3d51eebf9421529a9150316f01a4
2012-08-07drop leftover #includeDavid Tardon1-1/+0
Change-Id: Ib5afc4b5f77bb800eb3ab089b4dbb7a03c2f9f56
2012-08-06Fix for incorrect dereferencing.Andrzej J.R. Hunt1-1/+1
Change-Id: I68e57988247f489b15df8c9f55b35ef7c5cabc1d
2012-08-06-Werror=format-securityIvan Timofeev1-2/+2
Change-Id: Idb1267108a9eb8d08e1a14685a2f5c9a6263b46d
2012-08-06Tidied up DiscoveryService::execute().Andrzej J.R. Hunt2-23/+14
Change-Id: Ic9e101bf00780dec0f054fccc640cac0e3dacdb9
2012-08-06sd: link against ws2_32 on WNT for socket APIMichael Stahl2-0/+12
Change-Id: I44db5170cd4d7c3074af42b59e6dc1f9f783a974
2012-08-06warning C4700: uninitialized local variable 'aRet' usedMichael Stahl1-2/+2
Change-Id: Ifb6a397372255b6e63e93a2f1f079e6d78531280
2012-08-06warning C4101: unreferenced local variableMichael Stahl2-2/+2
Change-Id: I0eac170f7fafebb438b1516fa271cc4971a9704d
2012-08-06sd: remotecontrol: fix setsockopt call for WNT:Michael Stahl1-1/+4
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