Re: hmg-4 Changelog
Posted: Mon Dec 05, 2011 12:56 pm
We are trying to enable a mailing list like the one of the harbour project: every developers should receive a message at a commit but it must be fine-tuned...
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
Code: Select all
Harbour 3.1.0dev (Rev. 17102)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'source\datepicker.prg'...
source\datepicker.prg(86) Warning W0001 Ambiguous reference 'QABSTRACTSPINBOX_UPDOWNARROWS'
source\datepicker.prg(170) Warning W0001 Ambiguous reference 'QABSTRACTSPINBOX_UPDOWNARROWS'
source\datepicker.prg(170) Warning W0001 Ambiguous reference 'QABSTRACTSPINBOX_NOBUTTONS'
Please don't bother.concentra wrote:Hi All !
I was somewhat busy with other things and today I updated my SVN tree after a long time...
But I am getting an error while building the LIB:Seems to a missing include or a version mismatch...Code: Select all
Harbour 3.1.0dev (Rev. 17102) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'source\datepicker.prg'... source\datepicker.prg(86) Warning W0001 Ambiguous reference 'QABSTRACTSPINBOX_UPDOWNARROWS' source\datepicker.prg(170) Warning W0001 Ambiguous reference 'QABSTRACTSPINBOX_UPDOWNARROWS' source\datepicker.prg(170) Warning W0001 Ambiguous reference 'QABSTRACTSPINBOX_NOBUTTONS'
Is there anyone else getting this error ?
Code: Select all
2011-12-07 11:50 UTC+0100 Ricci Zepmeusel ( ricci at conzoft.de )
* source/printer.prg
! printer class rebuild for getting it working correct
+ samples/print/demo_HMG.prg
+ samples/print/demo_OOP.prg
! Oneliners (Semi-OOP) did not exist yet
Code: Select all
2011-12-07 17:02 UTC-0300 Mauricio Ventura Faria (<conc001 a+t gmail com>)
! samples/agenda/agenda.prg
! Translated to english. Fixed compiling messages.
Code: Select all
2011-12-08 19:00 UTC+0100 Ricci Zepmeusel ( ricci at conzoft.de )
* source/printer.prg
! some minor changes
+ samples/print/demo_9.prg
! direct HTML printing demo
Code: Select all
2011-12-09 08:48 UTC-0300 Mauricio Ventura Faria (<conc001 a+t gmail com>)
* samples/checkbox/demo_2.prg
* samples/checkbox/demo_3.prg
! Fixed compiling warning messages.
If you set a country with HMGAPP():Localized( nLanguage, nCountry ) first, you will get the matching decimal point with HMGAPP():DecimalPoint() after HMGAPP():Start()2011-12-09 15:30 UTC+0100 Ricci Zepmeusel ( ricci at conzoft.de )
* source/hmgapp.prg
+ method DecimalPoint() ( read only )
Code: Select all
2011-12-09 12:34 UTC-0300 Mauricio Ventura Faria (<conc001 a+t gmail com>)
* samples/checkbutton/demo_2.prg
* samples/checkbutton/demo_3.prg
* samples/datepick/demo_2.prg
* samples/datepick/demo_3.prg
* samples/dialogs/demo_1.prg
* samples/editbox/demo_2.prg
* samples/editbox/demo_3.prg
* samples/frame/demo_2.prg
* samples/graph/demo_4.prg
* samples/grid/demo_2.prg
* samples/grid/demo_3.prg
* samples/grid/demo_4.prg
* samples/hardvalid/demo_1.prg
* samples/lcd/demo_1.prg
! Fixed compiling warning messages.
Code: Select all
2011-12-09 15:45 UTC+0100 Luigi Ferraris ( <luigi at l3w.it> )
+ include/hmg_qtlocale.ch
* samples/agoodstart/demo_1.prg
* I have rewrite QLocale definitions about language. This definitions are
not included within hbqtcore.ch