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