summaryrefslogtreecommitdiff
path: root/wizards/com
AgeCommit message (Collapse)Author
2012-11-26pyagenda: let's delete the locks and see what happens later onXisco Fauli
Change-Id: I6f878d454a264f2c5a9c450b09d690b0230fb89a
2012-11-26pyagenda: adapt exceptions to python3.3Xisco Fauli
Change-Id: I87865aa01b1c05f46d39ab98279d3dc67df23c78
2012-11-26pyletter: adapt this wizard to python3.3Xisco Fauli
Change-Id: I6617478a335cf1b5b6b128f86148029dc7bd81af
2012-11-26pyfax: make this wizard completely compatible with python3.3Xisco Fauli
Change-Id: Ice2eaaa014ee4858658c5643b51b6f70faefa128
2012-11-26pywizards: No need to use unicodedata hereXisco Fauli
Change-Id: I30eb17dd740978e2ce03ada0ec11a4db65205f41
2012-11-26pywizards: adapt listener to python3.3Xisco Fauli
Change-Id: I887ad72ce6ee4001ea2ac8731ffadaf196c0b5d7
2012-11-26pyfax: adapt it to python3.3. it can be already launchedXisco Fauli
Change-Id: Id0c98e95d6b40dabe0dc07af232bda84989d1815
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl
... 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
2012-11-24pywizards: fix textfieldsXisco Fauli
Change-Id: I6609c554ef161a0abafbdfa65f8076a42eec93b2
2012-11-24pywizards: sort lists againXisco Fauli
Change-Id: I9b3f1faba3eb3ffc59294b6bfe6816a19fc05185
2012-11-24pywizards: better us os.pathXisco Fauli
Change-Id: Iae2bfba899ba23e743f72f5c675177771be66c7a
2012-11-24pyletter: Fix letterheadXisco Fauli
Change-Id: I73977b203778dca42ef548b4c24412b794701e5a
2012-11-21pywizards: fix daily build. it failed when importing collectionsXisco Fauli
Change-Id: I74ec9b1562ed9f06a871b4da926129500d54df41
2012-11-21pyfax: replace xrangeXisco Fauli
Change-Id: Id43dd5adb33e2c037c529e5af75bf920258b3fd9
2012-11-21pyfax: fix a mistakeXisco Fauli
Change-Id: I2d046f3227edabe35f82fb2c42633a0d553dad81
2012-11-21pyfax: exceptions are python3 compatibleXisco Fauli
Change-Id: Ife2a935b25928db154756494798a5e9b619f902a
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-13pywizards: Use local variablesXisco Fauli
Change-Id: I334244d1729376f25c361327b4103fb59ccc2d09
2012-11-13pyagenda: fix finish wizardXisco Fauli
Change-Id: Ic0a4c4491cfdf0070552f38f706aea0cb53178be
2012-11-13pyagenda: forgot a methodXisco Fauli
Change-Id: I0e6f1239ead11845b0fbad98354022c9ee021ea3
2012-11-13pyagenda: remove unused codeXisco Fauli
Change-Id: I6e43be661c44f24be458e02168557e6cef4dd99a
2012-11-13pyagenda: Fix "the document already exists"Xisco Fauli
Change-Id: Ie91d4d2f50ef1f13759904d6eb862f2d7c2140e7
2012-11-08pyagenda: remove duplicate codeXisco Fauli
Change-Id: I673818e6ab3ed5c430b9891af5c4bd5fe7ab146f
2012-11-08pyagenda: remove duplicate codeXisco Fauli
Change-Id: Id0842c128038bc4ec2f0c3b0145c8bb9fac5142b
2012-11-08pywizards: Simplify textElement and move it to text folderXisco Fauli
Change-Id: I1f9cde45c693de5bad091272f015e5cd7fb6beeb
2012-11-08pyagenda: better refactor it little by littleXisco Fauli
Change-Id: I002a8e27139243172deb2868fdf2fca32944be03
2012-11-08Revert "pyagenda: rework AgendaTemplate.py. Still some work to do"Xisco Fauli
This reverts commit 9545c85db39144705fb50409b7f4b7a3cf472150.
2012-10-30pyagenda: rework AgendaTemplate.py. Still some work to doXisco Fauli
Change-Id: Ife802611e8aef10e5d06f04617662753d6f2ee21
2012-10-30pyagenda: Add callwizardXisco Fauli
Change-Id: Icbceb222d400652f4e8757a9aa2967bee60bc09e
2012-10-30pyagenda: now it's possible to call the wizard remotelyXisco Fauli
Change-Id: I25c49f58e580a0d08a2b0d0fce9d76e372c69d19
2012-10-30pyagenda: Remove duplicate codeXisco Fauli
Change-Id: Ic839031a50c4bd84efaebe89dbbe975bf81db789
2012-10-30pyletter: Translate the templates at runtimeXisco Fauli
Change-Id: Ie0b149b4a8928e5b61153a6ed62b66d02f916f20
2012-10-26pyletter: Fix a crash when trying to load the wizard againXisco Fauli
Remove tabs too Change-Id: I8f7b2148f95e5694ad17d1a1b98001f1c803ce7e
2012-10-26pyfax: Fix a chash when trying to load the wizard againXisco Fauli
Change-Id: I1c571327f977a95fc4193567142e3897cbfc3e14
2012-10-23pyletter: Don't need to lock controllers hereXisco Fauli
Change-Id: Ic3c313c8b58005fdd7ac09f7f74bae11f46cde07
2012-10-23pywizards: unused methodXisco Fauli
Change-Id: I2664413d974c1e6a8b84d1807ffe982008e5aae9
2012-10-23pyletter: Don't need to lock controllers hereXisco Fauli
Change-Id: I8677489a99e4f8efabe10b47b8f86045816a118b
2012-10-23pyletter: missed importXisco Fauli
Change-Id: I0958429daedd8128359f1f10b2306cee555f8769
2012-10-23pyletter: Fix avoid to load the same template when it's already selectedXisco Fauli
Change-Id: Ia52beb31dfd30dc1e4d914a41e858e3258b7629b
2012-10-23pyfax: Fix avoid to load the same template when it's already selectedXisco Fauli
Change-Id: If757247b527b92e5fed9b34d5608c37fe2d6fe04
2012-10-23pyletter: missed importXisco Fauli
Change-Id: Ifdffb3323d7922b03f97a109781c1e2d36eb1bbc
2012-10-23pyletter: remove java letter wizardXisco Fauli
Change-Id: I63a46f027c8e022dee35f57db19b2538be09b1fc
2012-10-23pyletter: pack and register letter wizardXisco Fauli
Change-Id: I4b9e2d22af810db367c705791376c99cb1860172
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