summaryrefslogtreecommitdiffstats
path: root/wizards
Commit message (Collapse)AuthorAgeFilesLines
* This println shouldn't be hereXisco Fauli2012-12-201-1/+0
| | | | Change-Id: I38ee1e764d562a951095c558333414c5afd12100
* pywizards: get rid of ViewHandlerXisco Fauli2012-12-194-61/+2
| | | | Change-Id: Ie0098f0342a5863ffeb9dec96104efb7d94d7ae2
* pywizards: Delete all empty TextFields after finishingXisco Fauli2012-12-181-11/+9
| | | | Change-Id: Ic1c0c6e6f6174d4337abf06f32d9fd8072c2511d
* pywizards: Fix finish in Windows one and for allXisco Fauli2012-12-181-4/+5
| | | | Change-Id: I450e2f32a3579778163655b65cd112f952f0456f
* pywizards: absolutize fails in Windows with backslashXisco Fauli2012-12-171-4/+3
| | | | | | I don't have a way to test it in Windows, so I hope it fixed now Change-Id: I0f24aadb26c0d091fa95d9fcc655fa876c4b18db
* pywizards: Fix "Finish Wizard" on WindowsXisco Fauli2012-12-164-25/+10
| | | | Change-Id: I7ed2cef99e989aba387917fdeb16a82debd1053f
* pywizards: handle UnknownPropertyExceptionXisco Fauli2012-12-161-3/+5
| | | | Change-Id: I922d27f584ef39d543ee2bba997680dbea06d95f
* Python/pep8: fix E711 in wizards/../web moduleJulien Nabet2012-12-095-15/+15
| | | | Change-Id: I1efbf6ed09cefb5d69ac615d77cfee7eff6383f2
* Python/pep8: fix E711 in wizards/../ui moduleJulien Nabet2012-12-092-6/+6
| | | | Change-Id: Ia54399c218e9d402ce09fe652908c584bf0d02b1
* Python/pep8: fix E711 in document moduleJulien Nabet2012-12-091-2/+2
| | | | Change-Id: I76efd29101d191fae6560d177a79710329ac2596
* Python/pep8: fix E711 (is or is not None instead of = or !=) in common moduleJulien Nabet2012-12-092-15/+15
| | | | Change-Id: I98fc203e5820475cb6849c3708266face92f9403
* Python/pep8: fix E711 (is or is not None instead of = or !=) in letter moduleJulien Nabet2012-12-093-16/+16
| | | | Change-Id: Ic6ff028008aea87d1bf2126dccd2afb1bf3733d2
* pywizards: handle exceptionXisco Fauli2012-12-031-3/+6
| | | | Change-Id: Ia53cf4e2ab8f2e2905b1dc24ac7d6b17e9330154
* pywizards: make sure it has the attributeXisco Fauli2012-11-281-10/+7
| | | | Change-Id: I247fba15396a9c58eae0967099949abf17330a91
* pywizards: remove set/get controlpropertyXisco Fauli2012-11-288-423/+194
| | | | Change-Id: Ib8fb5ee973e9f555d85cb08d2945199deb4ba9aa
* pyfax: fix a mistake i did yesterdayXisco Fauli2012-11-281-11/+11
| | | | Change-Id: I8e3762b2cb28c6d7273e177014f2ac374d393db4
* pywizards: Clean textfieldsXisco Fauli2012-11-283-39/+21
| | | | Change-Id: I80d0c997ccc29589f8527627434f900540c15bdd
* pyagenda: remove helper here tooXisco Fauli2012-11-284-35/+26
| | | | Change-Id: I3a9e55107888d95faa0fbc6061a23168a7b06441
* remove helper from makefileXisco Fauli2012-11-281-1/+0
| | | | Change-Id: I617a4ca3d5dbc1494d26e12c3bbdc59e85995ce2
* pywizards: remove helper classXisco Fauli2012-11-2814-342/+122
| | | | Change-Id: I899cab320edb3712b17e339b0931a0deed4425e8
* pyagenda: make buttons work in Agenda ItemsXisco Fauli2012-11-284-12/+21
| | | | Change-Id: Iadc5088b1e95fec0ae34c35cf650e9d53ceb6bf4
* pyagenda: fix Topics in python3.3Xisco Fauli2012-11-281-49/+54
| | | | Change-Id: Iea0036eef5d978aa227ba5ff297969f7a44ed3ab
* pyagenda: fix date fieldXisco Fauli2012-11-281-4/+4
| | | | Change-Id: I7952deeae094ae6d7c44fe4351225434d70e5c52
* fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann2012-11-271-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
* pywizards: don't set attribute when it's NoneXisco Fauli2012-11-266-5/+8
| | | | Change-Id: Ic80b77f90635f58ab7e90da8b1c5e7d34a43d0f6
* pyagenda: let's delete the locks and see what happens later onXisco Fauli2012-11-263-155/+114
| | | | Change-Id: I6f878d454a264f2c5a9c450b09d690b0230fb89a
* pyagenda: adapt exceptions to python3.3Xisco Fauli2012-11-267-43/+39
| | | | Change-Id: I87865aa01b1c05f46d39ab98279d3dc67df23c78
* pyletter: adapt this wizard to python3.3Xisco Fauli2012-11-264-15/+19
| | | | Change-Id: I6617478a335cf1b5b6b128f86148029dc7bd81af
* pyfax: make this wizard completely compatible with python3.3Xisco Fauli2012-11-263-19/+19
| | | | Change-Id: Ice2eaaa014ee4858658c5643b51b6f70faefa128
* pywizards: No need to use unicodedata hereXisco Fauli2012-11-265-10/+7
| | | | Change-Id: I30eb17dd740978e2ce03ada0ec11a4db65205f41
* pywizards: adapt listener to python3.3Xisco Fauli2012-11-261-57/+34
| | | | Change-Id: I887ad72ce6ee4001ea2ac8731ffadaf196c0b5d7
* pyfax: adapt it to python3.3. it can be already launchedXisco Fauli2012-11-266-16/+13
| | | | Change-Id: Id0c98e95d6b40dabe0dc07af232bda84989d1815
* API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2012-11-2610-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
* pywizards: fix textfieldsXisco Fauli2012-11-242-22/+23
| | | | Change-Id: I6609c554ef161a0abafbdfa65f8076a42eec93b2
* pywizards: sort lists againXisco Fauli2012-11-245-18/+25
| | | | Change-Id: I9b3f1faba3eb3ffc59294b6bfe6816a19fc05185
* pywizards: better us os.pathXisco Fauli2012-11-244-220/+18
| | | | Change-Id: Iae2bfba899ba23e743f72f5c675177771be66c7a
* pyletter: Fix letterheadXisco Fauli2012-11-242-8/+10
| | | | Change-Id: I73977b203778dca42ef548b4c24412b794701e5a
* pywizards: fix daily build. it failed when importing collectionsXisco Fauli2012-11-211-2/+2
| | | | Change-Id: I74ec9b1562ed9f06a871b4da926129500d54df41
* pyfax: replace xrangeXisco Fauli2012-11-211-4/+4
| | | | Change-Id: Id43dd5adb33e2c037c529e5af75bf920258b3fd9
* pyfax: fix a mistakeXisco Fauli2012-11-211-2/+2
| | | | Change-Id: I2d046f3227edabe35f82fb2c42633a0d553dad81
* pyfax: exceptions are python3 compatibleXisco Fauli2012-11-2116-347/+106
| | | | Change-Id: Ife2a935b25928db154756494798a5e9b619f902a
* Merge branch 'feature/killsdf'Andras Timar2012-11-201-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
| * Merge branch 'master' into feature/killsdfAndras Timar2012-11-1168-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
| * \ Merge branch 'master' into feature/killsdfAndras Timar2012-10-13113-1458/+120
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.top Module_tail_build.mk RepositoryExternal.mk RepositoryFixes.mk accessibility/source/standard/vclxaccessibletoolbox.cxx basic/source/uno/dlgcont.cxx connectivity/Library_ado.mk cross_tail_build/prj/build.lst desktop/source/offacc/acceptor.cxx filter/Library_PptImporter.mk filter/source/t602/filterenv.cxx i18npool/Library_textconv_dict.mk ooo.lst.in saxon/ExternalProject_saxon.mk saxon/build.xml sc/sdi/scalc.sdi sc/source/filter/xml/xmlstyli.cxx sc/source/ui/condformat/condformatdlg.cxx sc/source/ui/condformat/condformatmgr.cxx sc/source/ui/view/cellsh1.cxx sdext/source/pdfimport/misc/pwdinteract.cxx shell/qa/zip/makefile.mk shell/qa/zip/testimpl/makefile.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/android.mk solenv/gbuild/platform/com_GCC_defs.mk solenv/gbuild/platform/macosx.mk soltools/Executable_adjustvisibility.mk soltools/Executable_checkdll.mk soltools/Executable_cpp.mk soltools/Executable_javadep.mk soltools/Executable_makedepend.mk sw/qa/extras/rtfimport/rtfimport.cxx tail_build/prj/build.lst tomcat/ExternalProject_tomcat.mk ucb/source/ucp/webdav/webdavcontent.cxx xml2cmp/Executable_xml2cmp.mk
| * | | translations is a source-only moduleAndras Timar2012-10-011-1/+1
| | | | | | | | | | | | | | | | Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
* | | | fdo#51304: Remove @author annotationJosé Guilherme Vanz2012-11-2011-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>
* | | | ensure translations are built before using themDavid Tardon2012-11-151-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ia172f144616d7468466a057bb1a431b3047209fd
* | | | pywizards: Use local variablesXisco Fauli2012-11-138-298/+273
| | | | | | | | | | | | | | | | Change-Id: I334244d1729376f25c361327b4103fb59ccc2d09
* | | | pyagenda: fix finish wizardXisco Fauli2012-11-135-31/+13
| | | | | | | | | | | | | | | | Change-Id: Ic0a4c4491cfdf0070552f38f706aea0cb53178be
* | | | pyagenda: forgot a methodXisco Fauli2012-11-131-18/+0
| | | | | | | | | | | | | | | | Change-Id: I0e6f1239ead11845b0fbad98354022c9ee021ea3