Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-20 | fdo#51304: Remove @author annotation | José Guilherme Vanz | |
This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> | |||
2012-09-26 | fdo#51304: Remove @author annotation | José Guilherme Vanz | |
This patch removes '@author' annotations and some unnecessary comments in java sources. Change-Id: Icea4721c42dc08fe51a0bc667872dfbca9c2880f Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> | |||
2012-08-28 | Make it clearer that previous change was sound | Stephan Bergmann | |
Change-Id: I0f2440b39e7b99b207755779a82bbeec164de278 | |||
2012-08-28 | Java cleanup - remove unnecessary null checks | Noel Grandin | |
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754 | |||
2012-08-28 | Java cleanup - remove unused local fields and variables and parameters | Noel Grandin | |
Change-Id: I5114bf2e390f3f5052819710329a789fc78c60f2 | |||
2012-08-28 | Java cleanup - remove unused imports | Noel Grandin | |
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0 | |||
2012-08-28 | Remove newly unused instance provisioning | Stephan Bergmann | |
Change-Id: I442a7980818d743c85bca89fbae7d7180185fa46 | |||
2012-08-28 | Java cleanup - Static methods and fields should be accessed in a static way. | Noel Grandin | |
Change-Id: Ic9539f4c78574d995d983ab4b13b371f650e0c69 | |||
2012-08-20 | Remove dead java code, fields and local variables | Noel Grandin | |
Change-Id: Iac80b047d990fddd3b78366843afdff77620cd7f | |||
2012-08-20 | fix dead assignment in setRowStyle | Noel Grandin | |
Change-Id: I2efa34e6374bb77f1277cbea6a2293698dbbe338 | |||
2012-08-20 | Java update - fix various javadoc issues | Noel Grandin | |
Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755 | |||
2012-08-17 | gbuild: register all jars | Michael Stahl | |
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc | |||
2012-08-15 | xmerge: remove obsolete xalan stuff from manifest classpath | Michael Stahl | |
It appears this came in to make it work with JREs < 1.4, i#58308. Change-Id: I6974e0fe7b94ecf1b577af064dcce8f017d0a31d | |||
2012-08-15 | gbuild: remove most uses of gb_Jar_set_jarclasspath: | Michael Stahl | |
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-07-20 | new does not return null | Stephan Bergmann | |
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b | |||
2012-07-04 | re-base on ALv2 code. | Michael Meeks | |
2012-06-29 | Java5 update - convert to using generics where feasible | Noel Grandin | |
Change-Id: I65b8a40aff54a1128d66e7c46bbcdea459bcc2ce | |||
2012-06-29 | Java5 update - convert Vector to ArrayList and Enumeration to Iterator | Noel Grandin | |
Change-Id: Iccb8250351fc1b0778b6be9870c12b9e057b23d1 | |||
2012-06-29 | re-base on ALv2 code. | Michael Meeks | |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-05 | remove obsolete (and scary) stuff in xmerge/workben | Bjoern Michaelsen | |
Change-Id: I34c1f13006da18c6c4601042d3accfdb1979bfab | |||
2012-06-05 | remove obsolete palm stuff | Bjoern Michaelsen | |
Change-Id: I30543bcb2b3d7101964de48a448af351579a5ddf | |||
2012-05-28 | Fix typos | Julien Nabet | |
Change-Id: I39d54e3f635be6cb7a42fc9a0f7055619c885950 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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 | |
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-21 | WaE: unreadVariable | Thomas Arnhold | |
2012-02-08 | Added and improved READMEs for modules which used to be in filter | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-10 | list source files explicitly | David Tardon | |
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove include o pch header from xmerge | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-23 | no need for SRCDIR parameter here | Matúš Kukan | |
2011-10-08 | Don't build jars when java is disabled | Matúš Kukan | |
2011-10-07 | convert xmerge to gbuild and add to tail_build | Peter Foley | |
2011-09-07 | replace api.openoffice.org to api.libreoffice.org | Andras Timar | |
2011-07-08 | fixed typos in comments | Takeshi Abe | |
2011-06-12 | Code cleanup | Korrawit Pruegsanusak | |
* Remove dead code * Fix comment typos Released under LGPLv3+/MPL | |||
2011-06-12 | Some cppcheck cleaning | Julien Nabet | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-30 | Code Cleanup in filters | Korrawit Pruegsanusak | |
* Fix typos in comments * Remove bogus comments * Remove dead codes Released under LGPLv3+/MPL | |||
2011-04-30 | Removing the deprecated java.io.File.toURL() method. | Cyril Roelandt | |
java.io.File.toURL() has been replaced by java.io.File.toURI().toURL(). | |||
2011-03-30 | silence tedious javadoc warnings | Caolán McNamara | |