(Created page with "Ενσωματωμένες βάσεις δεδομένων χωρίς την ανάγκη ενός database server") |
(Updating to match new version of source page) |
||
(One intermediate revision by one other user not shown) | |||
Line 19: | Line 19: | ||
;[[Special:myLanguage/Development/Tutorials/SqLite|Χρήση βάσεων SqLite και QtSql]] | ;[[Special:myLanguage/Development/Tutorials/SqLite|Χρήση βάσεων SqLite και QtSql]] | ||
:Ενσωματωμένες βάσεις δεδομένων χωρίς την ανάγκη ενός database server | :Ενσωματωμένες βάσεις δεδομένων χωρίς την ανάγκη ενός database server | ||
− | ;[[Special:myLanguage/Development/Tutorials/KCmdLineArgs| | + | ;[[Special:myLanguage/Development/Tutorials/KCmdLineArgs|Παράμετροι command line]] |
:Adds the ability to specify which file to open from the command line to our text editor. | :Adds the ability to specify which file to open from the command line to our text editor. | ||
;[[Special:myLanguage/Development/Tutorials/CMake|Introduction to CMake]] | ;[[Special:myLanguage/Development/Tutorials/CMake|Introduction to CMake]] | ||
Line 212: | Line 212: | ||
;[[Special:myLanguage/Development/Tutorials/Phonon/Introduction|Phonon]] | ;[[Special:myLanguage/Development/Tutorials/Phonon/Introduction|Phonon]] | ||
− | : | + | :[[Special:myLanguage/Development/Tutorials/Phonon/Introduction|Introduction to Phonon]] tells how to compile and run the code. If you like to work in Python, try [[Development/Tutorials/Phonon/Introduction/Python|this version]] of the same tutorial |
;[[Special:myLanguage/Development/Tutorials/Phonon/Backends|Writing Backends]] | ;[[Special:myLanguage/Development/Tutorials/Phonon/Backends|Writing Backends]] | ||
:How to start creating a new backend for the multimedia API | :How to start creating a new backend for the multimedia API | ||
;Resources | ;Resources | ||
− | :Please have a look at the [http://api.kde.org/kdesupport-api/ | + | :Please have a look at the [http://api.kde.org/kdesupport-api/phonon-apidocs/phonon/html/ online documentation] for information on the Phonon API. If you prefer using Qt Assistant or Qt Creator you can also use our [http://api.kde.org/qch/phonon-kdesupport.qch offline documentation]. |
== Plasma == | == Plasma == | ||
Line 341: | Line 341: | ||
:Creating a slicer plugin for Palapeli | :Creating a slicer plugin for Palapeli | ||
− | === | + | === Gluon === |
;[[Special:myLanguage/Development/Tutorials/Games/kglengine/kglengine-simpleBox| Installation and your first KGLItem]] | ;[[Special:myLanguage/Development/Tutorials/Games/kglengine/kglengine-simpleBox| Installation and your first KGLItem]] | ||
Line 347: | Line 347: | ||
;[[Special:myLanguage/Development/Tutorials/Games/KGLEngine2d| kglpong]] | ;[[Special:myLanguage/Development/Tutorials/Games/KGLEngine2d| kglpong]] | ||
:Now use our knowledge to make a pong | :Now use our knowledge to make a pong | ||
+ | ;[[Development/Tutorials/Games/KALEngine| Play hello word sound]] | ||
+ | :''Using Gluon for games sound development using openAL'' | ||
== Using the KDE PIM Libraries == | == Using the KDE PIM Libraries == |
Τα εγχειρίδια είναι ο πιο γρήγορος τρόπος να μάθετε τι μπορεί να κάνει για εσάς και πώς το KDE. Παρακάτω δίνεται μια λίστα με τα τρέχοντα διαθέσιμα εγχειρίδια για το KDE4. Υλικό για το KDE3 και KDE2 είναι διαθέσιμο στο τέλος της σελίδας.
Ενδιαφέρεστε να γράψετε εφαρμογές σε KDE 4; Αυτή σειρά εγχειριδίων έχει σκοπό να βοηθήσει όσους είναι εντελώς καινούριοι στον προγραμματισμό KDE.
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.
See also Localization portal.
See Nepomuk tutorials.
See Plasma tutorials.
KDE mostly uses the Qt Printing infrastructure.
Old links for KNS2 and KNS1 content:
Runners