(missing howtos section added with plasmoids as first point) |
(New tutorial avaible - where to put it?) |
||
Line 23: | Line 23: | ||
== Missing HowTos == | == Missing HowTos == | ||
* Plasmoids - I would really like to get some info about how to create a plasmoid. | * Plasmoids - I would really like to get some info about how to create a plasmoid. | ||
+ | |||
+ | ==New tutorial "session management" - where to put it?== | ||
+ | I've made a new [http://techbase.kde.org/Development/Tutorials/Session_Management tutorial session management], based on some older KDE3 documents and parts of the respective KDE4 documentation. Where can I put this tutorial in this site? I'm not shure about the category... |
Okay, it's starting to get to the point where we need to reorganise this page a little. Some of the sections have 5 or so tutorials (like i18n and dbus) which is perfect because they're all on the same topic. However, the "Getting started" section is messy. All I think should be in there is "Introduction To KDE 4 Programming", "Introduction to CMake", "Using Qt Designer to build user interfaces" and "Debugging your application" since they're all necessary introductory tutorials.
However, we still have a number of tutorials which will have nowhere to go such as "Command-line Args", "Drag and Drop" and other 'one-off' tutorials like those. Maybe a "Misc" category (though those always look messy)?
Any Thoughts? --milliams 23:15, 6 January 2007 (CET)
There are 2 tutorials which are not linked to from here, so they are orphaned and nobody will find them. See Orphaned Pages. I am not sure to which section they belong.
TMG 23:10, 30 January 2007 (CET)
Hi all, I hope this is the right place to make this observation.
Something that I'd find really useful would be a discussion about project layout for KDE4 applications. How, using CMake, is the best way to layout a non-trivial application? What is the practice with regard to developing library and applications under a single CMake project and creating the correct build dependencies, making sure the includes are handled correctly etc?
I'm not 100% sure what heading this concept should go under. It touches on general development, CMake use and even a bit on SVN layout etc. --Borker
I've made a new tutorial session management, based on some older KDE3 documents and parts of the respective KDE4 documentation. Where can I put this tutorial in this site? I'm not shure about the category...