Club Delphi  
    FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Otros entornos y lenguajes > Lazarus, FreePascal, Kylix, etc.
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

Respuesta
 
Herramientas Buscar en Tema Desplegado
  #1  
Antiguo 28-03-2011
el-mono el-mono is offline
Miembro
 
Registrado: abr 2008
Ubicación: Lules
Posts: 176
Poder: 17
el-mono Va por buen camino
Lazarus 0.9.30 released

Despues de muuuucho trabajo y un tiempo prolongado el equipo de Lazarus libero una nueva version estable de esta maravillosa herramienta, aunque estaba disponible desde el sabado recien hoy hicieron el anuncio.

A prgramar gente.

Responder Con Cita
  #2  
Antiguo 28-03-2011
Avatar de Casimiro Notevi
Casimiro Notevi Casimiro Notevi is offline
Moderador
 
Registrado: sep 2004
Ubicación: En algún lugar.
Posts: 32.056
Poder: 10
Casimiro Notevi Tiene un aura espectacularCasimiro Notevi Tiene un aura espectacular
¡Estupendo!
Responder Con Cita
  #3  
Antiguo 28-03-2011
Avatar de pacopenin
pacopenin pacopenin is offline
Miembro
 
Registrado: sep 2010
Ubicación: Asturias
Posts: 382
Poder: 14
pacopenin Va por buen camino
Hola.

Estupenda noticia.

Saludos,
__________________
http://www.gestionportable.com
Responder Con Cita
  #4  
Antiguo 28-03-2011
Avatar de Chris
[Chris] Chris is offline
Miembro Premium
 
Registrado: abr 2007
Ubicación: Jinotepe, Nicaragua
Posts: 1.678
Poder: 19
Chris Va por buen camino
Y qué trae de nuevo esta versión?
__________________
Perfil Github - @chrramirez - Delphi Blog - Blog Web
Responder Con Cita
  #5  
Antiguo 28-03-2011
Avatar de Casimiro Notevi
Casimiro Notevi Casimiro Notevi is offline
Moderador
 
Registrado: sep 2004
Ubicación: En algún lugar.
Posts: 32.056
Poder: 10
Casimiro Notevi Tiene un aura espectacularCasimiro Notevi Tiene un aura espectacular
Cita:
Empezado por Chris Ver Mensaje
Y qué trae de nuevo esta versión?
Básicamente, estos cambios:

Cita:
Highlights / Major changes:

LCL:
* Windows CE: support for clipboard and keypad devices
* GTK2 and GTK1 interfaces are now separated.
GTK1 is no longer maintained by the Lazarus team,
but patches are still welcome.
* fpGUI: the LCL interface to fpGUI now supports all components
on the standard page.
* QT: support for Haiku
* Layout and autosizing is now more consistent across widgetsets,
overhead was reduced, improved cross platform layouts and complex forms.
* Added gif reader
* TLazIntfImage - New function AlphaBlend, which can alpha blend
an intfimage into another, using a separate intfimage as the
alpha channel.
* Unit chart and its component TBarChar are deprecated.
See the new package TAChartLazarusPkg.

IDE:
* Support for FPC resources:
You can now use {$R *.lfm} instead of {$i unit1.lrs}.
* The Delphi converter has improved a lot.
* Build modes, build macros and conditionals now allows
different sets of compiler options for projects and packages.
* Editor
* Hiding (Folding) of comments in Pascal source.
* Allow Multiple Source-Editor Windows
* Allow several Views of the same Source
* User-defined color-schemes.
* Identifier-completion pop-up is now resizeable
* Project compiler options can now be saved as default for new projects.
* When opening a project only those forms are opened
that were open when project was closed.
* Various designer usability improvements:
* arrow and tab keys switching between components
* resize/move cancellation using ESC key
* save/restore of the form window state in the project session
* skip snapping when Alt key is pressed
* When creating a new project the default unit output directory
is now lib/$(TargetCPU)-$(TargetOS). Target file name is project1.
This has no impact on old projects.
* IDE now preserves the line endings of source files (it uses
the line ending of the first line, it does not preserve mixed
line endings).
* You can now quickly switch between several versions / branches of
packages by defining the preferred package file name for each dependency.
* You can now use the IDE directive %H- to hide individual hints,
notes and warnings.
* The IDE can be made dockable. Install either the package
AnchorDockingDsgn or EasyDockMgrDsgn.
* The ToDo list was moved to a separate package: todolistlaz.lpk.
* Czech translation added

Debugger / Editor
* Inserted/Deleted lines during a debug session are now tracked.
Breakpoints and Execution-line are adjusted.
* Step out command implementation (by Flavio)
* Show execution point command
* Single Instruction step (over/into)
* UI Improvements: Toolbars for Watches, Breakpoints, Disassembler
* Watches: Enabled display formats (mem-dump, Hex, Default, ..)
* Disassembler added navigation: jump to address / return to execution point
* Improved reaction speed: It is possible to continue stepping
without having to wait for all watches, locals, ... to be evaluated

Components:
* The IDE got some options to become easier for students and pupils
and there is a new package EducationLaz adding options to hide
complex parts of the IDE
* New AggPas (Anti Grain Geometry for Object Pascal) package,
now supporting FPImage and LCL. AggPas highlights: Subpixel rendering,
8-bit alpha channel, paths, platform independent rendering using
pure pascal
* TAChart update, including: stacked and rotated series, 3 new types
of series, axis transformations, interactive tools, 6 new demos and
other improvements


And thousands of fixes and smaller changes. The detailed list of changes can be
found here:
http://wiki.lazarus.freepascal.org/L..._release_notes
Responder Con Cita
  #6  
Antiguo 28-03-2011
Avatar de geolife
[geolife] geolife is offline
Miembro Premium
 
Registrado: nov 2006
Ubicación: Barcelona
Posts: 88
Poder: 18
geolife Va por buen camino
Genial, hacia un tiempo considerable que esperaba estuviera lista!! Con el tiempo ha ganado en calidad y estabilidad, es fácil portar algunos proyectos delphi con apenas cambios!
Responder Con Cita
  #7  
Antiguo 28-03-2011
Avatar de rretamar
[rretamar] rretamar is offline
Miembro Premium
 
Registrado: ago 2006
Ubicación: San Francisco, Córdoba, Argentina
Posts: 1.168
Poder: 20
rretamar Va camino a la famarretamar Va camino a la fama
Muy buena noticia. Gracias.
__________________
Lazarus Codetyphon : Desarrollo de aplicaciones Object Pascal, libre y multiplataforma.
Responder Con Cita
  #8  
Antiguo 29-03-2011
rrf rrf is offline
Miembro
 
Registrado: ago 2003
Ubicación: S/C Tenerife, España
Posts: 454
Poder: 21
rrf Va por buen camino
Muy buena noticia.

Gracias.
Responder Con Cita
  #9  
Antiguo 30-03-2011
jandro jandro is offline
Miembro
 
Registrado: jul 2007
Posts: 56
Poder: 17
jandro Va por buen camino
Hola a todos!

Hace tiempo que sigo el proyecto Lazarus, incluso llegue a instalarlo y hacer pruebas en mi Mac. Mi pregunta es: ¿Que tipo de componentes utiliza? Me gustario desarrollar aplicaciones de video en Mac y no lo consigo, seguramente esto sea una opcion mas.

Gracias y saludos.
Responder Con Cita
  #10  
Antiguo 06-04-2011
Avatar de Ñuño Martínez
Ñuño Martínez Ñuño Martínez is offline
Moderador
 
Registrado: jul 2006
Ubicación: Ciudad Catedral, Españistán
Posts: 6.000
Poder: 25
Ñuño Martínez Tiene un aura espectacularÑuño Martínez Tiene un aura espectacular
Acabo de instalarlo en mi Xubuntu, y ya está tocando las narices con que no encuentra tal archivo o cual directorio. Tendré que bucear entre las opciones, a ver si lo arreglo (oooootra vez... ¡Ains! ).

Cita:
Empezado por jandro Ver Mensaje
Hace tiempo que sigo el proyecto Lazarus, incluso llegue a instalarlo y hacer pruebas en mi Mac. Mi pregunta es: ¿Que tipo de componentes utiliza?
En MacOS soporta tanto Cocoa como Carbon. Lo que no sé es si existe QT o GTK+ para MacOS, pero si es así entonces también soporta estos dos. Mira en las opciones de compilación.
__________________
Proyectos actuales --> Allegro 5 Pascal ¡y Delphi!|MinGRo Game Engine
Responder Con Cita
Respuesta



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
Delphi for iPhone 1.0 released! JXJ Noticias 2 02-04-2010 04:34:30
PostgreSQL 8.3 Released poliburro Noticias 0 06-02-2008 03:25:01
Uso del uses en Lazarus Ubed Lazarus, FreePascal, Kylix, etc. 2 14-11-2007 16:00:36
[Lazarus] GTK+-devel en SUSE. problema instalar lazarus de esa libreria. sakuragi Lazarus, FreePascal, Kylix, etc. 3 28-09-2006 03:31:09
Firebird 1.5.3 Released Delfino Noticias 0 27-01-2006 09:35:33


La franja horaria es GMT +2. Ahora son las 17:40:11.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi