summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Collapse)AuthorFilesLines
2014-06-02Access2Base : bugs fixings in LO 4.3 retrofitted to 4.2Jean-Pierre Ledure1-1/+3
1. Typo in OpenForm 2. Find(Record/Next) error when search done in gridcontrol of subform Change-Id: I914c3da021a47ef0410e3b6be038e8e2bad8fa81 Reviewed-on: https://gerrit.libreoffice.org/9598 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-05-09Resolves: fdo#77899 fax etc wizards don't startStephan Bergmann2-3/+11
Wizards should look for templates in Template_internal, not Template_user ...as only the former reliably denotes the share/template tree where the wizard templates are stored. (Presumably the latter defaulted to the former as long as it wasn't explicitly set in the past, but is now always explicitly set since 838b77f5f3d6d8fd98891e99a23ff78a6a357cb2 "Resolves: rhbz#1065807 use xdg ~/Templates for default Template location.") Change-Id: I7d1ac47d821c778fe342865465d0505a94b824bf (cherry picked from commit 97822e3cbc63d3bd110bc3c654b3fbb4d4d1904c) actively search for wizards dir in all internal templates (cherry picked from commit 5fa18dc21644f2a719bf39ec948a586fa8837b6a) Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: wizards/com/sun/star/wizards/ui/WizardDialog.py Change-Id: I4ef6da4d9d1931917e0aaa6e110fd273bd917b26 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-04-02Resolves: fdo#76802 error msg in Web Page Wizard dialogJulien Nabet1-1/+1
Change-Id: I0fa0537a8726bbda182dea8c3a9014d77973edea Reviewed-on: https://gerrit.libreoffice.org/8797 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-03added LVL Latvian Lats to Euro Converter, fdo#73239Eike Rathke2-8/+33
Change-Id: Icc6f9c40a39f08bb0bcbed6d25c99f0e67cb608c (cherry picked from commit 5bf0a838e800605e95b5b03157bdf0780db497e6)
2014-01-03die binfilter die die dieEike Rathke1-38/+22
Euro Converter tried to obtain filters for names of binary filters that don't exist anymore and can't be resolved hence the TypeDetection GetByName() bailed out with an exception when calling the file picker (e.g. when attempting to select a document), stopping in Basic environment and effectively rendering the wizard useless. Change-Id: Ifdef6f59abdc16bedd0f54ec317dc44af8f1e628 (cherry picked from commit e625d00439f725b01f3818859e95e431e6173d57)
2013-12-10Get rid of $(share_subdir_name) againStephan Bergmann5-19/+45
Quoting 56211a166ab25d80de84c2cccce22be15a9be051 "fdo#72394 Don't endlessly expand $(share_subdir_name) into itself": * The compile-time variable LIBO_SHARE_FOLDER should not end up as a runtime framework path variable, esp. since accidentally re-substituting it for "share" segments in unrelated URLs like <file:///export/share/for-all> does not make sense. ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 "fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters" had already attempted a fix for that, but it had to be reverted again with 791a8b96f754798192875da287c84f8cfa4e533e because it "Unfortunately does not work if BUILDDIR is different from SRCDIR." So this time fix it not via configure-expanded *.in files, but via xsltproc (for officecfg/registry/ files) and sed (for wizards/soruce/configshare files). The changes to officecfg/util/alllang.xsl will replace @LIBO_SHARE_FOLDER@ only in oor:name attribues (and in <value> text), not in any other attributes, because I have no idea how to write that generically in XSLT and it happens to be only needed in oor:name for now. Change-Id: Iec78eb70dcbf1a5bbabf4e42f21c44dc65c3e438 (cherry picked from commit 87dd1780a31de9ea1df70a8511c262ff252bf99a)
2013-12-08Access2Base correct behaviour of SelectObject on LinuxJean-Pierre Ledure1-3/+7
( toFront on top of setFocus ) Change-Id: If8184af5f879e2391136f4a265439f0207f6af27 Reviewed-on: https://gerrit.libreoffice.org/6986 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-11-20pyweb: remove unused codeXisco Fauli1-22/+0
Change-Id: I6141e314e04222544f8fe356d8cdfd3be1984840
2013-11-20pyweb: fix finish button behaviorXisco Fauli1-6/+6
Change-Id: I6f9313f721ca07e98107cd2770f5846ffae0171a
2013-11-19fdo#68788: Don't use systemPathToFileUrl hereXisco Fauli1-1/+1
it works on Linux but not on Windows. Change-Id: Ia9af362c09d46c678fa4ebe8cf4922dae3dddccf
2013-11-18fdo#69025 Remove unused textXisco Fauli3-30/+10
Change-Id: I9fc60d52e1bc4b38b79e3e29ed1b04b3e8a777a1
2013-11-18pyagenda: Use for instead of while, same logicXisco1-8/+7
Change-Id: I9a18e2178f89f887a1243db77297cee0dd9c2310
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-5/+8
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-10-30fdo#70674 adapt wizard code to incompatible Date/Time API changeLionel Elie Mamane1-2/+13
Change-Id: I0338777bf46c10f6082c7eb3886883e92952eb99
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl12-24/+0
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-10-28Access2Base : Reference to documentation added in every moduleJean-Pierre Ledure24-52/+186
+ workaround for setPosSize issue (LO 4.1) + "Sidebar" argument for RunCommand + Trace dialog layout revisit for cleaner display in Linux Change-Id: I0d5c4da5681ab1649d062a7133d507163163343e Reviewed-on: https://gerrit.libreoffice.org/6449 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-10-25fdo#69772 make StringsFromResultSet more robustJulien Nabet1-0/+2
Correctly handle case argument _xResultSet == null, instead of throwing a NullPointerException. Change-Id: I81e35c77116e2e0302da86f03f7e757a52e97b29
2013-10-13Access2Base store (wizards + scp2)Jean-Pierre Ledure32-1/+15047
License text modified after gerrit review Change-Id: I193d6d1fd477cca4c2880760f21f8d978643f634 Reviewed-on: https://gerrit.libreoffice.org/6232 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky3-5/+5
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
2013-09-26typo fixes in commentsAndras Timar2-4/+4
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-23Try to fix cross-compilationTor Lillqvist11-11/+11
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane2-14/+14
Utility functions to convert between Basic Date type and the representations of Date and Time in UNO, namely: - com.sun.star.util.Date - com.sun.star.util.Time - com.sun.star.util.DateTime Name of new functions: - CDateToUnoDate - CDateFromUnoDate - CDateToUnoTime - CDateFromUnoTime - CDateToUnoDateTime - CDateFromUnoDateTime Change-Id: I2b971df20df1c0351d071023e042169b548894f1 Reviewed-on: https://gerrit.libreoffice.org/5897 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-09-11typo fix: wether -> whetherAndras Timar1-2/+2
Change-Id: Iad4182d7150f851df06a7208a811d482351f736a
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann11-11/+11
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-09-10pywizards: fix the switch between elements in the listboxsXisco Fauli1-0/+3
Change-Id: I4603232d158ad3adb60697dbf1425eb5dfe5d71f
2013-09-08pywizards: Fix date and time fieldsXisco Fauli3-33/+34
Change-Id: I7be16558bab7c4dde2d326808b9fb115a6878894
2013-09-05Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time ↵Michael Stahl4-40/+16
parameters" This reverts commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0. Unfortunately does not work if BUILDDIR is different from SRCDIR.
2013-09-05Revert "Git rm these two files that are now expanded from corresponding .in"Michael Stahl2-0/+24
This reverts commit f58cf57213a300ced1369b17daebc2e9e8251c06. Uhfortunatley commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 does not work in the case when SRCDIR is not the same as BUILDDIR.
2013-09-05Git rm these two files that are now expanded from corresponding .inTor Lillqvist2-24/+0
Change-Id: I2b1ba216d758e89ece279ee97528976b8c987dfc
2013-09-05fdo#68552: Don't (attempt to) do run-time expansion of build-time parametersTor Lillqvist4-16/+40
The $(share_subdir_name) things in the filter fragment .xcu files didn't actually work it seems. But anyway, it's a bit silly to do expansion at run-time of $(foo) things known at build-time anyway. Thanks to sberg for pointing this out. So just use the normal configury .in mechanism for these. Simpler. Change-Id: I14b3e5cc5169b34df8a1d7ff07cc28452c67bcc8
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist11-11/+11
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist2-16/+16
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-02fdo#64117 *always* set the filter name to the correct nameLionel Elie Mamane1-2/+1
the removed test made absolutely no sense: aliasName is a fully-qualified name, but columns is indexed by column name. That is, schemaName.tableName.columnName as opposed to only columnName. Change-Id: I9066b5183298e3e6ab63c367594f92bb3e00979d
2013-07-31Fix some typos.Thomas Klausner2-3/+3
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2013-07-03handle non-wrapped SQLExceptionLionel Elie Mamane1-2/+3
This happens e.g. when the user types a forbidden name for the query (e.g. containing '/' Also uniformise Logger usage instead of exception.printStackTrace Change-Id: I29b14b65dae487e0eb61b90ceba968142981e755
2013-07-02fdo#64155 - fix unlocalized 'default' list entryCsikós Tamás1-0/+14
Change-Id: I3a8b706fe855e7fbff71f227b167a51d3a465be0
2013-06-30robustifyLionel Elie Mamane1-2/+6
- Survive case where direction not given - make ascending default in stronger way Change-Id: I41ab2fd683ea71ea668e3ca3ee4a9618d67c0107
2013-06-30fdo#64985 try harder to populate m_sCommandName::m_sCommandNameLionel Elie Mamane1-0/+10
Change-Id: Ibef643498903c82eee5533d387a33ca26a77d496
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile2-2/+2
(cherry picked from commit 734b532fb77d2d5be7eb7becb6720dbd7b3d8978) Conflicts: offapi/com/sun/star/awt/ImageScaleMode.idl oox/source/ole/axcontrol.cxx reportdesign/source/filter/xml/xmlHelper.cxx wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java Change-Id: Ib5fa7b82edddb809129a4e5619a20ca7a7b2e38a
2013-06-10fdo#65168: Fix previous fix, Class-Path is built up in solenv/gbuild/Jar.mkStephan Bergmann2-1/+2
...and must not be hard-coded in the manifest input (else report.jar was missing the link to commonwizards.jar, so at least --disable-report-builder builds failed with java.lang.NoClassDefFoundError). Change-Id: I81cdadb599c7bf9a4a4503924dab4fbf9d60b44f
2013-06-09fdo#38820 - Remove java web wizardXisco Fauli55-10325/+0
Change-Id: Iff32e2dbde7f0a7eedd5cf62c5b37fba8bb9ff54
2013-06-09pyweb: Handle Keyerror exceptionXisco Fauli3-2/+5
Change-Id: I16ea149917b911ba074415511d1f5053439c33bb
2013-06-07fdo#65168: Fix regressions introduced with de-extension-ing report builderStephan Bergmann2-29/+9
...in 90a326c7028d5af132c62edfaef77c53627e4c0e "fdo#61950 move report builder from bundled extensions to plain code": * For one, ReportWizard.startReportWizard (wizards/com/sun/star/wizards/report/ReportWizard.java) would still try to load reportbuilderwizard.jar from the unpacked extension (and, failing that, fell back to the old default engine, so this didn't cause any failure per se). Instead, reference reportbuilderwizard.jar (which was also missing from scp2) from report.jar's manifest Class-Path (which will always be OK, even if reportbuilderwizard.jar is not installed) and check for the relevant class via Class::forName directly. * For another, the en-US/wizard/report/default.otr template had gone missing. The way to find it inside the unpacked extension in the past was to include a Paths.xcu update that extends the Template path. Instead, install that template directly into share/template now, and drop the (unused already) Paths.xcu update. Change-Id: I09eca2b69aa55d5b15fb5ecfec6881f8a6f6e5e5
2013-06-07fdo#65044, manage Publisher files in Document ConverterJulien Nabet3-7/+7
Change-Id: I932d53c3c46fb0d654a1ba31b782ebcaced9bbc3 Reviewed-on: https://gerrit.libreoffice.org/4106 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-06-06indentationLionel Elie Mamane1-1/+1
Change-Id: Ib2011a589c12b585c6045fdc87b08f711ed9edc6
2013-06-03re-base on ALv2 code. Includes:Michael Meeks24-586/+276
Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
2013-05-24fix syntax errors in python wizardsDavid Tardon2-4/+4
Change-Id: Ia237a0095c2cc783f52224bdde5d525baafacc52
2013-05-19java wizard FilterComponent: TODO annotationsLionel Elie Mamane1-0/+11
Change-Id: I43ce0793306815988e39ba0735abd68f2022eaea
2013-05-19DB wizards (java): use system locale, not UI language, for parsing mattersLionel Elie Mamane6-23/+33
Change-Id: Ieb00ef3b16cd6213c11298040b789444b3ee3a31