summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2012-04-17oosplash: handle SIGTERM by killing soffice.binMichael Stahl1-0/+16
Conflicts: desktop/unx/source/start.c Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-04-03Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2-2/+2
(cherry-picked from commit d4b67611c421ebe9b75284106fe389b434419961) Conflicts: extensions/source/update/check/updatecheck.cxx filter/source/xsltdialog/xmlfiltertestdialog.cxx sfx2/source/view/viewsh.cxx shell/source/unix/exec/shellexec.cxx Replaced master's new MSG_ERR_NO_ABS_URI_REF with re-using RID_SECURITY_WARNING_NO_HYPERLINKS, to avoid introducing new resources into the LO 3.5 series that require localization. New css.system.SystemShellExecuteFlags.URIS_ONLY remains @since LibreOffice 3.6. Officially, new features are only added when bumping the minor revision number, not the micro one (but backporting does not hurt here). Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-04-02fdo#47963 do not increase height of checkboxesDavid Tardon1-3/+0
Especially as it is obvious the grow is unbounded .-) Signed-off-by: Andras Timar <atimar@suse.com>
2012-03-19fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks1-40/+44
Combinded cherry-pick of master d3192948fe968fc4d6a8ec0e6fda232f265b3c4c plus subsequent fixes bee742eb7a0d5dfe23e61d9ee49a29286de90256 "Fix sense of r/o detection code, and clean up" and 61eeb689d7605a23c3e71c652b57ee65cf5b28dc "fix smoketest - need to check read-only-ness of non-existent paths." Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-02-20Clean up work around spurious warning about missing JREStephan Bergmann1-5/+30
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-02-20disable JRE warnings during help compilation on first startMichael Meeks1-0/+5
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-02-17OS_FOR_BUILD is not right do decide Host module nameNorbert Thiebaud2-2/+2
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-02-14fix layout of checkboxes on Extension Manager dialog fdo#45851Tomcsik Bence1-9/+25
I changed the sizes and the positions of the checkboxes. So there won't be truncated checkboxes in any languages. Signed-off-by: Andras Timar <atimar@suse.com>
2012-01-30allow to migrate the shared registrymodifications.xcuPetr Mladek1-22/+40
LO-3.3 and older wrote configuration into many files under user/registry/data. LO-3.4 spped up startup by moving these files into a single /user/registrymodifications.xcu. officecfg/registry/data/org/openoffice/Setup.xcu defines what registry nodes are migrated and what are excluded. Finally, the old migration code detected the name of the .xcu file by the first entry in IncludedNodes. This fix allows to search the data in the single registrymodifications.xcu when available.
2012-01-24fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar5-33/+57
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-17Fix configurable branding.Thorsten Behrens6-132/+80
Bin the submakefile, use direct Zip cp calls. This also fixes the non-working deps towards default_images.
2012-01-12fix prefix of command line switches (-- instead of -) fdo#40991Andras Timar3-11/+11
2012-01-11we need a var. assignment here, not a valueDavid Tardon1-1/+1
Signed-off-by: David Tardon <dtardon@redhat.com>
2012-01-09don't warn for -h/-?/-o/-n command line switchesAndras Timar1-1/+2
2012-01-09fix switches (--) and typosAndras Timar1-13/+13
2012-01-07yet another few strings to localizeAndras Timar1-1/+1
2012-01-06gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan3-6/+6
Signed-off-by: David Tardon <dtardon@redhat.com>
2012-01-03Fix for FDO#44280: Wrong position in Extension MgrOlivier Hallot1-25/+35
This patch fixes fdo 44280 [GUI] wrong position of 'Adding extension...' at Extension Manager dialog Added some comments to help in hacking (cherry picked from commit fd982205e6fe6eb4333d22c3494931ab7f7b3faf)
2011-12-16add version suffix (beta1) to about dialogPetr Mladek2-0/+10
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
2011-12-14Fix the soffice.sh wrapper's -h / --version.Michal Svec1-2/+2
2011-12-13enhance VersionInfo resource of Windows executablesAndras Timar10-8/+19
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-12-07link icons to soffice.bin fdo#42979Andras Timar1-0/+2
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07'copyright text to see as text in the soffice binary' deletedAndras Timar4-18/+0
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara54-54/+162
2011-12-07Make dialogs fail with an exception in headless tests.Stephan Bergmann1-1/+1
2011-12-07remove sources of setup.exeAndras Timar15-2966/+0
2011-12-06catch exception by constant referenceTakeshi Abe37-351/+351
2011-12-04code cleanup of Windows quickstarterAndras Timar3-511/+1
2011-12-04remove StarOffice-only fileAndras Timar3-131/+1
2011-12-04-quickstart -> --quickstart, etc.Andras Timar2-5/+4
2011-12-02remove unused OOo Windows iconsAndras Timar11-28/+28
2011-12-02A trailing 0 on an ICON line is unnecessary and causes an errorAndras Timar1-1/+1
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-12-01Revert "temporary hack: soffice.bin should be type of GUI app, not CUI app ↵Andras Timar1-1/+0
fdo#42914" This reverts commit d76479654748454e280ac48217fb0036bc5940a1. Bjoern fixed it correctly, this hack is not needed.
2011-11-30temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914Andras Timar1-0/+1
It is puzzling that Executable_soffice.bin.mk contains the line $(eval $(call gb_Executable_set_targettype_gui,$(sofficebin),YES)) yet, in the build log we see -SUBSYSTEM:CONSOLE among the linker flags. I added -SUBSYSTEM:WINDOWS flag exlicitely, and it comes later so it prevails. I guess MinGW will be still affected. It really should be fixed correctly by a gbuild expert.
2011-11-30fix license headerAndras Timar1-1/+1
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29Fix for fdo39748, part IIOlivier Hallot2-7/+6
Code clenup Improvement on extension list box size calculation
2011-11-28Fix for bug fdo39748, Easy-hack Cleanup extension list.Olivier Hallot7-12/+121
This patch introduces 3 new check box in the extension manager GUI to allow selection of extension type to display: bundled, shared or user. Dialog is automatically updated upon toggling checkbox. On toggling each checkbox, the extension list is recreated from scratch and packages are added to the list depending on the checkmark state. Initial state is all checks marked.
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-2/+2
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara1-8/+12
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-72/+0
2011-11-27remove pch from the include listNorbert Thiebaud27-27/+0
2011-11-27remove include of pch header in desktopNorbert Thiebaud109-208/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-6/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud28-56/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann1-3/+3
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.