Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-30 | removed duplicate includes in desktop / editeng | Takeshi Abe | |
2012-03-29 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-29 | fix build | Luboš Luňák | |
2012-03-29 | desktop: unwind hideous StrTitle mess a little | Michael Meeks | |
2012-03-28 | when run under memcheck allow SIGUSR2 to dump current memory allocations | Caolán McNamara | |
2012-03-28 | drop unused global rtl::OUStrings | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-27 | Resolves: rhbz#807316 don't complain that nocrashreport is an unknown option | Caolán McNamara | |
2012-03-23 | match DB_ENV creation flags to DB creation flags | Caolán McNamara | |
2012-03-23 | Take a meg off our memory footprint | Caolán McNamara | |
We create 6 berkleydb backed databases. If no DB_ENV is provided for a database, then berkleydb creates one for each database. Each environment has a memory footprint of about 200k. It appears to be legal to share an environment, which shaves about 1M off our permanant footprint. | |||
2012-03-23 | DbEnv argument is always NULL | Caolán McNamara | |
2012-03-23 | remove duplicate entries | David Tardon | |
2012-03-23 | simplify pagein creation | David Tardon | |
2012-03-23 | move Pagein from desktop to gbuild | David Tardon | |
2012-03-20 | make ResId->OUString the primary route | Caolán McNamara | |
2012-03-20 | Resolves rhbz#804437, do not rtl_uString_release(NULL) | Stephan Bergmann | |
...in case osl_getProcessWorkingDir fails (e.g., if it has been unlinked). | |||
2012-03-19 | Fixed spl_component_getFactory | Stephan Bergmann | |
The old code relied on the order of initializing global static variables across compilation units, which failed for MinGW cross compilation. Cleaned up. | |||
2012-03-19 | Workaround a strange wine / mingw crash. | Jan Holesovsky | |
2012-03-19 | soffice.exe must not link against sal3.dll (might fix fdo#44489) | Stephan Bergmann | |
...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?) | |||
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-16 | fix windows build | Matúš Kukan | |
No idea if this is proper fix or it needs to be done otherwise. | |||
2012-03-14 | fdo#47246: desktop: factor out a winextendloadenv static library | Michael Stahl | |
2012-03-14 | fdo#47246: desktop: factor out a winlauncher static library | Michael Stahl | |
2012-03-12 | desktop: move lockfile.cxx to libdeploymentmisc | Michael Stahl | |
2012-03-12 | desktop: libsofficeapp shouln't need a main() | Michael Stahl | |
2012-03-12 | fix smoketest - need to check read-only-ness of non-existent paths | Michael Meeks | |
2012-03-12 | replace usage of OUString::replace*AsciiL() with string literal overloads | Luboš Luňák | |
2012-03-09 | Fix sense of r/o detection code, and clean up | Stephan Bergmann | |
2012-03-09 | fdo#40607 - osl_syncFile having written, and avoid doing that on start | Michael Meeks | |
2012-03-09 | remove unused Makefile | Matúš Kukan | |
2012-03-09 | Removed dead define | Takeshi Abe | |
It died 10 years ago: 85c2755e16883d581db39b317b8c152b551da5ba | |||
2012-03-08 | desktop: do not complain about soffice command line options: | Michael Stahl | |
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. | |||
2012-03-06 | Resolves: rhbz#800272 complain about unknown command-line options | Caolán McNamara | |
2012-03-02 | Also bypass definitions of functions not used on Android or iOS | Tor Lillqvist | |
2012-03-02 | migrateSettingsIfNecessary must be called later after all | Stephan Bergmann | |
...once e.g. UCB is already initialized, as the invoked migration services use it. | |||
2012-03-02 | Clean up | Stephan Bergmann | |
2012-03-01 | Move migrateSettingsIfNecessary into create_user_install | Stephan Bergmann | |
...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. | |||
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-29 | fdo#46434: Always send command line arguments as UTF-8 | Stephan Bergmann | |
2012-02-29 | Resolves: rhbz#788045 swriter --help etc doesn't show help | Caolán McNamara | |
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 | |||
2012-02-29 | fdo#46434: No need to turn arguments into absolute file URLs when sending | Stephan Bergmann | |
...as the receiving side already takes care of that (using the cwd that is sent first). | |||
2012-02-29 | Typo bInhibitJavaLdx -> bInhibitPagein | Stephan Bergmann | |
2012-02-27 | fix msvc2005 build | Caolán McNamara | |
2012-02-27 | make desktop Bytestring free | Caolán McNamara | |
2012-02-24 | android: remove annoying & un-necessary dialog on start | Michael Meeks | |
2012-02-23 | accumulate into an OStringBuffer | Caolán McNamara | |
2012-02-23 | just link to HelpIndexer | Caolán McNamara | |
2012-02-23 | Adapted OfficeIPCThread to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-23 | Moved dp_gui::Thread to salhelper::Thread, so that all code can use it | Stephan Bergmann | |
...also improved the code somewhat. |