Difference between revisions of "Category:Developers"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(Adjust headings, style improvements, remove link to non-existant page, add more useful links to Trinity docs section)
m (+lists)
 
Line 5: Line 5:
 
Take a look at the following pages:
 
Take a look at the following pages:
   
[http://trinitydesktop.org/helpwanted.php Getting Involved with Trinity Development]
+
* [http://trinitydesktop.org/helpwanted.php Getting Involved with Trinity Development]
 
* [[TDE Gitea Workspace]]
 
[[TDE Gitea Workspace]]
+
* [[TDE Weblate Translation Workspace]]
 
* [[Project GIT Information]]
 
 
* [[Project RoadMap]]
[[TDE Weblate Translation Workspace]]
 
 
* [[DevelopmentSpecifications]]
 
 
* [https://www.trinitydesktop.org/apidocs.php TQt/TDE API documentation]
[[Project GIT Information]]
 
 
* [[Porting to TDE|Porting KDE3/Qt3 apps to Trinity]]
 
[[Project RoadMap]]
 
 
[[DevelopmentSpecifications]]
 
 
[https://www.trinitydesktop.org/apidocs.php TQt/TDE API documentation]
 
 
[[Porting to TDE|Porting KDE3/Qt3 apps to Trinity]]
 
   
 
==Building and Distributing Trinity==
 
==Building and Distributing Trinity==
 
* [[Nightly Builds|Installing Nightly Builds]]
 
 
* [[How to Build TDE Core Modules]]
[[Nightly Builds|Installing Nightly Builds]]
 
 
* [[How to Build Extra Applications]]
 
[[How to Build TDE Core Modules]]
 
 
[[How to Build Extra Applications]]
 
   
 
See also pages in [[:Category:Packagers]].
 
See also pages in [[:Category:Packagers]].

Latest revision as of 10:14, 8 January 2023

This category contains development-related and API documentation for the Trinity Desktop Environment.

New to Trinity development?

Take a look at the following pages:

Building and Distributing Trinity

See also pages in Category:Packagers.

Tutorials and Documentation

Qt3 and TQt

Trinity

KDE3

Information in this section should be used with care, as it was not written for the current version of Trinity. However, much of it still applies. If you know of any other interesting KDE3 documentation or tutorials, please add them to this section.

The original API reference, at kde.org
The architecture pages detail how everything was originally supposed to fit together. Ported from the KDE wiki.
On everything from using kdevelop to writing dcop-aware applications to creating window themes. Ported from the KDE wiki.
Ported from the KDE wiki and verified against a working KDE3 instance.
Mandatory and optional packages for building KDE3, most of which are still used by Trinity.

Books

C++ GUI Programming with Qt 3

Blanchette, Jasmin & Summerfield, Mark. (2015). C++ GUI Programming with Qt 3. (ISBN 0-13-124072-2)

Things to note:

  • Names changed from "Qt..." to "TQt..."
  • compiling by hand needs something like g++ a.cpp $(pkgconf tqt --cflags --libs) -lstdc++
  • qmake -project ... will not include the TDE folders, so you'll have to add them manually to the *.pro file
  • When in doubt check against the TQt API documentation

by Dr. Nikolaus Klepp

GUI Programming with Python: QT Edition

Boudewijn Rempt - Copyright © 2001 by Commandprompt, Inc

The main topic of this book is application development using PyQt.

Subcategories

This category has only the following subcategory.

Pages in category "Developers"

The following 76 pages are in this category, out of 76 total.