- 15 Tem, 2017 1 kayıt (commit)
-
-
Armin Le Grand yazdı
First steps to organize an importer that can read/interpret wmf/emf/emf+ and deliver a primitive representation for the content by parsing it. Use the same mechanisms as already applied for Svg, so to reuse abilities to keep original binary data to allow save again and embedding in files and have an implemented replacement bitmap based representation. For this, unify the used helper classes to handle more than just Svg. For 1st try, add test code and static bool switches Change-Id: I6e0a82943541d811a8f8d65a84115569fcd8cee7
-
- 20 Ock, 2016 1 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I534848c4be8eadf86b7f31ac742a80982405f56f
-
- 17 Eyl, 2014 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Icde8c214f510d168b52f2594821071a5aff19ecf
-
- 11 Mar, 2014 1 kayıt (commit)
-
-
Michael Stahl yazdı
... and remove the unimplemented "package" option. Change-Id: I2b0cfcdc040b653fe0c4cd061ae4e0d7f745068c
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Because gengal. Change-Id: I679177b8bade42787dc921a500679c53278029d1
-
- 04 Kas, 2013 4 kayıt (commit)
-
-
Khaled Hosny yazdı
Change-Id: I13dec52e6999d9c8aa0ba1f0c31ee8c36e1b6aac Reviewed-on: https://gerrit.libreoffice.org/6556Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I98e2ae25865c4ec38da19a24ba4347540d170e4f Reviewed-on: https://gerrit.libreoffice.org/6554Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I05419939ca0d6c55d24088d4b4adf3e262e50083 Reviewed-on: https://gerrit.libreoffice.org/6553Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: Ibbeb6b284c6c5fb9bba4ad52abed69321bba90d8 Reviewed-on: https://gerrit.libreoffice.org/6545Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: Iff6165fd440150bdd325c54e41df529bd5349df2
-
- 19 Eki, 2013 4 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: I3d84a202ae0058a8fe8a810f7e7de2522393f417
-
Khaled Hosny yazdı
Change-Id: Ibf6fd5c32a62752044e70961cf33b05fdcdce104 Reviewed-on: https://gerrit.libreoffice.org/6340Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: Ifea928fc56239043f976ed1e0d2c986bc5cfb934 Reviewed-on: https://gerrit.libreoffice.org/6339Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Khaled Hosny yazdı
Change-Id: I18cded289591bdf872c7a818326a35ac00d38482 Reviewed-on: https://gerrit.libreoffice.org/6330Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
- 18 Eki, 2013 2 kayıt (commit)
-
-
Marcos Paulo de Souza yazdı
Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I6b28b1f6bf867844a70e0ba74aeefeae8b8f8510
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I1d1fbef457a34f730c9a83c5580fd56a0bed455c
-
- 19 Eyl, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...via unoidl-write and the new source-format registry provicers, instead of using idlc to produce .urd files, regmerge to merge them into legacy .rdb files, and unoidl-write to translate those to new UNOIDL .rdb files. gb_UnoApi and gb_InternalUnoApi ctors take an additional argument now that is the path (below $(SRCDIR)) of the source-format registry from which to obtain UNOIDL entity definitions. It can either be an .idl file (in which case no *_add_idlfiles calls should be used and the resulting .rdb will contain all the entities from that one .idl file; used in some tests to conveniently define all test-specific entities in a single file) or a directory denoting the root of an .idl file tree (in which case *_add_idlfiles calls specify the entites to include in the resulting .idl file). (In the first case, the generated .rdb file needs to depend on that single .idl file, so the gb_UnoApiTarget ctor contains a dependency on that additional argument, which happens, as a side effect, to trigger rebuilds in the second, tree-based case when addition/removal of .idl files in the tree causes updates of directory time-stamps.) UnoApiPartTarget and all the dependency-tracking logic based on .urd files in solenv/gbuild/UnoApiTarget.mk is gone. Generation of an .rdb file now depends on its source registry (see previous paragraph) and all the .idl files specified with *_add_idlfiles (in the second, tree-based case above). A consequence of that is that gb_UnoApi_add_idlfile, -_nohdl, and -_noheader all do the same now. I left them in for now anyway, maybe they become relevant again when the use of cppumaker is changed to read directly from a source-format registry instead of going via a .rdb registry. The legacy tools idlc, regcompare, regmerge, and regview are still contained in the URE or SDK for now. cb344cd5 "Revert 'Looks like idlc resolved typedefs inside sequence<...>'" is re-reverted as now "the current offapi.rdb is generated via unoidl-write instead of idlc." Change-Id: I3d9d92f17326bc9f49dd934c85aab6a17951d06d
-
- 16 Tem, 2013 3 kayıt (commit)
-
-
Matúš Kukan yazdı
Change-Id: I9c95b826fb3b48a4430fe9e869b1e3fa45682574
-
Andrzej J.R. Hunt yazdı
Change-Id: Id2b9891fda5755440b13fa7401db3c988b5e0be5
-
Andrzej J.R. Hunt yazdı
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
-
- 04 Haz, 2013 1 kayıt (commit)
-
-
Michael Stahl yazdı
implementing UNO IDL support in doxygen: 9 days of work converting IDL file comments to doxygen: 5 days of work removing 57k lines of unmaintained buggy autodoc, bespoke String and File classes: priceless Change-Id: I566edb4f91454baa35e07d901432a8dfd35b9c29
-
- 16 May, 2013 1 kayıt (commit)
-
-
Matúš Kukan yazdı
- RepositoryModule_build: add modules necessary to build gengal and libraries used at run-time - add dependencies to gb_Executable__register_gengal.bin - use gb_Helper_OUTDIR_FOR_BUILDLIBDIR Change-Id: I4a88c1786b1ee2ee2b75b1a5dd75009ef70ed353
-
- 22 Nis, 2013 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 05 Nis, 2013 2 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I8d82da2ff8ea24ffa5b68954946251e275ae5bdd
-
Eike Rathke yazdı
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
-
- 05 Mar, 2013 1 kayıt (commit)
-
-
Matúš Kukan yazdı
Well, there is still another one: solenv/gbuild/partial_build.mk This enables you to do in SRCDIR: make gb_Side=build -r -f Makefile.gbuild <target> which was not possible previously. Change-Id: I6f8ce1c6503124526986e192b7d3552b909fc157
-
- 27 Şub, 2013 1 kayıt (commit)
-
-
Matúš Kukan yazdı
It's already in tail_build, so hopefully the dependencies are fine. Change-Id: Id2b2474c76895bd25dd34208654d924ad1c4be66
-
- 25 Şub, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Move unoidl functionality into a module of its own, as a prerequisite to use it in codemaker etc. (This is intended to ultimately remove modules store and registry, modulo backwards compatibility constraints.) Change-Id: If5274cbd3a595951e6cf7a9664bc542f01833f38
-
- 18 Şub, 2013 3 kayıt (commit)
-
-
Matúš Kukan yazdı
Adds more modules to Module_cross_*.mk. Change-Id: I9a7a12ff07649262355bfa82bdf09fbf93b1530e Reviewed-on: https://gerrit.libreoffice.org/2240Reviewed-by:
Matúš Kukan <matus.kukan@gmail.com> Tested-by:
Matúš Kukan <matus.kukan@gmail.com>
-
Tor Lillqvist yazdı
Change-Id: Ie32650d9c5752a9710732194b513631594030803
-
Tor Lillqvist yazdı
Change-Id: I4d11732d6b83388f07134008bcad33c541de401e
-
- 17 Şub, 2013 1 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: Ia32e51f0d95e001bcf07766f6340398e0ab1bf6a Reviewed-on: https://gerrit.libreoffice.org/2192Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by:
David Ostrovsky <David.Ostrovsky@gmx.de>
-
- 16 Şub, 2013 1 kayıt (commit)
-
-
Andras Timar yazdı
helpcompiler now behaves nicely, it does not depend on svtools any more. xmlhelp is needed, because it provides xslt files for helpcompiler. Change-Id: I3f742ad94c0893a1b37d3ef9be6bfd3cac1fb6ac
-
- 15 Şub, 2013 2 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I1f9ab5d89ae694bf2d464cc789231c23336dc6fe
-
Tor Lillqvist yazdı
Change-Id: Ie99768276ad9ca1dbd3aa3cb220d193ae7138858
-
- 14 Şub, 2013 4 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ib84a91f25d8a2f3572d8308eb0dfd5bb87f6deba
-
Tor Lillqvist yazdı
Change-Id: Ib7ad7a1045aad03b0e176d5267b4e942521ba023
-
Tor Lillqvist yazdı
Change-Id: I5600730c9f655cd2ee0cf59beca9f8d1247c5e34
-
Tor Lillqvist yazdı
Change-Id: I3e239258e9f5d20c57a46f8c70b0558dfb7813ff
-