Page 25 of 30

Re: hmg-4 Changelog

Posted: Mon Dec 05, 2011 12:56 pm
by mrduck
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...

Re: hmg-4 Changelog

Posted: Tue Dec 06, 2011 4:21 pm
by concentra
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:

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'
Seems to a missing include or a version mismatch...
Is there anyone else getting this error ?

Re: hmg-4 Changelog

Posted: Tue Dec 06, 2011 4:34 pm
by concentra
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:

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'
Seems to a missing include or a version mismatch...
Is there anyone else getting this error ?
Please don't bother.
It was a path problem...
Sorry.

Re: hmg-4 Changelog

Posted: Wed Dec 07, 2011 11:05 am
by Ricci

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
Semi-OOP is not supported yet for printing !

The Qt-printing machine seems to be unfinished, the prints look very bad compared to HMG3 as shown below (using the same driver).
My opinion: unusable !

Re: hmg-4 Changelog

Posted: Wed Dec 07, 2011 7:08 pm
by concentra

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.

Re: hmg-4 Changelog

Posted: Thu Dec 08, 2011 6:02 pm
by Ricci

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

Re: hmg-4 Changelog

Posted: Fri Dec 09, 2011 10:49 am
by concentra

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.

Re: hmg-4 Changelog

Posted: Fri Dec 09, 2011 2:32 pm
by Ricci
2011-12-09 15:30 UTC+0100 Ricci Zepmeusel ( ricci at conzoft.de )
* source/hmgapp.prg
+ method DecimalPoint() ( read only )
If you set a country with HMGAPP():Localized( nLanguage, nCountry ) first, you will get the matching decimal point with HMGAPP():DecimalPoint() after HMGAPP():Start()

Ricci

Re: hmg-4 Changelog

Posted: Fri Dec 09, 2011 2:39 pm
by concentra

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.

Re: hmg-4 Changelog

Posted: Fri Dec 09, 2011 2:54 pm
by l3whmg
Hi to everyone.
Mauricio notes a problem regarding QLocale definitions. I have re-add "include/hmg_qtlocale.ch" file: it contains only languages definition; about country you must use hbqtcore.ch
At the same time, you can see their use within "samples/agoodstart" now update.
Cheers

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