summaryrefslogtreecommitdiff
path: root/wizards/com
AgeCommit message (Collapse)Author
2011-11-24fdo#37626: form wizard recognise "#" also at beginning of lineLionel Elie Mamane
This was keeping the Base form wizard from applying styles
2011-11-04suppress warnings about inexact argument typeIvan Timofeev
2011-11-02remove Resource.java.origRene Engelhard
2011-09-24Remote the python code for now.Xisco Fauli
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 McNamara
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli
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 Fauli
2011-08-18Implement add buttonXisco Fauli
2011-08-18Forgotten fileXisco Fauli
2011-08-18Forgot the launcherXisco Fauli
2011-08-18first attempt to create the web wizardXisco Fauli
2011-08-18Unused fileXisco Fauli
2011-08-18I forgot to add this fileXisco Fauli
2011-08-18more cleaningXisco Fauli
2011-08-18Let's delete it for nowXisco Fauli
2011-08-18Fix a scroll problemXisco Fauli
2011-08-18Write the agendaitems in the proper tableXisco Fauli
2011-08-18clean it upXisco Fauli
2011-08-18Fix buttons behaviorXisco Fauli
2011-08-18Fix cursorUp and cursorDownXisco Fauli
2011-08-18add focus, scroll and key listenersXisco Fauli
2011-08-18add listeners to the agenda itemsXisco Fauli
2011-08-18Don't break the wizard if there's an exceptionXisco Fauli
2011-08-18Make agenda items editableXisco Fauli
2011-08-18Fix setEnableXisco Fauli
2011-08-18Load the proper templateXisco Fauli
2011-08-18go to the last step when finishXisco Fauli
2011-08-18I don't think we'll need itXisco Fauli
2011-08-18Show AgendaItems properlyXisco Fauli
2011-08-18Fix Show/Hide tablesXisco Fauli
2011-08-18Show the date properlyXisco Fauli
2011-08-18Add Textfield listeners and fix a bug found in the java wizardXisco Fauli
BUG: The time was showed wrongly
2011-08-18Add checkbox listenerXisco Fauli
2011-08-18Remove duplicate code, clean imports and fix a problemXisco Fauli
2011-08-18Remove unused methodXisco Fauli
2011-08-18Fix problem in Letter WizardXisco Fauli
2011-08-18Fix problem with listboxesXisco Fauli
2011-08-18Let's do it this wayXisco Fauli
2011-08-18Some refactoring and formattingXisco Fauli
* Don't load a preview if the item selected in the listbox is the same as before
2011-08-18Fix Finish ButtonXisco Fauli
2011-08-18Fix the ListBoxXisco Fauli
2011-08-18First attempt to create the Agenda WizardXisco Fauli
the Document preview and the wizard are already shown
2011-08-18Replace xrange(len(x))Xisco Fauli
2011-08-18Clean upXisco Fauli
2011-08-18method unusedXisco Fauli
2011-08-18Duplicate codeXisco Fauli
2011-08-18Show wizard dialog on topXisco Fauli
2011-08-18create file when it doesn't existXisco Fauli
2011-08-18Merge commit 'f9d40c2b591215b57ece4ba6e623b7808a7ae717' into ↵Bjoern Michaelsen
feature/gsoc2011_wizards Conflicts: wizards/com/sun/star/wizards/common/Resource.java merged resolved as per: e52421bc118e9c5f3fce5a32ba9efdcad7627d92 9e91dbca08056fc31f388f5642fdfa3d2b910990 in the old components repository merging the corresponding commit 3b4fe490441f9f77829bc6c1ae30d79a4d50255b there
2011-08-18Handle the letterhead layouts properlyXisco Fauli