Caolán McNamara
48221d6a2b
ByteString::GetToken->comphelper::string::getToken
2011-11-28 09:55:02 +00:00
Norbert Thiebaud
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00
Norbert Thiebaud
3f2ff54778
remove pch from the include list
2011-11-27 15:24:45 -06:00
Norbert Thiebaud
46d40d6419
remove include of pch header in desktop
2011-11-27 13:06:47 -06:00
Norbert Thiebaud
e4610ffd2d
remove PCH support in dmake-module
2011-11-27 12:26:12 -06:00
Norbert Thiebaud
992757cc5e
remove pre-compiled header support in gbuild and gbuildified module
2011-11-27 11:49:38 -06:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
Stephan Bergmann
0c7bff0271
Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.
...
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.
2011-11-23 15:50:58 +01:00
Stephan Bergmann
f055e0e361
Upon startup, do not unnecesarily instantiate component service factories.
...
Discovered by Michael Meeks <michael.meeks@suse.com>.
2011-11-22 21:22:24 +01:00
Stephan Bergmann
d6a8934eeb
Remove no longer necessary "(void) x; // avoid warnings".
2011-11-22 17:03:12 +01:00
Andras Timar
018b48d361
fix VERSIONINFO section of win32 executables fdo#30798
2011-11-22 14:17:23 +01:00
Stephan Bergmann
70a6b9ffbd
New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.
...
* New SAL_INFO..., SAL_WARN... macros.
* New SAL_STREAM supersedes OSL_FORMAT.
* oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now).
* TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site
cleanup).
* Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet
addressed.
* Some replacements tools String -> rtl::OUString.
2011-11-22 09:41:47 +01:00
Joseph Powers
987108acc3
Remove some unused headers from desktop
2011-11-20 09:22:01 -08:00
August Sodora
48efe5ce26
Valgrind: fixed memory leak
2011-11-18 09:29:54 +01:00
Caolán McNamara
2fc7e56a6c
push/pop deprecated
2011-11-16 20:40:36 +00:00
Michael Meeks
042247b3e4
Fixup legacy sleepycat db database usage for packages
...
Previously empty legacy registered_packages.db databases were created
unconditionally, at some efficiency and startup cost, despite these
being deprectated since before version 3.2.
We now handle version mismatches by warning on the console and ignoring
these files.
2011-11-16 17:04:54 +00:00
Norbert Thiebaud
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Tor Lillqvist
530a76c8ef
Reduce what we build here for non-DESKTOP OSes
2011-11-16 11:06:57 +02:00
Tor Lillqvist
44329b4cac
What we want is the "filter" function, not "firstword"
2011-11-16 10:50:36 +02:00
Stephan Bergmann
16aa2c1dd6
Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
...
With the basis/brand split undone, they are always the same as
PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15 18:29:47 +01:00
Stephan Bergmann
8a99391937
Introduced LibreOffice-minimal-version extension dependency.
2011-11-15 12:44:00 +01:00
Tomas Chvatal
4fe54ea11e
Instead of returning out of function just skip its calling.
2011-11-15 12:34:35 +01:00
Norbert Thiebaud
9ba9707611
remove unused desktop/source/app/copyright_ascii_sun.c
2011-11-14 21:41:48 -06:00
Stephan Bergmann
8b75883b87
Simplified some uses of css.configuration.theDefaultProvider.
...
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
2011-11-14 22:07:23 +01:00
Stephan Bergmann
b11bd0323e
Removed comphelper -> unotools processfactory.hxx duplication.
2011-11-14 11:50:26 +01:00
Stephan Bergmann
c1758889cb
Heavily simplified utl::ConfigManager.
2011-11-11 22:49:21 +01:00
Stephan Bergmann
5d4af26ae9
Revert "oosplash - daemonize to help mutt users recover their sanity"
...
For one, it leaves detached oosplash processes behind (the forked oosplash
instance waits for the soffice.bin child forked from the original oosplash
instance in vain). For another, it makes unavailable the soffice.bin exit code.
This reverts commits aacf55dbe0
and
62ebb119cf
.
2011-11-09 13:48:21 +01:00
Stephan Bergmann
4bfde371a8
OOo reference version for extension dependencies is still at 3.4.
2011-11-09 13:37:00 +01:00
Stephan Bergmann
debc96051f
OpenOffice.org-minimal-version dependency is not branded.
2011-11-09 13:37:00 +01:00
Stephan Bergmann
bf912d1a18
dp_dependencies clean up
2011-11-09 13:37:00 +01:00
Stephan Bergmann
de90369c31
Properly check sscanf return value.
2011-11-08 20:49:31 +01:00
Michael Meeks
62ebb119cf
don't demonize if we are passed an --accept line for UNO remote control
2011-11-08 17:52:37 +00:00
Michael Meeks
aacf55dbe0
oosplash - daemonize to help mutt users recover their sanity
2011-11-08 16:03:48 +00:00
Christian Lohmaier
17f977c104
remove leftover comment regarding removed Mac OSX conditional
2011-11-08 14:48:06 +01:00
Bjoern Michaelsen
f222b01170
there is no rule for the manifest, so we need to depend on the lib only
...
- or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect
2011-11-08 14:21:23 +01:00
Michael Meeks
3f40276194
oosplash: remove redundant mac conditionals - we don't build on OS/X
2011-11-08 12:36:08 +00:00
Michael Meeks
cfa5d651db
add soffice.bin generation to the desktop/ module rule to fix win32
2011-11-07 11:38:28 +00:00
Tor Lillqvist
97722c8215
Drop unnecessary inclusions of <sal/main.h>
2011-11-05 12:11:16 +02:00
Michael Meeks
e4bc48f37f
fix Win32 manifest linking: get dependencies the right way around
...
the .bin depends on the _bin.exe and not vv.
also -f is required for rm in phony clean rules
2011-11-04 11:56:12 +00:00
Stephan Bergmann
e66e54fb00
Further clean up of areas touched by previous commit.
2011-11-04 08:21:26 +01:00
August Sodora
e042493375
String->OUString, remove unused code
2011-11-04 08:21:25 +01:00
Michael Meeks
501a1fbc3e
WaE: more windows tinderbox warning cleanup
2011-11-01 16:08:38 +00:00
Bjoern Michaelsen
cca7126c29
very,very ugly hack to get the soffice.bin name
...
the previous solution couldnt work:
- Packages are toplevel targets, so they need to be in a separate file
- However, Packages should not be used here as it interferes with the
pattern rules on $(OUTDIR)/bin
- replacing those instead with explicit (non-pattern) rules for this
exceptional case
- depending from the regular target in $(OUTDIR) on the special one
- depending from the special target on the $(WORKDIR) one
2011-11-01 12:47:47 +01:00
Jan Holesovsky
79228bb177
The -something switches are obsolete, use --something instead.
2011-10-31 15:27:32 +01:00
Stephan Bergmann
0c13fbb5bd
Improved an OSL_FAIL.
2011-10-31 09:05:59 +01:00
Tor Lillqvist
ad44d75e53
chmod -x
2011-10-26 12:54:10 +03:00
Tor Lillqvist
263ba7ac18
WaE: unreferenced formal parameter
2011-10-26 12:42:19 +03:00
Tor Lillqvist
6879c55d30
WaE: unreachable code
2011-10-26 12:41:20 +03:00
Olivier Hallot
a5d6dca3e9
Fix for fdo41997 continuation of VCL cleanup
2011-10-25 13:42:00 +01:00
Stephan Bergmann
b786a33cfd
Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation.
2011-10-24 13:59:58 +02:00