[fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

2010-03-09 Thread Graeme Geldenhuys

fpGUI v0.7-rc1 is available
---

An archived source download can be found at the following URL, or
the source code could be pulled directly from the source code
repository.

   http://sourceforge.net/projects/fpgui/files/


For more details, please visit the fpGUI home page:

   http://opensoft.homeip.net/fpgui/


The v0.7 release contains a lot of added features compared to the
previous release. Below is just a small list of things that changed
or was added. A more detailed change-log will be made available when I
create the final v0.7 release. The final release will also include
updated Class Documentation (in HTML and INF format) and application
help for DocView and UI Designer. The FPC Language Reference document
will also be made available in INF format.

Some changes in v0.7-rc1
-
* FPC 2.4.0 compatible.
* Fully tested on 32-bit and 64-bit platforms. Tested on Linux,
  Windows and the *BSD family.
* Mobile device support is back. Tested on ARM Linux and Windows
  Mobile devices.
* fpGUI UI Designer has improved a lot and extended it's component
  palette and Object Inspector.
* Various bug fixes, memory leaks and other enhancements have been
  applied.
* Units have a more uniform naming style.
* Classes have a more uniform structure/hierarchy with base classes.
* Help support has been added to the core framework
* fpGUI now has it's own help file viewer called DocView.
  Docview includes the following features:
   - document annotation
   - bookmarks
   - browse history
   - exporting articles to plain text or IPF format.
   - full text search (including weighting of results to see how
 relevant the results are)
   - Font and Color customization
   - Concatenation of help files at run-time so a library of help
 files can be viewed simultaneously.
   - Easy integration via the "external tools" feature of IDE's like
 Lazarus or MSEide. This allows for context sensitive help.
   - History of most recently viewed help files.
   - Help file format used is the INF format (IBM's format used it
 OS/2), which is very compact, incredibly fast and supports full
 text search.
* A lot of new components have been added, including enhancements
  to existing components.
* Various new dialogs have been added, which include Color Wheel,
  Character Map, Database Login etc.
* Improved integration with tiOPF project via the Model-GUI-Mediator
  design pattern.
* Graphical FPCUnit unit test runner.
* Lots of new language translations for the core fpGUI library.
* A lot of new example projects demoing various GUI components.




Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

2010-03-09 Thread Joseph Montanez
Graeme,

Amazing update, can't wait to get time to have my hands on this!

On Tue, Mar 9, 2010 at 5:16 AM, Graeme Geldenhuys
 wrote:
>
> fpGUI v0.7-rc1 is available
> ---
>
> An archived source download can be found at the following URL, or
> the source code could be pulled directly from the source code
> repository.
>
>   http://sourceforge.net/projects/fpgui/files/
>
>
> For more details, please visit the fpGUI home page:
>
>   http://opensoft.homeip.net/fpgui/
>
>
> The v0.7 release contains a lot of added features compared to the
> previous release. Below is just a small list of things that changed
> or was added. A more detailed change-log will be made available when I
> create the final v0.7 release. The final release will also include
> updated Class Documentation (in HTML and INF format) and application
> help for DocView and UI Designer. The FPC Language Reference document
> will also be made available in INF format.
>
> Some changes in v0.7-rc1
> -
> * FPC 2.4.0 compatible.
> * Fully tested on 32-bit and 64-bit platforms. Tested on Linux,
>  Windows and the *BSD family.
> * Mobile device support is back. Tested on ARM Linux and Windows
>  Mobile devices.
> * fpGUI UI Designer has improved a lot and extended it's component
>  palette and Object Inspector.
> * Various bug fixes, memory leaks and other enhancements have been
>  applied.
> * Units have a more uniform naming style.
> * Classes have a more uniform structure/hierarchy with base classes.
> * Help support has been added to the core framework
> * fpGUI now has it's own help file viewer called DocView.
>  Docview includes the following features:
>   - document annotation
>   - bookmarks
>   - browse history
>   - exporting articles to plain text or IPF format.
>   - full text search (including weighting of results to see how
>     relevant the results are)
>   - Font and Color customization
>   - Concatenation of help files at run-time so a library of help
>     files can be viewed simultaneously.
>   - Easy integration via the "external tools" feature of IDE's like
>     Lazarus or MSEide. This allows for context sensitive help.
>   - History of most recently viewed help files.
>   - Help file format used is the INF format (IBM's format used it
>     OS/2), which is very compact, incredibly fast and supports full
>     text search.
> * A lot of new components have been added, including enhancements
>  to existing components.
> * Various new dialogs have been added, which include Color Wheel,
>  Character Map, Database Login etc.
> * Improved integration with tiOPF project via the Model-GUI-Mediator
>  design pattern.
> * Graphical FPCUnit unit test runner.
> * Lots of new language translations for the core fpGUI library.
> * A lot of new example projects demoing various GUI components.
>
>
>
>
> Regards,
>  - Graeme -
>
> --
> fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
> http://opensoft.homeip.net/fpgui/
>
> ___
> fpc-pascal maillist  -  fpc-pas...@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>



-- 
Joseph Montanez
Web Developer
Gorilla3D
Design, Develop, Deploy
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

2010-03-09 Thread Jorge Aldo G. de F. Junior
whats the status of its integration with directfb ?

im working on a INIT replacement for linux (based on xml files) and i
was thinking about a DirectFB/fpGUI user shell (Something quite simple
and light, for use on routers and other kind of network stuff where X
is overkill)

2010/3/9 Joseph Montanez :
> Graeme,
>
> Amazing update, can't wait to get time to have my hands on this!
>
> On Tue, Mar 9, 2010 at 5:16 AM, Graeme Geldenhuys
>  wrote:
>>
>> fpGUI v0.7-rc1 is available
>> ---
>>
>> An archived source download can be found at the following URL, or
>> the source code could be pulled directly from the source code
>> repository.
>>
>>   http://sourceforge.net/projects/fpgui/files/
>>
>>
>> For more details, please visit the fpGUI home page:
>>
>>   http://opensoft.homeip.net/fpgui/
>>
>>
>> The v0.7 release contains a lot of added features compared to the
>> previous release. Below is just a small list of things that changed
>> or was added. A more detailed change-log will be made available when I
>> create the final v0.7 release. The final release will also include
>> updated Class Documentation (in HTML and INF format) and application
>> help for DocView and UI Designer. The FPC Language Reference document
>> will also be made available in INF format.
>>
>> Some changes in v0.7-rc1
>> -
>> * FPC 2.4.0 compatible.
>> * Fully tested on 32-bit and 64-bit platforms. Tested on Linux,
>>  Windows and the *BSD family.
>> * Mobile device support is back. Tested on ARM Linux and Windows
>>  Mobile devices.
>> * fpGUI UI Designer has improved a lot and extended it's component
>>  palette and Object Inspector.
>> * Various bug fixes, memory leaks and other enhancements have been
>>  applied.
>> * Units have a more uniform naming style.
>> * Classes have a more uniform structure/hierarchy with base classes.
>> * Help support has been added to the core framework
>> * fpGUI now has it's own help file viewer called DocView.
>>  Docview includes the following features:
>>   - document annotation
>>   - bookmarks
>>   - browse history
>>   - exporting articles to plain text or IPF format.
>>   - full text search (including weighting of results to see how
>>     relevant the results are)
>>   - Font and Color customization
>>   - Concatenation of help files at run-time so a library of help
>>     files can be viewed simultaneously.
>>   - Easy integration via the "external tools" feature of IDE's like
>>     Lazarus or MSEide. This allows for context sensitive help.
>>   - History of most recently viewed help files.
>>   - Help file format used is the INF format (IBM's format used it
>>     OS/2), which is very compact, incredibly fast and supports full
>>     text search.
>> * A lot of new components have been added, including enhancements
>>  to existing components.
>> * Various new dialogs have been added, which include Color Wheel,
>>  Character Map, Database Login etc.
>> * Improved integration with tiOPF project via the Model-GUI-Mediator
>>  design pattern.
>> * Graphical FPCUnit unit test runner.
>> * Lots of new language translations for the core fpGUI library.
>> * A lot of new example projects demoing various GUI components.
>>
>>
>>
>>
>> Regards,
>>  - Graeme -
>>
>> --
>> fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
>> http://opensoft.homeip.net/fpgui/
>>
>> ___
>> fpc-pascal maillist  -  fpc-pas...@lists.freepascal.org
>> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>>
>
>
>
> --
> Joseph Montanez
> Web Developer
> Gorilla3D
> Design, Develop, Deploy
> ___
> fpc-pascal maillist  -  fpc-pas...@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

2010-03-09 Thread Jorge Aldo G. de F. Junior
see this : http://www.calmira.net/

thats my goal (coincidentally, calmira was made using delphi...)
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPC Docs updated

2010-03-09 Thread Guionardo Furlan
There is an easy way to have the wiki's of lazarus and fpc saved to my
PC? Like an off-line resource?

2010/3/8 Eduardo :
> On Mon, 8 Mar 2010 17:33:13 +0100 (CET)
> Michael Van Canneyt  wrote:
>
>>
>>
>> On Mon, 8 Mar 2010, Eduardo wrote:
>>
>> > On Mon, 8 Mar 2010 09:06:13 +0100 (CET)
>> > Michael Van Canneyt  wrote:
> <.>
>> > Can you post the file's url? Thanks for the work.
>>
>> I forgot about this location, my apologies :/
>>
>> Please try again with
>> ftp://ftp.freepascal.org/pub/fpc/docs-pdf/fcl.pdf.
>>
>> Michael.
>
> I'm downloading it now.
>
> Thanks and Good Work!
>
> ___
> fpc-pascal maillist  -  fpc-pas...@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>



-- 
Timeo hominem unius libri
Cogito ergo sum - Carpe diem

[]s
Guionardo Furlan
http://guionardo.blogspot.com
http://www.guionardofurlan.com.br
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

2010-03-09 Thread Graeme Geldenhuys
Jorge Aldo G. de F. Junior het geskryf:
> whats the status of its integration with directfb ?


Two new backends are planned (AggPas and DirectFb), but none are started
yet. There is currently no timeframe set yet.


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal