hmg-4 Changelog

Moderator: Rathinagiri

mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: hmg-4 Changelog

Post 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...
User avatar
concentra
Posts: 256
Joined: Fri Nov 26, 2010 11:31 am
Location: Piracicaba - Brasil

Re: hmg-4 Changelog

Post 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 ?
[[]] Mauricio Ventura Faria
User avatar
concentra
Posts: 256
Joined: Fri Nov 26, 2010 11:31 am
Location: Piracicaba - Brasil

Re: hmg-4 Changelog

Post 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.
[[]] Mauricio Ventura Faria
Ricci
Posts: 255
Joined: Thu Nov 19, 2009 2:23 pm

Re: hmg-4 Changelog

Post 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 !
Attachments
HMG3 print
HMG3 print
HMG3 print.jpg (66.1 KiB) Viewed 4828 times
HMG4 print
HMG4 print
HMG4 print.jpg (59.33 KiB) Viewed 4828 times
User avatar
concentra
Posts: 256
Joined: Fri Nov 26, 2010 11:31 am
Location: Piracicaba - Brasil

Re: hmg-4 Changelog

Post 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.
[[]] Mauricio Ventura Faria
Ricci
Posts: 255
Joined: Thu Nov 19, 2009 2:23 pm

Re: hmg-4 Changelog

Post 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
User avatar
concentra
Posts: 256
Joined: Fri Nov 26, 2010 11:31 am
Location: Piracicaba - Brasil

Re: hmg-4 Changelog

Post 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.
[[]] Mauricio Ventura Faria
Ricci
Posts: 255
Joined: Thu Nov 19, 2009 2:23 pm

Re: hmg-4 Changelog

Post 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
User avatar
concentra
Posts: 256
Joined: Fri Nov 26, 2010 11:31 am
Location: Piracicaba - Brasil

Re: hmg-4 Changelog

Post 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.
[[]] Mauricio Ventura Faria
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: hmg-4 Changelog

Post 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
Luigi from Italy
www.L3W.it
Post Reply