summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* fdo#53474: Fix Windows Java Accessibility Bridgelibreoffice-3-6-3Stephan Bergmann2012-10-273-92/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | ...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>
* export symbols after gbuildificationDavid Tardon2012-10-221-4/+4
| | | | | | | 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>
* nuke unused typedefTakeshi Abe2012-05-292-5/+0
| | | | Change-Id: I12a55e08a83b88221d992790c97c830761755582
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-102-14/+11
| | | | Variables should have module name as prefix to prevent collisions.
* gbuild: use mixed paths on cygwinMatúš Kukan2012-05-091-1/+1
| | | | | | | | 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
* make javah work for me with JDK7 under windowsCaolán McNamara2012-05-011-1/+1
| | | | Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* gbuild: simplify and unify gb_Helper_*native*Matúš Kukan2012-04-091-1/+1
|
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-092-2/+2
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* gbuild: "use" vs. "add":Michael Stahl2012-04-084-7/+7
| | | | | | | | | 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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-4/+2
|
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-7/+7
|
* accessibility: use CustomTarget makefilesMatúš Kukan2012-03-317-107/+26
|
* .java files don't need executable bitsMichael Stahl2012-03-232-0/+0
|
* WaE: ununsed variablesCaolán McNamara2012-02-201-2/+2
|
* Added READMEs for modules which used to be in componentsJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-173-5/+5
|
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-163-5/+5
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-153-1/+50
|
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-065-5/+0
|
* fix gbuildified accessibilty on windowsPeter Foley2011-12-242-2/+2
|
* use generated java sourceDavid Tardon2011-12-232-19/+7
|
* avoid copying hackDavid Tardon2011-12-231-6/+8
|
* remove unused fileDavid Tardon2011-12-231-64/+0
|
* convert windows-specific bits, part 2: libDavid Tardon2011-12-235-70/+139
|
* convert windows-specific bits, part 1: jarsDavid Tardon2011-12-237-177/+253
|
* gbuildize accessibilityDavid Tardon2011-12-2312-324/+220
|
* accessibility: workben was removed in c8e7f88325Michael Stahl2011-12-191-7/+0
|
* drop this workbenCaolán McNamara2011-12-1966-8971/+0
|
* msvc 2008 express won't link without explicit salhelperCaolán McNamara2011-12-191-1/+1
| | | | | post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
* Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot2011-12-095-5/+5
| | | | | | Part I Modules unoControl, accessibility and avmedia
* don't need an extra header, fold into bodyCaolán McNamara2011-12-072-63/+29
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-69/+0
|
* remove include of pch header in accessibilityNorbert Thiebaud2011-11-2770-135/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-062-2/+2
|
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-061-1/+1
|
* remove obsolete Forte NOOPT filesMichael Meeks2011-09-241-3/+0
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+2
|
* callcatcher: various unused methodsCaolán McNamara2011-09-125-11/+1
|
* Some PMD cleaningJulien Nabet2011-08-141-4/+4
|
* catch by const refCaolán McNamara2011-07-293-3/+3
|
* totally pointless intermediate objectCaolán McNamara2011-06-201-3/+1
|
* ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
|
* use standard pattern for thisCaolán McNamara2011-06-078-57/+43
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-6/+6
|
* WaE (picky) - noeolChristian Lohmaier2011-05-171-1/+1
|
* Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet2011-05-031-1/+1
|
* fixed cppcheck warningsAndreas Becker2011-04-281-2/+2
|