Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-02 | Typo fix: informations -> information and a few other adjacent typos. | Gregg King | 1 | -2/+2 | |
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> | |||||
2013-02-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 | |
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885 | |||||
2012-11-11 | Merge branch 'master' into feature/killsdf | Andras Timar | 1 | -0/+0 | |
Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx | |||||
2012-11-07 | Delete unused files | Zolnai Tamás | 1 | -29/+0 | |
Belong to extensions which become unneeded because of treex Change-Id: I86ca7494a9022c1e72d64b2ec5cbd41d6e292a00 | |||||
2012-11-01 | Delete useless slashes | Zolnai Tamás | 1 | -1/+1 | |
Change-Id: Ib8cb85314b286948884ef9a72024c9fece3de93e | |||||
2012-10-23 | gbuild: let ExtensionTarget expect manifest below META-INF | Michael Stahl | 1 | -0/+0 | |
Change-Id: Ia07d3fd856578ab6976c02f8a0ec96273db19a2c | |||||
2012-10-01 | translations is a source-only module | Andras Timar | 1 | -1/+1 | |
Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4 | |||||
2012-09-27 | fdo#51304: Remove @author and more commented code | Marcos Paulo de Souza | 14 | -52/+1 | |
More tags removed and with it, more commented code was found. So remove it all. Not functional changes here, just a cleanup. Change-Id: Id4a6b3126ca32f3460dec3056b9caa370d0ee69c Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> | |||||
2012-09-23 | nlpsolver depends on translations | Andras Timar | 1 | -1/+1 | |
Change-Id: I20f966d4f1ccdefda2b057b00d2d8e2e716fe28d | |||||
2012-09-16 | move help compiler/linker/indexer to a new module | Andras Timar | 1 | -1/+1 | |
we may want to use syntax highlighter class from svtools later, which is not available for l10ntools Change-Id: I5a06b77cb6935e3ef68015fb608aa26ac7c53fac | |||||
2012-09-10 | add help.tree files to extensions' help | Bence Babati | 3 | -0/+51 | |
Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074 | |||||
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin | 2 | -3/+0 | |
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7 | |||||
2012-08-31 | fdo#53009: Compile extension help in gbuild | Stephan Bergmann | 1 | -8/+7 | |
...as had been done in the old build system (solenv/inc/extension_helplink.mk). Especially for bundled extensions, this removes the need to compile the help data per user on first start. gb_Extension_add_helpfile(s) replaces gb_Extension_localize_help, and takes care of all the steps (localization, compilation, inclusion in .oxt), even for the en-US data (which was handled with additional gb_Extension_add_file calls before). Change-Id: Ie4bab66d3cad2b713780a23bf2606ca56cfff37f | |||||
2012-08-17 | gbuild: register all jars | Michael Stahl | 2 | -9/+6 | |
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc | |||||
2012-08-15 | gbuild: remove most uses of gb_Jar_set_jarclasspath: | Michael Stahl | 1 | -4/+0 | |
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29 | |||||
2012-06-28 | remove malingering legacy RCS tags. | Michael Meeks | 19 | -57/+0 | |
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | 1 | -1/+0 | |
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-08 | gbuild: "use" vs. "add": | Michael Stahl | 2 | -2/+2 | |
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-02-09 | Added and improved READMEs for modules in extensions, extras, postprocess | Josh Heidenreich | 1 | -0/+1 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-01-04 | build and pack NLPSolver help localizations | Andras Timar | 1 | -2/+6 | |
2012-01-04 | just list the files explicitly | David Tardon | 1 | -4/+6 | |
2012-01-03 | localize nlpsolver .properties files within the build | Andras Timar | 52 | -1285/+3 | |
2012-01-02 | pack *.default files, too fdo#43923 | Andras Timar | 1 | -1/+1 | |
2011-12-14 | dos2unix | Andras Timar | 2 | -53/+53 | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 | |
2011-12-03 | nlpsolver: remove unneeded exec bits | Miklos Vajna | 56 | -0/+0 | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-29 | ...originally probably replaced an en-dash (thanks Roman Eisele). | Stephan Bergmann | 1 | -1/+1 | |
2011-11-29 | Replaced UTF-8 U+FFFD with ASCII space in source code comment. | Stephan Bergmann | 1 | -1/+1 | |
The Unicode replacement character got in there probably during a previous conversion of the source code; not evident to me what it replaced originally. | |||||
2011-11-28 | remove CR/LF linefeed from description | Andras Timar | 1 | -2/+1 | |
2011-11-28 | eliminate duplicate IDs | Andras Timar | 1 | -3/+3 | |
2011-11-28 | enable l10n of nlpsolver | Andras Timar | 1 | -3/+3 | |
2011-11-28 | add missing dep. to generate LICENSE | Michael Meeks | 1 | -1/+1 | |
2011-11-28 | nlpsolver: add missing passive registration rdb | Michael Meeks | 1 | -0/+13 | |
2011-11-28 | add missing dmakefile to please gbuild | Michael Meeks | 1 | -0/+1 | |
2011-11-28 | nlpsolver: migrate the build to use native gnumake build | Michael Meeks | 26 | -1328/+336 | |
Remove dmake, build.pl and ant build cruft. Update extension description, cleanup file locations etc. Switch to passive registration. | |||||
2011-11-28 | move translation files into the correct place | Michael Meeks | 53 | -0/+53 | |
2011-11-28 | Flatten un-maintained ex. Sun/Oracle nlpsolver extension into the repo | Michael Meeks | 64 | -0/+6616 | |
This should make it easier to hack, and also to separate out the tangled in third party EvolutionarySolver as/when we can. | |||||
2011-10-31 | l10n update | Andras Timar | 4 | -2/+52 | |
2011-10-20 | fix localization of NLPSolver | Andras Timar | 1 | -1/+1 | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | 1 | -1/+1 | |
2011-05-24 | Removed GNUism in makefile | Thorsten Behrens | 1 | -1/+1 | |
The --preserve=timestamps is a gnu cp extension, and thus not available on all our platforms. Replaced by equivalent tar hack. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit a22d8e9fbecfe6f2febdf4f85892f00e48ad0b79) Signed-off-by: Andras Timar <timar74@gmail.com> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com> | |||||
2011-04-24 | add/update NLPSolver translations from Pootle | Andras Timar | 5 | -2/+102 | |
2011-04-05 | Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4 | Petr Mladek | 7 | -1/+151 | |
2011-03-25 | two NULLS in build.lst | Caolán McNamara | 1 | -1/+1 | |
2011-03-08 | l10n: don't extract strings from localized NLPSolver properties | Andras Timar | 39 | -0/+39 | |
2011-03-06 | l10n: Updated translations from Pootle | Andras Timar | 6 | -0/+150 | |
2011-03-04 | fix windows build | Fridrich Štrba | 1 | -1/+1 | |
Notes: split repo tag: extensions_LO-BASE-INTEGRATION-DEV300_M101 | |||||
2011-02-13 | l10n: don't extract strings from localized NLPSolver properties | Andras Timar | 39 | -0/+39 | |