| Development/Tutorials | Current message text |
|---|---|
| ↓.../Tutorials/Page display title/es | Desarrollo/tutoriales |
| ↓...tions:Development/Tutorials/2/es | Los tutoriales son la manera más rápida de descubrir lo que KDE puede hacer por ti y cómo lo hace. Aquí hay una lista de los tutotiales disponibles en la actualidad «para KDE4». El material para KDE3 y KDE2 está disponible al final de esta página. |
| ↓...tions:Development/Tutorials/3/es | == Aspectos básicos de la programación en KDE 4 == |
| ↓...tions:Development/Tutorials/4/es | ¿Estás interesado en escribir aplicaciones con KDE 4? Este tutorial se dirige a los principiantes en la programación en KDE. |
| ↓...tions:Development/Tutorials/5/es | Hola mundo |
| ↓...tions:Development/Tutorials/6/es | Introducción a los aspectos más básicos de la programación en KDE 4. |
| ↓...tions:Development/Tutorials/7/es | Creación de la pantalla principal |
| ↓...tions:Development/Tutorials/8/es | Este tutorial muestra la magia de lo más importante de una aplicación: la pantalla principal. |
| ↓...tions:Development/Tutorials/9/es | Uso de KActions |
| ↓...ions:Development/Tutorials/10/es | Cómo añadir acciones a los menús y a las barras de herramientas. Basado en el tutorial «Pantalla principal». |
| ↓...ions:Development/Tutorials/11/es | Simulación física |
| ↓...ions:Development/Tutorials/12/es | Cómo realizar una simulación física: animación y diagrama. |
| ↓...ions:Development/Tutorials/13/es | Grabación y carga |
| ↓...ions:Development/Tutorials/14/es | Presenta la biblioteca KIO a la vez que añade la implementación de carga y grabación a tus aplicaciones. |
| ↓...ions:Development/Tutorials/15/es | Using SqLite databases and QtSq |
| ↓...ions:Development/Tutorials/16/es | Integrated databases without the need for a database server |
| ↓...ions:Development/Tutorials/17/es | Command line arguments |
| ↓...ions:Development/Tutorials/18/es | Adds the ability to specify which file to open from the command line to our text editor. |
| ↓...ions:Development/Tutorials/19/es | Introduction to CMake |
| ↓...ions:Development/Tutorials/20/es | How to use the CMake build system used by KDE4. |
| ↓...ions:Development/Tutorials/21/es | Common Programming Mistakes |
| ↓...ions:Development/Tutorials/22/es | Various common mistakes made while developing Qt and KDE applications and how to avoid them. |
| ↓...ions:Development/Tutorials/23/es | Debugging Linker Errors |
| ↓...ions:Development/Tutorials/24/es | How to understand and debug errors from the linker, at compile time. |
| ↓...ions:Development/Tutorials/25/es | Using Qt Creator to develop your KDE program |
| ↓...ions:Development/Tutorials/26/es | How to use Qt Creator as an [http://en.wikipedia.org/wiki/Integrated_development_environment IDE] to develop KDE programs |
| ↓...ions:Development/Tutorials/27/es | Creating Libraries to share code |
| ↓...ions:Development/Tutorials/28/es | How to add the library to the buildsystem and how to prepare the source code. |
| ↓...ions:Development/Tutorials/29/es | Session Management |
| ↓...ions:Development/Tutorials/30/es | Make your application aware of X sessions |
| ↓...ions:Development/Tutorials/31/es | Icons |
| ↓...ions:Development/Tutorials/32/es | Deliver your application with icons that are automatically installed to the right places. Based on the [[Development/Tutorials/Using_KActions|Kaction Tutorial]]. |
| ↓...ions:Development/Tutorials/33/es | Desktop File |
| ↓...ions:Development/Tutorials/34/es | Let your application show up in the K menu and in application menus. Based on the Icons Tutorial. ;[[Development/Tutorials/Building_An_Existing_Application|Building an Existing KDE Application]] If you want to improve an existing application, you can usually build and install it easily. This tutorial shows how to build an application in a way that doesn't interfere with your system. If you do not need to modify kdelibs this may be the easiest way to get started with development. |
| ↓...ions:Development/Tutorials/35/es | == Testing And Debugging == |
| ↓...ions:Development/Tutorials/36/es | Debugging your application |
| ↓...ions:Development/Tutorials/37/es | Tips, tools and techniques to apply when debugging your KDE application |
| ↓...ions:Development/Tutorials/38/es | Writing Unittests for Qt4 and KDE4 with QTestLib |
| ↓...ions:Development/Tutorials/39/es | Original link |
| ↓...ions:Development/Tutorials/40/es | Tutorial by [mailto:bradh@frogmouth.net Brad Hards] that describes how to write unit tests using the QTestLib framework. It is presented as an example based tutorial, and is still under development. |
| ↓...ions:Development/Tutorials/41/es | Semi-automatic ways to detect code errors |
| ↓...ions:Development/Tutorials/42/es | :Techniques you can use to detect errors in KDE code |
| ↓...ions:Development/Tutorials/43/es | == Managing Configuration Data With KConfig == |
| ↓...ions:Development/Tutorials/44/es | Introduction To KConfig |
| ↓...ions:Development/Tutorials/45/es | An overview of the KConfig classes and how to use them in your application code |
| ↓...ions:Development/Tutorials/46/es | Using KConfig XT |
| ↓...ions:Development/Tutorials/47/es | Tutorial on how to efficiently use the KConfig XT framework. |
| ↓...ions:Development/Tutorials/48/es | Updating KConfig Files |
| ↓...ions:Development/Tutorials/49/es | Tutorial on how to write an update script to keep changes in your application's config file format in sync with the user's already existing config file |
| ↓...ions:Development/Tutorials/50/es | == Services: Applications and Plugins == |
| ↓...ions:Development/Tutorials/51/es | Introduction to the Services Framework |
| ↓...ons:Development/Tutorials/301/es | An overview of the services framework in KDE and what it provides the application developer. Covers the system configuration cache (SyCoCa), the source data files and what the indexed information can be used for. |
| ↓...ions:Development/Tutorials/52/es | Finding Services Using Trader Queries |
| ↓...ions:Development/Tutorials/53/es | How to find services, such as plugins or mimetypes, that are indexed in the SyCoCa using Trader Query Syntax |
| ↓...ions:Development/Tutorials/54/es | Creating and Loading Plugins Using KService]] :Learn how to define custom plugin types, find installed plugins (including 3rd party plugins) and load them in an easy and portable fashion using KService. |
| ↓...ions:Development/Tutorials/55/es | == Localization == |
| ↓...ions:Development/Tutorials/56/es | See also [[Special:myLanguage/Localization|Localization portal]]. |
| ↓...ions:Development/Tutorials/57/es | Introduction To Unicode]] :An introduction to what Unicode is as well as how to handle Unicode data in KDE applications. |
| ↓...ions:Development/Tutorials/58/es | Writing Applications With Localization In Mind |
| ↓...ions:Development/Tutorials/59/es | This tutorial covers what localization is, why it's important and how to ensure your application is ready to be localized. A must read for all application developers. |
| ↓...ions:Development/Tutorials/60/es | Avoiding Common Localization Pitfalls |
| ↓...ions:Development/Tutorials/61/es | There are several common mistakes that prevent applications from being properly localized. Find out what they are and how to easily avoid them in this tutorial. |
| ↓...ions:Development/Tutorials/62/es | Building KDE's Localization Module |
| ↓...ions:Development/Tutorials/63/es | Building and installing language support from KDE's localization (l10n) module is a good idea for those working on applications in the main KDE repository. Doing so will allow you to test your application in another language and spot problem areas. Learn how to do just that in this tutorial. |
| ↓...ions:Development/Tutorials/64/es | Incorporating i18n Into the Build System |
| ↓...ions:Development/Tutorials/65/es | Once your application is ready to be localized, the next step is to ensure that translation files are built automatically and kept up to date. This tutorial covers the necessary CMakeFiles.txt additions as well the process of distributing the resulting message catalogs with your application. |
| ↓...ions:Development/Tutorials/66/es | Common i18n Challenges and Solutions |
| ↓...ions:Development/Tutorials/67/es | This tutorial covers challenges that you may eventually run into such as translating handbooks and other data that exists outside of the source code, merging and handling obsolete .po files, dealing with freezes, coding in languages other than English and creating independent releases of or moving applications between KDE modules. |
| ↓...ions:Development/Tutorials/68/es | Semantic Markup of Messages |
| ↓...ions:Development/Tutorials/69/es | To ensure consistent presentation and more meaningful representations of messages in applications, semantic markup can be applied to messages marked for translation using the KUIT system. This tutorial describes how this system works. |
| ↓...ions:Development/Tutorials/70/es | Automated i18n Code Checking |
| ↓...ions:Development/Tutorials/71/es | The Krazy code checker scans KDE's code and reports common i18n mistakes. |
| ↓...ions:Development/Tutorials/72/es | == Documentation == |
| ↓...ions:Development/Tutorials/73/es | API Documentation |
| ↓...ions:Development/Tutorials/74/es | This tutorial explains how to document your APIs properly. |
| ↓...ions:Development/Tutorials/75/es | Man Pages |
| ↓...ions:Development/Tutorials/76/es | Writing and Generating Reference Manual Pages. ;Source Code |
| ↓...ions:Development/Tutorials/77/es | Accessibility Overview |
| ↓...ions:Development/Tutorials/78/es | A list of accessibility tutorials and general information. |
| ↓...ions:Development/Tutorials/79/es | Accessibility Checklist |
| ↓...ions:Development/Tutorials/80/es | What to look for in your application to make it accessible for as many people as possible. |
| ↓...ions:Development/Tutorials/81/es | Screen Reader |
| ↓...ions:Development/Tutorials/82/es | This tutorial will explain some details about using screen readers with KDE applications. |
| ↓...ions:Development/Tutorials/83/es | Text-To-Speech |
| ↓...ions:Development/Tutorials/84/es | How to utilize Jovie text-to-speech service in your application. |
| ↓...ions:Development/Tutorials/85/es | == Application Automation and Scripting == |
| ↓...ions:Development/Tutorials/86/es | === D-Bus === |
| ↓...ions:Development/Tutorials/87/es | Introduction to D-Bus |
| ↓...ions:Development/Tutorials/88/es | A straight-forward introduction to the core concepts in D-Bus from an application developer's perspective, this tutorial covers what D-Bus is and how it can be used by applications. |
| ↓...ions:Development/Tutorials/89/es | Accessing D-Bus Interfaces |
| ↓...ions:Development/Tutorials/90/es | A step-by-step guide to calling D-Bus methods and connecting to D-Bus signals using QtDBus. |
| ↓...ions:Development/Tutorials/91/es | Intermediate D-Bus |
| ↓...ions:Development/Tutorials/92/es | Tips to make use of QtDBus when faced with problematic real-world interfaces. |
| ↓...ions:Development/Tutorials/93/es | Creating D-Bus Interfaces |
| ↓...ions:Development/Tutorials/94/es | Learn how to expose functionality in your application by creating and using custom D-Bus interfaces. Covers generating the XML descriptions, instantiating interfaces at run time and setting up the build system with CMake. |
| ↓...ions:Development/Tutorials/95/es | Using Custom Types with D-Bus |
| ↓...ions:Development/Tutorials/96/es | Learn how to use your own types in classes exported on D-Bus. Covers marhaling and unmarshaling of objects, the integration of custom types into XML descriptions and registering the custom types with the Qt Meta Object system. |
| ↓...ions:Development/Tutorials/97/es | D-Bus Autostart Services |
| ↓...ions:Development/Tutorials/98/es | Turn your application into a D-Bus autostart service with this tutorial. This D-Bus feature, also known as "D-Bus service activation", will ensure that even when your application isn't running that D-Bus calls made to it will work by relying on the D-Bus daemon itself to start your app if and when needed. |
| ↓...ions:Development/Tutorials/99/es | Porting from DCOP to D-Bus |