summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Collapse)Author
2012-10-27fdo#53474: Fix Windows Java Accessibility Bridgelibreoffice-3-6-3Stephan Bergmann
...by folding the contents of java_accessibility.jar back into java_uno_accessbridge.jar. In the old build system there were two jars, java_uno_accessbridge.jar containing the handful of org.openoffice.accessibility classes and all org.openoffice.java.accessibility classes (though how the latter got included was fairly obscure in the makefile.mk) and unused java_accessibility.jar that contained all org.openoffice.java.accessibility classes. When adapting this to gbuild, the unused java_accessibility.jar was carried over, but all its org.openoffice.accessibility classes were inadvertently droped from java_uno_accessbridge.jar. (cherry picked from commit 5ba1694606577f9cda2b773d82ae765118bfc9e1) Conflicts: Repository.mk accessibility/Jar_accessibility.mk accessibility/Jar_uno_accessbridge.mk Change-Id: I9b582ba22667b1dae635828e85c4cc5b530353ac Reviewed-on: https://gerrit.libreoffice.org/907 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-22export symbols after gbuildificationDavid Tardon
Change-Id: I5c8ef1009a65fa5a38174898f58f9146e1367aa9 Signed-off-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-05-29nuke unused typedefTakeshi Abe
Change-Id: I12a55e08a83b88221d992790c97c830761755582
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan
make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
2012-05-01make javah work for me with JDK7 under windowsCaolán McNamara
Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54
2012-04-29make gbuild the default assumption of build.plBjoern 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-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-08gbuild: "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-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-03-31accessibility: use CustomTarget makefilesMatúš Kukan
2012-03-23.java files don't need executable bitsMichael Stahl
2012-02-20WaE: ununsed variablesCaolán McNamara
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-12-24fix gbuildified accessibilty on windowsPeter Foley
2011-12-23use generated java sourceDavid Tardon
2011-12-23avoid copying hackDavid Tardon
2011-12-23remove unused fileDavid Tardon
2011-12-23convert windows-specific bits, part 2: libDavid Tardon
2011-12-23convert windows-specific bits, part 1: jarsDavid Tardon
2011-12-23gbuildize accessibilityDavid Tardon
2011-12-19accessibility: workben was removed in c8e7f88325Michael Stahl
2011-12-19drop this workbenCaolán McNamara
2011-12-19msvc 2008 express won't link without explicit salhelperCaolán McNamara
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
2011-12-09Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot
Part I Modules unoControl, accessibility and avmedia
2011-12-07don't need an extra header, fold into bodyCaolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header in accessibilityNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-10-06WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-06WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-09-24remove obsolete Forte NOOPT filesMichael Meeks
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-12callcatcher: various unused methodsCaolán McNamara
2011-08-14Some PMD cleaningJulien Nabet
2011-07-29catch by const refCaolán McNamara
2011-06-20totally pointless intermediate objectCaolán McNamara
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-07use standard pattern for thisCaolán McNamara
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-17WaE (picky) - noeolChristian Lohmaier
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet
2011-04-28fixed cppcheck warningsAndreas Becker