Age | Commit message (Collapse) | Author |
|
|
|
|
|
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
|
|
* updated all copyright notices in UI Designer code.
* New Forms now only have the fpg_forms unit in uses clause. This
help with smartlinking and reduces executable size.
* New Forms now include the code folding region around auto-generated
GUI code from UI Designer. This feature works in newer Lazarus
revisions, but will not affect older versions.
|
|
in the Form Designer. It's not perfect, but workable. ;-)
|
|
* Named internal components
* Introduced TfpgBaseCheckbox class.
* Refactored text drawing in ComboBox to a method that can be overridden in descendants.
* Implemented a new (experimental) Calendar Combo with Checkbox for optional date selection.
* Added Calendar Combo Check component to UI Designer.
* Fixed some missing properties from Calendar Combo component in UI Designer.
|
|
* Added TfpgGroupBox to UI Designer component palette.
|
|
* Renamed EditXXX's DecimalSeparator and ThousandSeparatar properties to not conflict with the global variables in SysUtils.
* Added EditCurrency, EditFloat and EditInteger to the UI Designer palette. I still have issues with TfpgChar type, so you have to use the 'unknow' memo in Object Inspector.
* Minor changes in edits demo to compile again after the above changes.
|
|
* UI Designer: visual editing of PageControl is now possible. Loading and saving of your design also works. It still needs testing and the pagecontrol sometimes draws artifacts.
|
|
* UI Designer: Started experimental support to edit a PageControl visually in the designer.
|
|
* UI Designer has been updated to reflect the new gui unit names.
|
|
* Updated the UI Designer to use the new unit names.
|
|
* UI Designer: Updated the designer to support ShowHint and ParentShowHint properties.
* Updated the ShowHint property in TfpgWidget to use the stored property specifier.
|
|
|
|
* Updated some build scripts
|