* Important changes: - Changed the mask property on DbEdit and DbNumericEdit: now the mask is not send to the database by default. On DbEdit has a property that, if set to true, send the mask to the database; - changed the getWhereClause() on FrameCustomRptCondition. Now it search's for condition components in all components on PnlMain. - changed the closeFrame method on FrameCustomSearcher. Now, it opens the tab that contains the frame that actived the search Frame. * Bug fixs: - FrmCustomMain: when a numeric field was selected after a date field, the mask wasn't removed. Bug fixed; - DateEdit and DbDateEdit: when pyHed try to typecast a wrong date value typed by the user a "bug message" shows. The "bug" is fixed now. - Fixed a bug in Qt 4.5 and Linux: the close button on the Main Form didn't show... - finally fixed the btnClose position bug! - audit: get the ip address returned a bug when using on a local machine... - fixed: when refresh data on grid, the cursor changed it's index to the first item on the list. Now when you refresh data, the cursor goes to the last index selected. - FrameCustomSearcher: now, when the empty message return from a search, it doesn't show the pk Column. - Fixed the import clauses on pyHedReport: change to the default code style on pyHed. by John; * Improvements: - A new property added on Label component: Text = returns the text of the label without the $ symbol. - FrmCustomMain: when the user try to open a Frame already open, now it ask a message before open another instance... - increased the width of buttons in FrameCustomBtnDb. - License document added! - SubFrameCustomDetail: shortcut's: insert, update and delete - changed the way the pdf open: now, don't lock the system when a pdf file is open inside the system. by John - Translation.xml: added shortCut's to the frameCustomSearcher. - python 2.6.X full support. Tested on Linux and Windows by John, Vinícius and Edgar; - Fixed the components.Button and the frmCustomMain main buttons to support python 2.6.x and pyQt4.5.X. by John; - class Image (components.py): added the mouse click event. by Vinicius. - multi date-formats... For user and for the internal application... Now you can use any date format. Just inform in the config.ini of the application. - pyHedEmail: now uses the translation.xml. by John; - pyHedReport: now, when a pdf is open, the application don't lock. by John; * Translations: - Reports: now with translation support. - FrmCustoMain: translated to english a error message. - Also: translated the frameCustom to english.