summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* request immdiateupdate for pointerSymbol, but bad performanceSiqi LIU2013-08-041-6/+28
| | | | Change-Id: I943019f6f6c6aaddeb40bf7f56bd0ffefff8a6b3
* pointer display on the screenSiqi LIU2013-08-041-4/+62
| | | | Change-Id: I43c91bdf6c364da282d354e5a07f871a9247f2d6
* checking the help, none of these go anywhere anyway...Caolán McNamara2013-08-038-211/+13
| | | | | | | so we can remove them and fix up the broken help links to show the right page in helpcontent2 itself Change-Id: I1fb170fc37b92d0f271b63e5099800e0e99d9b4b
* WaE: unused private fieldsTor Lillqvist2013-08-031-3/+0
| | | | Change-Id: I027e54cb3d43955fdcf67a327ab96a54cff6d28c
* Put back the string lost in .ui migrationKatarina Behrens2013-08-023-2/+8
| | | | Change-Id: I5f91a2889bce8bfb7524d819dab9fdec13c689bf
* Converted custom animation popup dialog to .uiKatarina Behrens2013-08-025-51/+309
| | | | Change-Id: I9a3d0036b7313867aff928e1f8d4d24dff552643
* android: improve remote control debugging.Michael Meeks2013-08-025-3/+10
|
* Include <sal/log.hxx> so that SAL_INFO actually compiles as expectedTor Lillqvist2013-08-011-1/+3
| | | | Change-Id: Ib7209627052563391eedadb671ed164a1cf863c0
* enable WiFi support for sdremoteSiqi LIU2013-08-011-3/+2
| | | | Change-Id: I753b94413262cea6dd094b16a7ae03e8952f2522
* add new debug area and use SAL_INFO instead for debug infoSiqi LIU2013-08-012-5/+6
| | | | Change-Id: If719f3340ac585d162e1bb40847ce17e67415869
* merge WiFi support into remote control feature toggleSiqi LIU2013-08-011-2/+2
| | | | Change-Id: I4b65021698d6cdd576cff3155f9122195f45cc6a
* send out presentation title during the preview pageSiqi LIU2013-08-016-0/+44
| | | | Change-Id: I6acf7d6a690f9b29d11b4af9ea027e34170fbfdb
* Removing more dead code after .ui conversionKatarina Behrens2013-07-311-8/+0
| | | | Change-Id: If2a26967a3cb344b7d686f3db8774fe9ce28d79f
* sidebar: fix widget positioning when replacing controlsKatarina Behrens2013-07-313-4/+14
| | | | | | | | | | | by introducing placeholder VclHBox Sadly, I've been unable to do away w/ the original ugly code that draws replacement widget over the original one :( (SetPosPixel, SetZOrder etc.) It is still being done, but now in correct position on screen. Change-Id: I51bd1f411621081b42da25b52f1a4d6b56c1e7f6
* sidebar: prevent segfault caused by double deleteKatarina Behrens2013-07-311-17/+0
| | | | | | | VclBuilder cleans up after itself, no need to delete those widgets here Change-Id: I7ed504f8721587264bc24660359e4491a83f3ea1
* sidebar: Removed overloaded function & adjusted toolbar codeKatarina Behrens2013-07-312-21/+3
| | | | Change-Id: I491e621a2a8d10ed1743cc8802816c3910784b26
* sidebar: Feeble attempt to resurrect setting frame labelKatarina Behrens2013-07-313-3/+7
| | | | | | ( putting effect name into it ) Change-Id: If8561ab55a59790bd54646c173adab225e346026
* sidebar: Removed now dead (widget placement) codeKatarina Behrens2013-07-312-231/+0
| | | | | | no longer needed after conversion to .ui Change-Id: Icc3d99a03d680d86777d5c12843795a6308f4819
* sidebar: Converted custom animations pane to .uiKatarina Behrens2013-07-3112-84/+548
| | | | Change-Id: I50b38c984b0f4b179dff84281033a328e30c3275
* sd/slidesorter: double thumbnails resolution and disable supersamplingPierre-Eric Pelloux-Prayer2013-07-312-3/+3
| | | | | | | | | | | | | | | | | | This is a band-aid patch to improve Presenter on high resolution displays. Supersampling is disabled because: - it uses a lot of cpu - and it seems more appropriate to do: render page at thumbnail resolution instead of: render page at thumbnail resolutionx2 then scale it down by 2 (see BitmapFactory::CreateBitmap) See also: https://gerrit.libreoffice.org/#/c/4052/ Change-Id: I380ddf3645f7c48eecf0df986dfaa1492e23228a Reviewed-on: https://gerrit.libreoffice.org/5127 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* convert vcl/sttus.hxx from XubString to OUStringNoel Grandin2013-07-311-1/+1
| | | | Change-Id: I173179068d59e0fbdae66186df1e2e010ecb6112
* Odd instability in what Bluetooth headers to include in OS X SDKsTor Lillqvist2013-07-301-1/+1
| | | | Change-Id: Ia8e835373bea3287cf16f3d505dbb420c874fed3
* remove C++11-ismLuboš Luňák2013-07-292-1/+2
| | | | Change-Id: Ife79bafda763f334af315f678e902e7249a562ab
* fdo#67274 Always embed images from gallerySamuel Mehrbrodt2013-07-291-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the options to link images from the gallery. Users should never link to the gallery. The links wouldn't work anymore if you just change the operating system, because the gallery is on a different place. Changes: * Removed option in "Bullets and Numbering" dialog to link graphical bullets * Change the Gallery image context menu. Before: Insert Copy Link Background Page Paragraph ... Now: Insert Insert as Background Page Paragraph ... Change-Id: I699042a7d7a27369775f9ee4c14c4a6964489a92 Reviewed-on: https://gerrit.libreoffice.org/5141 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* fdo#45233 Allow editing pps/ppsx Autoplay PresentationsSamuel Mehrbrodt2013-07-296-2/+42
| | | | | | | | | | Added a context menu "Edit Presentation" when in Autplay mode. This has been discussed and approved by the Design team: https://wiki.documentfoundation.org/Design/Meetings/2013-07-20 Change-Id: Ic229e54bd10d23f999f1d746cce38c4004504d28 Reviewed-on: https://gerrit.libreoffice.org/4960 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* String(SdResId(x)) -> SD_RESSTR(x)Caolán McNamara2013-07-294-16/+16
| | | | Change-Id: I13e3343cc1fff2a443559e6d6dbd6ec887b5f3e6
* Converting to OUString in sd in sdundo.hxx and related files.MÁTÉ Gergely2013-07-2811-15/+15
| | | | | | | Change-Id: I5e9c1122ccfe9dfadfb36c4ab419c429c2bda6d0 Reviewed-on: https://gerrit.libreoffice.org/5135 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl2013-07-272-8/+5
| | | | | | | | | This reverts commit 3a46d91f8de420f38dd763028e91229c846dff52. This breaks the Stylist, not sure why (does it depend on something setting the search flags before?) so revert for now. Change-Id: Ia50feeebae8bf852c827e4f270e81e9f08d2b1ac
* SfxStyleSheetBasePool: remove internal iteratorMichael Stahl2013-07-272-5/+8
| | | | | | | | The clients always start with First() anyway so they might as well use external iterators, which makes calling First() in certain situations just so the internal iterator is invalidated unnecessary. Change-Id: I0948576c20410136448e8b85311c21a257469bc7
* remove some more SfxObjectShell methods that only call each otherMichael Stahl2013-07-272-7/+0
| | | | Change-Id: I71807adff43ce2cfb748764edcc5880cdbba746f
* OUString conversion in sd in textapi.hxx and related filesMÁTÉ Gergely2013-07-263-8/+8
| | | | | | | Change-Id: Id080ae9aaf08de1b0903ee12dc1082c7e531af0b Reviewed-on: https://gerrit.libreoffice.org/5114 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* convert GetSelectEntry family to OUStringCaolán McNamara2013-07-261-1/+1
| | | | Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae
* Revert "add threaded pool support for avahi backward compatibility"Siqi2013-07-264-282/+1
| | | | This reverts commit af1ce3de97a6c1d583f82558ee18054b7917b03d.
* add threaded pool support for avahi backward compatibilitySiqi2013-07-264-1/+282
| | | | | | | As suggested by Avahi maintainer, we should ship threadedpool support with the build since it's not availble to avahi priori to 0.6.3 This keeps the avahi support backward compatible. Change-Id: I70db9d5b3be3fba744e40c9bb183307819b7df4e
* Related: fdo#61544 lessen height of impress optionsCaolán McNamara2013-07-261-22/+27
| | | | Change-Id: Ic74657943cfcb2e71944d0749de94868e24b1446
* Don't bother with remote control support when headless (like in unit tests)Tor Lillqvist2013-07-261-1/+3
| | | | | | | We got mysterious dbus and/or Avahi -related crashes in sd unit tests otherwise. Change-Id: Ia8beb5ca942f757eb423cb30b9000d3b52f5e920
* use config_features.h.in insteadSiqi2013-07-262-20/+5
| | | | Change-Id: I1332fc22caae759c65b64e6c43e73740245e4abd
* remove unnecessary c++11 thread libSiqi2013-07-251-1/+0
| | | | Change-Id: I865f859c039bbd97c92d04f9df73a0cca47196b7
* replacing a String to OUString in a sd headerMÁTÉ Gergely2013-07-251-3/+3
| | | | | | | Change-Id: I08d7949b6875f550bca4fbbdef7d92a4bc257d58 Reviewed-on: https://gerrit.libreoffice.org/5099 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Simplify and fix Avahi conditionalsTor Lillqvist2013-07-251-18/+4
| | | | Change-Id: Ied30c619804239044b935382d580dcb86bfb8b11
* Compile AvahiNetworkService.cxx only if Avahi is enabledTor Lillqvist2013-07-251-1/+1
| | | | Change-Id: Id5db47f9a7dc1d05f5e100b8367ba75ddd1f6dc8
* Don't use zService if not setTor Lillqvist2013-07-251-5/+8
| | | | Change-Id: I1043ab54cbffddd316d141e3f5d368849e3070ca
* Avoid duplication, use if function instead of ifeqTor Lillqvist2013-07-251-9/+3
| | | | Change-Id: I1ea52a43278f2e9971987037e80842f8c55a8782
* WaE: virtual dtor warningsCaolán McNamara2013-07-252-1/+2
| | | | Change-Id: I22b79ed43db2233b5c8edd90092ca387bfd0ca9a
* fix for OS where avahi is not presentSiqi2013-07-253-6/+24
| | | | Change-Id: Ib3e21b786821baa7c3c47755de5125e1de566c39
* minor updates for avahi/bonjour refacotrationSiqi LIU2013-07-259-27/+46
| | | | Change-Id: I89e0115ddbea953de4ee0468c66e949070087a96
* avahi for linux refactoredSiqi2013-07-259-187/+163
| | | | | | Change-Id: I412d97bb8c57a66c1e395f9fe1b21fc0486173e7 Signed-off-by: Siqi LIU <me@siqi.fr>
* avahi worksSiqi2013-07-259-92/+145
| | | | | | Change-Id: I5302235faf8b7402347cd1d091c43f953e0c4bbe Signed-off-by: Siqi LIU <me@siqi.fr>
* avahi patchSiqi2013-07-254-486/+757
| | | | | | Change-Id: I782389f00f486158313fd87bd36c0726f56f6ab6 Signed-off-by: Siqi LIU <me@siqi.fr>
* patch for reviewSiqi LIU2013-07-253-3/+55
| | | | Change-Id: I86ac0123e0a7073eaf6b971458d2c7c984a6c6fa