summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)AuthorFilesLines
2011-03-05fix custom-tool-panel build dependenciesPetr Mladek1-1/+1
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-02-07wikihelp: Improve the check for existence of the localized help, fdo#33258.Jan Holesovsky3-19/+27
This fixes commit 44eaa36c4ce25a7c861455e9dbe6c2c959adecb4 that introduced an infinite recursion. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-02-03Related: rhbz#610103 more woes on rpm upgrade vs rpm eraseCaolán McNamara1-3/+15
Signed-off-by: David Tardon <dtardon@redhat.com>
2011-02-02wikihelp: Do not check for existence of the localized help.Jan Holesovsky1-2/+5
In case we do not have the help installed, it is up to the online service to decide the fallback in case a language version is not available. Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
2011-01-06Show the license information in a separate, localizable dialog; fdo#32563.Jan Holesovsky3-47/+141
2010-12-16wikihelp: Use the right Help ID URL, fdo#32338.feature/helppackJan Holesovsky1-7/+13
The offline help has a fallback mechanism that (for non-existing Help IDs) tries to traverse the parent windows to find at least something. This is not desired in the case of on-line help, because there we can easily define new redirects, without recompiling LibreOffice. Signed-off-by: David Tardon <dtardon@redhat.com>
2010-12-14fdo#31716 the help text is not used for anything -- do not set itDavid Tardon1-3/+3
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2010-11-30Backported fix for i#114850Mikhail Voytenko1-161/+168
2010-11-30wikihelp: Check for the built-in help availability after creating URL.Jan Holesovsky1-18/+18
This is to have the full help URL even for stuff like .uno:Something, when we use the on-line help instead of the built-in one.
2010-11-29wikihelp: Forward the request for help to help.libreoffice.org.Jan Holesovsky1-7/+43
Based on Muthu's patch. If the help is not installed, this will forward the request to help.libreoffice.org; unfortunately the service is not running there yet, but better to have the code in already ;-)
2010-11-27Resolves: rhbz#610103 exit quickstarter if physically deletedCaolán McNamara2-1/+53
(cherry picked from commit 6cce245a2c4993828be54f3b415efb8bc8748f2c)
2010-11-26fix crash in exiting via disabling lone quick-starter, terminate at idleMichael Meeks1-5/+21
2010-11-25Put show credits entry into all app ui configsThorsten Behrens1-1/+1
* fix cmd url typo in GenericCommands.xcu * build & deliver credits.odt * avoid duplicate slot id for ShowCredits menu item
2010-11-23Temporarily disable the extra ACL check.Kohei Yoshida3-2/+55
The fix for i#102464 no longer seems necessary. In fact, leaving that "fix" would interfere with documents saved in samba shere; when a 2nd user tries to open a document in a samba share that's already opened by someone else, it would silently open in read-only mode, but the correct behavior is to launch the "Document in Use" dialog telling the 2nd user which user has it open. If disabling this checks causes no regressions, we can remove this.
2010-11-23Related: rhbz#650170 don't crash when quickstarter is exited by userDavid Tardon1-1/+10
2010-11-22rhbz#650170# shutdown quickstarter at end of desktop sessionDavid Tardon1-5/+11
2010-11-17Fix crash during toolpanel re-dockingThorsten Behrens1-1/+1
The fix for i#112795 introduced a crash when re-docking the Impress toolpanel (in that case, the splitwin had zero dockwins, thus inserting the new one one-past-the end) (cherry picked from commit d3648ec90cc99f4c3be1e18ef636e1c0d9f6d76b)
2010-11-12RTL_CONSTASCII_USTRINGPARAM used with nonarrayCaolán McNamara1-1/+1
2010-11-05Adds extra credits item to help menuThorsten Behrens4-4/+53
As agreed on yesterday, we want a dedicated credits document displayed from the help menu. This is the UI/code change for that, actual credits doc still missing.
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky1-9/+23
2010-10-29disable macro recording unless in experimental modeMichael Meeks1-2/+7
Macro recording is extremely buggy, and generates un-readable or debuggable macros, keep it available, but only in experimental mode.
2010-10-28add modelines to .hxx files as wellCaolán McNamara189-0/+462
2010-10-27calc61: #i115266# handle multiple selection for printing, return valid ↵Niklas Nebel1-9/+23
settings for invalid selection, catch exception from getRenderer
2010-10-27Fixed fdo#31075: Use "Enter Password" in all the dialogsCédric Bosdonnat3-13/+1
2010-10-27remove vos reference from uno xml descriptionsNorbert Thiebaud1-2/+0
2010-10-26micro optimizationCaolán McNamara1-4/+1
2010-10-25remove a vos:::Guard that crept up during rebase of the vos-removal branchNorbert Thiebaud1-1/+1
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud1-1/+0
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud6-8/+1
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud2-5/+5
2010-10-25fix namespace ambiguityNorbert Thiebaud2-8/+8
2010-10-25remove vos::OGuard that crept back in during the rebaseNorbert Thiebaud1-1/+1
2010-10-25migrate vos::OModule to osl:ModuleNorbert Thiebaud2-2/+2
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud35-49/+42
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25replace a OClareableGuard on the SolarMutex by a SolarClearableMutexNorbert Thiebaud1-2/+2
2010-10-25convert OClearableGuard(SolarMutex) to SolarMutex(Clearable)Guard.Norbert Thiebaud2-3/+3
Most OClearableGuard of the Solar Mutex could be converted to a simple SolarMutexGuard. a couple of site were converted to a SolarMutexClearableGuard, were converting to a SolarMutexGuard would have made the code more convoluted.
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud31-143/+144
2010-10-25merge vosremoval-security patchNorbert Thiebaud3-4/+3
2010-10-25micro optimizationCaolán McNamara1-52/+52
2010-10-22startup optimization, move static objects to first use pointCaolán McNamara1-20/+7
2010-10-22startup optimization, move static objects to first use pointCaolán McNamara1-4/+6
2010-10-21Add explicit namespaces to two entries.Joseph Powers1-2/+2
2010-10-21Add more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner2-28/+29
2010-10-20WaE, ignore return value from symlinkCaolán McNamara1-2/+3
2010-10-20document what this isSebastian Spaeth1-4/+12
2010-10-20WaE, shadowed variableCaolán McNamara1-6/+5
2010-10-19Minor libs-core comment clean-upTrevor Murphy3-6/+6
2010-10-19Make about dialog display clickable hyperlink for creditsThorsten Behrens4-23/+67
Added a svt::FixedHyperlink to the about dialog, so people can click on something to get to the credits page.
2010-10-18remove non-compiled codePovilas Kanapickas49-502/+2
2010-10-17use SAL_N_ELEMENTS macroKenneth Venken1-1/+2