|
From: <mla...@us...> - 2012-01-28 18:39:04
|
Revision: 1838
http://hwgui.svn.sourceforge.net/hwgui/?rev=1838&view=rev
Author: mlacecilia
Date: 2012-01-28 18:38:57 +0000 (Sat, 28 Jan 2012)
Log Message:
-----------
* changelog
! translated previous message to be correctly in english
* source/hdatepic.prg
! fixed method declaration causding warning
* hwgui.hbc
* changed to contain the source names and no more the hbm reference
this way the xbIDE users will open the sources in the editor
directly from the project tree
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/hwgui.hbp
trunk/hwgui/source/hdatepic.prg
Modified: trunk/hwgui/Changelog
===================================================================
--- trunk/hwgui/Changelog 2012-01-28 11:49:23 UTC (rev 1837)
+++ trunk/hwgui/Changelog 2012-01-28 18:38:57 UTC (rev 1838)
@@ -8,14 +8,24 @@
2002-12-01 23:12 UTC+0100 Foo Bar <fo...@fo...>
*/
+2012-01-28 19:40 UTC+0100 Maurizio la Cecilia <m.l...@gm...>
+ * changelog
+ ! translated previous message to be correctly in english
+ * source/hdatepic.prg
+ ! fixed method declaration causding warning
+ * hwgui.hbc
+ * changed to contain the source names and no more the hbm reference
+ this way the xbIDE users will open the sources in the editor
+ directly from the project tree
+
2012-01-28 10:00 UTC-0300 Luiz Rafael Culik (luiz at xharbour.com)
* source/hcombo.prg
- ! ajuste no metodo redefine para suportar ledit e ltext
- ! habilitado o oninteractivechange para metodo redefine
+ ! changed redefine method adding ledit and ltext clauses
+ ! enabled the oninteractivechange parameter in redefine method
* source/hdatepicker.prg
- ! ajuste no metodo redefine para mostrar ou n\xE3o hora
+ ! parametrized the displaying of the hour
* include/guilib.ch
- ! ajustado o comando redefine get combobox para suportar clasulas text e edit
+ ! changed hcombo redefine method adding ledit and ltext clauses
2012-01-23 08:40 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net>
* source/hedit.prg
Modified: trunk/hwgui/hwgui.hbp
===================================================================
--- trunk/hwgui/hwgui.hbp 2012-01-28 11:49:23 UTC (rev 1837)
+++ trunk/hwgui/hwgui.hbp 2012-01-28 18:38:57 UTC (rev 1838)
@@ -16,6 +16,80 @@
-es2
-iinclude
-hwgui.hbm
+source/animat.c
+source/commond.c
+source/control.c
+source/cxshade.c
+source/dialog.c
+source/draw.c
+source/winreg.c
+source/drawtext.c
+source/freeimg.c
+source/grid.c
+source/media_c.c
+source/menu_c.c
+source/message.c
+source/misc.c
+source/nice.c
+source/resource.c
+source/richedit.c
+source/shellapi.c
+source/theme.c
+source/window.c
+source/wprint.c
+source/c_ipaddr.c
+source/listbox.c
+source/pager.c
+source/errorsys.prg
+
+source/hipedit.prg
+source/drawwidg.prg
+source/guimain.prg
+source/barcode.prg
+source/hbrowse.prg
+source/hcheck.prg
+source/hcombo.prg
+source/hcontrol.prg
+source/hcwindow.prg
+source/hdatepic.prg
+source/hdialog.prg
+source/hedit.prg
+source/hfreeimg.prg
+source/hfrmtmpl.prg
+source/hgraph.prg
+source/hgrid.prg
+source/hgridex.prg
+source/hlistbox.prg
+source/htool.prg
+source/hmonthc.prg
+source/htrackbr.prg
+source/hanimat.prg
+source/hnice.prg
+source/hownbtn.prg
+source/hpanel.prg
+source/hprinter.prg
+source/hprogres.prg
+source/hradio.prg
+source/hpager.prg
+source/hrebar.prg
+source/hriched.prg
+source/hsayimg.prg
+source/hshbtn.prg
+source/hsplash.prg
+source/hsplit.prg
+source/htab.prg
+source/htimer.prg
+source/htree.prg
+source/hrect.prg
+source/hupdown.prg
+source/hwindow.prg
+source/hwinprn.prg
+source/menu.prg
+source/repexec.prg
+source/printdos.prg
+source/hdc.prg
+source/hhyper.prg
+source/richtext.prg
+
Modified: trunk/hwgui/source/hdatepic.prg
===================================================================
--- trunk/hwgui/source/hdatepic.prg 2012-01-28 11:49:23 UTC (rev 1837)
+++ trunk/hwgui/source/hdatepic.prg 2012-01-28 18:38:57 UTC (rev 1838)
@@ -37,7 +37,7 @@
METHOD GetValue()
METHOD SetValue( xValue )
METHOD Redefine( oWndParent, nId, vari, bSetGet, oFont, bSize, bInit, ;
- bGfocus, bLfocus, bChange, ctooltip, tcolor, bcolor )
+ bGfocus, bLfocus, bChange, ctooltip, tcolor, bcolor, lShowTime )
METHOD onChange( nMess )
METHOD When( )
METHOD Valid( )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|