Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-27 | Fix default size of tiShowString() form. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-08-27 | Fix the calculated last column width in StringGrid Mediator. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-08-27 | Fix 64bit compiler errors | Graeme Geldenhuys | |
2009-06-30 | Updated tiMediators to use SetObjectUpdateMomement to set event handlers | Graeme Geldenhuys | |
2009-06-30 | Removed compiler warnings from tiopf demo 21. | Graeme Geldenhuys | |
2009-06-09 | code folding support added to Lazarus IDE add-on and code templates. | Graeme Geldenhuys | |
2009-06-03 | GetFieldBounds was not implemented for many tiMediators. | Graeme Geldenhuys | |
2009-05-13 | Added a new FAQ text file and updated the lazarus.dci code templates. | Graeme Geldenhuys | |
2009-05-08 | Updated the 'updatestdimgs.pas' unit and removed unused units form ↵ | Graeme Geldenhuys | |
tiLogToGUI uses clause. | |||
2009-04-18 | memory leaks and lpi updates | Graeme Geldenhuys | |
* Fixed memory leaks in the tiListMediator unit * Updated various project lpi files. | |||
2009-03-09 | Apparently order of reintroduce and overloaded is supposed to be important. | graemeg | |
2009-02-13 | * Removed the duplicated SelectedObject property | graemeg | |
2009-02-13 | * new mediators for 3 numeric edit components. Thanks to Clemens for the patch. | graemeg | |
2009-02-11 | * Updated the language inc generator program. | graemeg | |
* Replaced all lang_xxx.inc files with auto generated ones. * New constant for Hint Window time. | |||
2009-02-10 | * Minor fix in fpg_edit and Backspace key handling. | graemeg | |
* Registered the TMediatorItemComboBoxView in tiMediators. | |||
2009-01-12 | * Revents a possible AV in StringGrid mediator. | graemeg | |
2008-12-02 | * tiOPF: Created a new Pick Database form for the demos. | graemeg | |
* tiOPF: Created a new Demo 04 - CreateDatabase. | |||
2008-11-21 | no comment | graemeg | |
2008-11-20 | * minor adjustment to tiGUIIni | graemeg | |
2008-11-14 | * updated all extrafpc.cfg files to use the correct lib output directory. | graemeg | |
2008-11-06 | * Minor improvements to the tiMediators unit. | graemeg | |
2008-11-03 | no comments | graemeg | |
2008-11-03 | * Minor fixes to tiListMediators and SelectedObject property. | graemeg | |
* Introduced easy access functions to selected Object in tiListMediators * Updated the Demo 21 AddressBook to work correctly with SelectedObject. | |||
2008-10-31 | * Implemented virtual RowDelete() method for TfpgCustomGrid. | graemeg | |
* Implemented full RowDelete() for TfpgStringGrid. * Updated tiListMediators to use the new RowDelete() method of StringGrid. * Updated the GridTest demo to show RowDelete() in action. * Updated the AddressBook Demo 21 to enable deleting of contacts. | |||
2008-10-31 | * Fixed a bug in ListMediator notification where it mixed 0 and 1-based ↵ | graemeg | |
indexing. | |||
2008-10-30 | * Fixed the AddressType in the MGM Address Demo. | graemeg | |
2008-10-29 | * msgqueue now raises exceptions if the queue is full instead of trying to ↵ | graemeg | |
write to the console (which might not exist). * MessageDialog displayed wrong icon for Critical errors. * Removed compiler hint from tiListMediators' | |||
2008-10-26 | * Added a X11 only utility app that highlights the window sizes used by ↵ | graemeg | |
widgets in any applications. This will get extended over time to include more window information. | |||
2008-10-20 | * Published new events for Calendar Combo. | graemeg | |
* tiOPF: CalendarCombo mediator now hooks into the OnChange and OnExit event. | |||
2008-10-20 | * SpinEdit controls needed some published events. | graemeg | |
* Spinedit controls got OnChange event. * tiOPF: Updated the SpinEdit and CheckBox mediators to hook into the OnChange events. | |||
2008-10-17 | * Fixed some bugs in the tiRtfReport unit. Day, Month, Year reported wrong ↵ | graemeg | |
results. * Added a RTF Reporting demo. | |||
2008-10-16 | * Implemented SpinEdit and SpinEditFloat mediators for use with tiOPF based ↵ | graemeg | |
projects. | |||
2008-10-15 | All tiAppXXX methods now have a ATitle parameter. | graemeg | |
2008-10-13 | * ListView changes from MvC. | graemeg | |
2008-10-10 | * Added double click to edit in the main form grid of Demo 21. | graemeg | |
2008-10-01 | * Updated all demos to use the new unit names. | graemeg | |
* Updated all packages like ide addons, fpcunit etc to use the new unit names. | |||
2008-10-01 | * Updated the fpGUI lazarus packages to use a platform specific output ↵ | graemeg | |
library path. This allows you to cross compile without having to delete the old compiled units. | |||
2008-09-28 | * Updated the tiOPFfpGUI package code to use the new unit names. | graemeg | |
2008-09-22 | minor fix in tiopf demo 08. | graemeg | |
2008-09-22 | * Add new fallback registration Calendar component. | graemeg | |
2008-09-18 | * Update Demo 08 to work with latest changes in tiOPF - except for SqlDB ↵ | graemeg | |
support. | |||
2008-09-16 | * tiOPF: Improved the look of the LogToGUI form. | graemeg | |
* tiOPF: fixed a few bugs in the LogToGUI form & add that unit tothe tiOPFfpGUI package. | |||
2008-09-15 | * Added experimental LogToGUI screen for use with tiOPF applications. | graemeg | |
2008-09-09 | * Fixed a bug in TfpgListView where it didn't paint the last column's content. | graemeg | |
* Applied formating to tiListMediators * Removed the ListBox implementation in tiListMediators. It was totally wrong. | |||
2008-09-09 | * More updates to the tiOPF demo 21. | graemeg | |
2008-09-08 | * added an extra check to StringGrid list mediator. | graemeg | |
* Default all auto generated data to posClean. * Added some Debug buttons in forms to view raw data properties. | |||
2008-09-08 | * OnExit and OnEnter are now publish for TfpgMemo. | graemeg | |
* Memo mediator now handles OnChange and OnExit events correctly. * tiOPF demo 21 now has a CountryList screen as well. Also fixed the Contact.Memo property usage. | |||
2008-09-08 | * Minor change updating ListMediator class interface. | graemeg | |
2008-09-07 | * Bugfix in TDynamicComboBoxView mediator class. | graemeg | |
* A few other minor changes to mediators * Extended the tiOPF demo 21 even further, showing more features of MGM implementation. | |||
2008-09-05 | * Started implementing a full Address Book demo, showcasing the new ↵ | graemeg | |
Model-GUI-Mediator implementation. This is still work in progress. |