Commit graph

4771 commits

Author SHA1 Message Date
Matúš Kukan
a9f170c104 twain header is only for Windows
Change-Id: I7b1cee3bde17fc9e52b7fcf06d1d5215a9396814
2012-06-02 23:38:00 +02:00
Norbert Thiebaud
5ebd637962 targeted string re-work
Change-Id: I101b3fd94388dcd39cdcbfedfb87b259820b1913
2012-06-02 12:58:05 -05:00
Michael Meeks
d369d4fac7 targetted revert of small stl empty optimisation
Change-Id: I5e845235f946f33f2a38839c8bd7bb6efda64147
2012-06-01 14:47:00 +01:00
Takeshi Abe
d95d58af08 nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-06-01 01:04:50 +09:00
David Tardon
2c89a7cbe4 add missing deps
Change-Id: I2d92a3d36bfe7447e6739268e4aa512b48c40447
2012-05-31 08:01:32 +02:00
Jan Holesovsky
7092be1a6f update bubble: "Click here" -> "Click the icon", to clearly point to the icon.
"Click here" is annoying because one is used to the web pages where "click
here" usually means one should click the text "here".  The "here" here always
costed me an unnecessary mouse move before I remembered I am supposed to click
the icon ;-)

Change-Id: Ia9f5b359cb76813abbc9847e268e4241c5f6481f
2012-05-30 15:17:10 +02:00
Norbert Thiebaud
601500f8a8 targeted string re-work
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
2012-05-29 19:30:23 -05:00
David Ostrovsky
91c5b22706 gbuild conversion: store module
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
2012-05-29 07:34:41 +02:00
David Tardon
53d39155ca use gb_WinResTarget_use_custom_headers
Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
2012-05-29 07:34:06 +02:00
David Tardon
7d6eb69950 rename functions for consistency with the rest of gbuild
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-29 07:33:59 +02:00
Caolán McNamara
b686bab2e3 WaE: return value of fwrite unchecked
Change-Id: I83ecc3ef45eb411741db4b4ff20982bff1709d99
2012-05-25 09:26:14 +01:00
Takeshi Abe
00f1180c96 removed unused const rtl::OUString
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
2012-05-18 22:56:54 +09:00
Caolán McNamara
5dcf536b69 merge the 5 ConstAsciiString duplicate classes together
a) merge them together and move it into comphelper
b) turn it into a POD rather than having vast amounts
of destructors registered into the cxa_atexit chain

Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a
2012-05-17 14:03:26 +01:00
Stephan Bergmann
3f5ddf2e87 Fix updchk xcu data after gbuild'ification
For one, install:module was missing from xcu files that are processed with
gb_Configuration_add_spool_modules, resulting in effectively empty output
xcu files.  For another, localization from Addons.xcu is now merged into
per-lang registry_*.xcd in postprocess/packregistry/makefile.mk.

Change-Id: Ie87edbad163b124d18090ab36aa36de560a20cbc
2012-05-11 13:10:27 +02:00
Michael Stahl
a9550f63cd normalize variable names in gbuild user makefiles
Variables should have module name as prefix to prevent collisions.
2012-05-10 10:47:44 +02:00
Matúš Kukan
736170293c gbuild: remove gb_Helper_abbreviate_dirs_native
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-05-09 09:39:19 +01:00
Matúš Kukan
f4f4e3c050 gbuild: use mixed paths on cygwin
make 3.82 understands mixed paths, so use them.
This allows us to get rid of evil in BuildDirs.mk.
Hopefully, life will be simpler now.

Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
2012-05-09 09:39:18 +01:00
David Tardon
30115a0e78 WaE: NULL used in arithmetic
Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d
2012-05-06 19:51:38 +02:00
David Tardon
7169b1b308 WaE: ordered comparison of pointer with integer zero
Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5
2012-05-06 19:51:38 +02:00
David Tardon
919697f912 WaE: unknown pragma
Change-Id: Id1c36d09bb2d701474e5161e12be4bf599d8efd5
2012-05-06 19:51:38 +02:00
Thomas Arnhold
135c63c8f9 fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-04 15:52:57 +02:00
Caolán McNamara
76cc8aca42 WaE: unchecked results from write/fwrite
Change-Id: Ia7943a132d05e596550bd71878b54b2825c31987
2012-05-03 22:34:17 +01:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file

Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29 03:50:46 +02:00
Tor Lillqvist
9273e5466e WaE: implicitly declaring C library function 'objc_msgSend' 2012-04-24 12:22:44 +03:00
Bjoern Michaelsen
312e6b06df lp#527938: triple paperbag -- tweak bibloader again 2012-04-23 21:27:44 +02:00
Caolán McNamara
e37ae322b0 fill in some sane defaults on read/write failure 2012-04-21 22:24:03 +01:00
David Ostrovsky
6ef852f160 WaE: extensions warnings fixed 2012-04-21 21:46:35 +01:00
David Tardon
0128edc892 WaE: ignoring #pragma warning 2012-04-16 20:23:07 +02:00
Matúš Kukan
6c8c0732bc gbuild: simplify and unify gb_Helper_*native* 2012-04-09 21:04:40 +02:00
Matúš Kukan
0a45deba2b enforce only one possible use of gb_CustomTarget
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
2012-04-09 21:04:39 +02:00
David Tardon
6de7392829 add package deps for resources 2012-04-09 10:09:23 +02:00
Szabolcs Dezsi
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
David Tardon
5fcacd8408 rename gb_CppunitTest_uses_ure 2012-04-08 15:17:45 +02:00
David Tardon
fbbb833dda compile- and run-time use of UNO must be split
There are unit tests that do not use URE, e.g., in cppuhelper.

This reverts commit 33e9f3d3d6.

Conflicts:

	sot/CppunitTest_sot_test_sot.mk
	svl/CppunitTest_svl_urihelper.mk
2012-04-08 15:12:18 +02:00
David Tardon
e3cf2b45f7 simplify use of configuration from unit tests 2012-04-08 14:53:09 +02:00
David Tardon
e5f16b8d3e always use --protector for UNO tests 2012-04-08 14:53:08 +02:00
David Tardon
33e9f3d3d6 drop uses_ure 2012-04-08 14:53:08 +02:00
David Tardon
fe209e78db let use_api handle the use of type rdbs at runtime
Or is there any use case where we would need to use UNO API headers, but
not require the appropriate type database at runtime?
2012-04-08 14:53:07 +02:00
Michael Stahl
449582407a extensions: add np_sdk_inc to mozilla_headers external 2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
8a01ee6243 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Stephan Bergmann
7a56eef989 Clean up optional online update module
* The updatecheckui lib is part of that module; should its scp entry also be
marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"?

* unpack_update (and other scripts as well?) need only be generated if
ENABLE_ONLINE_UPDATE.

* It is inconsistent that there is a distinct onlineupdate.xcd not merged into
main.xcd, while the updchk and updatecheckui component files are merged into
the global services.rdb.

* The updchk res file should also go into (a resource sub-module of) the
optional online update module.
2012-04-05 21:10:57 +02:00
Caolán McNamara
5688b51bcb UniString::CreateFromInt32 -> rtl::OUString::valueOf 2012-04-05 13:59:05 +01:00
Matúš Kukan
1e7fd91514 fix so_activex_idl, part two
The order seems to be important here.
However it has worked for me and I am not sure this will fix tinderboxes.
2012-04-04 14:14:38 +02:00
Matúš Kukan
0a560f993f fix so_activex_idl, part one 2012-04-04 13:17:15 +02:00
Matúš Kukan
b635ee568c extensions: use CustomTarget makefiles 2012-04-04 11:31:58 +02:00
Luboš Luňák
802518c59a always pass --headless to cppunits
They should not need any actual UI anyway, and most of them already
pass the option manually.
http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
2012-04-02 12:26:20 +02:00
Fridrich Štrba
a7c11707cf Hop, a logical error 2012-03-23 14:03:25 +01:00
Fridrich Štrba
c9550dc7f3 Move spotlight plugin out of minizip 2012-03-23 13:16:20 +01:00