summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Collapse)Author
2012-10-16pywizards: cleanup common codeXisco Fauli
Change-Id: I6e64ec407326b5759664ace286eb67b2c6cd3b04
2012-10-16pyletter: get rid of import *Xisco Fauli
Change-Id: Ice6299ebae3ff9a477f272fff3473c446f927f7f
2012-10-15pyfax: remove duplicate codeXisco Fauli
Change-Id: I79230db9b393f4548be6aee753fed80a4416f270
2012-10-15pyletter: Fix statementXisco Fauli
Change-Id: I11f2b9be6c1a63719a20d08680d8f576090ce935
2012-10-15pyletter: localise listboxes at runtimeXisco Fauli
Change-Id: I5bb73b63572fa165e33b84e309b430ede6070c85
2012-10-15pyletter: Clean up resourcesXisco Fauli
Change-Id: Ia387ef2a7166374a1f7770609f9e7b25217ab4fc
2012-10-15pyletter: Remove unused codeXisco Fauli
Change-Id: I9ca05a152430b3fa61286ba521d37569be5b16a0
2012-10-15pyletter: Add missed listenerXisco Fauli
Change-Id: I10cb982ea00b3cc04dde68d55857577657ebd380
2012-10-15pyletter: Make call the wizard remotely possibleXisco Fauli
Change-Id: I6cf58bb25cc44118b086fbe1339aae2c4069416b
2012-10-15pywizards: Add README explaining how to call a wizard remotelyXisco Fauli
Change-Id: I5686dfb9fcac1ccc3d04cb260c1a532d13e7c31e
2012-10-14pyfax: get rid of import *Xisco Fauli
Change-Id: Ifb1d5edc400fe9f8b91851057c243280151eb1a2
2012-10-14pyfax: replace tabs with spacesXisco Fauli
Change-Id: I8606c419e93ace8895b409a364fd79b474be7f6a
2012-10-14pyfax: Remove java codeXisco Fauli
Change-Id: If910b37990677458dcb2c88007ad713b1f208fbe
2012-10-14pyfax: uuupsXisco Fauli
Change-Id: I392ef7ff029e59b405086fae10a8a9a6bb70d64b
2012-10-14pyfax: replace tabs with spacesXisco Fauli
Change-Id: Iec6b3738723adf43dee4801c30660007f9391797
2012-10-11pywizards: This code does nothing but an exception. Delete itXisco Fauli
Change-Id: If35b68073210d7da368a96623853c3d68d8425b5
2012-10-10pyfax: Make toggle buttons work againXisco Fauli
Change-Id: Ie408274ffea5539568fb98c44fa993d3de14a2d6
2012-10-10Remove commented code and empty methodsJose Guilherme Vanz
This patch removes commented code and some empty private methods Change-Id: I4a79e521399a07873030f021a97c01cf8d2e81d7 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/844 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-10-08pywizards: Remove the deleted file from makefileXisco Fauli
Change-Id: If74e624bc7677903b7d1cbc0e77284a929583b89
2012-10-08pyfax: Unused importXisco Fauli
Change-Id: I46b01dcf734bbbb580aa8baca1125e0bc48867f9
2012-10-08pyfax: Don't show "the file already exists" when it doesn't doXisco Fauli
Change-Id: Iab496836b692d47be75bb617b0b28835acf01713
2012-10-03pywizard: localise listbox at runtimeXisco Fauli
Change-Id: I667976f7f76776cc3ef76abe9935271a7a0c2923
2012-10-03pyfax: cleanup ugly codeXisco Fauli
Change-Id: I6141e544391c6723e7d2949771be1bd5a1768163
2012-10-03pyfax: Cleanup resourcesXisco Fauli
Change-Id: I68059a9ae31d22be3f1390eb065f13f98df8116b
2012-10-02pyfax: Add TextElement to makefileXisco Fauli
Change-Id: Iddc7ae6ce49d815e05f3f537569434489e3ccf53
2012-10-01fdo#51304: Java author and commented code removal.José Guilherme Vanz
This patch removes '@author' annotation, code in comments and adjust some empty catches. It's cleanup patch Change-Id: Ia0e61765dd06a61bae5419e5f723232f7711044c
2012-09-27pyfax: Translate the template at run-timeXisco Fauli
Change-Id: Ied94eaeb33dcfab582ac1d4702b736cf81c5d7ca
2012-09-24pywizards: get rid of import * (3)Xisco Fauli
Change-Id: Ibf7c6fc7863b6eccb28e5396587f2ec00ffcbe43
2012-09-24remove remote.py, which was intended to be removed...Xisco Fauli
...in cf939a858b625982ee5c361b88c5121648859dd0 but apparently the removal had an accident. Change-Id: Ifea1deebaf8c49eb72aa688f2b161f13b6a25844
2012-09-24pywizards: remove unused methodsXisco Fauli
Change-Id: I1803b7b4bbfed1e3509a8561ba82fae9ccf4412e Reviewed-on: https://gerrit.libreoffice.org/687 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-09-24pyfax: get rid of import * (2)Xisco Fauli
Change-Id: Ibd988812d96f7f539c1e888be9ee25c0c895f358 Reviewed-on: https://gerrit.libreoffice.org/686 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-09-24Pyfax: Get rid of import * (1)Xisco Fauli
Change-Id: Ifeb2fca16ef572a7cb1d1aabb651b3cea87ecbea Reviewed-on: https://gerrit.libreoffice.org/685 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-09-24pywizards: add a name textbox to the filepickerXisco
Now it's possible to change the name of the file that is going to be saved Change-Id: I482466e7c006a38a1eab543872101c029d5e2d65 Reviewed-on: https://gerrit.libreoffice.org/688 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-09-24pyfax: Use relative imports so we can call the wizard remotelyXisco Fauli
Change-Id: I8ed98ff5125caf28680f94865ab2fe122f124182 Reviewed-on: https://gerrit.libreoffice.org/683 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-09-18correct python wizards component fileMichael Meeks
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-10fdo#54542 fix start of table wizard IDsJulien Nabet
Change-Id: I82f811d45333b5b9ee4ecccccf8b18831f0e6397
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-09-04drop rather useless filtertrace stuff from wizardsCaolán McNamara
Change-Id: I6df855031f1941590472bf8901625fe8b2c22926
2012-08-28Java cleanup - remove unused importsNoel Grandin
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-28fixes to new template localization codeIstvan Turi
* Crash when launching the Report Builder is now fixed. * Added listbox localized templates to fax, report and letter wizard. * Made some optimalization with the template path search. Change-Id: Ie3f91fea301427b15891411c0192f9217b39ecae
2012-08-25localize spreadsheet style template names runtimeAndras Timar
Change-Id: I16d45284cfb4ab8d239ea5e9a326160a742c4bf1
2012-08-24translate fax/letter/agenda/report templates runtimeIstvan Turi
Instead of distributing bazillions of localized templates, that contain only a few translatable strings, we try to localize them runtime. This is the initial patch that does the heavy-lifting. It has some rough edges, but the feature will be polished by freezing of LibreOffice 3.7. Change-Id: I535b3bff1f5706afebd21d017c01e2b4745b7cfb
2012-08-17gbuild: register all jarsMichael Stahl
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-16make buttons widerAndras Timar
Change-Id: I7af919450f6c75f87f0877e32ad6945ec392dbef
2012-08-16Don't say "yeeep"Andras Timar
Change-Id: I239be1b35103c53e9ace3a7e2917bd24a24497a3
2012-08-15wizards: remove silly saxon9.jar from manifest classpath:Michael Stahl
Apparently Xalan was introduced years ago to have a DOM implementation with JRE < 1.4 (i#37179), which then got automatically converted to saxon years later. Change-Id: Ibc13b84331854926965f35e3afe25e923bad821b
2012-08-15gbuild: 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-08-13misc. cleanup.Michael Meeks
2012-08-09Fix last duplicated lines for Python filesJulien Nabet
Change-Id: I22cbba9c574835c3e47dadb70d3c293b79e57325