Commit graph

3911 commits

Author SHA1 Message Date
Matúš Kukan
c77a9254dd no need for SRCDIR parameter here 2011-10-23 13:20:29 +02:00
Stephan Bergmann
cf33eb5fb4 Removed spurious "" around multi-word shell arg. 2011-10-20 23:04:12 +02:00
Stephan Bergmann
b1eae75f53 Undo basis/brand split: moved ini files from basis program/ to brand program/.
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged
version inis.
2011-10-20 23:04:11 +02:00
David Tardon
9317cad250 WaE: ISO C90 forbids mixed declarations and code 2011-10-11 10:12:49 +02:00
Matúš Kukan
173cf81756 add more component prefixes 2011-10-08 15:31:40 +02:00
Stephan Bergmann
2ff63bcdea Undo basis/brand split: merge basis share/ into brand share/. 2011-10-07 22:06:28 +02:00
Michael Meeks
9142f9a1a1 WaE: win32 cleanup 2011-10-07 16:30:52 +02:00
Pierre-André Jacquod
b64cccce57 cppcheck scope reduction of var in desktop/win32/...setup.cpp 2011-10-07 15:57:41 +02:00
Michael Meeks
6c2d66e525 remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb 2011-10-05 14:00:34 +01:00
Caolán McNamara
06ae02404e cast gone 2011-10-05 10:44:30 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Caolán McNamara
4e4bfa470c verbose error message please 2011-10-04 12:30:13 +01:00
Andras Timar
eabbfc9d14 solve a cosmetic issue in Extension Manager window
When the extension entry is not highlighted, replace LF to space
in description text, so words do not stick together in one line view.
2011-10-03 15:56:31 +02:00
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
Tor Lillqvist
50ce26da14 WaE: suggest a space before ';' or explicit braces around empty body in 'while' statement 2011-09-29 22:07:55 +03:00
Caolán McNamara
c04c8e918b ByteString->rtl::OStringBuffer 2011-09-29 09:33:46 +01:00
Caolán McNamara
af1a8de15e why use a pointer when a reference will do 2011-09-29 09:33:45 +01:00
Thorsten Behrens
f0149fe6ea Android now builds up to instsetoo_native
Last fixes - remove kludge from RepositoryFixes.mk, have redland
build w/o threads for the while, and some hackery to exclude
pointless code like oosplash from android build.
2011-09-28 16:47:49 +02:00
David Tardon
2e2dcefb5f make WinResTarget's name independent of LinkTarget 2011-09-27 20:01:48 +02:00
David Tardon
a44020dd9e add resource files 2011-09-26 12:47:35 +02:00
Norbert Thiebaud
cbeebc223b make the case not ENABLE_QUICKSTART_LIBPNG work again 2011-09-25 16:21:19 -05:00
Norbert Thiebaud
c6811e675c refactor start.c and splash.c. de-couple the 2 sources and avoid globals 2011-09-25 10:55:11 -05:00
Stephan Bergmann
a66f9903bb Undo basis/brand split: move dynamic libraries from basis to brand. 2011-09-23 17:55:39 +02:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Tor Lillqvist
4f3e9f30a0 Always link with user32 2011-09-22 15:46:15 +03:00
Tor Lillqvist
8a915ad95f Simplify the manifest dance 2011-09-22 15:35:11 +03:00
Jan Holesovsky
69bd187a84 $(COM) == MSC => $(OS_FOR_BUILD) == WNT ;-) 2011-09-22 13:04:32 +02:00
Jan Holesovsky
b0ddd564c1 Fix manifest creation in the MinGW case (and hopefully not breaking native). 2011-09-22 12:49:10 +02:00
Jan Holesovsky
919ce6a9b8 Unify the MinGW / native Win temporary name here. 2011-09-22 12:49:10 +02:00
Tor Lillqvist
2c1e9e85b3 A trailing "\0" on an ICON line is unnecessary and causes an error 2011-09-22 13:43:28 +03:00
Tor Lillqvist
4c8424fdb6 Small refactoring to avoid duplication of source file list 2011-09-22 13:21:20 +03:00
Tor Lillqvist
60607317f3 This should use a static C/C++ runtime 2011-09-22 13:21:18 +03:00
Tor Lillqvist
69f6285751 Use libcmtd in a dbgutil MSVC build 2011-09-22 13:21:15 +03:00
Tor Lillqvist
8427fab7eb This is a GUI executable 2011-09-22 13:21:13 +03:00
Tor Lillqvist
c2da4b8e08 No need to do -D_DEBUG here, done in windows.mk 2011-09-22 13:21:11 +03:00
Tor Lillqvist
46292bdf29 Fix the MSVC build of unopkg.com, too 2011-09-22 09:56:00 +03:00
Stephan Bergmann
aa7541be95 Ensure a failing soffice.bin makes oosplash fail. 2011-09-21 23:35:24 +02:00
Stephan Bergmann
0607102c47 Improved some error reporting. 2011-09-21 23:35:24 +02:00
Andras Timar
bf65a6ebc6 include dp_gui_theextmgr.hxx only once 2011-09-21 22:18:03 +02:00
Caolán McNamara
e629526bf5 Fixes for MSVC build 2011-09-21 19:53:10 +03:00
Stephan Bergmann
6560e48afa Simplify code by letting get_app_path always include a final slash. 2011-09-21 18:16:42 +02:00
Caolán McNamara
0538506fb4 ah, not windows only of course 2011-09-21 15:33:40 +01:00
Caolán McNamara
aba21544bc get it to link with msvc at least 2011-09-21 15:11:03 +01:00
Andras Timar
cb60a999fe do not localize files in this directory 2011-09-21 16:08:30 +02:00
Caolán McNamara
36bc016123 WaE: fall through to final return 2011-09-21 13:45:26 +01:00
Thomas Arnhold
be6a8677a6 OSL_TRACE: Remove trailing newlines
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;

- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Stephan Bergmann
b1f4e8424b Removed unused BOXT feature. 2011-09-20 19:25:42 +02:00
Jan Holesovsky
d91df661db Rename guistdio to crashrep.com. 2011-09-20 16:03:05 +02:00
Jan Holesovsky
6f65af360c Build unopkg.exe directly. 2011-09-20 15:47:45 +02:00
Jan Holesovsky
151eba7caa Create unopkg.com directly. 2011-09-20 14:59:25 +02:00
Jan Holesovsky
80f2495481 Create unopkg.bin directly. 2011-09-20 14:59:24 +02:00
Jan Holesovsky
0a5fe3833e Fix manifest creation. 2011-09-20 14:43:59 +02:00
Tor Lillqvist
f6b3306957 I think this is supposed to be a so-called GUI executable 2011-09-20 15:21:17 +03:00
Tor Lillqvist
9a86428090 unopkgio should be a console executable 2011-09-20 15:21:15 +03:00
Jan Holesovsky
558ebfde8d Avoid officeloader -> soffice renaming dance, build that directly. 2011-09-20 11:01:45 +02:00
Jan Holesovsky
a32da8aba6 Deliver basis-link and ure-link. 2011-09-20 09:17:00 +02:00
David Tardon
8033c5093e soffice.sh should not be delivered on MacOS 2011-09-20 06:51:13 +02:00
Jan Holesovsky
581c45ba8e Make 'desktop' build again with MinGW. 2011-09-19 16:54:20 +02:00
Caolán McNamara
877d87d979 get quickstart to link on windows 2011-09-19 12:20:54 +01:00
Jan Holesovsky
c2ecd9137d Fix endless loop during building soffice.exe deps on Windows. 2011-09-19 13:17:48 +02:00
Caolán McNamara
7dae2882a8 progress to link stage of loader2 2011-09-19 11:59:42 +01:00
Caolán McNamara
2c17f11963 despite its name, it appears not to be a gui app 2011-09-19 11:23:03 +01:00
Caolán McNamara
04adca77b4 inch closer to building under windows 2011-09-19 10:42:01 +01:00
Peter Foley
38fd95ced1 fix link failure on linux if not using libXinerama 2011-09-18 16:49:37 -04:00
Tomas Chvatal
e76fba39d6 Just return, not return 0; as it is void function. 2011-09-18 11:20:44 +02:00
Tomas Chvatal
0fbd4e60fc Return soon if build with --without-java, as no checks are needed. 2011-09-17 05:29:48 +02:00
Fridrich Štrba
bb5bdbbdca Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4f.
2011-09-16 16:26:03 +02:00
Caolán McNamara
4acffc240b catch by const reference 2011-09-16 15:25:13 +01:00
Fridrich Štrba
2dea0dab4f Trying to chop out the uwinapi library 2011-09-16 15:52:40 +02:00
Tor Lillqvist
b5cc76fbd5 Fix typo 2011-09-16 16:48:40 +03:00
Caolán McNamara
63cf6aab02 ooopathutils_hack linked_libs -> ooopathutils linked_static_libs 2011-09-16 14:41:28 +01:00
Caolán McNamara
d9056accad missing $ 2011-09-16 14:38:50 +01:00
Norbert Thiebaud
bf0a3adda1 desktop scripts need to be packaged on MacOSX too 2011-09-16 01:17:36 -05:00
Norbert Thiebaud
4dd88c9f10 fix build blocker in desktop on MacOSX 2011-09-15 18:17:58 -05:00
Michael Stahl
ef95e4c8cc Executable_officeloader.mk: fix obvious issues 2011-09-15 23:22:39 +02:00
David Tardon
6df9c479f5 gbuildize desktop 2011-09-15 14:49:34 +02:00
David Tardon
ab5ce3f70a make the needed change to soffice.sh at configure time 2011-09-15 14:48:05 +02:00
David Tardon
0510c98c5a WaE: declaration of 'index' shadows a global declaration 2011-09-15 06:29:35 +02:00
David Tardon
b2d9db4549 WaE: declaration of 'i' shadows a previous local 2011-09-15 06:29:34 +02:00
David Tardon
30bf29f428 WaE: declaration of 'j' shadows a previous local 2011-09-15 06:29:33 +02:00
Stephan Bergmann
b7998b6f66 No need to bark about G_SLICE on stderr. 2011-09-14 17:33:11 +02:00
Stephan Bergmann
d996328cd5 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Stephan Bergmann
30ad5e9d87 sb140: #i117694# some CppUnit related cleanup 2011-09-12 22:47:48 +02:00
Tor Lillqvist
2d1454a81b Drop Win9x code 2011-09-12 15:30:29 +03:00
Pierre-André Jacquod
332dbe0df2 deleted unneded var and code simplified in desktop, launcher.cxx
Also deleted a part of the code that did nothing, just defining
variable and reading them as argument.
2011-09-12 10:21:16 +03:00
Rene Engelhard
5052b81c67 don't reply on ../ure to find javaldx, use proper ../basis-link/ure-link 2011-09-11 15:56:48 +02:00
Stephan Bergmann
1d38dbab29 sb140: #i117084# do not leak Lockfile instance
plus improvements based on a14010cb8c "valgrind: fix leak"
2011-09-09 17:46:37 +02:00
Stephan Bergmann
e700031cc4 sb140: #i116910# do not leak Thread_Impl from desktop::Acceptor 2011-09-09 17:46:35 +02:00
Andras Timar
31cd83043e update to latest version of vcredist fdo#40399 2011-09-07 10:53:43 +02:00
Tor Lillqvist
d3e60204f4 Work around compilation errors with mingw-w64 and --enable-debug 2011-09-01 16:30:31 +03:00
Caolán McNamara
a78a6e013b Resolves: fdo#37195 CreateProcessServiceFactory can't happen before sync
If CreateProcessServiceFactory is called, then common.rdb of
"Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/
com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" is
opened mmapped

On a new start of an LibreOffice which wants to synchronize new config over an
old config, then it will want do a copy of
"install/share/prereg/bundled/registry/
com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb"
over
"Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/
com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb"
which will fail on windows with error 1224, i.e. ERROR_USER_MAPPED_FILE

That aborts the copy_bundled_recursive copy, leaving an old config
pointing to the old location of dictionaries.

So for windows at least, CreateProcessServiceFactory shouldn't happen before
copy_bundled_recursive.
2011-09-01 13:44:49 +01:00
Caolán McNamara
8de61c9fb6 grabbag of unused code 2011-08-31 10:43:23 +01:00
Caolán McNamara
c7c62c7114 oops, out-by-one idiocy 2011-08-26 10:23:55 +01:00
Tor Lillqvist
f2079a12ce Drop OS/2 lines 2011-08-22 21:43:48 +03:00
Caolán McNamara
acfe7d39e5 regoptions (etc.) now unused post registration-removal 2011-08-22 09:39:18 +01:00
Caolán McNamara
b2d7ede987 ditch product registration implementation 2011-08-22 09:39:15 +01:00
Michael Meeks
9950fc4f65 print fatal UNO exceptions' text in a friendly way from OpenClients failures 2011-08-19 12:27:19 +01:00
Caolán McNamara
2f800d902f fdo#37206 toggle default config to false for crash-reporter installed 2011-08-19 09:30:45 +01:00
Caolán McNamara
b5736291ed registered but uninstalled database drivers break address book wizard
among other things undoubtedly. The idea was IIRC to drop adabas
support, so lets not register the uninstalled components, and
while we're at it not build it either.
2011-08-18 09:16:01 +01:00
Caolán McNamara
8a0941ad1d use RTL_CONSTASCII_LENGTH/SAL_N_ELEMENTS 2011-08-17 09:54:14 +01:00