summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* drop old help ids not in use anymoreCaolán McNamara2012-11-175-12/+2
| | | | Change-Id: I3acf29ac52a51e688fb41e2c978f458170cd9b12
* use LanguageTagEike Rathke2012-11-172-6/+7
| | | | Change-Id: I5e2a41eb94876302f61c261a350b6cf72db41a86
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-153-10/+7
| | | | | | | | I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
* source file modes fixEnrico Weigelt, metux ITS2012-11-141-0/+0
| | | | | | | Change-Id: I8975f26f205ba33044285729da54e0210f872fcb Reviewed-on: https://gerrit.libreoffice.org/1065 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* migrate also configuration from ~/.config/libreoffice/3 on LinuxPetr Mladek2012-11-142-36/+69
| | | | | | We have serached the older configurations only under ~/.libreoffice so far. Change-Id: Iff74ba7c54c221964c413ce2633fcce5e3edcb9e
* callcatcher: more binfilter freed up methodsCaolán McNamara2012-11-142-16/+0
| | | | Change-Id: Iea3716e5c7a21f083f36ce4b8d43ae9fc85227f7
* callcatcher: update unused code post binfilter deathCaolán McNamara2012-11-143-25/+0
| | | | Change-Id: I5b25d14ef2769126f98523551597f43812b9feb7
* merge SetDescription into SetTextCaolán McNamara2012-11-132-4/+4
| | | | | | that way the display text always matches the link text Change-Id: I3f4901803bd9354d2cd0fc29d7d91ccd8e3def54
* convert extension dialog to .uiCaolán McNamara2012-11-1312-345/+465
| | | | Change-Id: I4d938be9e960f421398dd40bbcf1b3cadc643de1
* move svtools's FixedHyper.hxx to vclCaolán McNamara2012-11-126-19/+19
| | | | | | | merge with fixedhyperbase and map GtkLinkButton to FixedHyper. Convert to String while I'm at it. Change-Id: Ibc61fd29c01796561eeef952a159c82ff215a095
* re-base on ALv2 code. Includes:Michael Meeks2012-11-122-47/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
* Missing "static"Stephan Bergmann2012-10-311-1/+1
| | | | Change-Id: I8474e5da02036f065057a5610def6701db4cedc7
* Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann2012-10-312-6/+2
| | | | | | | | | | | | | ...which effectively is just a glorious wrapper around comphelper::getProcessServiceFactory. In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the rSMgr parameter to InitVCL. All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work fine. Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
* cppCheck: unusedStructMemberjailletc362012-10-301-8/+0
| | | | | | | | | | | | Kill unused class member and struct definition in desktop/source/splash/splash.cxx Change-Id: I06a901a5442cacf0f7fa2b0c775fc89709968601 Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/943 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* desktop: tweak xmlCleanupParser hack: disable on return from mainMichael Stahl2012-10-301-6/+22
| | | | | | | | Lubos has apparently a case of xmlCleanupParser run as an atexit handler, from KDE's Strigi library; hopefully this should help to avoid the abort then. Change-Id: I50d2e92e5078016943f71a62070743ab8d6628bb
* In "unopkg gui" dispose component context from DeInitVCLStephan Bergmann2012-10-306-63/+49
| | | | | | | | | | | | ...the same way it is done in soffice.bin. framework's Desktop::dispose() requires the solar mutex to be still alive, which is destroyed in DeInitVCL, so if the component context/service manager is only disposed afterwards, the solar mutex is already gone. This required moving disposeBridges() around, but it allowed to get rid of DisposeGuard. Change-Id: Ibec3d19040fdae23f492cd1e29084e673403e00b
* fdo#46808, use service constructor for task::JobExecutorNoel Grandin2012-10-291-4/+3
| | | | Also remove some unnecessary fields.
* fdo#46808, Create new-style frame::AutoRecovery serviceNoel Grandin2012-10-291-5/+3
| | | | The service already existed, it just did not have an IDL file.
* Work around premature disposing of PackageRegistryBackendsStephan Bergmann2012-10-262-26/+16
| | | | | | | | | | | | | | With ucbhelper::Content now requiring an XComponentContext during construction, calling "unopkg add" with an .oxt that requires license acceptance would lead to an assertion about a null XComponentContext, as doChecksForAddExtension calls the XPackage's checkPrerequisites -> checkLicnese -> getTextFromURL, which creates an ucbhelper::Content with getMyBackend()->getComponentContext(), but early release of the "tmp" manager would already have caused disposing of that backend, which clears m_xComponentContext. I assume this problem had always been lurking silently in the code. Change-Id: I9f59c612fe3831b2f6dd832ef2f0505b6590b8e0
* Add sanity-check assertionStephan Bergmann2012-10-261-0/+4
| | | | Change-Id: I119f008734e4978d6bcf5f786ae3604db5c0f8a9
* Improve error messageStephan Bergmann2012-10-261-7/+4
| | | | Change-Id: Icdbb60525f858a2a0002a5e6f599eb6a6954a9dd
* desktop: try to cope with MSVC being silly with C4702 and C4715Michael Stahl2012-10-241-6/+12
| | | | Change-Id: I9812079bd9987c841dd1856573de768d7192873b
* fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-243-21/+13
| | | | | | | | | Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
* fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new styleNoel Grandin2012-10-231-5/+3
| | | | | | The service already existed, it just did not have an IDL file Change-Id: I04c617a97262e9cc96af17fcae9cc084245c0149
* fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin2012-10-231-5/+3
| | | | | | The service already existed, it just did not have an IDL file. Change-Id: Idad85ab23f6650c89ba3095d10568a302503613b
* move 2>&1 where it belongs in soffice.sh, thanks mstRene Engelhard2012-10-191-1/+1
| | | | Change-Id: I5cc08e3fd88beba70cac61ff4570c02dbad9faa0
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-191-1/+1
| | | | Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
* deb#690717 fix bashism in /bin/sh scriptRene Engelhard2012-10-181-1/+1
| | | | Change-Id: I43b0065e56b234a5aa748ac1593c29a44fdb1647
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-111-1/+1
| | | | | | There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
* drop unused includesDavid Tardon2012-10-101-3/+0
| | | | Change-Id: Id061f9bc09e791308ebcc908092f921a2b309566
* drop unused #includeDavid Tardon2012-10-101-1/+0
| | | | Change-Id: Ibba81e9e517dcc33a7c25fb803ef46a496e20a97
* cppcheck: clarifyCalculationjailletc362012-10-081-1/+1
| | | | | | Use () to clarify the order of the operator + minor formatting Change-Id: I3dfa6566758d30bd76bed478089a0937ade24f89
* drop unused includesDavid Tardon2012-10-061-4/+1
| | | | Change-Id: Iba9f3dcb5404d28b60585bbddd2af4ec0511cea2
* drop unused #includeDavid Tardon2012-10-061-1/+0
| | | | Change-Id: I11b59681a101c3e89db8d7a15d196e8bf11114ed
* drop unused #includeDavid Tardon2012-10-061-1/+0
| | | | Change-Id: I88173adc7ee9f3c3bb909190e983474fb201467f
* fix deps on .hrc filesDavid Tardon2012-10-061-0/+4
| | | | Change-Id: Id50515efae1729d08bd8d90488ab77a82b1ad7c8
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-042-8/+4
| | | | | | | The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
* Fixes/improvements on previous commitStephan Bergmann2012-10-044-14/+8
| | | | | | | | | | | | | | | * UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-044-30/+15
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* splash screen: fix RTL modeIvan Timofeev2012-10-021-0/+1
| | | | Change-Id: I6a00cba8fda11351ed5340f21678c330ce028a2d
* ignore various unhelpful signals in our --backtrace gdb setup.Michael Meeks2012-10-021-0/+1
| | | | Change-Id: I8ede40ebf5954e0492e790ce148c9b7f1f1e62df
* fdo#52268: splash: change color and position of messagesIvan Timofeev2012-10-021-2/+44
| | | | Change-Id: If6c607fc9f0be1f7a71eda8d555399451938c5fc
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-5/+3
| | | | | | | Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Use comphelper::getComponentContextStephan Bergmann2012-09-295-37/+8
| | | | | | ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-2825-50/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-283-6/+12
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-2825-25/+50
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-2823-0/+23
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* tubes: fix glibc detected memory corruption in ScDocShellMatúš Kukan2012-09-271-4/+0
| | | | | | | ENABLE_TELEPATHY was used in docsh.hxx but not defined consistently. Add global define to gbuild. Change-Id: I9746297a0be0e01573e336d4ee237bcc14d2d47d
* Improvements on previous commitStephan Bergmann2012-09-271-7/+4
| | | | | | | | | | | | | | | | | | | | | * Made XGlobalEventBroadcaster inherit document::XDocumentEventBroadcaster/ Listener replacements for obsolete document::XEventBroadcaster/Listener. This means some client sides unfortunately still need to use UNO_QUERY_THROW to obtain the obsolete interfaces; those client sides should be cleaned up to use the replacement interfaces instead. * Added @since tag (even to unpublished entities, on "it doesn't hurt" grounds). * Made client sides use XGlobalEventBroadcaster directly instead of querying for its super-interfaces. * Replaced new uses of comphelper::ComponentContext::getUNOContext with comphelper::getComponentContext (see 03a9f139bd9ea1a4f9096fc982e6b326def58532 "ComponentContext::getUnoContext -> getComponentContext simplification;" I intend to get rid of comphelper/componentcontext.hxx much sooner than of comphelper/processfactory.hxx). Change-Id: I6d971ebdaea83d0c3fa9ba299fb6b37e58cdfe9b