summaryrefslogtreecommitdiffstats
path: root/swext
Commit message (Collapse)AuthorAgeFilesLines
* ENABLE_MEDIAWIKI Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-1/+1
| | | | | | | Change-Id: I4561c2cd3b937cbd0085d1e94930d5f458281d11 Reviewed-on: https://gerrit.libreoffice.org/5704 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile2013-07-112-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 27cfcb1e9d103b3e49c1263b1fa59fee8b187b21) Conflicts: desktop/test/deployment/active/active_native.cxx desktop/test/deployment/passive/Dispatch.java desktop/test/deployment/passive/passive_native.cxx odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java odk/examples/DevelopersGuide/GUI/MessageBox.java odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.cxx odk/examples/java/Inspector/Inspector.java offapi/com/sun/star/awt/MessageBoxButtons.idl offapi/com/sun/star/awt/MessageBoxResults.idl offapi/com/sun/star/awt/XMessageBox.idl offapi/com/sun/star/awt/XMessageBoxFactory.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/types.rdb sdext/source/minimizer/unodialog.cxx toolkit/inc/toolkit/awt/vclxtoolkit.hxx toolkit/source/awt/vclxtoolkit.cxx toolkit/source/layout/core/root.cxx Change-Id: I170b494fb96362bb25ba8d0f2518d4e46934dd67 Related: #i121544# - Clean-up MessageBox API (post fix) (cherry picked from commit c9f7a06e7798bcd5253844c49d210ea9345bd4b8) Conflicts: sw/inc/pch/precompiled_sw.hxx Change-Id: Ib8b1e7aaac769feff5206fcdd238c487a6130dd1 Related: #i121544# - Fix header guards Found by: Tsutomu Uchino (cherry picked from commit 82194a19ff4f29c8451c8e6ab6fe4f1b9d08df27) Conflicts: offapi/com/sun/star/awt/MessageBoxType.idl Change-Id: Ide8ba697fbc80395d2f30a068a0820a6afa3332f
* Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile2013-07-051-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 5569d97f06a0299e41b91ca248bf7eaa038b1f21) Conflicts: icon-themes/human/toolkit/source/awt/spinner03-grey_01.png icon-themes/human/toolkit/source/awt/spinner03-grey_02.png icon-themes/human/toolkit/source/awt/spinner03-grey_03.png icon-themes/human/toolkit/source/awt/spinner03-grey_04.png icon-themes/human/toolkit/source/awt/spinner03-grey_05.png icon-themes/human/toolkit/source/awt/spinner03-grey_06.png icon-themes/human/toolkit/source/awt/spinner03-grey_07.png icon-themes/human/toolkit/source/awt/spinner03-grey_08.png icon-themes/human/toolkit/source/awt/spinner03-grey_09.png icon-themes/human/toolkit/source/awt/spinner03-grey_10.png icon-themes/human/toolkit/source/awt/spinner03-grey_11.png icon-themes/human/toolkit/source/awt/spinner03-grey_12.png offapi/com/sun/star/awt/UnoControlThrobber.idl offapi/com/sun/star/awt/UnoControlThrobberModel.idl offapi/com/sun/star/awt/XThrobber.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/typelibrary_history.txt offapi/type_reference/types.rdb rat-excludes swext/mediawiki/help/component.txt swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiPropDialog.java swext/mediawiki/src/description.xml toolkit/AllLangResTarget_tk.mk toolkit/inc/toolkit/helper/servicenames.hxx toolkit/source/awt/vclxtoolkit.cxx toolkit/source/awt/xthrobber.cxx toolkit/source/awt/xthrobber.hrc toolkit/source/awt/xthrobber.src toolkit/source/controls/tkthrobber.cxx toolkit/source/helper/registerservices.cxx toolkit/source/helper/servicenames.cxx toolkit/src2xml/src.lst toolkit/util/toolkit.xml Change-Id: Ic415a96fe6ba7040a3b03fd562f997d2df1516d6
* Resolves: #i121907# upgrade odt2mediawiki to latest versionAriel Constenla-Haile2013-05-121-15/+33
| | | | | | | | | | | | | | upstream changed license to ALv2 Besides the license change, there are two bug fixes: * Do not apply any transformation to the contents marked as WikiMath. * Join sibling nodes marked as WikiMath. Patch by: Bernhard Haumacher (cherry picked from commit 414a61fa4c4f03a2b2645682c55ee56ae9c84a79) Change-Id: I6b996631ebdd908c6d96d2c9dde1a3d6dd3e212f
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-304-92/+16
|
* Java cleanup in mediawiki extensionNoel Grandin2013-04-1910-191/+167
| | | | | | | | | | | - remove unnecessary casts - convert Hashtable->Map and Vector->ArrayList - remove dead fields Change-Id: Id85abee74857325a113133bf61474b962256489c Reviewed-on: https://gerrit.libreoffice.org/3430 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov2013-04-171-2/+2
| | | | | | | Change-Id: I98d04d7da4c2b7ea0b769df9c2bfa8c1ad86bf2d Reviewed-on: https://gerrit.libreoffice.org/3422 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Update Apache CommonsPedro Giffuni2013-03-261-2/+2
| | | | | | | | | | | | | Update commons-codec to version 1.6. Update commons-lang to version 2.4. Patch common-httpclient to avoid building issues with OpenJDK-7. These versions maintain ABI compatibility while using features from newer Java versions and have been tested on the FreeBSD port. Change-Id: I6aec2b6d22fc3335ffbdda9558f475313ef53c85
* fdo#61379 Java options are under Options - LibreOffice - AdvancedAndras Timar2013-03-231-1/+1
| | | | Change-Id: Ic7b262f4b75e7f2069f88f753cea5ff8f59610b7
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* Make gb_Extension_use_default_description/license explicitStephan Bergmann2013-03-071-0/+3
| | | | | | | | ...as a prerequisite for gbuild'ifying desktop/test/deployment/passive/, which builds a test extension that does not match those default description/license settings. Change-Id: I200ff0ceb9750ed4b1c187305f10469f789d29cb
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* remove specialcasing for old internal sun wikiBjoern Michaelsen2013-02-251-12/+0
| | | | Change-Id: Idb8efc3f900172dea2ded6b7aa39e0b6f8fe49b7
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2012-11-261-4/+0
| | | | | | | | | | | | | | | | | | | | | ... derives from com.sun.star.uno.RuntimeException instead of com.sun.star.uno.Exception. Only test that breaks with this change is jurt_uno/AnyConverter_Test, which for mysterious reasons effectively tests that IllegalArgumentException is a subclass of Exception and not RuntimeException. Presumably this is just a generic exception test that happens to use IllegalArgumentException. Some further testing indicates there are no problems expected at runtime: Running "make subsequentcheck" with all Java test code compiled against a ridl.jar that does not contain the change, running against a soffice that uses ridl.jar and rdbs with the change + ridl.jar with the change on the test side yields exactly the same AnyConverter_Test failure, with no other failures. Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
* convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl2012-11-221-28/+10
| | | | Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
* Merge branch 'master' into feature/killsdfAndras Timar2012-11-112-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gbuild: fix XcuMergeTarget build breakage:Michael Stahl2012-10-231-3/+3
| | | | | | | | | | | | | | Introduce gb_XcuFile_for_extension function to use the right file depending on WITH_LANG setting. Change-Id: Ibe4fc4e28fe445fc9391b68d370039528eab7ed8
| * gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl2012-10-231-0/+0
| | | | | | | | Change-Id: Ia07d3fd856578ab6976c02f8a0ec96273db19a2c
* | Delete unused filesZolnai Tamás2012-11-071-29/+0
| | | | | | | | | | | | | | Belong to extensions which become unneeded because of treex Change-Id: I86ca7494a9022c1e72d64b2ec5cbd41d6e292a00
* | Correct helptree localization in swextZolnai Tamás2012-10-141-1/+1
| | | | | | | | Change-Id: I6d30e96cb9fb0a0800e0b3b0eaa58b98de4d9010
* | translations is a source-only moduleAndras Timar2012-10-011-1/+1
|/ | | | Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
* set paths in help tree file of MediaWiki extension helpAndras Timar2012-09-251-5/+5
| | | | | | | | | | | | we set the paths here to their runtime values, because in new build "paradigm" English tree is not updated, just copied. No problem with that, we'll fix regressions later. Now it works even in en-US build, but nodes are not localized, because update_tree.pl does not find localizations due to the changed paths. update_tree.pl is a hack and must die. It will be killed in feature/killsdf branch. Change-Id: Ic16eca538182f5548d4d6c2a23f9bc9764da6b62
* move help compiler/linker/indexer to a new moduleAndras Timar2012-09-161-1/+1
| | | | | | | we may want to use syntax highlighter class from svtools later, which is not available for l10ntools Change-Id: I5a06b77cb6935e3ef68015fb608aa26ac7c53fac
* Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin2012-09-101-32/+32
| | | | Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-104-18/+0
| | | | | | I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
* add help.tree files to extensions' helpBence Babati2012-09-103-0/+53
| | | | Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074
* The *_develop.zip files appear to be unusedStephan Bergmann2012-08-312-60/+0
| | | | Change-Id: I1bb3d359b087421f4acf67955549514fc3c6a236
* fdo#53009: Compile extension help in gbuildStephan Bergmann2012-08-311-10/+8
| | | | | | | | | | | | | ...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
* gbuild: register all jarsMichael Stahl2012-08-171-4/+4
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* swext: use gb_Jar_use_externalsMichael Stahl2012-08-151-18/+5
| | | | Change-Id: Ib62473d841bc9a66acde6529d3f63e3fd1a00928
* gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2012-08-151-14/+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
* re-base on ALv2 code.Michael Meeks2012-07-0323-504/+351
|
* re-base on ALv2 code.Michael Meeks2012-06-292-46/+28
|
* re-base on ALv2 code.Michael Meeks2012-06-2110-233/+143
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-102-59/+55
| | | | Variables should have module name as prefix to prevent collisions.
* fdo#46509: xsltml .xsl files missing from wiki-publisher.oxtStephan Bergmann2012-05-091-0/+7
| | | | | | | A regression introduced by e7a1e17c4fdea4103e7f921e8cd9c315c1dbe612 "convert swext to gbuild and add to tail_build." Change-Id: I29efe28ad6353d725afe9cce6f470c5492aa87a8
* 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
* Bump extension versions after changing to passive registrationStephan Bergmann2012-04-261-1/+1
| | | | | ...otherwise, if they are bundled, their per-user data is not regenerated, leading to inconsitencies.
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-3/+3
| | | | | | | | | 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)
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-161-1/+1
|
* Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich2012-02-091-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Try without xmlhelp on non-desktop OSesTor Lillqvist2012-01-161-1/+1
|
* build and pack MediaWiki extension's help localizationsAndras Timar2012-01-051-1/+5
|
* pack UI localizations with MediaWiki extensionAndras Timar2012-01-041-3/+3
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* Fix misplaced doublequoteLior Kaplan2011-12-041-1/+1
|
* Add link to tools - options dialogLior Kaplan2011-12-031-1/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|