summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-30Build platform configure needs solenv/bin/getcompver.awk nowTor Lillqvist
2012-10-30Fix MSVC build: LIB is not in environment so set it for the nmake commandTor Lillqvist
Change-Id: Ic2f43692f003f6d3a88681d61fe21f52276b0b7b
2012-10-30Try to fix Android tinderbox buildTor Lillqvist
For some reason $(LIBS) seems to contain a bunch of unneeded libraries including -llo-bootstrap when we get here. Those won't be found by the basic configury as there are no -L switches included, causing the lovely "C compiler cannot create executables" problem. Change-Id: Id7cfba191bd16649c7948194eb7ebdbfbfb74f3e
2012-10-30we have to have all tabpages in all modes nowCaolán McNamara
Change-Id: I05a587d4b0556cb9eda49583441b3f57d923a800
2012-10-30squeeze all Exceptions through RuntimeException for exception sigCaolán McNamara
Change-Id: I50377a12c2baadf48767e1d4c265417d3c8ab765
2012-10-30cancel on insert frame was inserting a frameCaolán McNamara
Change-Id: Ie95947935b5891642f22c81a15ae1d9ed24fd3f2
2012-10-30Try to fix a highly parallel build of libcmis with a non-system curlTor Lillqvist
The problem us that gb_LinkTarget__use_curl only declared a dependency on an *unpacked* curl tarball, but the curlbuild.h file is *generated* during curl configury. So something that depends on a (non-system) curl needs to depend on curl having been configured at least. Let's try like this. Change-Id: I87b2a3292807d9bb873c3656caf58c4d98d8f622
2012-10-30fdo#46808: Improve previous commitStephan Bergmann
* Removing m_xLngMgr.is() check from SfxThesSubMenuHelper::GetThesImplName was unsound with SfxThesSubMenuHelper ctor swallowing Exception; best fix appears to be to remove the swallowing. * Prefer forward declarations over #includes. Change-Id: Ie4e7dcd6cdb14046516d119605bbf78e81359768
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin
Create a merged XLinguServiceManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I297bada1066cd74809108641b56ee4d5898112ec
2012-10-30Rationale for webdav-neon vs. webdavStephan Bergmann
...regarding 03ded70913f957460f90608465e4d0a182879074 "rename ucb/source/ucp/webdav to webdav-neon" followed by 015b29b74aaf16f5bdf6a90f6e7d5c1d210fe281 "re-base on ALv2 code," copied from libreoffice-dev IRC. Change-Id: I7388007f5f8cfd34aa19cb68ee3bc59b2905153b
2012-10-30Properly spell out "dbaccess"Stephan Bergmann
...so that these tests also work from a toplevel make. Change-Id: I82899ce6f1760b34b365ee5cfacbadb1f40de766
2012-10-30fdo#46808, use service constructor for security::CertificateContainerNoel Grandin
Change-Id: Ia8bcd2efd8137922024fb2ed2f2e4197f4ee25e1
2012-10-30Correct location of the libtool-built libcurlTor Lillqvist
Change-Id: I0b997cdd3c133fa2212d519a136fa17f08a68730
2012-10-30Reapply eda255b38d871bb7d20432e5730cc8c68b3e2942Stephan Bergmann
... "SvTreeList: fix singular iterator compare assertions" after commits that broke it again. Change-Id: I527fe37e2a0a9f6fbba468261892379920f02c10
2012-10-30scp2: adapt to curl gbuildificationMiklos Vajna
Change-Id: I51cd4e315f99099b9ee62761f404dbb640bc3106
2012-10-30fix typoDavid Tardon
Change-Id: I326409a90162395150a72dcb108b180a07f1afb9
2012-10-30sal_Bool to boolTakeshi Abe
Change-Id: I87d6e518aebcd0074f673b84b66df27ae9a0a15a
2012-10-30bInsWithFmt was always trueTakeshi Abe
Change-Id: I72d764cd88dcd6516edfd11dd39d54f166340de2
2012-10-29Somehow this change was lost during git rebase.Kohei Yoshida
Change-Id: Ic20584b5da2920dc8f2761b7f2c65c58713c5895
2012-10-29Remove unnecessary type casts.Kohei Yoshida
Change-Id: Idda5d6ad4d8991efb97d75b7ee743bc98b3e4c03
2012-10-29These are not used.Kohei Yoshida
Change-Id: If3fdbf7118b94ae9d71ca388f07e3b0a5b4e5787
2012-10-29Finally removed SvTreeEntryList.Kohei Yoshida
Change-Id: I9e9f6fa6a198bbab7397f7e10a3c39ecdd9e00f9
2012-10-29Remove remaining use of SvTreeEntryList.Kohei Yoshida
Change-Id: Id29111b0dd9a14fc2dbb18447293b2ac01e20df4
2012-10-29Remove use of SvTreeEntryList from RemoveSelection.Kohei Yoshida
Change-Id: I8ed7ed76536cb71eff9f7a362220462f0ec112e3
2012-10-29Let's use const where we can.Kohei Yoshida
There still lots of other methods that should take const pointers. But one step at a time... Change-Id: I1bae409ddb1939943db8c6f40d1b180f82f42bce
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida
This replaces SvTreeEntryList. The only thing to be wary of is that now we use ptr_vector to store child entries, which changes the scheme on the life cycle management of tree entries. Change-Id: I92b6e41ea500bc9b9227259c010887b798194909
2012-10-30pyagenda: rework AgendaTemplate.py. Still some work to doXisco Fauli
Change-Id: Ife802611e8aef10e5d06f04617662753d6f2ee21
2012-10-30pyagenda: Add callwizardXisco Fauli
Change-Id: Icbceb222d400652f4e8757a9aa2967bee60bc09e
2012-10-30pyagenda: now it's possible to call the wizard remotelyXisco Fauli
Change-Id: I25c49f58e580a0d08a2b0d0fce9d76e372c69d19
2012-10-30pyagenda: Remove duplicate codeXisco Fauli
Change-Id: Ic839031a50c4bd84efaebe89dbbe975bf81db789
2012-10-30pyletter: Translate the templates at runtimeXisco Fauli
Change-Id: Ie0b149b4a8928e5b61153a6ed62b66d02f916f20
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara
Change-Id: I6c41b8f4d3ad739eff545063bd1f8fe8f4fba65e
2012-10-30export icon set data into OOXMLMarkus Mohrhard
missing are still the Excel2010 extLst entries Change-Id: Ic0c728613b1ee48482cbd9cef2aeccd0e0f25f72
2012-10-30fix warningMarkus Mohrhard
Change-Id: Ib9fe916eae980949978b0a5a78dfabea6581a43b
2012-10-30add icon sets to manage conditional formats dlgMarkus Mohrhard
Change-Id: I309ca58d708f0df87365a21fdcf9acb829f08a9e
2012-10-30fix crash with overlapping conditional formatsMarkus Mohrhard
Change-Id: Ib2d3b9434038b25f2dc175809e211d7651998583
2012-10-30implement basic support for icon setsMarkus Mohrhard
already supports ooxml import Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac
2012-10-30extract same code into shared methodMarkus Mohrhard
Change-Id: Ib8c141309227aa711944bed202258d131ed1367d
2012-10-29Revert "libwps: ensure that generated cxx files get built after unpack"Michael Stahl
This reverts commit 7963c0952823affb8045817cba677ed7b6e4051c. Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
2012-10-29Revert "libwps: need to depend on unpacked private headers:"Michael Stahl
This reverts commit 45c7a7f5dc3057b283513e4516b7b59f21e46fde. Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
2012-10-29new toplevel make target dev-update to update non-symliked dev-installLuboš Luňák
Should be especially useful on Windows (e.g. 'make sw dev-update'). Change-Id: Ie80b7f1caae0fc1edc7cf791494c7648ca7b8d82
2012-10-29fix absolute path test in linkooLuboš Luňák
Change-Id: I0ac41af09ac6582c3f75239f2163c895665cd572
2012-10-29fix windows detection in linkooLuboš Luňák
Change-Id: I18d1dbdc9d7ed6027969424a196532084537fe87
2012-10-29gbuild: remove .a file before AR invocations:Michael Stahl
Solves 2 problems: 1. it can happen that AR decides not to write to the .a file at all, because no input file is newer than the archive content; then the timestamp of the .a file does not get updated 2. if an object file is removed from the makefile the .a file would still contain it after an incremental build Change-Id: I30737c6454dc06c89ccf233e06d430d2ddc5bc33
2012-10-29gbuild: solve the UnpackedTarball header problem in concat-deps:Michael Stahl
Mangle all included files in the UnpackedTarball directory in the generated dependency files to point to the target of the UnpackedTarball instead. This will cause all files that include them to be rebuilt on every unpack, which is sound and much easier to maintain than manually enumerating all internal header files somewhere. Change-Id: Iaaa9b27450549d26b40d32ae0f740c2d5ef0edc5
2012-10-29libwps: need to depend on unpacked private headers:Michael Stahl
The generated cxx files that are built in the StaticLibrary depend on the header from the UnpackedTarball. When the tarball gets unpacked again in an incremental build, the headers may have changed and the cxx files that include them must be rebuilt. This works for those headers that are added to a Package, because they are make targets, but not for those that are not delivered and just sit in the unpacked directory. These need to be manually enumerated in order to turn them into make targets, which is not entirely satisfying. A little grepping in the .d file for the StaticLibrary can help: grep "UnpackedTarball.*\.h" workdir/*/Dep/LinkTarget/StaticLibrary/libwpslib.a.d | sed 's,:* \+[^ ]*$,,' | sed 's,^.*UnpackedTarball/[a-zA-Z0-9]*/,,' | sort | uniq Change-Id: I9fd4ee0cd6646c834118cf172e39a24d2833c439
2012-10-29libwps: ensure that generated cxx files get built after unpackMichael Stahl
Change-Id: I75c754a9b1cb59936f1ea6acac92ad47ac417f27
2012-10-29add more missing use_unpackedMatúš Kukan
Change-Id: I92395d5883ce862f1dca7b88aa4291a9608c1a52
2012-10-29Missing #includeStephan Bergmann
Change-Id: I63e68bd37b46f339d09d97a6bf6edfeaa6a7df1d
2012-10-29tweak curl gbuildificationMatúš Kukan
Change-Id: I17eae5612b88c3f57842a8ae50b1d062acf94765