summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23fdo#46339: Fix Query Wizard by putting the right ElementNameJulien Nabet1-1/+1
2012-02-08Resolves: fdo#43644 survive registered but unavailable binfilterCaolán McNamara1-1/+12
(cherry picked from commit f3e40273b699910108007faf8a7991fe0498ad97) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
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-22fix syntactic errorDavid Tardon1-4/+1
Signed-off-by: David Tardon <dtardon@redhat.com>
2011-12-22fix syntactic errorDavid Tardon1-12/+6
Signed-off-by: David Tardon <dtardon@redhat.com>
2011-12-12fix loading of python-uno module by package.module nameLionel Elie Mamane1-1/+0
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2-2/+6
2011-12-05fax wizard: build and install the java wizard in paralle to the python oneMichael Meeks3-6/+41
2011-12-05fax wizard: more misc. bug fixing, and missing file makefileMichael Meeks3-48/+125
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks11-106/+15
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 Meeks33-7/+5100
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 Fauli53-38/+11746
2011-12-05add fax files to makefileXisco Fauli1-0/+8
2011-12-05add directories to basic/program and makefilesXisco Fauli3-0/+100
2011-12-05Forgotten fileXisco Fauli1-0/+34
2011-12-05Hello world (python) as a componentXisco Fauli3-3/+47
2011-12-05Fix merge conflictsXisco Fauli5-0/+1646
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-24fdo#37626: form wizard recognise "#" also at beginning of lineLionel Elie Mamane1-1/+1
This was keeping the Base form wizard from applying styles
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-04suppress warnings about inexact argument typeIvan Timofeev2-15/+7
2011-11-02remove Resource.java.origRene Engelhard1-140/+0
2011-10-23no need for SRCDIR parameter hereMatúš Kukan10-10/+10
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+3
2011-09-24Remote the python code for now.Xisco Fauli88-18967/+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-09-08drop dead dmake makefile.mksCaolán McNamara11-855/+0
2011-08-22lets put the log checkbox back near the bottomCaolán McNamara1-1/+1
2011-08-22Resolves: fdo#36127 hide staroffice filters when binfilter unavailableCaolán McNamara1-6/+18
2011-08-22swap position of StarOffice and MSOffice migration blocksCaolán McNamara2-10/+10
2011-08-22add in Office Open XML formats hereCaolán McNamara1-12/+12
2011-08-22Drop statement that VBA macros don't get converted, they sort of do thesedaysCaolán McNamara5-24/+14
2011-08-22ODF isn't a *new* format anymoreCaolán McNamara1-1/+1
2011-08-22it doesn't convert %PRODUCTNAME documents, but the old binary formatCaolán McNamara1-9/+9
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli63-925/+1848
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-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-18Related: fdo#33160 Add Estonian Kroon to Euro converterCaolán McNamara2-6/+27
2011-08-18Implement partly the 5th stepXisco Fauli12-215/+787
2011-08-18Implement add buttonXisco Fauli15-389/+510
2011-08-18Forgotten fileXisco Fauli1-0/+429
2011-08-18Forgot the launcherXisco Fauli1-0/+7
2011-08-18first attempt to create the web wizardXisco Fauli41-195/+4017
2011-08-18Unused fileXisco Fauli1-7/+0
2011-08-18I forgot to add this fileXisco Fauli1-0/+46
2011-08-18more cleaningXisco Fauli5-186/+2
2011-08-18Let's delete it for nowXisco Fauli2-14/+1
2011-08-18Fix a scroll problemXisco Fauli2-65/+62
2011-08-18Write the agendaitems in the proper tableXisco Fauli3-18/+20