- 18 Ara, 2011 4 kayıt (commit)
-
-
Norbert Thiebaud yazdı
This reverts commit 1d90f180.
-
Miklos Vajna yazdı
-
Norbert Thiebaud yazdı
-
Norbert Thiebaud yazdı
-
- 17 Ara, 2011 14 kayıt (commit)
-
-
Norbert Thiebaud yazdı
-
Norbert Thiebaud yazdı
This touch configure.in with a trivial space removal to force a ./bootstrap on the tinderboxes This make ./bootstrap build a 'build-side' executable concat-deps and modify LinkTarget.mk to use it instead of concat-deps.pl The impact is a conservative x10 times improvement in both elapsed and cpu time in overhead due to DEP generations. time make -sr build in tail_build after removing workdir/$INPATH/Dep/LinkTarget/Library/* (all on Intel X3360, 2.83GHz, 4-core) before: elapsed: 116.5 cpu: 115.9 after elapsed: 24.3 cpu: 23.9 base (no dep processing, i.e no rm of Dep/...) elapsed: 17.5 cpu: 17.4 overhead ratio: elapsed: 14.5x cpu: 15x same with -j6 before: elapsed: 47 cpu: 116 after: elapsed: 20.8 cpu: 24 base: elapsed: 17.5 cpu: 17.5 overhead ratio: elapsed: 9x cpu: 15x Note: for now the executable is generated directly in the source tree (in solevn/bin ). That is not ideal. It and other similar polution should be moved, to workdir most likely.. For now we just hide the mess under the .gitignore carpet
-
Olivier Hallot yazdı
Part X Module cppu cppuhelper cpputools
-
Ivan Timofeev yazdı
-
Norbert Thiebaud yazdı
-
Ivan Timofeev yazdı
-
Ivan Timofeev yazdı
-
Olivier Hallot yazdı
Part IX Module connectivity
-
Matúš Kukan yazdı
-
Ivan Timofeev yazdı
-
Olivier Hallot yazdı
Part VIII Module comfigmgr
-
Markus Mohrhard yazdı
-
Laurent Godard yazdı
add a typo correction on xnamedranges.cxx
-
Markus Mohrhard yazdı
Copying absolute sheet references between different documents now transforms absolute sheet references into external references if the refered range is not copied. Working: References to already saved documents work already with: -only transform reference into an external reference if range is not in the copied range -don't transform relative references Missing: handling for copying from not yet saved files idea: - add handling of external references to open documents that are not yet saved through the temporary document name - transform the url to the correct file url as soon as the source document is saved - if target document is saved first show warning message to the user and save with temporary name as file url
-
- 16 Ara, 2011 22 kayıt (commit)
-
-
Thorsten Behrens yazdı
Seems the recent merge from impress210 brought an inconsistency in slide selection - shuffle calls to make it go away.
-
Thorsten Behrens yazdı
Following advice from Johannes Meixner, fail fast, like "lpstat -r" does first - then query detailed destinations list from cups in init. This fixes n#722902.
-
Tor Lillqvist yazdı
-
Michael Stahl yazdı
Reverse the dependency: now the component target depends (order-only) on the library, which should ensure that gb_CppunitTest_add_component can set up dependencies such that the unit test does not run concurrently with a library loaded via UNO being overwritten. Unfortunately this requires introducing another phony dummy library target, on which the module can depend (because we don't want to register the component target as a module target).
-
Michael Stahl yazdı
-
Matúš Kukan yazdı
-
Norbert Thiebaud yazdı
-
Norbert Thiebaud yazdı
somehow having -L $solenv/$OUTPATH/lib which does not exist, in a command cause some trouble. in configure...
-
Luboš Luňák yazdı
-
Luboš Luňák yazdı
-
Stephan Bergmann yazdı
...it is not yet ready for that. This reverts commit f3acd83c. Conflicts: tail_build/prj/build.lst
-
Rene Engelhard yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Fridrich Štrba yazdı
-
Matteo Casalin yazdı
-
Stephan Bergmann yazdı
It was still running during shutdown of sw_complex's checkFlies test, causing problems. For this to work, Desktop::DeInit needs to be called with SolarMutex unlocked, which looks like the right way, anyway. Hopefully it does not unearth another round of bugs...
-
Michael Meeks yazdı
We number now with a flat set of indicees across Xinerama and more standard multi-screen setups.
-
Michael Meeks yazdı
-
Cédric Bosdonnat yazdı
Fixed the Writer PageBreak and Header/Footer indicator position. It also fixed the popup menu position in RTL UI for all PopupButton instances.
-
Fridrich Štrba yazdı
-
Muthu Subramanian yazdı
-