Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-28 | uidesigner: completed string constants to resource string for vfdforms.pas unit | Graeme Geldenhuys | |
2013-12-20 | uidesigner: Fixes compiler hints about unused variables. | Graeme Geldenhuys | |
2013-12-20 | uidesigner: All dialog titles in vfdforms unit are now localised. | Graeme Geldenhuys | |
2013-12-20 | uidesigner: using inheritance to simplify setting localisation values. | Graeme Geldenhuys | |
Introduced virtual methods that simply need to be overwritten in descendants, which then set localisation values. Also moved some constants to the vfd_constants unit. | |||
2011-09-16 | uidesigner: new option to specify Indentation Style preference. | Graeme Geldenhuys | |
The developer can now choose between a Spaces or Tab indentation style for any UI Designer managed code. | |||
2010-11-18 | UI Designer: minor code cleanup. | Graeme Geldenhuys | |
2010-11-16 | UIDesigner: has a new option to include/exclude code regions in new ↵ | Graeme Geldenhuys | |
dialogs/forms | |||
2010-10-03 | uidesigner now gives better default form names and detects conflicts | Graeme Geldenhuys | |
* Form name conflicts are now detected and creation of that new form is stopped before causing harm. * No default form name is given any more in the name prompt dialog because the new form will already be named 'FormX' where X is the next available number. | |||
2010-08-18 | UI Designer: Reworked the "Tab Order" and "Widget Order" dialog with a Treeview | Graeme Geldenhuys | |
* Original dialog used to use a ListBox with indentation * Many reordering bugs in old design is now fixed in the new one. Note: Still outstanding is the sorting of the nodes by TabOrder when using the "Tab Order" dialog mode. | |||
2010-04-07 | ModalResult changed to a enum type | Graeme Geldenhuys | |
* Replaced all magic number modal results with actual enum values * UI Designer now uses enum combolist for ModalResult type in Object Inspector. * UI Designer now handles default values of ModalResult property correctly. | |||
2010-03-08 | Enabled saving and reading the One-Click-Move setting. | Graeme Geldenhuys | |
Changes will only take affect on newly created forms or when loading a unit. | |||
2010-03-04 | Started work on adding new optinos to UI Designer settings dialog. | Graeme Geldenhuys | |
2010-03-04 | UI Designer: Replace ModalResult magic numbers with constants. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-06-12 | Added code-folding regions in the uidesigner project form files. | Graeme Geldenhuys | |
2009-06-09 | UIDesigner copyright and code folding | Graeme Geldenhuys | |
* 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. | |||
2008-09-27 | * Phase 2 of the unit rename is complete. The gui units have now been renamed. | graemeg | |
* UI Designer has been updated to reflect the new gui unit names. | |||
2008-09-27 | * Rename all corelib units to the new naming convention. | graemeg | |
* Updated the UI Designer to use the new unit names. | |||
2008-08-26 | * Moved the UI Designer from the examples/apps directory to the root directory. | graemeg | |
* Updated some build scripts |