summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* make ResId->OUString the primary routeCaolán McNamara2012-03-203-77/+76
|
* Resolves rhbz#804437, do not rtl_uString_release(NULL)Stephan Bergmann2012-03-201-1/+4
| | | | ...in case osl_getProcessWorkingDir fails (e.g., if it has been unlinked).
* Fixed spl_component_getFactoryStephan Bergmann2012-03-193-195/+129
| | | | | The old code relied on the order of initializing global static variables across compilation units, which failed for MinGW cross compilation. Cleaned up.
* Workaround a strange wine / mingw crash.Jan Holesovsky2012-03-192-5/+2
|
* soffice.exe must not link against sal3.dll (might fix fdo#44489)Stephan Bergmann2012-03-191-1/+0
| | | | | | | | | | | | ...as soffice.exe creates the proper environment (PATH) for soffice.bin to be able to load URE libs like sal3.dll, so soffice.exe itself should neither be able to load nor depend on sal3.dll (and does not depend on anything exported by it, anyway). It is unclear to me how this ever worked (which it presumably did?) with any Windows build, either native MSVC or cross-compiled MinGW. (Maybe MSVC builds do not record a dependency from soffice.exe to sal3.dll, noting that the former does not import anything from the latter?)
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-162-2/+2
|
* fix windows buildMatúš Kukan2012-03-167-14/+35
| | | | No idea if this is proper fix or it needs to be done otherwise.
* fdo#47246: desktop: factor out a winextendloadenv static libraryMichael Stahl2012-03-145-14/+38
|
* fdo#47246: desktop: factor out a winlauncher static libraryMichael Stahl2012-03-149-35/+67
|
* desktop: move lockfile.cxx to libdeploymentmiscMichael Stahl2012-03-126-4/+6
|
* desktop: libsofficeapp shouln't need a main()Michael Stahl2012-03-121-4/+0
|
* fix smoketest - need to check read-only-ness of non-existent pathsMichael Meeks2012-03-121-8/+15
|
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-122-12/+6
|
* Fix sense of r/o detection code, and clean upStephan Bergmann2012-03-091-18/+14
|
* fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks2012-03-091-32/+32
|
* remove unused MakefileMatúš Kukan2012-03-091-50/+0
|
* Removed dead defineTakeshi Abe2012-03-091-4/+0
| | | | It died 10 years ago: 85c2755e16883d581db39b317b8c152b551da5ba
* desktop: do not complain about soffice command line options:Michael Stahl2012-03-081-2/+8
| | | | | | | | | These are handled in the soffice wrapper script, but that is too stupid to be able to filter these out, so just ignore them in soffice.bin. (regression from 4efbd87e31e7488dfcdd1d07ff979f1f59b8b1f1) Also, print errors on stderr.
* Resolves: rhbz#800272 complain about unknown command-line optionsCaolán McNamara2012-03-064-1/+28
|
* Also bypass definitions of functions not used on Android or iOSTor Lillqvist2012-03-021-2/+3
|
* migrateSettingsIfNecessary must be called later after allStephan Bergmann2012-03-023-26/+28
| | | | ...once e.g. UCB is already initialized, as the invoked migration services use it.
* Clean upStephan Bergmann2012-03-021-88/+19
|
* Move migrateSettingsIfNecessary into create_user_installStephan Bergmann2012-03-013-13/+12
| | | | | | | | | ...so that it is only done once (see mail thread starting at <http://lists.freedesktop.org/archives/libreoffice/2012-February/027058.html> "User installation migrated onto itself"). Also, checking for the existence of an old user installation needed to change from ucbhelper::Content::isDocument to osl::FileStatus::getFileType, as the UCB is not yet initialized at the time migrateSettingsIfNecessary is now called.
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-016-28/+28
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* fdo#46434: Always send command line arguments as UTF-8Stephan Bergmann2012-02-291-1/+9
|
* Resolves: rhbz#788045 swriter --help etc doesn't show helpCaolán McNamara2012-02-291-3/+3
| | | | | | because the test in soffice to skip oosplash is for only one argument, and swriter points to soffice with an additional --writer argument, so the test is skipped
* fdo#46434: No need to turn arguments into absolute file URLs when sendingStephan Bergmann2012-02-291-39/+0
| | | | ...as the receiving side already takes care of that (using the cwd that is sent first).
* Typo bInhibitJavaLdx -> bInhibitPageinStephan Bergmann2012-02-291-1/+1
|
* fix msvc2005 buildCaolán McNamara2012-02-271-2/+2
|
* make desktop Bytestring freeCaolán McNamara2012-02-271-16/+18
|
* android: remove annoying & un-necessary dialog on startMichael Meeks2012-02-241-6/+0
|
* accumulate into an OStringBufferCaolán McNamara2012-02-231-2/+4
|
* just link to HelpIndexerCaolán McNamara2012-02-231-63/+5
|
* Adapted OfficeIPCThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-234-34/+36
|
* Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann2012-02-236-196/+9
| | | | ...also improved the code somewhat.
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-222-20/+2
| | | | http://lists.freedesktop.org/archives/libreoffice/2012-February/025662.html
* WaE: duplicateBranchThomas Arnhold2012-02-211-2/+0
|
* desktop: Don't call setIniFilename() for LIBO_HEADLESSRiccardo Magliocchetti2012-02-211-1/+3
| | | | mmeeks suggests we don't want setIniFilename(), who am i to disagree? :)
* desktop: remove duplicated gb_Library_set_include callRiccardo Magliocchetti2012-02-201-4/+0
|
* Clean up work around spurious warning about missing JREStephan Bergmann2012-02-201-5/+30
|
* Get rid of size() == 0Elton Chung2012-02-192-3/+3
|
* WaE: exec_javaldx defined but not used (javaless build)David Tardon2012-02-181-0/+4
|
* unusedcode.easy: desktop: singleton_entries is completely unusedThomas Arnhold2012-02-184-71/+0
|
* Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2012-02-172-0/+9
| | | | | The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
* disable JRE warnings during help compilation on first startMichael Meeks2012-02-161-0/+5
|
* remove hideous plasma debugging bits from android branchMichael Meeks2012-02-151-35/+0
|
* Various string function clean upStephan Bergmann2012-02-152-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
* PLASMA_NOW fixStephan Bergmann2012-02-151-15/+15
|
* Ifdefify temporary (?) Android hacksTor Lillqvist2012-02-151-15/+22
|
* Merge branch 'feature/android'Tor Lillqvist2012-02-151-0/+37
|\