Difference between revisions of "Lazarus Documentation/it"

From Free Pascal wiki
Jump to navigationJump to search
m (Text replacement - "Object Pascal Tutorial" to "Basic Pascal Tutorial")
 
(33 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Lazarus Documentation}}
+
{{LanguageBar}}
  
 
==Istruzioni per Lazarus e Pascal==
 
==Istruzioni per Lazarus e Pascal==
*[[Overview of Free Pascal and Lazarus]] - Una breve discussione su ciò che puoi sviluppare con questi strumenti specifici.
+
*[[Overview of Free Pascal and Lazarus|Panoramica sul Free Pascal e Lazarus]] - Una breve discussione su ciò che puoi sviluppare con questi strumenti.
*[[Lazarus Tutorial]] - Una guida per iniziare e una descrizione dettagliata di Lazarus.
+
*[[Lazarus Tutorial/it | Lazarus Tutorial]] - Una guida per iniziare e una descrizione dettagliata di Lazarus.
 
*[[Lazarus IDE Tools]] - Una guida di livello intermedio riguardo il completamento del codice e altri strumenti dell'IDE.
 
*[[Lazarus IDE Tools]] - Una guida di livello intermedio riguardo il completamento del codice e altri strumenti dell'IDE.
 
*[[Lazarus Database Tutorial]] - Un'introduzione all'uso di Lazarus con i database.
 
*[[Lazarus Database Tutorial]] - Un'introduzione all'uso di Lazarus con i database.
 
*[[Developing with Graphics]] - Alcuni esempi di base sulla programmazione grafica.
 
*[[Developing with Graphics]] - Alcuni esempi di base sulla programmazione grafica.
*[[Pascal Tutorial]] - [http://www.taoyue.com/ Tao Yue's] [http://www.taoyue.com/tutorials/pascal/ Pascal Tutorial]  (copiato con permesso).
+
*[[Basic Pascal Tutorial]] - [http://www.taoyue.com/ Tao Yue's] [http://www.taoyue.com/tutorials/pascal/ Pascal Tutorial]  (copiato con permesso).
 +
*[[Free Pascal videos|Free Pascal video tutorials]]
 
*[[TXMLPropStorage]] - Usare TXMLPropStorage per salvare le preferenze dell'utente.
 
*[[TXMLPropStorage]] - Usare TXMLPropStorage per salvare le preferenze dell'utente.
 
*[[Executing External Programs]] - Un breve corso che mostra come aprire programmi esterni.
 
*[[Executing External Programs]] - Un breve corso che mostra come aprire programmi esterni.
Line 13: Line 14:
 
*[[Networking]] - Varie guide su XML, sul protocollo TCP/IP, sulla creazione di programmi di rete sicuri, sui servizi web, ecc.
 
*[[Networking]] - Varie guide su XML, sul protocollo TCP/IP, sulla creazione di programmi di rete sicuri, sui servizi web, ecc.
 
*[[Multithreaded Application Tutorial]] - Come scrivere applicazioni multithread usando Free Pascal e Lazarus
 
*[[Multithreaded Application Tutorial]] - Come scrivere applicazioni multithread usando Free Pascal e Lazarus
*[[Streaming components]] - How to write components to streams and read/create components from streams
+
*[[Streaming components]] - Come scrivere componenti per stream o come leggere/creare componenti dagli stream
 
*[[OpenGL Tutorial]] - Come usare GLUT in Lazarus
 
*[[OpenGL Tutorial]] - Come usare GLUT in Lazarus
 
*[[Creating bindings for C libraries]] - Come convertire i file header C (.h) in unit pascal
 
*[[Creating bindings for C libraries]] - Come convertire i file header C (.h) in unit pascal
Line 19: Line 20:
  
 
==Le guide di lazarus (per utenti)==
 
==Le guide di lazarus (per utenti)==
*[[Lazarus Faq]] - Informazioni generali riguardo Lazarus con dettagli per gli utenti di Linux e Windows.
+
*[[Lazarus Faq/it | Lazarus Faq]] - Informazioni generali riguardo Lazarus con dettagli per gli utenti di Linux e Windows.
*[[Lazarus DB Faq]] - FAQ sui database Lazarus.
+
*[[Lazarus DB Faq]] - Domande ricorrenti sui database con Lazarus.
*[[Code Examples]] - Esempio di programma per Lazarus.
+
*[[Code Examples]] - Alcuni programmi di esempio con Lazarus.
*[[Feature_Ideas|Wishlist/Wanted Features]] - Ciò che vorresti trovare nel Lazarus.
+
*[[Feature_Ideas|Desiderata]] - Ciò che vorresti trovare nel Lazarus.
*[[How do I create a bug report]] - Se pensi di aver trovato un bug e lo vuoi riportare.
+
*[[How do I create a bug report|Come fare un corretto rapporto di bug]] - Se pensi di aver trovato un bug e vuoi che venga preso in considerazione.
 
===Installazione===  
 
===Installazione===  
 
*[[Installing Lazarus]] - Una guida all'installazione
 
*[[Installing Lazarus]] - Una guida all'installazione
 
*[[Getting Lazarus]] - Come scaricare versioni rilasciate o SVN di Lazarus
 
*[[Getting Lazarus]] - Come scaricare versioni rilasciate o SVN di Lazarus
*[[OS X Programming Tips]] - Installazione, strumenti utili, comandiUnix, e altro...
+
*[[macOS Programming Tips]] - Installazione, strumenti utili, comandi Unix, e altro...
 +
 
 
===IDE===
 
===IDE===
 
*[[IDE tricks]] - Consigli, trucchi e strumenti nascosti
 
*[[IDE tricks]] - Consigli, trucchi e strumenti nascosti
Line 33: Line 35:
 
*[[Lazarus Packages]] - Guida per creare pacchetti per Lazarus
 
*[[Lazarus Packages]] - Guida per creare pacchetti per Lazarus
 
*[[Install Packages]] - Come installare i pacchetti
 
*[[Install Packages]] - Come installare i pacchetti
*[[Extending the IDE]] -Come aggiungere funzioni a Lazarus IDE
+
*[[Extending the IDE]] - Come aggiungere funzioni all'IDE Lazarus
  
 
===LCL===
 
===LCL===
 
*[[doc:lcl/|LCL documentation]] - Assistenza in linea per LCL (lavori in corso).
 
*[[doc:lcl/|LCL documentation]] - Assistenza in linea per LCL (lavori in corso).
*[[Main Loop Hooks]] - Come maneggiare fonti di eventi multiple
+
*[[Main Loop Hooks]] - Come gestire fonti di eventi multiple.
*[[Asynchronous Calls]] - Come mettere in attesa processi per chiamarli in seguito
+
*[[Asynchronous Calls]] - Come mettere in attesa processi per chiamarli in seguito.
 
*[[File size and smartlinking]] - come creare files eseguibili più piccoli.
 
*[[File size and smartlinking]] - come creare files eseguibili più piccoli.
*[[Accessing the Interfaces directly]] - Esempi di come accedere a LCL widgetsets
+
*[[Accessing the Interfaces directly]] - Esempi di come accedere ai widgetsets LCL.
*[[Add Help to Your Application]] - Come creare la guida in linea per le tue applicazioni
+
*[[Add Help to Your Application|Aggiungere una guida alla tua applicazione]] - Come creare la guida in linea per le tue applicazioni.
*[[Anchor Sides]] - Descrizione di Anchor Sides Feature
+
*[[Anchor Sides]] - Descrizione delle caratteristiche Anchor Sides.
*[[LCL Tips]] - Consigli e trucchi
+
*[[LCL Tips]] - Consigli e trucchi.
*[[LCL Defines]] - Scegliere le giuste opzioni per ricompilare LCL
+
*[[LCL Defines]] - Scegliere le giuste opzioni per ricompilare LCL.
  
===Developing===
+
===Sviluppo===
 
*[[The Power of Proper Planning and Practices]] - common-sense programming best practices for the Free Pascal and Lazarus developer
 
*[[The Power of Proper Planning and Practices]] - common-sense programming best practices for the Free Pascal and Lazarus developer
 
*[[Multiplatform Programming Guide]] - Come si sviluppano applicazioni cross-platform e come si portano da una piattaforma ad un'altra
 
*[[Multiplatform Programming Guide]] - Come si sviluppano applicazioni cross-platform e come si portano da una piattaforma ad un'altra
*[[Using Pascal Libraries with .NET and Mono]] - , puoi usare il tuo codice Free Pascal con .NET e Mono
+
*[[Using Pascal Libraries with .NET and Mono]] - , puoi usare il tuo codice Free Pascal con .NET e Mono!
*[[Deploying Your Application]] - Come creare un installer per la tua applicazione
+
*[[Deploying Your Application]] - Come creare un installer per la tua applicazione.
*[[Cross compiling]] - Creating executables of one platform, on another.
+
*[[Cross compiling]] - Creazione di eseguibili per una piattaforma, su di un'altra.
 
*[[Remote Debugging]] - Come fare il debug della tua applicazione Lazarus da un'altra macchina.
 
*[[Remote Debugging]] - Come fare il debug della tua applicazione Lazarus da un'altra macchina.
  
===Tools===
+
===Strumenti===
*[[Lazarus Documentation Editor]] - Usare "lazde" per creare la documentazione
+
*[[Lazarus Documentation Editor]] - Usare "lazde" per creare la documentazione.
*[[LazDoc]] - Un editor integrato per i files di documentazione
+
*[[FPDoc Editor]] - Un editor integrato per i files di documentazione.
*[[lazbuild]] - Compilare i progetti e i packages senza l'IDE
+
*[[lazbuild]] - Compilare i progetti e i packages senza l'IDE.
  
===Coming from Delphi===
+
===Venendo da Delphi===
*[[Lazarus Components]] - Comparazione tra i componenti Lazarus e Turbo Delphi
+
*[[Lazarus Components]] - Comparazione tra i componenti Lazarus e Turbo Delphi.
*[[Lazarus For Delphi Users]] - Per gli utenti Delphi che sono agli inizi con Lazarus
+
*[[Lazarus For Delphi Users]] - Per gli utenti Delphi che sono agli inizi con Lazarus.
*[[Code Conversion Guide]] - Come si convertono codice esistente e componenti da Delphi e Kylix
+
*[[Code Conversion Guide]] - Come si converte il codice esistente e componenti da Delphi e Kylix.
  
==The Lazarus Developer Guides==
+
==Le guide dello sviluppatore Lazarus==
*[[How To Help Developing Lazarus]] - A guide to help newbies start improving Lazarus
+
*[[How To Help Developing Lazarus]] - Una guida per aiutare i principianti a migliorare Lazarus
*[[Version Numbering]] -  Explanation of the different version numbers of Lazarus  
+
*[[Version Numbering]] -  Descrizione dei numeri di versione di Lazarus  
 
*[[Creating A Patch| Creating a Patch]] - A guide to making a patch with changes made to Lazarus
 
*[[Creating A Patch| Creating a Patch]] - A guide to making a patch with changes made to Lazarus
 
*[[Creating a Backtrace with GDB]] - A guide to making a backtrace to help you debug a program
 
*[[Creating a Backtrace with GDB]] - A guide to making a backtrace to help you debug a program
 
*[[Nomenclature]] - Guida alla scelta del nome per un nuovo metodo o proprietà
 
*[[Nomenclature]] - Guida alla scelta del nome per un nuovo metodo o proprietà
*[[DesignGuidelines|Design Guide Lines]] - A guide about how to procede when changing Lazarus Source Code.
+
*[[DesignGuidelines|Design Guide Lines]] - Una guida sulla procedura di modifica del codice sorgente di Lazarus.
 
*[[GUI design]] - Notes on guidelines when designing the lazarus GUI
 
*[[GUI design]] - Notes on guidelines when designing the lazarus GUI
 
*[[Roadmap]] - An idea of the current status of the various parts of Lazarus
 
*[[Roadmap]] - An idea of the current status of the various parts of Lazarus
*[[Road To 1.0]] - What needs to be done for Lazarus 1.0
+
*[[Road To 1.0]] - Cosa manca da fare per Lazarus 1.0
*[[Moderating the bug tracker]] - Guidelines for lazarus developers and moderators for using the [http://www.freepascal.org/mantis/ bug tracker].
+
*[[Moderating the bug tracker]] - Linee guida per gli sviluppatori e i moderatori lazarus per l'uso dello strumento  [http://www.freepascal.org/mantis/ bug tracker].
 
*[[Codetools]] - How the codetools are integrated into the IDE
 
*[[Codetools]] - How the codetools are integrated into the IDE
 
*[[Creating IDE Help]] - Come estendere la documentazione IDE
 
*[[Creating IDE Help]] - Come estendere la documentazione IDE
*[[Unit not found - How to find units]] - How to setup the IDE and source files
+
*[[Unit not found - How to find units]] - Come impostare l'IDE e i file sorgente
*[[Bounties]] - Need a particular new feature soon? Set a price here.
+
*[[Bounties]] - Necessiti velocemente di una particolare nuova caratteristica? Investi in un premio!
  
===LCL - Lazarus component library===
+
===LCL - La libreria a componenti di Lazarus===
*[[LCL Messages]] - Guide related to LCL Messages
+
*[[LCL Messages]] - Guida ai messaggi LCL
 
*[[LCL Internals]] - Some info about the inner workings of the LCL
 
*[[LCL Internals]] - Some info about the inner workings of the LCL
*[[LCL Key Handling]] - Help! A key press, what now?
+
*[[LCL Key Handling]] - Aiuto! Ho premuto un tasto, e ora?
 
*[[LCL Unicode Support]] - Road to Unicode enabled Lazarus
 
*[[LCL Unicode Support]] - Road to Unicode enabled Lazarus
*[[LCL Documentation Roadmap]] - Which units have to be documented
+
*[[LCL Documentation Roadmap]] - Stato della documentazione delle unit
  
 
===Interfacce===
 
===Interfacce===
*[[Carbon Interface]] - L'interfaccia Carbon per Mac OS X
+
*[[Carbon Interface]] - L'interfaccia Carbon per macOS
*[[Qt Interface]] - L'iterfaccia Qt 4 per Unix, Mac OS X e PDA basati su linux
+
*[[Qt Interface]] - L'iterfaccia Qt 4 per Unix, macOS e PDA basati su linux
 
*[[Windows CE Interface]] - Per Pocket PC e Smartphones
 
*[[Windows CE Interface]] - Per Pocket PC e Smartphones
  
===Translations===
+
===Traduzioni===
* [[Getting translation strings right]] A few notes for programmers on how to create and use translateable strings in your application. Quickly discusses general things about creating strings, offers a few hints on implementation issues and points out some things to consider when using English as base language in particular.
+
* [[Getting translation strings right | Come ottenere le giuste stringhe di traduzione]] alcune note per i programmatori su come creare e usare stringhe traducibili nelle applicazioni. Discussione generale sulla creazione di stringhe; offre alcuni suggerimenti su problemi di implementazione mettendo in risalto alcuni aspetti importanti da considerare, usando l'inglese come linguaggio base.
* '''Localization Notes:'''
+
* '''Note per la localizzazione:'''
:* [[German localization notes|German]] - Notes and guidelines for translating the Lazarus IDE to German, including a small dictionary to look up often used translations.
+
:* [[German localization notes|Tedesco]] - Note e linee guida per la traduzione dell'IDE Lazarus in Tedesco, incluso un piccolo dizionario da consultare spesso per le traduzioni ricorrenti.
:* [[Portuguese-Brazilian Localization Notes|Portuguese-Brazilian]] - Small dictionary containing common translations of terms used in the Lazarus IDE for the Portuguese-Brazilian translation.
+
:* [[Portuguese-Brazilian Localization Notes|Portoghese-Brasiliano]] - Piccolo dizionario contente termini comuni tradotti usati nell'IDE Lazarus per il Portoghese-Brasiliano.
 
<!-- *[[TO-DO]] Remaining Tasks -->
 
<!-- *[[TO-DO]] Remaining Tasks -->
* [[Help:Add language bar | Add language bar]] explains how you can add a list of translations to the top of a wiki page.
+
* [[Help:Add language bar | Aggiungi una scheda lingua]] spiega come aggiungere un elenco di traduzioni in cima ad una pagina wiki.
  
==Additional Components Documentation==
+
==Documentazione aggiuntiva sui componenti==
*[[Pascal Script]] and [[Pascal Script Examples]] - How to use the pascal script components in Lazarus
+
*[[Pascal Script]] e [[Pascal Script Examples|Esempi di Pascal Script]] - Come usare i componenti pascal script in Lazarus
*[[OpenGL]] - How to use OpenGL in Lazarus
+
*[[OpenGL]] - Come usare OpenGL in Lazarus
  
 
==Documentazione del compilatore Free Pascal==
 
==Documentazione del compilatore Free Pascal==
Line 116: Line 118:
 
*[[Build messages]]
 
*[[Build messages]]
  
==Lazarus related blogs==
+
==I blog di Lazarus==
*[[Adventures of a Newbie]] - A blog of a newbie getting started with some tutorial information in a running log.
+
*[[Adventures of a Newbie|Le avventure di un principiante]] - Un blog di un principiante che comincia a lavorare; con alcune informazioni di aiuto in una specie di diario.
*[http://lazarusroad.blogspot.com/ On the road with Lazarus/Freepascal] - A blog dedicated to register my experiences while programming with Lazarus and Freepascal (by Luiz Américo)
+
*[http://lazarusroad.blogspot.com/ In viaggio con Lazarus/Freepascal] - Un blog dedicato a registrare le mie esperienze nella programmazione con Lazarus e Freepascal (di Luiz Américo)
*[http://port2laz.blogspot.com/ Porting to Lazarus] - This blog describes the porting of a medium-sized application (~100 kloc) from D7 with CLX to Lazarus (by Alexsander da Rosa)
+
*[http://port2laz.blogspot.com/ Porting su Lazarus] - Questo blog descrive il port di una media applicazione (~100 k linee di codice) da D7 con CLX a Lazarus (di Alexsander da Rosa)
*[http://living-lazarus.blogspot.com/ Living Lazarus] - One mans exploration into the possibilities of an open source RAD (by [[User:Wibblytim|Wibblytim]]).
+
*[http://living-lazarus.blogspot.com/ Vivendo Lazarus] - Esplorazione di un singolo delle possibilità di un RAD open source (di [[User:Wibblytim|Wibblytim]]).
*[http://beeography.wordpress.com/tag/object-pascal/ Bee.ography] just (another) Bee’s buzz!
+
*[http://beeography.wordpress.com/tag/object-pascal/ Bee.ography] solo (altro) rumore da Bee!
 +
 
 +
{{AutoCategory}}
 +
[[Category:Main/it]]
 +
[[Category:Lazarus/it]]

Latest revision as of 03:31, 29 March 2020

العربية (ar) Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) Nederlands (nl) português (pt) русский (ru) slovenčina (sk) Türkçe (tr) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

Istruzioni per Lazarus e Pascal

Le guide di lazarus (per utenti)

Installazione

IDE

LCL

Sviluppo

Strumenti

Venendo da Delphi

Le guide dello sviluppatore Lazarus

LCL - La libreria a componenti di Lazarus

Interfacce

Traduzioni

  • Come ottenere le giuste stringhe di traduzione alcune note per i programmatori su come creare e usare stringhe traducibili nelle applicazioni. Discussione generale sulla creazione di stringhe; offre alcuni suggerimenti su problemi di implementazione mettendo in risalto alcuni aspetti importanti da considerare, usando l'inglese come linguaggio base.
  • Note per la localizzazione:
  • Tedesco - Note e linee guida per la traduzione dell'IDE Lazarus in Tedesco, incluso un piccolo dizionario da consultare spesso per le traduzioni ricorrenti.
  • Portoghese-Brasiliano - Piccolo dizionario contente termini comuni tradotti usati nell'IDE Lazarus per il Portoghese-Brasiliano.

Documentazione aggiuntiva sui componenti

Documentazione del compilatore Free Pascal

Oltre che in questo sito, l'ultima versione della documentazione può essere trovata online anche in una varietà di formati scaricabili nel sito principale del compilatore Free Pascal. Inoltre ora c'è anche un sito WiKi per FreePascal [1] molto simile nello stile a questo, per permettere agli sviluppatori di stendere documentazione aggiuntiva oltre a quella ufficiale dei documenti FPC riportati di seguito.

I blog di Lazarus