Code: Select all
2011-11-19 08:54 UTC+0100 Francesco Perillo ( fperillo at gmail.com )
* include/hmg.prg
* added one-liner defintions
* source/control.prg
* repaint() for hmg4 release()
NOTE: patches provided by RicciModerator: Rathinagiri
Code: Select all
2011-11-19 08:54 UTC+0100 Francesco Perillo ( fperillo at gmail.com )
* include/hmg.prg
* added one-liner defintions
* source/control.prg
* repaint() for hmg4 release()
NOTE: patches provided by RicciCode: Select all
2011-11-19 23:48 UTC+0100 Francesco Perillo ( fperillo at gmail.com )
* corrected wrong hour on previous commit
* source/toolbutton.prg
* source/combobox.prgCode: Select all
2011-11-20 16:31 UTC+0100 Francesco Perillo ( fperillo at gmail.com )
* source/basic.prg
* check parameter type in :icon()
* include/hmg.ch
* re-added some definitions that someone deletedCode: Select all
2011-11-21 22:00 UTC+0100 Luigi Ferraris ( <luigi at l3w.it> )
! source/window.prg
! source/childwindow.prg
! inverted the source code to keep HMG3 compatibility and use
Code: Select all
2011-11-22 00:18 UTC+0100 Francesco Perillo ( fperillo at gmail.com )
* include/hmg.ch
* Added nullified oneliner: READONLYFIELDS and BUFFERED
* source/combobox.prg
* ignored value in full hmg3 compatibility (it means different
thing in Qt)
* source/radiogroup.prg
* added Create method. INCOMPATIBLE: now options cannot be set
after the object is displayed !
* :spacing value has been disabled
I guess that you are talking about BROWSE.mrduck wrote: Roberto, I did not add VALID and WHEN. I ask you if it is possible to change hmg-ide to use COLUMNSVALID/WHEN and leave VALID/WHEN for the implementation of widget based validation.
I am in the process of making a new version along with IDE and with some cleanup.mrduck wrote: Roberto, I did not add VALID and WHEN. I ask you if it is possible to change hmg-ide to use COLUMNSVALID/WHEN and leave VALID/WHEN for the implementation of widget based validation.
Work is already in progress for two different forms of VALID...
Please everybody in standby till tomorrow. No commits please.
Code: Select all
2011-11-23 13:12 UTC+0100 Francesco Perillo ( fperillo at gmail.com )
* source/*.prg
* Third and last part of source code changes provided by Ricci
2011-11-23 12:52 UTC+0100 Francesco Perillo ( fperillo at gmail.com )
* source/*.prg
* Second part of source code changes provided by Ricci
2011-11-23 12:28 UTC+0100 Francesco Perillo ( fperillo at gmail.com )
* source/*.prg
* First part of source code changes provided by Ricci
actually they are parameter checking and cosmetic changes