summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Collapse)Author
2012-11-28pywizards: make sure it has the attributeXisco Fauli
Change-Id: I247fba15396a9c58eae0967099949abf17330a91
2012-11-28pywizards: remove set/get controlpropertyXisco Fauli
Change-Id: Ib8fb5ee973e9f555d85cb08d2945199deb4ba9aa
2012-11-28pyfax: fix a mistake i did yesterdayXisco Fauli
Change-Id: I8e3762b2cb28c6d7273e177014f2ac374d393db4
2012-11-28pywizards: Clean textfieldsXisco Fauli
Change-Id: I80d0c997ccc29589f8527627434f900540c15bdd
2012-11-28pyagenda: remove helper here tooXisco Fauli
Change-Id: I3a9e55107888d95faa0fbc6061a23168a7b06441
2012-11-28remove helper from makefileXisco Fauli
Change-Id: I617a4ca3d5dbc1494d26e12c3bbdc59e85995ce2
2012-11-28pywizards: remove helper classXisco Fauli
Change-Id: I899cab320edb3712b17e339b0931a0deed4425e8
2012-11-28pyagenda: make buttons work in Agenda ItemsXisco Fauli
Change-Id: Iadc5088b1e95fec0ae34c35cf650e9d53ceb6bf4
2012-11-28pyagenda: fix Topics in python3.3Xisco Fauli
Change-Id: Iea0036eef5d978aa227ba5ff297969f7a44ed3ab
2012-11-28pyagenda: fix date fieldXisco Fauli
Change-Id: I7952deeae094ae6d7c44fe4351225434d70e5c52
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann
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 Fauli
Change-Id: Ic80b77f90635f58ab7e90da8b1c5e7d34a43d0f6
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-20Merge branch 'feature/killsdf'Andras Timar
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 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-15ensure translations are built before using themDavid Tardon
Change-Id: Ia172f144616d7468466a057bb1a431b3047209fd
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-11fix zip file pathsPeter Foley
Change-Id: Iab0a88ce0812d286b5fc5effa697c3a251bae498
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar
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 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