Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | uidesigner: Made Align property available for all registered widgets. | Graeme Geldenhuys | |
2010-10-04 | uidesigner: Registered Splitter in component palette. | Graeme Geldenhuys | |
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-10-03 | uidesigner handling multiple forms bug fix. | Graeme Geldenhuys | |
When creating multiple forms in a single unit, the uidesigner overwrote the last selected form's name to be the same as the newly created form. This patch fixes that bug. | |||
2010-10-01 | uidesigner: registered Enabled and all color related properties with Object ↵ | Graeme Geldenhuys | |
Inspector | |||
2010-10-01 | uidesigner: Implemented a TfpgColor property editor | Graeme Geldenhuys | |
Now finally we should be able to edit color values in the Object Inspector. Known Limitations * Color names like clRed are not parsed yet. Such values will be read and written back as TfpgColor($FF0000) instead. I'm working on fixing this. | |||
2010-10-01 | uidesigner: correctly center images in component palette buttons. | Graeme Geldenhuys | |
2010-10-01 | uidesigner: Improved the naming of the menu items and tooltips | Graeme Geldenhuys | |
It seems the previous captions sometimes cause confusion as to what action will be applied. | |||
2010-10-01 | uidesigner: Added TfpgColorWheel and TfpgValueBar to component palette. | Graeme Geldenhuys | |
2010-09-28 | uidesigner: Fixed Object Inspector editor bounds to fit cell | Graeme Geldenhuys | |
* When you selected a property, the property editor did not take into account the owner component's border widths, so they overlapped by 2 pixels. | |||
2010-09-21 | uidesigner: new published property (Down) for TpgButton. | Graeme Geldenhuys | |
2010-09-20 | UI Designer: published new property (BorderStyle) for TfpgPanel. | Graeme Geldenhuys | |
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-20 | UI Designer: Panel/Bevel has new property ParentBackgroundColor registered. | Graeme Geldenhuys | |
2010-04-16 | UI Designer: Registered the new TfpgFontEdit in component palette. | Graeme Geldenhuys | |
2010-04-15 | UI Designer: registered TfpgDirectoryEdit in component palette. | Graeme Geldenhuys | |
2010-04-15 | Adds new images, updates existing ones for UI Designer. | Graeme Geldenhuys | |
2010-04-15 | UI Designer: exposed the ExtraHint property of TfpgEdit and TfpgFilenameEdit | Graeme Geldenhuys | |
2010-04-15 | UI Designer: Adds TfpgFilenameEdit to the component palette. | Graeme Geldenhuys | |
2010-04-14 | adds application icons for fpGUI UI Designer | Graeme Geldenhuys | |
2010-04-13 | UI Designer: Single click in Object Inspector sets focus to actual edit widget. | Graeme Geldenhuys | |
2010-04-08 | Changed method parameter name to avoid conflict with FPC 2.5.1 | Graeme Geldenhuys | |
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-04-01 | UI Designer: Published three new properties. | Graeme Geldenhuys | |
New properties in Object Inspector for TfpgEdit is: * AutoSelect * AutoSize * BorderStyle | |||
2010-04-01 | UI Designer: publish the new TfpgEdit.IgnoreMouseCursor property. | Graeme Geldenhuys | |
2010-03-24 | Fixed spelling mistake in comment. | Graeme Geldenhuys | |
2010-03-18 | UI Designer: minor tweaks. | Graeme Geldenhuys | |
2010-03-18 | package settings: Use AnsiString and disable optimisation for better debugging. | Graeme Geldenhuys | |
2010-03-08 | Updated the various programs and fpGUI library to use the new generate ↵ | Graeme Geldenhuys | |
version file. The VERSION-GEN script generates a VERSION-FILE file which contans the version number of fpGUI. This is now used in DocView, UI Designer and other example applications too. | |||
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-08 | Add ellipses to menu entries that show dialogs for user input. | Graeme Geldenhuys | |
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-03-04 | UI Designer: Removed xterm console when running via Lazarus IDE. | Graeme Geldenhuys | |
If this is enabled, then Lazarus IDE cannot debug the actual application, but instead debugs the xterm console. A bug in Lazarus IDE. :-( | |||
2010-03-04 | UI Designer: Add a few more published properties of various widgets to OI. | Graeme Geldenhuys | |
2010-03-04 | UI Designer: Add Color Listbox widget to component palette. | Graeme Geldenhuys | |
2010-03-04 | UI Designer: Add new component palette bitmaps. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2010-02-25 | Add Hint property support to Form Designer. | Graeme Geldenhuys | |
2010-02-22 | Removed compiler warning about friend class not being | Graeme Geldenhuys | |
related to TfpgWidget. | |||
2010-02-22 | Repositioned OK button of Strings property editor dialog. | Graeme Geldenhuys | |
Adhere to UI standards. | |||
2010-02-22 | Enabled smart linking for UI Designer | Graeme Geldenhuys | |
This optimises the resulting executable size. | |||
2010-02-17 | New unit output directory for UI Designer. | Graeme Geldenhuys | |
This allows you to have separate output directories for various CPU types and Target OSes. | |||
2009-12-29 | Let UI Designer use About fpGUI dialog. | Graeme Geldenhuys | |
2009-12-10 | Extra saftey checks. Nothing major. | Graeme Geldenhuys | |
2009-10-26 | Template for adding spinedit components in UI Designer. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-12 | Add richtext component icon to UI Designer | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: text alignment improvement in version label | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: minor code formatting & cleanup | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: Replace BlockRead() with TFileStream in LoadFile() method | Graeme Geldenhuys | |