summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-17fix bad stl access fdo#45987Noel Power
Change-Id: I0e6b29987381380e22aeaf07725e04de4ae76c54
2012-05-17sigh, more missing dependenciesMatúš Kukan
Change-Id: I0d1802ebcf384095a6962fb1faf9516bd9a2dda6
2012-05-17Correct obsolete repo nameTor Lillqvist
Change-Id: Idfa3bae5c2caeee1a9a3e00f6aa6f8a18c7bde7c
2012-05-17DragonFly: use -O2 as default CFLAGSFrançois Tigeot
Change-Id: Ifb9f4627c15d5f1410af2b87bf2e2f39c945671c
2012-05-17WaE: 'Impl' defined as a struct here but previously declared as a classTor Lillqvist
Change-Id: Ie1ca2df3e4b60c69a3c7860fe39aca4a505feffb
2012-05-17some more ConstAsciiString behind OSL_ENSURECaolán McNamara
Change-Id: Ic93ec84ce62234364d233a9188a65439e88a79fe
2012-05-17catch by const referenceTakeshi Abe
Change-Id: I80a26483c4ecd099a1cfe76bdac1e97b947ef104
2012-05-17removed unused const rtl::OUStringTakeshi Abe
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-17remove "TODO: add test" which is now doneCaolán McNamara
since 99bf0c318b89c7d6acee364161b34b13d348a3bb Change-Id: I0fbd88d842f750d101e3eec5a6b18f7e8bc062be
2012-05-17Mention that the android/qa/sc test has not been maintained latelyTor Lillqvist
Change-Id: I78108f44bad1da0143f2849aa98a2ddf1b13fc1d
2012-05-17Now with in-process redirection, the adb shell setprop thing is not neededTor Lillqvist
Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6
2012-05-17Related: fdo#40778 use simple pushbutton for add to single user dictCaolán McNamara
for "add" an unknown word to user-defined dictionaries a) use a normal button when there's only one user-defined dictionary b) use a dropdown when there's more than one user-defined dictionary Change-Id: I8a8eb3fff6c4582341d8322df403b73a517a5560
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara
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-17XubString->rtl::OUStringCaolán McNamara
Change-Id: Ic7426d9838bb1034618c3d553482256d1866878f
2012-05-17reduce static_initialization_and_destruction chainCaolán McNamara
Change-Id: Ib2642e19d9148acca27227b0d91de4e8855178aa
2012-05-17nutso static OUStringsCaolán McNamara
Change-Id: I104af905eb0d13864f70f44386b2b573fb26e513
2012-05-17drop debug_oustring now that gdb pretty-printers existCaolán McNamara
Change-Id: Ie7d17f0ceb2e549b84c0cc16768604511e0e51a5
2012-05-17WaE: MSVC2008 C4309 truncation of constant dataCaolán McNamara
Change-Id: I7cae514cfd3c51bde5e8e0df2c51bed23904569d
2012-05-17sw/qa/extras: add a README explaining how to add new testsMiklos Vajna
Change-Id: I2a361a2c9becece74d41cb917a789a4429b3f3c1
2012-05-17autogen.sh: append aclocal arguments to ACLOCAL_FLAGS unconditionallyRuslan Kabatsayev
Change-Id: I2254628edfe213c3424dce2bc5d9f164752e913c
2012-05-17n#760029: Floor borders were missing from 3D Charts.Muthu Subramanian
Looks like there should always be a floor border for the 3D charts.
2012-05-17fix spurious delivery of rdb files (better way)David Tardon
The only task of the UnoApi class is to deliver a RDB file and all the stuff related to it (i.e., the IDL files and the generated headers). For that purpose, order-only dependecies are sufficient. Change-Id: Ibe0a58d1e8ceaad62ff71773e372fb8dfb921fbd
2012-05-17Revert "fix spurious re-delivery of RDB files:"David Tardon
This reverts commit 07c0b800d9d70857882238204820f75b8dc98b26.
2012-05-17remove duplicated dependencyDavid Tardon
Change-Id: I4cfe3ce7b7dab5d3fb2d3ddfa28f0fa263593667
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon
The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
2012-05-17on Windows we need both propex (Perl script) and propex.bat (launcher)Andras Timar
Change-Id: I1044c84dc0fb22188100c17440a72c0a7d923adc
2012-05-16i18npool: fix spurious re-deliver of i18npool.uno.so:Michael Stahl
The target is always older, because it is delivered while preserving the timestamp of the source, but here order only dependency is enough.
2012-05-16gbuild: fix build executable dependencies:Michael Stahl
Rules that invoke generated executables should have dependencies on those executables.
2012-05-16further spurious dep-file rebuild fixes:Michael Stahl
With the way dep-file generation was changed for LinkTargets in 8b5a984d45005d3df1c89eae897d6e04612625d8, it is necessary to change all other dep-file generation the same way, because the LinkTarget dep-files are outdated wrt. the object dep-files after an initial make run, and hence if any other dep-file depends in any way (even build-order) on a generated Executable, say by depending on the corresponding target file, then the PHONY entries in the outdated LinkTarget dep-files for the executable and its linked libraries cause all these objects to be recompiled. It is not a problem that there is a rule with the dep-file as target, and another rule for the corresponding actual target that writes the dep-file as a side-effect, without dependecy between the targets: because make does processing in 2 phases, first building all included makefiles, second all other targets, it is guaranteed that the 2 commands don't race to overwrite the dep-file because (when there is no dependency between them) they will not be executed in the same phase. The only problem here is that this will probably make IDL processing a lot slower on Windows, writing all those dummy dep-files.
2012-05-16fix LinkTarget dep-target dependencies:Michael Stahl
The LinkTarget dep-target depends on the LinkTarget headers target, which appears unnecessary and harmful because since commit 8b5a984d45005d3df1c89eae897d6e04612625d8 the initial dep files always contain PHONY deps anyway; also the PHONY deps cause spurious re-builds here because e.g. the tools library depends on a tools package that depends on a tools custom target that depends on some executable that depends on libuno_sal that depends on its objects which depend on this PHONY thing so all that stuff is spuriously re-compiled in make subsequentcheck after a build from scratch, breaking tests because being subsequent they don't expect libraries to change under them. Also, link target shouldn't depend on its dep target.
2012-05-16fix spurious re-delivery of RDB files:Michael Stahl
The OUTDIR RDB depends on Packages for IDL and headers, the latter of which depends on the WORKDIR RDB, hence preserving timestamps here leads to spurious re-delivery because the OUTDIR RDB always has older timestamp than the headers Package.
2012-05-16try to fix --with-solver-and-workdir-root on WindowsMichael Stahl
idlc breaks because sal considers X:\\foo an invalid system path
2012-05-17Move the RPATH enforcement to icu4c-rpath.patch and skip that for AndroidTor Lillqvist
We might eventually want to use Mike Hommey's "faulty.lib" dynamic linker (developed for Firefox on Android) to get around the Android system dynamic linker's silly limitations. It does not like DT_RPATH. (The Android system dynamic linker just ignores those.) So no point putting RPATH into the ICU libs for Android. Note that the faulty.lib linker is not usable currently because it doesn't like the text relocations that the NDK r8 toolchain generates for some reason. Sigh. Change-Id: I9092c6001f0aadbb30e2682e33e7179520846f3b
2012-05-16Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann
At least with sw_complex test under load, it happened that an ORequestThread could still process a remote release request while the main thread was already in exit(3). This was because (a) ThreadPool never joined with the spawned worker threads (which has been rectified by calling uno_threadpool_dispose(0) from the final uno_threadpool_destroy), and (b) binaryurp::Bridge called uno_threadpool_destroy only from its destructor (which could go as late as exit(3)) instead of from terminate. Additional clean up: * Access to Bridge's threadPool_ is now cleanly controlled by mutex_ (even though that might not be necessary in every case). * ThreadPool's stopDisposing got renamed to destroy, to make meaning clearer. Change-Id: I45fa76e80e790a11065e7bf8ac9d92af2e62f262
2012-05-16improve make invocationMatúš Kukan
Change-Id: I9dbe77062df3a9b02dab0f5755c0e616829fa125
2012-05-16writer: Fix off-by-one problem with the shadow image.Jan Holesovsky
Change-Id: I4530ecdc5292814de095ce7717309b322a24f430
2012-05-16writer: Make the document frame look like in Impress.Jan Holesovsky
Change-Id: I0b30ed9210d46ae40789d2f0052669577582cd3a
2012-05-16Don't create the local.properties files in the source tree from configureTor Lillqvist
Change-Id: Ic87be0146360c5e32f1f12f255c897e051c9a50c
2012-05-16Create the redirection thread in detached stateTor Lillqvist
Change-Id: I293fa84452f00a41f4a33d4a45eee6d1a32ff761
2012-05-16Move the sleep (for attaching debugger) earlierTor Lillqvist
Change-Id: I3183ed3da25bd0fbd2121f235f209edb51a21d2e
2012-05-16Don't mention the same rdb file in both UNO_SERVICES and URE_MORE_SERVICESTor Lillqvist
Change-Id: I81b3a451b5fd4eaf83ee525aa38df32686e38cfe
2012-05-16ruler: More off-by-one drawing problems fixed (hopefully all of them now).Jan Holesovsky
Change-Id: Icd566610229fe080bb45b746459abed15112c225
2012-05-16Crash fix.Muthu Subramanian
2012-05-16removed unused constant rtl::OUStringTakeshi Abe
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-16removed useless codeTakeshi Abe
Change-Id: If60124deaeb5b756c17c9f724ec150e909cc7373
2012-05-16completely nutso merge bustage since 2004Caolán McNamara
useless unused fat global objects since 146f73bcfa48ddddd18a1eb449aaa5ddd43d2dd2 Change-Id: I2a5f54d34b498a64b658f158f98269f16e2e71f8
2012-05-16reduce a gadzillion make_pairs executions to simple array of podCaolán McNamara
Change-Id: I38249d12d0c4e7a732b505cf90e1e8806c718229
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16Revert selected hunks from various 'unused code' commits.Muthu Subramanian
These functions are required for debugging pptx import problems.
2012-05-16Let VSD typedetection not throwFridrich Štrba
Change-Id: Ifdb4cff2e2cbc05b694db31fcaf381186ec1b830