summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-22Fixed the preview bug.feature/pyweb-wizardJavier Fernandez
2013-04-12Fixed bug in the FTPDialogJavier Fernandez
2013-04-12Fixed bug in the ZIP publisher.Javier Fernandez
2013-04-11Waiting for the XSLT Transformation before going on with the task.Javier Fernandez
2013-04-11Replace static methods by instance methods.Javier Fernandez
2013-04-11Fixed bug related to the duplicated items in the exporters list.Javier Fernandez
2013-04-11Adding keyListenners for testing purposes.Javier Fernandez
2013-04-11Implementing the createDOM method for the CGDocument class.Javier Fernandez
2013-04-11Fixed typos.Javier Fernandez
2013-04-11Implementing the XSLT Layout templates.Javier Fernandez
2013-04-11Using the xml.dom.DocumentBuilder service instead of the "minidom".Javier Fernandez
2013-04-11Fixed bugs in the FTP publisherJavier Fernandez
2013-04-11Fixed bug in the zip publisher url.Javier Fernandez
2013-04-11Fixed bug in the UCB "listFiles" method.Javier Fernandez
2013-04-11Fixed bug in the document list box.Javier Fernandez
2013-04-11Fixed bug in the docUp/Down buttons.Javier Fernandez
2013-04-11WedConfigSet: Fixed bug in the way the childrenList was using the cp_Index.Javier Fernandez
2013-04-11Implementing the Design DataAware features and ItemListeners.Javier Fernandez
2013-04-11WWD_Events: Asigning the settings to the new added document.Javier Fernandez
2013-04-11Avoid using static attributes, using instance ones instead.Javier Fernandez
2013-04-11Implementing the docUp/docDown functionality when importing docs.Javier Fernandez
2013-04-11Implementing the ListDataListener functionality.Javier Fernandez
2013-04-11ImageList: Fixed bug in focus and item selection.Javier Fernandez
2013-04-11WWD_Events: check out whether doc is None (shouldn't happen) before "mount".Javier Fernandez
2013-04-11SystemDialog: "initialize" raises an exception. It seems win32 only.Javier Fernandez
2013-04-11CGDesign: Added getter/setter methods for style and layout attributes.Javier Fernandez
2013-04-11DataAware: use the getter/setter methods as alternative access.Javier Fernandez
2013-04-11UnoDialog: Added the "getModel" method.Javier Fernandez
2013-04-11UnoDialog: using the "xUnoDialog" attibute instead of "xWindow".Javier Fernandez
2013-04-11PeerConfig: fixed typos.Javier Fernandez
2013-04-11Desktop: added methods for generating the preview.Javier Fernandez
2013-04-11Added templates creation code, but implementation is still pending.Javier Fernandez
2013-04-11FilterExporter: added new exporter class.Javier Fernandez
2013-04-11IconsDialog must implement the ListModel iface. isHighContrastModeActivated.Javier Fernandez
2013-04-11IconsDialog: this class must implement the ImageList.IImageRenderer interface.Javier Fernandez
2013-04-11IconsDialog: getIconsetNum must return an intenger.Javier Fernandez
2013-04-11BackgroundsDialog: Set listModel (ListModel iface) and handling mouse events.Javier Fernandez
2013-04-11BackgroundsDialog: Implementing the BGRender interface.Javier Fernandez
2013-04-11ImageListDialog: the ARenderer class must implement the IRenderer interface.Javier Fernandez
2013-04-11ImageList: setSelected check if "_object" is an Integer, to call setSelected1.Javier Fernandez
2013-04-11ImageList: Implementing the IImageRender interface.Javier Fernandez
2013-04-11ImageList: the POSITION_Y and index values must be an integer.Javier Fernandez
2013-04-11ImageList: "listModel" as instance of ListModel, instead of a plain list.Javier Fernandez
2013-04-11New interface ListModel added.Javier Fernandez
2013-04-11DocumentPreview: using the "getProperties" instance method.Javier Fernandez
2013-04-11Properties: added "getProperty" instance method.Javier Fernandez
2013-04-11WebWizard: the iconset default value must be a string like "iconsetX".Javier Fernandez
2013-04-11DataAware: the check about value being "assignable" us not working.Javier Fernandez
2013-04-11ListModelBinder: use the "toString" method instead of "cp_Name" attribute.Javier Fernandez
2013-04-11UnoDataAware: checking out whether the value is a list, creating a tuple.Javier Fernandez