summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Collapse)AuthorFilesLines
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann1-2/+2
c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker implementations at XFolderPicker, so creating them caused DeploymentExceptions. Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
2012-11-26pywizards: don't set attribute when it's NoneXisco Fauli6-5/+8
Change-Id: Ic80b77f90635f58ab7e90da8b1c5e7d34a43d0f6
2012-11-26pyagenda: let's delete the locks and see what happens later onXisco Fauli3-155/+114
Change-Id: I6f878d454a264f2c5a9c450b09d690b0230fb89a
2012-11-26pyagenda: adapt exceptions to python3.3Xisco Fauli7-43/+39
Change-Id: I87865aa01b1c05f46d39ab98279d3dc67df23c78
2012-11-26pyletter: adapt this wizard to python3.3Xisco Fauli4-15/+19
Change-Id: I6617478a335cf1b5b6b128f86148029dc7bd81af
2012-11-26pyfax: make this wizard completely compatible with python3.3Xisco Fauli3-19/+19
Change-Id: Ice2eaaa014ee4858658c5643b51b6f70faefa128
2012-11-26pywizards: No need to use unicodedata hereXisco Fauli5-10/+7
Change-Id: I30eb17dd740978e2ce03ada0ec11a4db65205f41
2012-11-26pywizards: adapt listener to python3.3Xisco Fauli1-57/+34
Change-Id: I887ad72ce6ee4001ea2ac8731ffadaf196c0b5d7
2012-11-26pyfax: adapt it to python3.3. it can be already launchedXisco Fauli6-16/+13
Change-Id: Id0c98e95d6b40dabe0dc07af232bda84989d1815
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl10-24/+19
... 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 Fauli2-22/+23
Change-Id: I6609c554ef161a0abafbdfa65f8076a42eec93b2
2012-11-24pywizards: sort lists againXisco Fauli5-18/+25
Change-Id: I9b3f1faba3eb3ffc59294b6bfe6816a19fc05185
2012-11-24pywizards: better us os.pathXisco Fauli4-220/+18
Change-Id: Iae2bfba899ba23e743f72f5c675177771be66c7a
2012-11-24pyletter: Fix letterheadXisco Fauli2-8/+10
Change-Id: I73977b203778dca42ef548b4c24412b794701e5a
2012-11-21pywizards: fix daily build. it failed when importing collectionsXisco Fauli1-2/+2
Change-Id: I74ec9b1562ed9f06a871b4da926129500d54df41
2012-11-21pyfax: replace xrangeXisco Fauli1-4/+4
Change-Id: Id43dd5adb33e2c037c529e5af75bf920258b3fd9
2012-11-21pyfax: fix a mistakeXisco Fauli1-2/+2
Change-Id: I2d046f3227edabe35f82fb2c42633a0d553dad81
2012-11-21pyfax: exceptions are python3 compatibleXisco Fauli16-347/+106
Change-Id: Ife2a935b25928db154756494798a5e9b619f902a
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-1/+1
Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz11-17/+0
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-15ensure translations are built before using themDavid Tardon1-1/+1
Change-Id: Ia172f144616d7468466a057bb1a431b3047209fd
2012-11-13pywizards: Use local variablesXisco Fauli8-298/+273
Change-Id: I334244d1729376f25c361327b4103fb59ccc2d09
2012-11-13pyagenda: fix finish wizardXisco Fauli5-31/+13
Change-Id: Ic0a4c4491cfdf0070552f38f706aea0cb53178be
2012-11-13pyagenda: forgot a methodXisco Fauli1-18/+0
Change-Id: I0e6f1239ead11845b0fbad98354022c9ee021ea3
2012-11-13pyagenda: remove unused codeXisco Fauli1-54/+1
Change-Id: I6e43be661c44f24be458e02168557e6cef4dd99a
2012-11-13pyagenda: Fix "the document already exists"Xisco Fauli1-2/+6
Change-Id: Ie91d4d2f50ef1f13759904d6eb862f2d7c2140e7
2012-11-11fix zip file pathsPeter Foley1-1/+1
Change-Id: Iab0a88ce0812d286b5fc5effa697c3a251bae498
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar68-7778/+1204
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
2012-11-08pyagenda: remove duplicate codeXisco Fauli1-8/+7
Change-Id: I673818e6ab3ed5c430b9891af5c4bd5fe7ab146f
2012-11-08pyagenda: remove duplicate codeXisco Fauli2-50/+38
Change-Id: Id0842c128038bc4ec2f0c3b0145c8bb9fac5142b
2012-11-08pywizards: Simplify textElement and move it to text folderXisco Fauli3-22/+7
Change-Id: I1f9cde45c693de5bad091272f015e5cd7fb6beeb
2012-11-08pyagenda: better refactor it little by littleXisco Fauli8-225/+265
Change-Id: I002a8e27139243172deb2868fdf2fca32944be03
2012-11-08Revert "pyagenda: rework AgendaTemplate.py. Still some work to do"Xisco Fauli5-133/+466
This reverts commit 9545c85db39144705fb50409b7f4b7a3cf472150.
2012-10-30pyagenda: rework AgendaTemplate.py. Still some work to doXisco Fauli5-466/+133
Change-Id: Ife802611e8aef10e5d06f04617662753d6f2ee21
2012-10-30pyagenda: Add callwizardXisco Fauli3-5/+54
Change-Id: Icbceb222d400652f4e8757a9aa2967bee60bc09e
2012-10-30pyagenda: now it's possible to call the wizard remotelyXisco Fauli8-184/+213
Change-Id: I25c49f58e580a0d08a2b0d0fce9d76e372c69d19
2012-10-30pyagenda: Remove duplicate codeXisco Fauli1-24/+2
Change-Id: Ic839031a50c4bd84efaebe89dbbe975bf81db789
2012-10-30pyletter: Translate the templates at runtimeXisco Fauli6-58/+67
Change-Id: Ie0b149b4a8928e5b61153a6ed62b66d02f916f20
2012-10-26pyletter: Fix a crash when trying to load the wizard againXisco Fauli2-18/+17
Remove tabs too Change-Id: I8f7b2148f95e5694ad17d1a1b98001f1c803ce7e
2012-10-26pyfax: Fix a chash when trying to load the wizard againXisco Fauli1-9/+8
Change-Id: I1c571327f977a95fc4193567142e3897cbfc3e14
2012-10-23pyletter: Don't need to lock controllers hereXisco Fauli1-4/+0
Change-Id: Ic3c313c8b58005fdd7ac09f7f74bae11f46cde07
2012-10-23pywizards: unused methodXisco Fauli1-32/+0
Change-Id: I2664413d974c1e6a8b84d1807ffe982008e5aae9
2012-10-23pyletter: Don't need to lock controllers hereXisco Fauli1-3/+1
Change-Id: I8677489a99e4f8efabe10b47b8f86045816a118b
2012-10-23pyletter: missed importXisco Fauli1-0/+1
Change-Id: I0958429daedd8128359f1f10b2306cee555f8769
2012-10-23pyletter: Fix avoid to load the same template when it's already selectedXisco Fauli1-3/+3
Change-Id: Ia52beb31dfd30dc1e4d914a41e858e3258b7629b
2012-10-23pyfax: Fix avoid to load the same template when it's already selectedXisco Fauli1-2/+2
Change-Id: If757247b527b92e5fed9b34d5608c37fe2d6fe04
2012-10-23pyletter: missed importXisco Fauli1-1/+1
Change-Id: Ifdffb3323d7922b03f97a109781c1e2d36eb1bbc
2012-10-23pyletter: remove java letter wizardXisco Fauli14-3668/+0
Change-Id: I63a46f027c8e022dee35f57db19b2538be09b1fc
2012-10-23pyletter: pack and register letter wizardXisco Fauli4-5/+98
Change-Id: I4b9e2d22af810db367c705791376c99cb1860172
2012-10-16pywizards: cleanup common codeXisco Fauli4-234/+7
Change-Id: I6e64ec407326b5759664ace286eb67b2c6cd3b04