summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/RemoteDialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-24sd: remote: disentangle class RemoteServerMichael Stahl1-1/+1
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen1-1/+0
2022-06-29impress remote connection dialog must also work without bluetoothChristian Lohmaier1-1/+1
2020-11-22tdf#123936 Formatting files in module sd with clang-formatPhilipp Hofer1-4/+2
2019-07-27weld RemoteDialogCaolán McNamara1-38/+16
2019-03-14tdf#42949 Fix IWYU warnings in sd/source/ui/d*/*cxxGabor Kelemen1-3/+0
2018-04-03tdf#42949 Remove unnecessary localization headers from sdGabor Kelemen1-1/+0
2017-10-23loplugin:includeform: sdStephan Bergmann1-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-15sd: loplugin:staticmethodsMichael Stahl1-0/+2
2015-09-15convert Link<> to typedNoel Grandin1-4/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-10/+8
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+13
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-30Impress Remote: allow removal of authorised remotes.Andrzej Hunt1-14/+0
2014-06-30Move ClientInfo to shared_ptrs.Andrzej Hunt1-3/+3
2013-11-15convert impress remote dialog to .uiCaolán McNamara1-18/+12
2013-10-14Remove unused/null sd::ClientBox::m_pServerStephan Bergmann1-1/+1
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+3
2013-03-01Get sd to build even when impress remote is disabled.Kohei Yoshida1-0/+2
2013-02-19improve bluetooth discoverability toggling API.Michael Meeks1-18/+3
2013-02-06fdo#58699 - sdremote - fix it so it closes even with no bluetooth.Michael Meeks1-3/+4
2013-01-01WaE: private field 'mPreviouslyDiscoverable' is not usedTor Lillqvist1-2/+2
2012-12-05warning C4702: unreachable codeStephan Bergmann1-1/+4
2012-11-16renamed --enable-bluetooth to --enable-sdremote-bluetoothEnrico Weigelt, metux ITS1-3/+3
2012-10-21fix sdremote related configure switchesRene Engelhard1-2/+6
2012-09-19-Werror,-Wunused-private-field workaround (RemoteDialog)Stephan Bergmann1-1/+3
2012-09-18Hopefully the last ENABLE_SDREMOTE fix.Andrzej J.R. Hunt1-0/+2
2012-09-18Some more fixes for ENABLE_SDREMOTE.Andrzej J.R. Hunt1-1/+2
2012-09-18Wrap all external use of RemoteServer in ENABLE_SDREMOTE.Andrzej J.R. Hunt1-0/+4
2012-09-18Switch bluetooth discoverability on when remote dialog shown (Linux).Andrzej J.R. Hunt1-3/+19
2012-08-13Final fixes for pairing.Andrzej J.R. Hunt1-1/+4
2012-08-13Finished pin verification server side.Andrzej J.R. Hunt1-4/+11
2012-08-10Refactored remote communication to allow for pairing.Andrzej J.R. Hunt1-3/+3
2012-08-10Basic Impress Remote + linking of dialog and server.Andrzej J.R. Hunt1-5/+27
2012-08-08Remote dialog now showing.Andrzej J.R. Hunt1-1/+7
2012-08-07Basic framework for Remote Dialog.Andrzej J.R. Hunt1-0/+25