summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui
AgeCommit message (Collapse)AuthorFilesLines
2012-10-14pyfax: get rid of import *Xisco Fauli4-9/+7
Change-Id: Ifb1d5edc400fe9f8b91851057c243280151eb1a2
2012-10-14pyfax: replace tabs with spacesXisco Fauli2-2/+2
Change-Id: I8606c419e93ace8895b409a364fd79b474be7f6a
2012-10-08pyfax: Don't show "the file already exists" when it doesn't doXisco Fauli3-36/+3
Change-Id: Iab496836b692d47be75bb617b0b28835acf01713
2012-10-01fdo#51304: Java author and commented code removal.José Guilherme Vanz20-363/+6
This patch removes '@author' annotation, code in comments and adjust some empty catches. It's cleanup patch Change-Id: Ia0e61765dd06a61bae5419e5f723232f7711044c
2012-09-24pywizards: get rid of import * (3)Xisco Fauli3-4/+3
Change-Id: Ibf7c6fc7863b6eccb28e5396587f2ec00ffcbe43
2012-09-24pyfax: get rid of import * (2)Xisco Fauli3-6/+12
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: Use relative imports so we can call the wizard remotelyXisco Fauli11-41/+31
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-10fdo#54542 fix start of table wizard IDsJulien Nabet2-2/+2
Change-Id: I82f811d45333b5b9ee4ecccccf8b18831f0e6397
2012-08-28Java cleanup - remove unused importsNoel Grandin1-1/+0
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-09Fix last duplicated lines for Python filesJulien Nabet11-11/+0
Change-Id: I22cbba9c574835c3e47dadb70d3c293b79e57325
2012-07-18re-base on ALv2 code. Includes:Michael Meeks14-0/+252
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-13java: printStackTrace always to stderrThomas Arnhold9-52/+52
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
2012-07-13openoffice.org -> libreoffice.orgLionel Elie Mamane1-3/+3
Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f
2012-06-29Java cleanup - remove meaningless commentsNoel Grandin7-21/+0
Change-Id: I26c2f112abd3421231f51e915a97391fa59907a0
2012-06-29Java cleanup - remove redundant superinterface declarationsNoel Grandin1-1/+1
Change-Id: I80212dae0b43505ccfb566b4855b5bd28f4314f4
2012-06-29Java cleanup - remove unnecessary castsNoel Grandin4-6/+6
Change-Id: I9fc995d9b3f971b9b8869cb3f21ddf69b4f90e08
2012-06-29Java cleanup - fix javadoc comments and invalid tagsNoel Grandin6-18/+10
Change-Id: Id1bb14458203393a2f40e0333afc62416719b1a0
2012-06-29Java5 update - convert collections classes to use genericsNoel Grandin14-84/+82
Change-Id: Ia2e92ea7c5da3ef6e7235b724a82d28d0e562541
2012-06-29Java5 update - convert Hashtable to HashMapNoel Grandin2-6/+6
Change-Id: I4162dd0af7501013573590ee1a7a11fc1b36cc99
2012-06-29Updating to Java5 - convert Vector to ArrayListNoel Grandin5-40/+50
Change-Id: I585312848dacf5128a64469874a1c65452a2b5c8
2012-06-29re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks2-23/+31
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks29-693/+412
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-18Clean up some moreStephan Bergmann2-16/+6
...making use of Java 5 variadic function parameters. Change-Id: I1b538ec7fbb3021a225031543e25dad081a7a409
2012-06-18Add casts to reduce javac warning messages.Noel Grandin2-3/+3
These warning arise because of the additional of varargs parameters in Java1.6. Casting the parameter eliminates the compiler confusion. Change-Id: I4906bcfa2700ef80a67b79c61c6848a18e8a7168
2012-06-06fdo#48018 legacy reports do not sort by group columnsLionel Elie Mamane1-7/+4
Legacy report means done with the "old" report system, as opposed to with report builder. This was caused by a misguided attempt to sort-of work around i#110536 instead of fixing it cleanly. Revert that. Apparently the idea was to not explicitly set grouping columns as sorting columns, but that the report execution would automagically add grouping columns at begin of sorting list at report execution time. That's a bad idea for at least two reasons: * This does not allow the user to chose ASC/DESC for grouping columns * In rare / advanced cases, sorting on another column *before* grouping is desirable. Plus, the "automagic adding" part apparently wasn't implemented anyway. Change-Id: I81e76eb4b6a0e543571a4df97d0ead77f6a2d7c8
2012-03-23.java files don't need executable bitsMichael Stahl2-0/+0
2012-02-23fdo#46339: Fix Query Wizard by putting the right ElementNameJulien Nabet1-1/+1
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-01-31Fix fdo#42543: Don't paint a frame around the list of edit boxes.Jan Holesovsky1-23/+0
This conflicts with commit efc6b840a0423099d6c3e0d33c14d34637fbba4c that reorders painting of windows when they overlap; and in this case, the frame image paints over the controls. The sideeffect is that the dialog looks nicer ;-)
2011-12-05fax wizard: more misc. bug fixing, and missing file makefileMichael Meeks1-48/+50
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks3-0/+2
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-12-05pywizards: resurrect Xisco's code lost in rebasingMichael Meeks5-6/+197
Xisco merged this to master and then deleted it on master, which cause these files to get lost during the re-base across that.
2011-12-05Set the python fax wizard as the default oneXisco Fauli13-0/+2450
2011-11-04suppress warnings about inexact argument typeIvan Timofeev2-15/+7
2011-09-24Remote the python code for now.Xisco Fauli17-2635/+0
The reason I delete it is because this code is not used yet. I still keep working in the feature branch, so when i'll finish there i'll merge it into master. It doesn't make sense to have it in master for now
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli3-3/+1
Conflicts: automation/source/inc/cmdbasestream.hxx automation/source/server/cmdbasestream.cxx automation/source/server/retstrm.hxx automation/source/testtool/cmdstrm.cxx automation/source/testtool/cmdstrm.hxx automation/source/testtool/tcommuni.cxx basctl/prj/d.lst basctl/uiconfig/basicide/toolbar/findbar.xml cui/source/dialogs/about.cxx cui/source/dialogs/about.src cui/source/inc/about.hxx extensions/source/abpilot/abpservices.cxx extensions/source/dbpilots/dbpservices.cxx extensions/source/propctrlr/pcrservices.cxx extensions/source/svg/makefile.mk forms/Library_frm.mk lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx lingucomponent/source/spellcheck/spell/sspellimp.cxx package/prj/d.lst package/source/zipapi/XMemoryStream.cxx package/source/zipapi/XMemoryStream.hxx setup_native/prj/d.lst setup_native/source/win32/customactions/relnotes/makefile.mk tools/test/export.map wizards/com/sun/star/wizards/common/ConfigGroup.py wizards/com/sun/star/wizards/common/ConfigNode.py wizards/com/sun/star/wizards/common/Configuration.py wizards/com/sun/star/wizards/common/Desktop.py wizards/com/sun/star/wizards/common/FileAccess.py wizards/com/sun/star/wizards/common/Helper.py wizards/com/sun/star/wizards/common/SystemDialog.py wizards/com/sun/star/wizards/document/OfficeDocument.py wizards/com/sun/star/wizards/fax/FaxDocument.py wizards/com/sun/star/wizards/fax/FaxWizardDialog.py wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py wizards/com/sun/star/wizards/letter/LetterDocument.py wizards/com/sun/star/wizards/letter/LetterWizardDialog.py wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py wizards/com/sun/star/wizards/text/TextDocument.py wizards/com/sun/star/wizards/text/TextFieldHandler.py wizards/com/sun/star/wizards/text/TextSectionHandler.py wizards/com/sun/star/wizards/text/ViewHandler.py wizards/com/sun/star/wizards/ui/UnoDialog.py wizards/com/sun/star/wizards/ui/UnoDialog2.py wizards/com/sun/star/wizards/ui/WizardDialog.py wizards/com/sun/star/wizards/ui/event/CommonListener.py wizards/com/sun/star/wizards/ui/event/DataAware.py wizards/com/sun/star/wizards/ui/event/RadioDataAware.py wizards/com/sun/star/wizards/ui/event/UnoDataAware.py wizards/util/helpids.h wizards/util/hidother.src xmlsecurity/prj/build.lst xmlsecurity/prj/d.lst xmlsecurity/qa/certext/SanCertExt.cxx
2011-08-18Implement partly the 5th stepXisco Fauli3-120/+194
2011-08-18Implement add buttonXisco Fauli3-16/+38
2011-08-18Forgotten fileXisco Fauli1-0/+429
2011-08-18first attempt to create the web wizardXisco Fauli7-36/+196
2011-08-18more cleaningXisco Fauli1-32/+0
2011-08-18Let's delete it for nowXisco Fauli1-13/+0
2011-08-18Fix a scroll problemXisco Fauli1-6/+8
2011-08-18Write the agendaitems in the proper tableXisco Fauli1-0/+1
2011-08-18clean it upXisco Fauli1-21/+0
2011-08-18Fix buttons behaviorXisco Fauli1-4/+7
2011-08-18add focus, scroll and key listenersXisco Fauli3-18/+47
2011-08-18add listeners to the agenda itemsXisco Fauli1-49/+49