<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://techbase.kde.org/skins/common/feed.css?0.2"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://techbase.kde.org/api.php?action=feedcontributions&amp;user=Lcorbasson&amp;feedformat=atom</id>
		<title>KDE TechBase - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://techbase.kde.org/api.php?action=feedcontributions&amp;user=Lcorbasson&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Special:Contributions/Lcorbasson"/>
		<updated>2013-05-26T04:59:33Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://techbase.kde.org/Getting_Started/Build/KDE4</id>
		<title>Getting Started/Build/KDE4</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Getting_Started/Build/KDE4"/>
				<updated>2007-10-01T20:26:38Z</updated>
		
		<summary type="html">&lt;p&gt;Lcorbasson: /* Kubuntu and Debian */ removing libsearchclient-dev libsearchclient0 libstreamanalyzer-dev libstreamanalyzer0, this makes the build fail at linking (undefined reference to `Strigi::AnalysisResult:…)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:I18n/Language Navigation Bar|Getting_Started/Build/KDE4}}&lt;br /&gt;
&lt;br /&gt;
{{TutorialBrowser|&lt;br /&gt;
&lt;br /&gt;
series=Getting Started|&lt;br /&gt;
&lt;br /&gt;
name=Building KDE4 From Source|&lt;br /&gt;
&lt;br /&gt;
pre=[[../../Sources/Anonymous_SVN|Anonymous SVN Quickstart Guide]]|&lt;br /&gt;
&lt;br /&gt;
next=[[../../Set_up_KDE_4_for_development|Set up KDE 4 for development]]|&lt;br /&gt;
&lt;br /&gt;
reading=[http://kdesvn-build.kde.org/ kdesvn-build: The KDE From Subversion Build Tool]&amp;lt;br&amp;gt;[[../../Increased_Productivity_in_KDE4_with_Scripts|Increased Productivity in KDE4 with Scripts]]&amp;lt;br&amp;gt;[[Development/Tutorials/CMake |Introduction to CMake]]&amp;lt;br&amp;gt;[[../KDE4/FreeBSD|FreeBSD notes]]&amp;lt;br&amp;gt;[[../KDE4/Mac OS X|Instructions for Mac OS X]]&amp;lt;br&amp;gt;[[../KDE4/Windows|Instructions for MS Windows]]|&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
This tutorial shows one way to get KDE from trunk running on Linux/BSD systems. There are also tutorials for [[/FreeBSD|FreeBSD]], [http://www.kdelibs.com/ Windows], [[/Mac OS X|Mac OS X]] and [http://solaris.kde.org/ Solaris]. Throughout the tutorial the bash shell is used.&lt;br /&gt;
&lt;br /&gt;
{{warning|Expect a higher risk of build failure '''on Mondays''' when most kdelibs changes are committed. [http://developer.kde.org/~dirk/dashboard/ Dashboard] reports unexpected breakages. You are encouraged to fix failing modules.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Required Software ==&lt;br /&gt;
&lt;br /&gt;
The following must be installed first before you can successfully complete this tutorial:&lt;br /&gt;
* gcc and g++, preferably version 4.1 or higher&lt;br /&gt;
* svn, the subversion revision control client&lt;br /&gt;
* pkg-config&lt;br /&gt;
* development libraries and headers for X11, OpenGL (mesa-common-dev and libglu1-mesa-dev), libjpeg, libpng, libungif, [http://clucene.sourceforge.net/index.php/Downloads libclucene], [http://download.librdf.org/source/ librdf], libxml2 and libxslt&lt;br /&gt;
* the &amp;lt;tt&amp;gt;makeobj&amp;lt;/tt&amp;gt; script, which is part of kdesdk. You can install it as part of kdesdk (kdesdk-scripts on Debian) or similar package, or just download it itself from [http://websvn.kde.org/*checkout*/trunk/KDE/kdesdk/scripts/makeobj WebSVN]&lt;br /&gt;
* the [http://freedesktop.org/wiki/Software/shared-mime-info shared-mime-info package], which is the freedesktop MIME standard KDE is using now&lt;br /&gt;
* [http://boost.org/ boost], needed by kdebase; after compiling and/or installing boost, in order to make cmake aware about its location (FindBoost),  add boost directory (the one containing include subdirectory) to CMAKE_INCLUDE_PATH or set an environment variable called BOOST_ROOT pointing to boost directory.&lt;br /&gt;
&lt;br /&gt;
=== Ark Linux ===&lt;br /&gt;
In Ark Linux, the build dependencies you need are installed with:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
apt-get install devel-core libxml-devel libxslt-devel bzip2-devel \&lt;br /&gt;
clucene-core-devel librdf-devel shared-mime-info xorg-Mesa-libGL-devel \&lt;br /&gt;
subversion boost-devel doxygen giflib-devel dbus-devel openssl-devel \&lt;br /&gt;
alsa-lib-devel kdesdk-scripts qt4-devel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you prefer a graphical interface, select the packages listed above in the &amp;quot;Install Software&amp;quot; tool in Mission Control.&lt;br /&gt;
&lt;br /&gt;
This includes installation of CMake, DBus and Qt - you can skip steps 5, 6 and 7.&lt;br /&gt;
&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
&lt;br /&gt;
Some of the required packages for building KDE4 on Fedora 7 or higher:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
yum install clucene-core-devel libxml libxml-devel libxslt-devel \&lt;br /&gt;
dbus-devel boost-devel bzip2-devel openssl-devel alsa-lib-devel \&lt;br /&gt;
redland-devel rasqal-devel raptor-devel hspell-devel aspell-devel \&lt;br /&gt;
cups-devel xine-lib-devel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu and Debian ===&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.04 (Feisty) and Debian (Testing/Unstable) the build dependencies you need are installed with:&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
sudo aptitude install build-essential cdbs debhelper cmake \&lt;br /&gt;
libxml2-dev libxslt1-dev libbz2-dev libclucene-dev librdf-dev \&lt;br /&gt;
shared-mime-info libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev \&lt;br /&gt;
libxext-dev libjpeg-dev libpng-dev subversion libsm-dev libxinerama-dev \&lt;br /&gt;
libxrender-dev libfontconfig-dev libboost-dev libxcursor-dev doxygen \&lt;br /&gt;
libungif4-dev libdbus-1-dev libgpgme11-dev libssl-dev libgpgme11-dev \&lt;br /&gt;
libasound2-dev kdesdk-scripts libpth-dev libjasper-dev \&lt;br /&gt;
ssh libxine-dev libqimageblitz-dev libqimageblitz4&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 (Gutsy) you have to add:&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
sudo aptitude install dbus-x11&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For a fully functional API documentation framework you also need:&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
sudo aptitude install graphviz&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== openSUSE ===&lt;br /&gt;
&lt;br /&gt;
In openSUSE 10.2 and newer, you can install packages using [http://en.opensuse.org/Zypper Zypper]:&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
sudo zypper install &amp;lt;package-name&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In older releases of SUSE, you can use YaST:&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
su&lt;br /&gt;
yast -i &amp;lt;packagename&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Required Packages'''&lt;br /&gt;
&lt;br /&gt;
The packages you will need to install are:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
xorg-x11-devel&lt;br /&gt;
libxml2-devel &lt;br /&gt;
kdesdk3 &lt;br /&gt;
clucene-core-devel &lt;br /&gt;
boost-devel&lt;br /&gt;
libjpeg-devel &lt;br /&gt;
liblrdf-devel &lt;br /&gt;
libpng-devel &lt;br /&gt;
libxslt-devel &lt;br /&gt;
libredland-devel&lt;br /&gt;
Mesa-devel &lt;br /&gt;
giflib-devel &lt;br /&gt;
subversion &lt;br /&gt;
gcc &lt;br /&gt;
gcc-c++&lt;br /&gt;
gmp-devel (needed to build kdesupport)&lt;br /&gt;
strigi-devel (needed to build kdelibs)&lt;br /&gt;
gpgme-devel (needed to build kdepimlibs)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Optional Packages'''&lt;br /&gt;
&lt;br /&gt;
You can skip the manual installation of Qt 4.3, CMake 2.4.6 and DBus by installing the adding the openSUSE Build Service KDE4 Repository to your installation sources.&lt;br /&gt;
&lt;br /&gt;
For openSUSE 10.2 and newer do:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
sudo zypper service-add http://software.opensuse.org/download/KDE:/KDE4/openSUSE_10.2 KDE4-102&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For older versions of SUSE Linux do:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
su&lt;br /&gt;
installation_sources -a http://software.opensuse.org/download/KDE:/KDE4/[YOUR SUSE LINUX VERSION]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now install the following packages (and their dependencies):&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
cmake&lt;br /&gt;
dbus-1-devel&lt;br /&gt;
libqt4-devel&lt;br /&gt;
libqca2-devel (needed for building kdesupport)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And for fully functional apidox framework you also need:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
graphviz&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CMake binary packages for openSUSE are available from [http://software.opensuse.org/download/devel:/tools:/building/ openSUSE build service].&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
==== Install by hand ====&lt;br /&gt;
&lt;br /&gt;
You can use stable ebuilds just remember to sync your portage before you begin.&lt;br /&gt;
&lt;br /&gt;
Remember: All commands are executed as root.&lt;br /&gt;
&lt;br /&gt;
Required:&lt;br /&gt;
&lt;br /&gt;
We need to allow the following keyword masked ebuilds.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
echo 'dev-util/cmake' &amp;gt;&amp;gt; /etc/portage/package.keywords&lt;br /&gt;
echo 'dev-cpp/clucene' &amp;gt;&amp;gt; /etc/portage/package.keywords&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And now need to mask any Clucene versions above 0.9.16a.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
echo '&amp;gt;dev-cpp/clucene-0.9.16a' &amp;gt;&amp;gt; /etc/portage/package.mask&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make sure you have set the berkdb USE flag for redland, otherwise nepomuk won't work.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
echo 'dev-libs/redland berkdb' &amp;gt;&amp;gt; /etc/portage/package.use&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are the packages you will need to emerge, I included the update option into the emerge command so you will not re-emerge anything that you might already have installed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
emerge -avu 'sys-devel/gcc' \&lt;br /&gt;
  'dev-util/subversion' \&lt;br /&gt;
  'dev-util/pkgconfig'  \&lt;br /&gt;
  'x11-base/xorg-x11' \&lt;br /&gt;
  'virtual/glut' \&lt;br /&gt;
  'media-libs/mesa' \&lt;br /&gt;
  'media-libs/jpeg' \&lt;br /&gt;
  'media-libs/libpng' \&lt;br /&gt;
  'media-libs/giflib' \&lt;br /&gt;
  'dev-cpp/clucene' \&lt;br /&gt;
  'dev-util/cppunit' \&lt;br /&gt;
  'media-libs/liblrdf' \&lt;br /&gt;
  'dev-libs/libxml2' \&lt;br /&gt;
  'dev-libs/libxslt' \&lt;br /&gt;
  'x11-misc/shared-mime-info' \&lt;br /&gt;
  'dev-libs/boost' \&lt;br /&gt;
  'dev-util/cmake' \&lt;br /&gt;
  'dev-libs/redland' \&lt;br /&gt;
  'sys-apps/dbus' \&lt;br /&gt;
  'sys-apps/hal' \&lt;br /&gt;
  'x11-libs/qt'&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
You will also need to emerge either 'kde-base/kdesdk' or kde-base/kdesdk-scripts'.&lt;br /&gt;
&lt;br /&gt;
If you emerged DBUS, CMAKE, QT or HAL you may skip those sections respectively.&lt;br /&gt;
Good luck!&lt;br /&gt;
&lt;br /&gt;
==== Install via portage ====&lt;br /&gt;
&lt;br /&gt;
Also you can install the KDE 4 packages directly via &lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
emerge -a &amp;lt;packagename&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get the things you need, [http://gentoo-wiki.com/TIP_Overlays#Layman install layman] and then pull in the KDE overlay (which contains experimental KDE ebuilds): &lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
layman -a kde&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
After this you need to adjust some USE-flags for KDE 4 and tell portage to use the testing KDE 4 ebuilds instead of the stable KDE 3 ones. &lt;br /&gt;
&lt;br /&gt;
That way portage will do the dependency tracking for you. &lt;br /&gt;
&lt;br /&gt;
Detailed instructions on building KDE 4 in Gentoo via portage can be found in the [http://overlays.gentoo.org/proj/kde/wiki KDE overlay wiki]. They are discussed in the thread [http://forums.gentoo.org/viewtopic-t-530111-postdays-0-postorder-asc-start-0.html KDE 4 monolithic ebuilds].&lt;br /&gt;
&lt;br /&gt;
== Create a user account for KDE4 development ==&lt;br /&gt;
&lt;br /&gt;
{{Note|&lt;br /&gt;
Some people like to have a separate user account for KDE 4 (for instance an old bug deleted files by mistake), and the instructions below were written with that approach.&lt;br /&gt;
&lt;br /&gt;
However it is much more efficient to do everything with a single user account, see [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts|Increased Productivity in KDE4 with Scripts]]&lt;br /&gt;
for more details. &lt;br /&gt;
&lt;br /&gt;
You can still follow the instructions below, but don't put the environment variables in your &amp;lt;tt&amp;gt;.bashrc&amp;lt;/tt&amp;gt;, put them in a separate file that you source to switch to the KDE 4 environment.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Option 1: Command Line ===&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
useradd -m kde-devel&lt;br /&gt;
passwd kde-devel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Option 2: Using KControl ===&lt;br /&gt;
&lt;br /&gt;
Instead of using the commands above, you can also use the User module in the KDE Control Center if you already have KDE3 installed.&lt;br /&gt;
&lt;br /&gt;
=== Setting up the environment ===&lt;br /&gt;
&lt;br /&gt;
Copy the {{path|~/.bashrc}} from your normal user account to the new kde-devel account. Next, copy and paste the contents of the [[Getting Started/Increased Productivity in KDE4 with Scripts/.bashrc|example .bashrc]] into {{path|~kde-devel/.bashrc}}. Be sure to comment out the line &amp;lt;tt&amp;gt;alias make=makeobj&amp;lt;/tt&amp;gt; if you do not have the &amp;lt;tt&amp;gt;[[Getting Started/Build/KDE4#Required Software|makeobj]]&amp;lt;/tt&amp;gt; command available. You will probably also want to modify the path to make sure it doesn't include your kde3 paths. Also if you want to use KDevelop to develop KDE 4 applications you may pass the ''-GKDevelop3'' flag to the ''cmake'' command (to make CMake generate KDevelop project files, it will help to avoid rebuilding in the future, see [[Getting_Started/Set_up_KDE_4_for_development#Setting_up_the_environment|this]]).  &lt;br /&gt;
To make it run, you have to open a new bash or to execute &lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
source ~/.bashrc&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will provide access to commands such as &amp;lt;tt&amp;gt;cmakekde&amp;lt;/tt&amp;gt; that are used in this tutorial as well as ensure that the proper paths are in place for Qt, KDE and CMake binaries.&lt;br /&gt;
&lt;br /&gt;
For more information, please read the [[Getting Started/Increased Productivity in KDE4 with Scripts]] tutorial.&lt;br /&gt;
&lt;br /&gt;
=== Switching to the New User ===&lt;br /&gt;
Switch to the user kde-devel: (don't forget the dash)&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
ssh -X kde-devel@localhost&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Note|&lt;br /&gt;
If the ssh command fails, check out the &amp;quot;Launching KDE 4 apps&amp;quot; section of this KDE4 development guide:&lt;br /&gt;
&lt;br /&gt;
http://techbase.kde.org/Getting_Started/Set_up_KDE_4_for_development#Launching_KDE_4_apps&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== The development user's shell ==&lt;br /&gt;
&lt;br /&gt;
On some systems a new user is configured by default to use {{path|/bin/sh}}. If this is not the case on your system, you can skip this section. Using {{path|/bin/sh}} can be very inconvenient to work with and you may want to change it to {{path|/bin/bash}} or another shell.&lt;br /&gt;
On Ark Linux, you can skip this step - {{path|/bin/sh}} is {{path|bash}} on Ark Linux.&lt;br /&gt;
&lt;br /&gt;
=== Option 1: As the kde-devel user ===&lt;br /&gt;
&lt;br /&gt;
If you don't have root privileges and your system supports the changing of your own shell with the &amp;lt;tt&amp;gt;chsh&amp;lt;/tt&amp;gt; application, then you could try to change your shell to {{path|/bin/bash}} by using:&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
chsh -s /bin/bash kde-devel&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Option 2: As the root user ===&lt;br /&gt;
&lt;br /&gt;
If your system comes with the &amp;lt;tt&amp;gt;usermod&amp;lt;/tt&amp;gt; application you can run the following command as root: &amp;lt;tt&amp;gt;usermod -s /bin/bash&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Another option is to use the &amp;lt;tt&amp;gt;vipw&amp;lt;/tt&amp;gt; application as root to safely edit your {{path|/etc/passwd}}. Locate 'kde-devel' in the the file. Change '{{path|/bin/sh}}' at the end of the line to read '{{path|/bin/bash}}', save your changes and exit.&lt;br /&gt;
&lt;br /&gt;
The new shell will be started automatically when you log in as the kde-devel user again.&lt;br /&gt;
&lt;br /&gt;
== D-Bus ==&lt;br /&gt;
QtDBus and KDE are known to work with D-Bus versions 0.62, as well as 0.92 and upwards. Versions 0.60 and 0.61 may work too but are not tested. Versions 0.90 and 0.91 are known not to work. We recommend using post-1.0 release versions (at least 0.94), so consider upgrading if you haven't done so.&lt;br /&gt;
&lt;br /&gt;
You may skip this section if you have a recent D-Bus version or if you don't want to upgrade. You probably want to skip building the bindings until/unless you know you will be building HAL (see below).&lt;br /&gt;
&lt;br /&gt;
Before running these steps in the recipe, make sure your X11 headers and libraries are available. The configure script run on line 5 of the following instructions should output:&lt;br /&gt;
 Building X11 code:        yes&lt;br /&gt;
&lt;br /&gt;
=== The Recipe ===&lt;br /&gt;
&lt;br /&gt;
{{tip|Make sure you did set up your environment correctly as described [[Getting_Started/Build/KDE4#Setting_up_the_environment|above]]. This is necessary for the &amp;lt;tt&amp;gt;cs&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;cb&amp;lt;/tt&amp;gt; functions to work.}}&lt;br /&gt;
&lt;br /&gt;
 cs # [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc|'cs' is a bash function, click here to learn more]] &lt;br /&gt;
 wget http://dbus.freedesktop.org/releases/dbus/dbus-1.0.2.tar.gz&lt;br /&gt;
 tar -xvzf dbus-1.0.2.tar.gz&lt;br /&gt;
 cd dbus-1.0.2/&lt;br /&gt;
 ./configure --prefix=$DBUSDIR --localstatedir=/var&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
 sudo dbus-uuidgen --ensure&lt;br /&gt;
&lt;br /&gt;
 cs # see above&lt;br /&gt;
 wget http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.74.tar.gz&lt;br /&gt;
 tar -xvzf dbus-glib-0.74.tar.gz&lt;br /&gt;
 cd dbus-glib-0.74/&lt;br /&gt;
 ./configure --prefix=$DBUSDIR&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== What's Happening === &lt;br /&gt;
After changing into the source directory (line 1), D-Bus source code is downloaded from freedesktop.org (line 2) and unpacked (line 3). After going into the newly created D-Bus directory (line 4), the build is set up using the supplied {{path|configure}} script (line 5). After building (line 6) and installing (line 7) D-Bus, we use the &amp;lt;tt&amp;gt;dbus-uuidgen&amp;lt;/tt&amp;gt; tool to install a machine identification file that allows the bus to start automatically when the desktop session starts (line 8).&lt;br /&gt;
&lt;br /&gt;
Note that you need write access to {{path|/var}} for the last two steps. If your system does not have the sudo command, you can use the &amp;lt;tt&amp;gt;su&amp;lt;/tt&amp;gt; command instead, e.g. &amp;lt;tt&amp;gt;su -c &amp;quot;make install&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The steps for building the glib bindings are similar to the above.&lt;br /&gt;
&lt;br /&gt;
== CMake ==&lt;br /&gt;
Skip this if you have [http://cmake.org/ CMake] &amp;gt;=2.4.5 installed. &lt;br /&gt;
You should be able to directly use the binary packages available on the [http://www.cmake.org/HTML/Download.html CMake site]. There are also distribution specific packages available.&lt;br /&gt;
&lt;br /&gt;
=== The Recipe ===&lt;br /&gt;
&amp;lt;!--'cs' and 'cb' are NOT typos!--&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 cs # [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc|'cs' is a bash function, click Here to learn more]] &lt;br /&gt;
 wget http://www.cmake.org/files/v2.4/cmake-2.4.6.tar.gz&lt;br /&gt;
 tar -zxf cmake-2.4.6.tar.gz&lt;br /&gt;
 mkdir cmake-build&lt;br /&gt;
 cd cmake-build &lt;br /&gt;
 ../cmake-2.4.6/bootstrap&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== What's Happening ===&lt;br /&gt;
First, we go back to the &amp;lt;tt&amp;gt;kde-devel&amp;lt;/tt&amp;gt; user's source directory (line 1), get the CMake sources (line 2) and unpack them (line 3). We create a directory to build CMake in (line 4) and go into it (line 5). We then run the CMake bootstrap script to set up the CMake build (line 6), then make (line 7) and install it (line 8) using the root user.&lt;br /&gt;
&lt;br /&gt;
If your system does not have the &amp;lt;tt&amp;gt;sudo&amp;lt;/tt&amp;gt; command, you can instead do &amp;lt;tt&amp;gt;su -c &amp;quot;make install&amp;quot;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Qt ==&lt;br /&gt;
Next we need to get the Qt4 that is in KDE's source repository. KDE is guaranteed to build against any Qt 4.3. Qt 4.2 and earlier are not supported and will not work. You should use the copy in the KDE Subversion servers. (note: some distros, like Debian, tend to supply Qt with patches from KDE svn applied, so you may want to cheat and use precompiled Qt from your distro)&lt;br /&gt;
&lt;br /&gt;
=== The Recipe ===&lt;br /&gt;
 cs&lt;br /&gt;
 svn checkout svn://anonsvn.kde.org/home/kde/trunk/qt-copy&lt;br /&gt;
 cd qt-copy&lt;br /&gt;
 ./apply_patches&lt;br /&gt;
 ./configure -qt-gif -no-exceptions -debug -fast \&lt;br /&gt;
  -prefix $QTDIR -nomake examples -nomake demos&lt;br /&gt;
 make -j2&lt;br /&gt;
&lt;br /&gt;
 # if we don't install, we'll just clear obj files to&lt;br /&gt;
 # save disk space&lt;br /&gt;
 if [ $QTDIR = `pwd` ]; then \&lt;br /&gt;
 find . -name '*.o' -delete ; \&lt;br /&gt;
 else make install; fi;&lt;br /&gt;
&lt;br /&gt;
=== What's Happening ===&lt;br /&gt;
We switch back to the &amp;lt;tt&amp;gt;kde-devel&amp;lt;/tt&amp;gt; user's home directory (line 1) and download the source code using subversion (svn) from KDE's repository (line 2). After changing into the resulting {{path|qt-copy}} directory (line 3), we run a script that manages the patches that come with &amp;lt;tt&amp;gt;qt-copy&amp;lt;/tt&amp;gt; (line 4). &lt;br /&gt;
&lt;br /&gt;
Once the patches have been applied, we then set up the build using the &amp;lt;tt&amp;gt;configure&amp;lt;/tt&amp;gt; script (line 5-6). The various command line options used are explained in the {{path|qt-copy/README.qt-copy}} file. Finally, we build the minimal requirements for KDE (line 7) and install (line 10) Qt. If install dir is the same as the current dir (line 8), then we just free some space (line 9) instead. If you want all the example and demo applications, you can either build them individually or simply do a &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt; from the {{path|qt-copy}} directory. &lt;br /&gt;
&lt;br /&gt;
Note that the installation does not require root as it installs Qt locally into {{path|$QTDIR}}. Anyway, installation is only needed if {{path|$QTDIR}} differs from {{path|$HOME/qt-copy}}, which is not the case if you have exactly followed the instructions.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you get &amp;quot;error: X11/Xlib.h: No such file or directory&amp;quot;, install the devel package of &amp;lt;tt&amp;gt;xorg&amp;lt;/tt&amp;gt; (the actual name may vary between operating systems, for example it is &amp;lt;tt&amp;gt;xorg-dev&amp;lt;/tt&amp;gt; on Ubuntu based systems such as Kubuntu). &lt;br /&gt;
&lt;br /&gt;
If you get an error in the configure step about missing defines, check the value of &amp;lt;tt&amp;gt;$QMAKESPEC&amp;lt;/tt&amp;gt;.  Some distributions set this to point directly to the system-installed Qt.  If &amp;lt;tt&amp;gt;unset QMAKESPEC&amp;lt;/tt&amp;gt; solves the problem, you probably want to add it to the &amp;lt;tt&amp;gt;~/.bashrc&amp;lt;/tt&amp;gt; script.&lt;br /&gt;
&lt;br /&gt;
If you get an error &amp;quot;.pch/debug-shared/QtCore&amp;quot;, this is because Qt-4.3 enables precompiled headers if your gcc supports it, but for some reason it doesn't work for you. If you use distcc, configure qt with -no-pch. If you use icecream, update to the latest icecream from svn trunk.&lt;br /&gt;
&lt;br /&gt;
Try running any Qt program, like {{program|assistant}}. '''Note:''' You may need to run &amp;lt;tt&amp;gt;xhost +local:kde-devel&amp;lt;/tt&amp;gt; as your regular kde3 user to run this application.  If it crashes in QSpanData::adjustSpanMethods, then your problem is the oxygen style. Try removing {{path|lib/kde4/plugins/styles/kstyle-oxygen.so}} and {{path|lib/kde4/plugins/styles/oxygen.so}} if they exist in the KDE install prefix.&lt;br /&gt;
&lt;br /&gt;
== HAL ==&lt;br /&gt;
&lt;br /&gt;
{{tip|You can use qdbusviewer to see if you have org.freedesktop.hal. If not, you might need a newer version of hal. If you have org.freedesktop.hal, you probably don't need to, and don't ''want'' to, roll your own HAL.}}&lt;br /&gt;
&lt;br /&gt;
If your system requires you to build a newer version of HAL, there's a decent chance you'll need to build other stuff as well, some of which may not be straight forward. Since this should only be required for older distros, instructions are on [[Getting_Started/Build/HAL| a separate page]].&lt;br /&gt;
&lt;br /&gt;
== kdesupport ==&lt;br /&gt;
&lt;br /&gt;
{{warning|Don't forget to read the [[Getting_Started/Build/KDE4#Setting_up_the_environment|Setting Up The Environment]] section first.}}&lt;br /&gt;
&lt;br /&gt;
There are several libraries that KDE applications rely on in the kdesupport module. This includes Strigi and Soprano for file metadata and search, QImageBlitz for image manipulation needed in kdebase, eigen for visual effects in applications such as Kalzium, taglib for music players and qca for some cryptographic needs. &lt;br /&gt;
&lt;br /&gt;
Strigi itself has a few dependencies as well: you will need the libraries and headers for libz, libbz2, openssl (libcrypto or libssl), libclucene (&amp;gt;=0.9.16a but watch out: version 0.9.17 does '''not''' work), and either libxml2 or libexpat.&lt;br /&gt;
&lt;br /&gt;
=== The Recipe ===&lt;br /&gt;
&amp;lt;!--'cs' and 'cb' are NOT typos!--&amp;gt;&lt;br /&gt;
 cs # [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc|'cs' is a bash function, click here to learn more]]&lt;br /&gt;
 svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdesupport/&lt;br /&gt;
 cd kdesupport&lt;br /&gt;
 cmakekde&lt;br /&gt;
&lt;br /&gt;
=== What's Happening ===&lt;br /&gt;
We change to the base source directory (line 1). We download the sources in kdesupport using subversion (line 2), go into the new {{path|~/kde/src/kdesupport}} directory (line 3), and commence the build (line 4). This will leave us in the kdesupport build directory after the build is completed.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you get &lt;br /&gt;
   cmakekde: command not found&lt;br /&gt;
then you have to go manualy into the kdesupport directory in ~ and execute the command cmakekde. if this still doesnt work, then something is wrong with your bashrc.&lt;br /&gt;
&lt;br /&gt;
If you get &lt;br /&gt;
 CMake Error: This project requires some variables to be set,&lt;br /&gt;
 and cmake can not find them.&lt;br /&gt;
 Please set the following variables:&lt;br /&gt;
 LIBXML2_INCLUDE_DIR (ADVANCED)&lt;br /&gt;
you should install the development package for libxml2.&lt;br /&gt;
&lt;br /&gt;
If you get &lt;br /&gt;
 CMake Error: Could NOT find REDLAND&lt;br /&gt;
then you need librdf from the Redland.&lt;br /&gt;
If your distribution does not provide the librdf package, you can download the source there: [http://download.librdf.org/source/ http://download.librdf.org/source/] and build it.&lt;br /&gt;
(Gentoo users: The ebuild for librdf is named dev-libs/redland)&lt;br /&gt;
&lt;br /&gt;
If you get&lt;br /&gt;
 Fetching external item into 'kdesupport/admin'&lt;br /&gt;
 Error validating server certificate for 'https://...'&lt;br /&gt;
see [http://techbase.kde.org/Getting_Started/Sources/Using_Subversion_with_KDE Using Subversion with KDE]&lt;br /&gt;
&lt;br /&gt;
If you get&lt;br /&gt;
 FILE cannot create directory: /usr/lib[64]/qt4/plugins/crypto. Maybe need administrative privileges.&lt;br /&gt;
 - - -&lt;br /&gt;
 make: *** [install] Error 255&lt;br /&gt;
take a second look in the .bashrc file described above, are paths correct?  Alternatively, you may see this error if you decided to use a distribution installed version of qt4 and skipped the Qt install above.  Either install qt-copy as describe above, or &amp;quot;sudo make install&amp;quot;. If you use &amp;quot;sudo make install&amp;quot;, make sure you that you change the ownership back to your user for some of the ~/kde subdirectories that were effected by using sudo (ie. &amp;quot;&amp;lt;tt&amp;gt;sudo chown -R kde-devel:kde-devel ~/kde&amp;lt;/tt&amp;gt;&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== kdelibs ==&lt;br /&gt;
&lt;br /&gt;
We can now move on to building KDE's base libraries.&lt;br /&gt;
&lt;br /&gt;
=== The Recipe ===&lt;br /&gt;
 cd   &lt;br /&gt;
 cs # [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc|'cs' is a bash function, click here to learn more]]&lt;br /&gt;
 mkdir KDE &amp;amp;&amp;amp; cd KDE&lt;br /&gt;
 svn checkout svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs&lt;br /&gt;
 cd kdelibs&lt;br /&gt;
 cmakekde&lt;br /&gt;
&lt;br /&gt;
=== What's Happening ===&lt;br /&gt;
We change to the base source directory (line 1) then make and go into the KDE directory (line 2). We download the sources for kdelibs using subversion (line 3), go into the new {{path|~/kde/src/KDE/kdelibs}} directory (line 4), and commence the build (line 5). This will leave us in the &amp;lt;tt&amp;gt;kdelibs&amp;lt;/tt&amp;gt; build directory after the build is completed.&lt;br /&gt;
&lt;br /&gt;
{{tip|There might be missing dependencies on your system! They are easily overlooked in the output of &amp;lt;tt&amp;gt;cmakekde&amp;lt;/tt&amp;gt;.&lt;br /&gt;
You might want to do a &amp;lt;tt&amp;gt;cmake $KDE_SRC/KDE/MODULE_NAME&amp;lt;/tt&amp;gt; prior to compiling any kde modules (like kdelibs, kdepimlibs etc.)}}&lt;br /&gt;
&lt;br /&gt;
=== Additional KDE-specific CMake modules ===&lt;br /&gt;
There are additional CMake modules in {{path|kdelibs/cmake/modules/}} that are necessary for building KDE4 applications. These will be installed for you when  kdelibs itself is installed.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you have problems compiling kdelibs, first make sure the software in the [[Getting_Started/Build/KDE4#Required_Software|Required Software]] section above is installed and works. Other possible hints include:&lt;br /&gt;
* If the &amp;lt;tt&amp;gt;cmakekde&amp;lt;/tt&amp;gt; command fails stating that CMake requires an out of source build directory, remove {{path|~/kde/src/KDE/kdelibs/CMakeCache.txt}}, and try again.&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;tt&amp;gt;cmakekde&amp;lt;/tt&amp;gt; still gives the same error then try this &lt;br /&gt;
 cd&lt;br /&gt;
 cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR \&lt;br /&gt;
 -DCMAKE_BUILD_TYPE=debugfull \&lt;br /&gt;
 -DKDE4_BUILD_TESTS=ON \&lt;br /&gt;
 ~/kde/src/KDE/kdelibs&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
* If you received an error stating &amp;quot;Please create a separate build directory and run 'cmake path_to_kdelibs [options]' there.&amp;quot;, then you need to change to your build directory before running cmakekde. (e.g &amp;lt;tt&amp;gt;cs KDE/kdelibs &amp;amp;&amp;amp; cb &amp;amp;&amp;amp; cmakekde&amp;lt;/tt&amp;gt;) If the message stays, run 'svn status' in the kdelibs directory and remove all files labeled with '?'.&lt;br /&gt;
* If Qt wasn't found or the wrong version of Qt was found, make sure that the qmake from the Qt you need is the first qmake in the path.&lt;br /&gt;
* If the problems persist, try the CMake make-option &amp;lt;tt&amp;gt;--keep-going&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Here you need the libungif library, otherwise you will get an error message like &amp;quot;&amp;lt;tt&amp;gt;Could NOT find GIF&amp;lt;/tt&amp;gt;&amp;quot;.&lt;br /&gt;
* Qt-4.3 upgrade: if you get a link error in kjsembed talking about QScriptEngine, edit CMakeCache.txt in kdelibs and remove the lines that talk about QT_QTUITOOLS_LIBRARY, then type make again (that static library has a new dependency, and the cmake code that adds it needs to run).&lt;br /&gt;
* if you get &amp;lt;code&amp;gt;CMake Error: KDE Requires Qt to be built with SSL support&lt;br /&gt;
&amp;lt;/code&amp;gt;, install openssl-devel, remove CMakeCache.txt and re-compile QT.&lt;br /&gt;
* if you get &amp;lt;code&amp;gt;kdelibs/kimgio/ico.cpp:188: undefined reference to `QImage::jumpTable()'&amp;lt;/code&amp;gt; it means you compiled QT without QT3 support(no, linking to a true QT3 install won't work)&lt;br /&gt;
&lt;br /&gt;
== kdepimlibs ==&lt;br /&gt;
After &amp;lt;tt&amp;gt;kdelibs&amp;lt;/tt&amp;gt;, but before ''kdebase'', you need to build and install ''kdepimlibs''.&lt;br /&gt;
&lt;br /&gt;
=== The Recipe ===&lt;br /&gt;
&amp;lt;!--'cs' and 'cb' are NOT typos!--&amp;gt;&lt;br /&gt;
 cs KDE # [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc|'cs' is a bash function, click here to learn more]]&lt;br /&gt;
 svn checkout svn://anonsvn.kde.org/home/kde/trunk/KDE/kdepimlibs&lt;br /&gt;
 cd kdepimlibs&lt;br /&gt;
 cmakekde&lt;br /&gt;
&lt;br /&gt;
=== What's Happening ===&lt;br /&gt;
We go into the KDE source directory (line 1), download the source code for kdepimlibs using subversion (line 2) and then go into the new {{path|~/kde/src/KDE/kdepimlibs}} directory (line 3). We then commence the build (line 4). This will leave us in the &amp;lt;tt&amp;gt;kdepimlibs&amp;lt;/tt&amp;gt; build directory after the build is completed.&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you have trouble compiling kdepimlibs:&lt;br /&gt;
* the cmakekde command may require a later version of the gpgme library.  This is available from the project's web site: http://www.gnupg.org/(en)/download/index.html - please note that the build of gpgme also requires libgpg-error, also available from the same location.  Both libraries are installed by the &amp;quot;./configure&amp;quot;, &amp;quot;make&amp;quot; and &amp;quot;sudo make install&amp;quot; sequence, with the gpgme library configured with the additional &amp;quot;--with-gpg-error-prefix&amp;quot; parameter.  You may need to overwrite your existing &amp;quot;/usr/bin/gpgme-config&amp;quot; file with the newer version for the kdepimlibs to pick up the new install.&lt;br /&gt;
&lt;br /&gt;
== kdebase ==&lt;br /&gt;
kdebase is divided into three parts:&lt;br /&gt;
* '''apps'''&lt;br /&gt;
:This contains applications like Dolphin or KWrite.&lt;br /&gt;
* '''runtime'''&lt;br /&gt;
:This contains things needed by every application at runtime, like icons. It is a required dependency for each KDE application, so you have to compile and install this.&lt;br /&gt;
* '''workspace'''&lt;br /&gt;
:This contains things specific to the KDE desktop, like Plasma or the window manager. Most stuff here depends on X11. You only need it if you want to build a full KDE desktop.&lt;br /&gt;
&lt;br /&gt;
You can build all of kdebase at once, which is described in the recipe below. If you only want to build kdebase-runtime, which is the only requirement, you can replace &amp;lt;code bash&amp;gt;cd kdebase&amp;lt;/code&amp;gt; with &amp;lt;code bash&amp;gt;cd kdebase/runtime&amp;lt;/code&amp;gt; in the recipe below.&lt;br /&gt;
&lt;br /&gt;
=== The Recipe ===&lt;br /&gt;
&amp;lt;!--'cs' and 'cb' are NOT typos!--&amp;gt;&lt;br /&gt;
 cs KDE # [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc|'cs' is a bash function, click here to learn more]]&lt;br /&gt;
 svn checkout svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebase&lt;br /&gt;
 cd kdebase&lt;br /&gt;
 cmakekde&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you have troubles compiling kdebase:&lt;br /&gt;
* Make sure you have the &amp;lt;tt&amp;gt;libxss headers&amp;lt;/tt&amp;gt; installed. (Usually you got undefined references on xscreensaver objects if you do not have those headers)&lt;br /&gt;
* &amp;lt;tt&amp;gt;which meinproc&amp;lt;/tt&amp;gt; has to deliver {{path|/home/kde-devel/kde/bin/meinproc}}&lt;br /&gt;
* if cmakekde can not find the path of kdepimlibs, edit the file {{path|$KDE_BUILD/KDE/kdebase/CMakeCache.txt}} and manually set &amp;lt;tt&amp;gt;KDEPIMLIBS_INCLUDE_DIR:PATH=$KDE_BUILD/kdepimlibs&amp;lt;/tt&amp;gt;&lt;br /&gt;
* if you get an error saying &amp;quot;Please set the following variables: X11_XTest_LIB (ADVANCED)&amp;quot;, install the devel package of &amp;lt;tt&amp;gt;Xtst&amp;lt;/tt&amp;gt;. On some systems, this is packaged separately from &amp;lt;tt&amp;gt;xext&amp;lt;/tt&amp;gt; and called &amp;lt;tt&amp;gt;x11proto-xext-dev&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;libxtst-dev&amp;lt;/tt&amp;gt;. You may also need to remove the CMakeCache.txt file in the build dir after installing the package.&lt;br /&gt;
* the same for &amp;quot;X11_Xinerama_LIB (ADVANCED)&amp;quot; where you will need the devel package for &amp;lt;tt&amp;gt;xinerama&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* if you get an error complaining about a missing variable X11_Xrandr_LIB, you need the devel package for libxrandr (libxrandr-devel on ubuntu-systems)&lt;br /&gt;
* if you get the error &amp;quot;Please set the following variables: FONTCONFIG_INCLUDE_DIR, FONTCONFIG_LIBRARIES (ADVANCED)&amp;quot;, then you need to install  the libfontconfig headers&lt;br /&gt;
* if you get the error &amp;quot;CMake Error: This project requires some variables to be set, and cmake can not find them. Please set the following variables: KMETADATA_LIBRARIES&amp;quot;, you need to install soprano from kdesupport and to rebuild kdelibs&lt;br /&gt;
* if you get the error &amp;quot;‘XserverRegion’ does not name a type&amp;quot; make sure you have libxcomposite headers installed (&amp;lt;tt&amp;gt;libxcomposite-dev&amp;lt;/tt&amp;gt; in ubuntu)&lt;br /&gt;
* if you get the error &amp;quot;CMake Error: This project requires some variables to be set, and cmake can not find them. Please set the following variables: QT_QTOPENGL_LIBRARY (ADVANCED) &amp;quot;, try editing CMakeCache.txt and setting QT_QTOPENGL_LIBRARY:FILEPATH=/home/kde-devel/qt-copy/lib/libQtOpenGL.so&lt;br /&gt;
&lt;br /&gt;
* if you get messages as &amp;quot;KDE4_INSTALL_HANDBOOK() is deprecated. Remove it please. Now all is done in KDE4_CREATE_HANDBOOK.&amp;quot; then, either find the files containing the offending line and comment it out manually, or run the following script in ~/kde/src/KDE/kdebase: [http://www.plamadeala.com/files/macros_corrector.sh macros_corrector.sh]. It will just REMOVE the line that has &amp;quot;kde4_create_handbook&amp;quot; in it from all the found files.&lt;br /&gt;
&lt;br /&gt;
== Running KDE 4 programs ==&lt;br /&gt;
&lt;br /&gt;
You can now run KDE 4 programs (e.g. kwrite) by typing:&lt;br /&gt;
 ssh -X kde-devel@localhost&lt;br /&gt;
 kwrite &lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
&lt;br /&gt;
* If you get &lt;br /&gt;
 KUniqueApplication: Cannot find the D-Bus session server&lt;br /&gt;
check if you can access the display, e.g. type&lt;br /&gt;
 xclock&lt;br /&gt;
and see if a clock appears on the screen.&lt;br /&gt;
&lt;br /&gt;
* If you get something like&lt;br /&gt;
 Error: standard icon theme &amp;quot;oxygen&amp;quot; not found!&lt;br /&gt;
 &lt;br /&gt;
 ASSERT: &amp;quot;!isEmpty()&amp;quot; in file /home/kde-devel/qt-copy/include/QtCore/../../src/corelib/tools/qlist.h, line 245&lt;br /&gt;
 Aborted (core dumped)&lt;br /&gt;
You need to install kdebase - see above. It is enough to install the &amp;quot;runtime&amp;quot; directory from kdebase.&lt;br /&gt;
&lt;br /&gt;
== Generating local API documentation ==&lt;br /&gt;
Although the API documentation for KDE is available online at [http://api.kde.org api.kde.org], it is sometimes useful to have it on your own disk, for example when you want to use [[Getting_Started/Set_up_KDE_4_for_development#KDevelop|KDevelop]] for browsing the documentation or when you are not able to be online all the time.&lt;br /&gt;
&lt;br /&gt;
Be aware that generating the API documentation can take several hours and takes almost half a gigabyte of diskspace.&lt;br /&gt;
The generation is handled by a script in {{path|kdelibs/doc/api}}, you need &amp;lt;tt&amp;gt;doxygen&amp;lt;/tt&amp;gt; to be able to run it. &lt;br /&gt;
&lt;br /&gt;
To build the API documentation for kdelibs, type the following:&lt;br /&gt;
&amp;lt;!--'cs' and 'cb' are NOT typos!--&amp;gt;&lt;br /&gt;
 cs KDE/kdelibs # [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts/.bashrc|'cs' is a bash function, click here to learn more]]&lt;br /&gt;
 $KDE_SRC/KDE/kdelibs/doc/api/doxygen.sh \&lt;br /&gt;
 --doxdatadir=$KDE_SRC/KDE/kdelibs/doc/common .&lt;br /&gt;
&lt;br /&gt;
Repeat for other modules as desired.&amp;lt;br&amp;gt;&lt;br /&gt;
 cd &amp;lt;module home&amp;gt;&lt;br /&gt;
 $KDE_SRC/KDE/kdelibs/doc/api/doxygen.sh \&lt;br /&gt;
 --doxdatadir=$KDE_SRC/KDE/kdelibs/doc/common .&lt;br /&gt;
&lt;br /&gt;
Another, even easier method involves downloading this [[Doxyfile]] to your local system. Then simply change directory to where you want to create the documentation and run&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
% doxygen /path/to/Doxyfile&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
Then review the file {{path|doxygen.log}} to see the doxygen errors and warnings. You'll find the actual documentation in the {{path|apidocs}} subdirectory.&lt;br /&gt;
&lt;br /&gt;
== Staying up to date ==&lt;br /&gt;
&lt;br /&gt;
In order to keep the kde4 installation up to date, each of the modules installed should be updated periodically. As Monday is the day for big changes in kdelibs, Tuesday may be the best day to do this. For each module checked out, run &amp;lt;tt&amp;gt;svn up&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
cs kdesupport # cs is not a typo&lt;br /&gt;
svn up&lt;br /&gt;
cb # cb is not a typo&lt;br /&gt;
make -j2 VERBOSE=1 &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installing a subset of a module ==&lt;br /&gt;
&lt;br /&gt;
Many modules in KDE contain a large number of programs which could take a long time to download and compile. In cases where you want to work only on a particular program or programs in a module, it is possible to download and compile particular folders. In some cases, certain folders are required for any build of the module. This is determined in the CMakeLists.txt file of the module. For example the [http://websvn.kde.org/trunk/KDE/kdegames/CMakeLists.txt?view=markup kdegames CMakeLists.txt file] lists:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
add_subdirectory(libkdegames)&lt;br /&gt;
add_subdirectory(libkmahjongg)&lt;br /&gt;
&lt;br /&gt;
macro_optional_add_subdirectory(doc)&lt;br /&gt;
macro_optional_add_subdirectory(lskat)&lt;br /&gt;
macro_optional_add_subdirectory(katomic)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, the libkdegames and libkmahjongg directories are required to build any of kdegames. The cmake directory will also usually be required. All the other directories (doc, katomic etc) are optional. They will be built if present on your machine. In this example, we build kmahjongg and kbattleship:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code bash&amp;gt;&lt;br /&gt;
cs KDE&lt;br /&gt;
svn co -N kdegames # The -N switch performs a non-recursive checkout&lt;br /&gt;
cd kdegames&lt;br /&gt;
svn up libkdegames # Get required directories&lt;br /&gt;
svn up libkmahjongg&lt;br /&gt;
svn up cmake&lt;br /&gt;
svn up kbattleship # Get optional directories&lt;br /&gt;
svn up kmahjongg&lt;br /&gt;
cmakekde &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
What can happen over time, after some &amp;lt;tt&amp;gt;svn up&amp;lt;/tt&amp;gt; commands, is that some of the tools used in the KDE build chain change their output format. For example, &amp;lt;tt&amp;gt;kcfg&amp;lt;/tt&amp;gt; files are read by &amp;lt;tt&amp;gt;kconfig_compiler&amp;lt;/tt&amp;gt; to produce configuration dialogs. CMake cannot detect those changes, and the compilation might fail. A workaround is to always force a re-generation of all such files:&lt;br /&gt;
 find $KDE_SRC/KDE/kdebase -name &amp;quot;*.kcfg&amp;quot; | xargs touch&lt;br /&gt;
The same applies to &amp;lt;tt&amp;gt;ui&amp;lt;/tt&amp;gt; files as produced by Qt designer.&lt;br /&gt;
&lt;br /&gt;
== Success! ==&lt;br /&gt;
&lt;br /&gt;
You are now ready to start building other svn modules in the same fashion as you built kdebase, running and testing KDE4 or writing your own patches and applications.&lt;br /&gt;
&lt;br /&gt;
See the [[Getting Started/Set up KDE 4 for development|Set up KDE 4 for development]] tutorial for how to start KDE 4 applications and how to use KDevelop to work on them.&lt;br /&gt;
&lt;br /&gt;
[[Category:Build KDE]]&lt;br /&gt;
[[Category:KDE4]]&lt;/div&gt;</summary>
		<author><name>Lcorbasson</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/kdelibs</id>
		<title>Projects/kdelibs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/kdelibs"/>
				<updated>2007-07-30T06:03:49Z</updated>
		
		<summary type="html">&lt;p&gt;Lcorbasson: /* Bugs */ committed KGlobalSettings::desktopGeometry patch to SVN&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Master Todo List for KDE 4 =&lt;br /&gt;
&lt;br /&gt;
This project page contains several lists (presented as tables) of things we still need to do in the kdelibs module.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
Fix these bugs as soon as possible.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Issue !! Reported by !! Being fixed by !! Status&lt;br /&gt;
|-&lt;br /&gt;
| The KFileDialog file extension stuff has disappeared. There seems to be insufficient spacing around that checkbox too. || Clarence Dang || Clarence Dang || Fix of first bit is to revert the top hunk of this [http://lists.kde.org/?l=kde-commits&amp;amp;m=111835187828266&amp;amp;w=2 patch], don't think this causes a getOpenUrl() regression, will ask jowenn&lt;br /&gt;
|-&lt;br /&gt;
| KDoubleNumInput doesn't handle keyboard input properly esp. with '.'.  I  did see a FIXME in that file regarding the KIntNumInput validator or similar. || Clarence Dang || ||&lt;br /&gt;
|-&lt;br /&gt;
| Pressing the '?' button (from kwin) on a child widget of a widget  containing WhatsThis complains about a lack of WhatsThis, even though it  could just fetch it from its parent. || Clarence Dang || ||&lt;br /&gt;
|-&lt;br /&gt;
| Saving an image with RGB KImageIO crashes in SGIImage::writeImage() || Clarence Dang || ||&lt;br /&gt;
|-&lt;br /&gt;
| The settings-&amp;gt;configure shortcuts dialog needs some serious usability  love :)  Oh, and it fails to show up the majority of my actions in kword. || Thomas Zander || Andreas Hartmetz ||&lt;br /&gt;
|-&lt;br /&gt;
| One cannot call KGlobalSettings::desktopGeometry(this) in a const method of a QWidget. || Loïc Corbasson || Loïc Corbasson || Committed&lt;br /&gt;
|-&lt;br /&gt;
| KPrinter doesn't work well after a myKPrinter.setOutputFormat(QPrinter::PdfFormat);&lt;br /&gt;
| Thomas Zander&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Do Now ==&lt;br /&gt;
&lt;br /&gt;
Things we need to do right away.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Issue !! Person !! Status&lt;br /&gt;
|-&lt;br /&gt;
| Remove deprecated methods. || ||&lt;br /&gt;
|-&lt;br /&gt;
| Remove classes that aren't used by more than 1 app. || ||&lt;br /&gt;
|-&lt;br /&gt;
| KSSL needs love || thiago ||&lt;br /&gt;
|-&lt;br /&gt;
| Phonon's extended API || Matthias Kretz ||&lt;br /&gt;
|-&lt;br /&gt;
| Oxygen style (currently in playground || Casper Boemann ||&lt;br /&gt;
|-&lt;br /&gt;
| Buncha KIO issues || Jeff Mitchell, ervin, dfaure ||&lt;br /&gt;
|-&lt;br /&gt;
| URLArgs split up into OpenUrlArguments and BrowserArguments || dfaure ||&lt;br /&gt;
|-&lt;br /&gt;
| KDebug reimplementation from QDebug || thiago, dirk ||&lt;br /&gt;
|-&lt;br /&gt;
| On-the-fly add pages to KConfigDialog || Joris Guisson ||&lt;br /&gt;
|-&lt;br /&gt;
| Port K3Icon to KIcon. || ||&lt;br /&gt;
|-&lt;br /&gt;
| KDirNotify::emitFilesChanged complains that it's only half implemented || ||&lt;br /&gt;
|-&lt;br /&gt;
| KPrinter sucks, improve it.|| ||&lt;br /&gt;
|-&lt;br /&gt;
| kdefx. remove? || mwoehlke ||&lt;br /&gt;
|-&lt;br /&gt;
| kstyle fixes || Maxsim ||&lt;br /&gt;
|-&lt;br /&gt;
| API improvements that make it easier to port from KDE3 (in the sense of less work or things to change). It is time to make our desktop functional, and while this might mean to change the API here and there, our focus should be to get the application code we have from KDE3 running at least as good as it did with KDE3, without actually having to rewrite all of our existing code.|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Import KExpandableWidget (KCollapsibleGroupBox?? -- 'Expandable' may be confused with To/CC/BCC lineedits in kmail) to kdeui || danimo ||&lt;br /&gt;
|-&lt;br /&gt;
| Rename KXMLGUIBuilder, KXMLGUIClient, KXMLGUIFactory to KXmlGuiBuilder, KXmlGuiClient, KXmlGuiFactory, respectively || Robin Stocker ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medium to Large-Scale Items ==&lt;br /&gt;
&lt;br /&gt;
Medium to large-scale API changes that we would like to make for the next binary incompatible release.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Issue !! Person !! KDE Version !! Status&lt;br /&gt;
|-&lt;br /&gt;
| Check for forked classes in kde pim and other modules || Danimo || ||&lt;br /&gt;
|-&lt;br /&gt;
| Remove all KSocks references throughout KDE in favor of KNetwork's socket implementations. || Thiago || ||&lt;br /&gt;
|-&lt;br /&gt;
| Remove all methods marked 'deprecated' in KDE 3.x. || Martijn || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make it possible to create a KSystemTray without a KMainWindow and instead lazily create the main window on demand. || Martijn || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make KSystemTray add its own reference to KApp, so tray apps that adhere to the style guide can safely close their main window without having to worry about the app quitting instead. || Martijn || ||&lt;br /&gt;
|-&lt;br /&gt;
| Sort out reference counting of applications and KMainWindows: Add a setRefCountEnabled() function to KApplication; deref()ing the last reference should only quit the application if reference counts are enabled, and the reference count should be disabled by default so apps that don't use a KMainWindow mostly continue to work. Make the KMainWindow constructor call setRefCountEnabled(true), and make each KMainWindow hold its own reference to the application. The KMainWindow should drop its app reference on hide, and regain it on show.&amp;lt;p&amp;gt;Make KSysTray also hold a reference to the app. Then apps that use more than one main window and the tray (like KSIrc and Kopete) will quit at the right time without nasty hacks. || Richard Smith || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make some long-lasting operations threaded. There are some operations in KDE that take too long on at least ~500MHz hardware to be done using event loops. Examples are the use of KLibLoader to dlopen plugins and KRun to fire up other processes.&amp;lt;p&amp;gt;Konqueror and KMail tend to stall occasionally too, but that's harder to refactor because the bulk of the work there is X11-related.|| Martijn || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make it possible to use SSL-ed sockets outside KIO. KSSL isn't very suitable for reuse, and the certificate dialogs are not even available in public API at all, leading e.g. to Kopete IRC duplicating a lot of stuff and all KDE Jabber clients based on libpsi (PSI, Light Hawk and Kopete) using homebrewn solutions.  [How does this have to do with changing KIO?  It's just a request to have that code in a different form....] ||Martijn|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Solve need for casting when using bitfield enums (e.g. K3Process::Communication) by the use of Q_DECLARE_FLAGS/Q_DECLARE_OPERATORS_FOR_FLAGS || Simon|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Merge kdelibs/kdecore/kuser.h and kdeadmin/kuser/kuser.h. || Frans || ||&lt;br /&gt;
|-&lt;br /&gt;
| KParts: remove plugin loading from setInstance, add an explicit loadPlugins() call in all parts that should load plugins (at the end of the derived-part ctor). || David|| ||&lt;br /&gt;
|-&lt;br /&gt;
| KParts: come up with better names for ReadOnlyPart and ReadWritePart, ReadOnly is a minimum requirement, but this does not become clear until you dig deeper into the class. With QTextEdit and QTextBrowser for instance, the inheritance is the other way around. E.g.: ReaderPart? ViewerPart? || David || ||&lt;br /&gt;
|-&lt;br /&gt;
| Other ideas in this thread: http://lists.kde.org/?l=kde-core-devel&amp;amp;m=107608067302571&amp;amp;w=2 &amp;lt;p&amp;gt;(Contributors to that thread, please add specific items here.) || Waldo || ||&lt;br /&gt;
|-&lt;br /&gt;
| Change classes that store bool data using strings (&amp;quot;true&amp;quot;/&amp;quot;false&amp;quot;) to use bool calls (readBoolEntry()).  Although not technicaly a binary incompatablity...just something to bring up for possible change (for the better)&amp;lt;p&amp;gt;Use KConfigXT instead! || Frans || ||&lt;br /&gt;
|-&lt;br /&gt;
| Is it really necessary to bother people using the KCM APIs with withFallback? I have never heard of it failing and when would you not like to have that fallback? I think a default of 'true' would be fine(and remove the argument in the APIs). || Frans|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Do we need to have factory arguments in the KCM API? (who would use it anyway?) || Frans || ||&lt;br /&gt;
|-&lt;br /&gt;
| The config options in kdeglobals needs to be cleaned up a little. Perhaps I'm being picky..&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;They should be named properly, for example &amp;quot;enableIcons&amp;quot; instead of &amp;quot;EnableIcons&amp;quot;. Or at least settle on one thing.&amp;lt;li&amp;gt;AFAICT it would be the right thing if KWin had its own rc file instead of having its &amp;quot;WM&amp;quot; section in kdeglobals.&amp;lt;li&amp;gt;Shouldn't Sonnet have its own rc file instead of kdeglobals?&amp;lt;li&amp;gt;Should we allow spaces in option names?&amp;lt;li&amp;gt;Some option names are too short for being understandable. fixed-&amp;gt;fixedFont; font-&amp;gt;systemWideFont&amp;lt;li&amp;gt;Perhaps an own font section?&amp;lt;/ul&amp;gt;|| Frans || ||&lt;br /&gt;
|-&lt;br /&gt;
| KKeyDialog needs to be improved. It should simplify using KKeyChooser by not having to instantiate KDialogBase without restricting the possibilities of KKeyChooser (for instance, being able to configure global and application accels in one dialog). If there is only little time, simply expose the KKeyChooser object instead of making it private and inaccessible. || Michael Brade || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fix the APIs taking Matthias Ettrich's hints into account, most importantly fix the massive amount of bool-usage in the CTORs. || Michael Brade || ||&lt;br /&gt;
|-&lt;br /&gt;
| Implement a &amp;quot;default&amp;quot; ctor for the widgets i.e. explicit Foo(QWidget* parent =0). || André Wöbbeking || ||&lt;br /&gt;
|-&lt;br /&gt;
| Get rid of libkdesu dependency in libkio, get rid of KIO::SessionData::AuthData* || Waldo || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make functions in KHelpMenu virtual so they can be overridden (ex: to provide an alternative help-&amp;gt;contents action) || George Staikos || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make sure all GUI classes adopt well to palette changes. || Danimo || ||&lt;br /&gt;
|-&lt;br /&gt;
| K3ListView lacked a setDnDMode to choose between &amp;quot;dnd to move items&amp;quot; (e.g. keditbookmarks) and &amp;quot;dnd onto items&amp;quot; (e.g. kmail). Check how to do this with QListView/QTreeView... || David || ||&lt;br /&gt;
|-&lt;br /&gt;
| Add the concept of a session to KIO, in particular for KHTML so that it can have all of its jobs associated in some way (a unique key of sorts).  Will make SSL much easier to implement and allow removal of many hacks, mostly involving metadata. || George Staikos || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make KLibLoader default to RTLD_GLOBAL and make necessary changes to make KDE namespace clean. || Coolo || ||&lt;br /&gt;
|-&lt;br /&gt;
| Maybe just make sure we don't emit multiple copies of per-class data (vtable,RTTI), then RTLD_LOCAL should do as well, and it should(?) be simpler this way. || Lubos || ||&lt;br /&gt;
|-&lt;br /&gt;
| Many instances of creating containers on the heap instead of stack, can be replaced? [where?] || Caleb Tennis || ||&lt;br /&gt;
|-&lt;br /&gt;
| Remove all of the (const char *name) arguments to QObject derived classes. [mostly done, what's missing?] || Caleb Tennis || ||&lt;br /&gt;
|-&lt;br /&gt;
| Add KAssistant, a new KDE standards-compliant wizard, (TODO/KAssistant) Qt4 has no QWizard (only Q3Wizard left). Add a new KDE standards-compliant wizard with a bit more powerful API and features like &amp;quot;Steps list&amp;quot; pane on the left hand ofthe wizard (user can click any step if developer allowed such action).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Example from OO.org:&amp;lt;br&amp;gt;http://www.openoffice.org/dev_docs/features/2.0/images/mail_merge.jpg &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;We could add more consistency (using themes, guidelines) in this area, as in KDE3 some apps implement wizard's features like left-hand funky pictures or help text again and again (see http://www.kolab.org/doc/kde-client-manual-0.9cvs20030801-html/c43.html).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Other ideas:&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;use nonintrusive &amp;quot;watermark&amp;quot; effect on the 1st or all pages http://images.apple.com/macosx/features/setup/images/index_setup20050412.jpg&amp;lt;li&amp;gt;allow to disable steps on the left-side list as an answer to calling setAppropriate().&amp;lt;li&amp;gt;QWizard's API is mostly ok for the new class, just avoid requiring to pass a pointer to page widget (as in setAppropriate()) but allow to pass QString names or IDs instead.&amp;lt;/ul&amp;gt; || Jaroslaw Staniek || ||&lt;br /&gt;
|-&lt;br /&gt;
| K3IconView/K3ListView equivalents based on Qt4 interview. As discussed on kde-core-devel,this probably means a custom QItemDelegate instead, to handle single-click/double-click, execute-mode/select-mode (cf K3IconView), number of lines used for wrapping, &amp;quot;held&amp;quot; signal.&amp;lt;p&amp;gt;In short, rewriting k3iconview features to be based on interview. For K3ListView we need to check if QTreeView supports both modes of drag-n-drop (dropping onto items, and dropping between items like in the bookmark editor). || David, Till etc. || ||&lt;br /&gt;
|-&lt;br /&gt;
|CMake:&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;install man pages (e.g. doc/kdelibs/man-kbuildsycoca.8.docbook)&amp;lt;li&amp;gt;install /share/apps/ksgmltools2/customization/entities/kde-standard-accels.entities&amp;lt;li&amp;gt;win32: fix path delimiter problem generated *.bat wrapper (using ' ' instead of ';')&amp;lt;/ul&amp;gt; ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| It looks like most of the functions KStringHandler can be removed.  At least, insword, setword,remrange, and remword could be removed [DONE] .  Those four don't seem to be used anywhere inside of KDE.  Other functions like capitalize and reverse seem to be sparsely used. || Caleb Tennis || ||&lt;br /&gt;
|-&lt;br /&gt;
| Prevent re-entering event loop in kded to avoid reentrancy problems like with kwallet in KDE3. || Lubos || ||&lt;br /&gt;
|-&lt;br /&gt;
| Customizable KToolTip/KWhatsThis widgets, now KWhatsThis is a part of KDE GSoC &amp;quot;Implement OpenUsability's Context Sensitive Help Redesign&amp;quot; project, by Joshua Keel, mentored by Ellen Reitmayr&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;initial notes: http://wiki.kde.org/tiki-index.php?page=kdelibs4+TODO%2FKToolTip&amp;lt;li&amp;gt;design page: http://wiki.kde.org/tiki-index.php?page=KWhatsThis&amp;lt;/ul&amp;gt; || Jaroslaw Staniek || ||&lt;br /&gt;
|-&lt;br /&gt;
| Additional (automatic) shortcuts for KMessageBox. See http://lists.kde.org/?l=kde-usability&amp;amp;m=109688936328920&amp;amp;w=2 || Jaroslaw Staniek || ||&lt;br /&gt;
|-&lt;br /&gt;
| Port krosskjs away from KjsEmbed to Kjs || Sebastian Sauer || 4.1 ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Lcorbasson</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/kdelibs</id>
		<title>Projects/kdelibs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/kdelibs"/>
				<updated>2007-07-27T17:06:45Z</updated>
		
		<summary type="html">&lt;p&gt;Lcorbasson: /* Bugs */ +KGlobalSettings::desktopGeometry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= The Master Todo List for KDE 4 =&lt;br /&gt;
&lt;br /&gt;
This project page contains several lists (presented as tables) of things we still need to do in the kdelibs module.&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
Fix these bugs as soon as possible.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Issue !! Reported by !! Being fixed by !! Status&lt;br /&gt;
|-&lt;br /&gt;
| Setting the output mimetype in a saving KFileDialog is ignored. And the file extension stuff has disappeared. || Clarence Dang || ||&lt;br /&gt;
|-&lt;br /&gt;
| KDoubleNumInput doesn't handle keyboard input properly esp. with '.'.  I  did see a FIXME in that file regarding the KIntNumInput validator or similar. || Clarence Dang || ||&lt;br /&gt;
|-&lt;br /&gt;
| Pressing the '?' button (from kwin) on a child widget of a widget  containing WhatsThis complains about a lack of WhatsThis, even though it  could just fetch it from its parent. || Clarence Dang || ||&lt;br /&gt;
|-&lt;br /&gt;
| The settings-&amp;gt;configure shortcuts dialog needs some serious usability  love :)  Oh, and it fails to show up the majority of my actions in kword. || Thomas Zander || Andreas Hartmetz ||&lt;br /&gt;
|-&lt;br /&gt;
| One cannot call KGlobalSettings::desktopGeometry(this) in a const method of a QWidget. || Loïc Corbasson || Loïc Corbasson || [http://pastebin.com/m628a3f67 Patch available], discussed with thiago, will commit next Monday&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Do Now ==&lt;br /&gt;
&lt;br /&gt;
Things we need to do right away.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Issue !! Person !! Status&lt;br /&gt;
|-&lt;br /&gt;
| Remove deprecated methods. || ||&lt;br /&gt;
|-&lt;br /&gt;
| Remove classes that aren't used by more than 1 app. || ||&lt;br /&gt;
|-&lt;br /&gt;
| KSSL needs love || thiago ||&lt;br /&gt;
|-&lt;br /&gt;
| Phonon's extended API || Matthias Kretz ||&lt;br /&gt;
|-&lt;br /&gt;
| Oxygen style (currently in playground || Casper Boemann ||&lt;br /&gt;
|-&lt;br /&gt;
| Buncha KIO issues || Jeff Mitchell, ervin, dfaure ||&lt;br /&gt;
|-&lt;br /&gt;
| URLArgs split up into OpenUrlArguments and BrowserArguments || dfaure ||&lt;br /&gt;
|-&lt;br /&gt;
| KDebug reimplementation from QDebug || thiago, dirk ||&lt;br /&gt;
|-&lt;br /&gt;
| On-the-fly add pages to KConfigDialog || Joris Guisson ||&lt;br /&gt;
|-&lt;br /&gt;
| Port K3Icon to KIcon. || ||&lt;br /&gt;
|-&lt;br /&gt;
| KDirNotify::emitFilesChanged complains that it's only half implemented || ||&lt;br /&gt;
|-&lt;br /&gt;
| KPrinter sucks, improve it.|| ||&lt;br /&gt;
|-&lt;br /&gt;
| kdefx. remove? || mwoehlke ||&lt;br /&gt;
|-&lt;br /&gt;
| kstyle fixes || Maxsim ||&lt;br /&gt;
|-&lt;br /&gt;
| API improvements that make it easier to port from KDE3 (in the sense of less work or things to change). It is time to make our desktop functional, and while this might mean to change the API here and there, our focus should be to get the application code we have from KDE3 running at least as good as it did with KDE3, without actually having to rewrite all of our existing code.|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Import KExpandableWidget (KCollapsibleGroupBox?? -- 'Expandable' may be confused with To/CC/BCC lineedits in kmail) to kdeui || danimo ||&lt;br /&gt;
|-&lt;br /&gt;
| Rename KXMLGUIBuilder, KXMLGUIClient, KXMLGUIFactory to KXmlGuiBuilder, KXmlGuiClient, KXmlGuiFactory, respectively || Robin Stocker ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medium to Large-Scale Items ==&lt;br /&gt;
&lt;br /&gt;
Medium to large-scale API changes that we would like to make for the next binary incompatible release.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Issue !! Person !! KDE Version !! Status&lt;br /&gt;
|-&lt;br /&gt;
| Check for forked classes in kde pim and other modules || Danimo || ||&lt;br /&gt;
|-&lt;br /&gt;
| Remove all KSocks references throughout KDE in favor of KNetwork's socket implementations. || Thiago || ||&lt;br /&gt;
|-&lt;br /&gt;
| Remove all methods marked 'deprecated' in KDE 3.x. || Martijn || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make it possible to create a KSystemTray without a KMainWindow and instead lazily create the main window on demand. || Martijn || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make KSystemTray add its own reference to KApp, so tray apps that adhere to the style guide can safely close their main window without having to worry about the app quitting instead. || Martijn || ||&lt;br /&gt;
|-&lt;br /&gt;
| Sort out reference counting of applications and KMainWindows: Add a setRefCountEnabled() function to KApplication; deref()ing the last reference should only quit the application if reference counts are enabled, and the reference count should be disabled by default so apps that don't use a KMainWindow mostly continue to work. Make the KMainWindow constructor call setRefCountEnabled(true), and make each KMainWindow hold its own reference to the application. The KMainWindow should drop its app reference on hide, and regain it on show.&amp;lt;p&amp;gt;Make KSysTray also hold a reference to the app. Then apps that use more than one main window and the tray (like KSIrc and Kopete) will quit at the right time without nasty hacks. || Richard Smith || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make some long-lasting operations threaded. There are some operations in KDE that take too long on at least ~500MHz hardware to be done using event loops. Examples are the use of KLibLoader to dlopen plugins and KRun to fire up other processes.&amp;lt;p&amp;gt;Konqueror and KMail tend to stall occasionally too, but that's harder to refactor because the bulk of the work there is X11-related.|| Martijn || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make it possible to use SSL-ed sockets outside KIO. KSSL isn't very suitable for reuse, and the certificate dialogs are not even available in public API at all, leading e.g. to Kopete IRC duplicating a lot of stuff and all KDE Jabber clients based on libpsi (PSI, Light Hawk and Kopete) using homebrewn solutions.  [How does this have to do with changing KIO?  It's just a request to have that code in a different form....] ||Martijn|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Solve need for casting when using bitfield enums (e.g. K3Process::Communication) by the use of Q_DECLARE_FLAGS/Q_DECLARE_OPERATORS_FOR_FLAGS || Simon|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Merge kdelibs/kdecore/kuser.h and kdeadmin/kuser/kuser.h. || Frans || ||&lt;br /&gt;
|-&lt;br /&gt;
| KParts: remove plugin loading from setInstance, add an explicit loadPlugins() call in all parts that should load plugins (at the end of the derived-part ctor). || David|| ||&lt;br /&gt;
|-&lt;br /&gt;
| KParts: come up with better names for ReadOnlyPart and ReadWritePart, ReadOnly is a minimum requirement, but this does not become clear until you dig deeper into the class. With QTextEdit and QTextBrowser for instance, the inheritance is the other way around. E.g.: ReaderPart? ViewerPart? || David || ||&lt;br /&gt;
|-&lt;br /&gt;
| Other ideas in this thread: http://lists.kde.org/?l=kde-core-devel&amp;amp;m=107608067302571&amp;amp;w=2 &amp;lt;p&amp;gt;(Contributors to that thread, please add specific items here.) || Waldo || ||&lt;br /&gt;
|-&lt;br /&gt;
| Change classes that store bool data using strings (&amp;quot;true&amp;quot;/&amp;quot;false&amp;quot;) to use bool calls (readBoolEntry()).  Although not technicaly a binary incompatablity...just something to bring up for possible change (for the better)&amp;lt;p&amp;gt;Use KConfigXT instead! || Frans || ||&lt;br /&gt;
|-&lt;br /&gt;
| Is it really necessary to bother people using the KCM APIs with withFallback? I have never heard of it failing and when would you not like to have that fallback? I think a default of 'true' would be fine(and remove the argument in the APIs). || Frans|| ||&lt;br /&gt;
|-&lt;br /&gt;
| Do we need to have factory arguments in the KCM API? (who would use it anyway?) || Frans || ||&lt;br /&gt;
|-&lt;br /&gt;
| The config options in kdeglobals needs to be cleaned up a little. Perhaps I'm being picky..&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;They should be named properly, for example &amp;quot;enableIcons&amp;quot; instead of &amp;quot;EnableIcons&amp;quot;. Or at least settle on one thing.&amp;lt;li&amp;gt;AFAICT it would be the right thing if KWin had its own rc file instead of having its &amp;quot;WM&amp;quot; section in kdeglobals.&amp;lt;li&amp;gt;Shouldn't Sonnet have its own rc file instead of kdeglobals?&amp;lt;li&amp;gt;Should we allow spaces in option names?&amp;lt;li&amp;gt;Some option names are too short for being understandable. fixed-&amp;gt;fixedFont; font-&amp;gt;systemWideFont&amp;lt;li&amp;gt;Perhaps an own font section?&amp;lt;/ul&amp;gt;|| Frans || ||&lt;br /&gt;
|-&lt;br /&gt;
| KKeyDialog needs to be improved. It should simplify using KKeyChooser by not having to instantiate KDialogBase without restricting the possibilities of KKeyChooser (for instance, being able to configure global and application accels in one dialog). If there is only little time, simply expose the KKeyChooser object instead of making it private and inaccessible. || Michael Brade || ||&lt;br /&gt;
|-&lt;br /&gt;
| Fix the APIs taking Matthias Ettrich's hints into account, most importantly fix the massive amount of bool-usage in the CTORs. || Michael Brade || ||&lt;br /&gt;
|-&lt;br /&gt;
| Implement a &amp;quot;default&amp;quot; ctor for the widgets i.e. explicit Foo(QWidget* parent =0). || André Wöbbeking || ||&lt;br /&gt;
|-&lt;br /&gt;
| Get rid of libkdesu dependency in libkio, get rid of KIO::SessionData::AuthData* || Waldo || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make functions in KHelpMenu virtual so they can be overridden (ex: to provide an alternative help-&amp;gt;contents action) || George Staikos || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make sure all GUI classes adopt well to palette changes. || Danimo || ||&lt;br /&gt;
|-&lt;br /&gt;
| K3ListView lacked a setDnDMode to choose between &amp;quot;dnd to move items&amp;quot; (e.g. keditbookmarks) and &amp;quot;dnd onto items&amp;quot; (e.g. kmail). Check how to do this with QListView/QTreeView... || David || ||&lt;br /&gt;
|-&lt;br /&gt;
| Add the concept of a session to KIO, in particular for KHTML so that it can have all of its jobs associated in some way (a unique key of sorts).  Will make SSL much easier to implement and allow removal of many hacks, mostly involving metadata. || George Staikos || ||&lt;br /&gt;
|-&lt;br /&gt;
| Make KLibLoader default to RTLD_GLOBAL and make necessary changes to make KDE namespace clean. || Coolo || ||&lt;br /&gt;
|-&lt;br /&gt;
| Maybe just make sure we don't emit multiple copies of per-class data (vtable,RTTI), then RTLD_LOCAL should do as well, and it should(?) be simpler this way. || Lubos || ||&lt;br /&gt;
|-&lt;br /&gt;
| Many instances of creating containers on the heap instead of stack, can be replaced? [where?] || Caleb Tennis || ||&lt;br /&gt;
|-&lt;br /&gt;
| Remove all of the (const char *name) arguments to QObject derived classes. [mostly done, what's missing?] || Caleb Tennis || ||&lt;br /&gt;
|-&lt;br /&gt;
| Add KAssistant, a new KDE standards-compliant wizard, (TODO/KAssistant) Qt4 has no QWizard (only Q3Wizard left). Add a new KDE standards-compliant wizard with a bit more powerful API and features like &amp;quot;Steps list&amp;quot; pane on the left hand ofthe wizard (user can click any step if developer allowed such action).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Example from OO.org:&amp;lt;br&amp;gt;http://www.openoffice.org/dev_docs/features/2.0/images/mail_merge.jpg &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;We could add more consistency (using themes, guidelines) in this area, as in KDE3 some apps implement wizard's features like left-hand funky pictures or help text again and again (see http://www.kolab.org/doc/kde-client-manual-0.9cvs20030801-html/c43.html).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Other ideas:&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;use nonintrusive &amp;quot;watermark&amp;quot; effect on the 1st or all pages http://images.apple.com/macosx/features/setup/images/index_setup20050412.jpg&amp;lt;li&amp;gt;allow to disable steps on the left-side list as an answer to calling setAppropriate().&amp;lt;li&amp;gt;QWizard's API is mostly ok for the new class, just avoid requiring to pass a pointer to page widget (as in setAppropriate()) but allow to pass QString names or IDs instead.&amp;lt;/ul&amp;gt; || Jaroslaw Staniek || ||&lt;br /&gt;
|-&lt;br /&gt;
| K3IconView/K3ListView equivalents based on Qt4 interview. As discussed on kde-core-devel,this probably means a custom QItemDelegate instead, to handle single-click/double-click, execute-mode/select-mode (cf K3IconView), number of lines used for wrapping, &amp;quot;held&amp;quot; signal.&amp;lt;p&amp;gt;In short, rewriting k3iconview features to be based on interview. For K3ListView we need to check if QTreeView supports both modes of drag-n-drop (dropping onto items, and dropping between items like in the bookmark editor). || David, Till etc. || ||&lt;br /&gt;
|-&lt;br /&gt;
|CMake:&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;install man pages (e.g. doc/kdelibs/man-kbuildsycoca.8.docbook)&amp;lt;li&amp;gt;install /share/apps/ksgmltools2/customization/entities/kde-standard-accels.entities&amp;lt;li&amp;gt;win32: fix path delimiter problem generated *.bat wrapper (using ' ' instead of ';')&amp;lt;/ul&amp;gt; ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| It looks like most of the functions KStringHandler can be removed.  At least, insword, setword,remrange, and remword could be removed [DONE] .  Those four don't seem to be used anywhere inside of KDE.  Other functions like capitalize and reverse seem to be sparsely used. || Caleb Tennis || ||&lt;br /&gt;
|-&lt;br /&gt;
| Prevent re-entering event loop in kded to avoid reentrancy problems like with kwallet in KDE3. || Lubos || ||&lt;br /&gt;
|-&lt;br /&gt;
| Customizable KToolTip/KWhatsThis widgets, now KWhatsThis is a part of KDE GSoC &amp;quot;Implement OpenUsability's Context Sensitive Help Redesign&amp;quot; project, by Joshua Keel, mentored by Ellen Reitmayr&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;initial notes: http://wiki.kde.org/tiki-index.php?page=kdelibs4+TODO%2FKToolTip&amp;lt;li&amp;gt;design page: http://wiki.kde.org/tiki-index.php?page=KWhatsThis&amp;lt;/ul&amp;gt; || Jaroslaw Staniek || ||&lt;br /&gt;
|-&lt;br /&gt;
| Additional (automatic) shortcuts for KMessageBox. See http://lists.kde.org/?l=kde-usability&amp;amp;m=109688936328920&amp;amp;w=2 || Jaroslaw Staniek || ||&lt;br /&gt;
|-&lt;br /&gt;
| Port krosskjs away from KjsEmbed to Kjs || Sebastian Sauer || 4.1 ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Lcorbasson</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Development/Guidelines</id>
		<title>Development/Guidelines</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Development/Guidelines"/>
				<updated>2007-07-27T06:16:55Z</updated>
		
		<summary type="html">&lt;p&gt;Lcorbasson: /* External Standards */ karm -&amp;gt; ktimetracker (kde4)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This section contains information about the industry and de facto standards KDE uses. The industry standards are ones that are used or implemented by KDE (for instance, we use the XML standard to write XML documents, and we implement the Window Manager Hint standard with KWin). KDE standards are the guidelines used internally, related to UI design and consistency. The section about [[Policies|policies]] also contains standards-like documents that relate to developer activity.&lt;br /&gt;
&lt;br /&gt;
== KDE Standards ==&lt;br /&gt;
; [http://developer.kde.org/documentation/design/ui/index.html Human Computer Interaction (HCI) Documents]&lt;br /&gt;
: A list of very good Human Computer Interface documentation. If you do anything with the design of a GUI you should read this.&lt;br /&gt;
&lt;br /&gt;
; [[/CIG|Community Identity Guidelines (CIG)]]&lt;br /&gt;
: Definitions and recommendations which help the KDE Project to establish a unique, characteristic, and appealing design.&lt;br /&gt;
&lt;br /&gt;
; [http://developer.kde.org/documentation/standards/kde/style/basics/index.html KDE User Interface Guidelines]&lt;br /&gt;
: The KDE User Interface Guidelines.&lt;br /&gt;
&lt;br /&gt;
; [http://wiki.openusability.org/guidelines/index.php/Main_Page The new KDE User Interface Guidelines]&lt;br /&gt;
: The new KDE User Interface Guidelines, being developed by the KDE usability team for KDE 4. It is advisable to use them as much as possible for development for KDE 4, and use the old ones as fallback (or ask on the usability mailinglist: kde-usability@kde.org).&lt;br /&gt;
&lt;br /&gt;
; [http://developer.kde.org/documentation/standards/kde/kcontrol_style/index.html KDE KControl Module Guidelines]&lt;br /&gt;
: Styleguide standards for KConfig Modules used in combination with KControl.&lt;br /&gt;
&lt;br /&gt;
== External Standards ==&lt;br /&gt;
; [http://www.w3.org/XML XML]&lt;br /&gt;
: The Extensible Markup language. KOffice's document formats are applications of this. It is also used as configuration file format by an increasing number of KDE programs.&lt;br /&gt;
&lt;br /&gt;
; [http://www.w3.org/DOM/ DOM]&lt;br /&gt;
: The Document Object Model as defined by the W3C. Qt's QDom*classes are modeled after this.&lt;br /&gt;
&lt;br /&gt;
; [http://www.newplanetsoftware.com/xdnd/ XDND]&lt;br /&gt;
: The specification for the inter-application drag and drop protocol used by Qt and Gtk. Meanwhile, several other applications use it.&lt;br /&gt;
&lt;br /&gt;
; [http://www.freedesktop.org/wiki/Standards_2fwm_2dspec Extended Window Manager Hint Standard]&lt;br /&gt;
: Also called NETWM or EWMH, the protocol for window manager interaction, supported by many window manager authors.&lt;br /&gt;
&lt;br /&gt;
; [http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec Desktop Entry Standard]&lt;br /&gt;
: The format of .desktop files, supported by KDE.&lt;br /&gt;
&lt;br /&gt;
; [http://www.iana.org/assignments/media-types/ MIME types]&lt;br /&gt;
: Files types (as used to show appropriate icons in the file manager and to categorize data in drag &amp;amp; drop and clipboard operations) follow the convention known as MIME. Here you can find a list of registered content types.&lt;br /&gt;
&lt;br /&gt;
; [http://www.ietf.org/rfc/rfc1738.txt URL]&lt;br /&gt;
: Uniform resource locators, defined by RFC 1738.&lt;br /&gt;
&lt;br /&gt;
; [http://cvsweb.xfree86.org/cvsweb/*checkout*/xc/doc/hardcopy/SM/SMlib.PS.gz?rev=1.1.1.1&amp;amp;content-type=application/postscript SM]&lt;br /&gt;
: The X11R6.4 session management protocol. This is the backend protocol for KMainWindow's high-level session management features.&lt;br /&gt;
&lt;br /&gt;
; [http://www.faqs.org/rfcs/rfc2445.html iCalendar]&lt;br /&gt;
: RFC 2445 - Internet Calendaring and Scheduling Core Object Specification (iCalendar). This is used to store KOrganizer and KTimeTracker (KArm in KDE &amp;lt; 4) data.&lt;/div&gt;</summary>
		<author><name>Lcorbasson</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/User:Lcorbasson</id>
		<title>User:Lcorbasson</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/User:Lcorbasson"/>
				<updated>2007-06-07T00:04:47Z</updated>
		
		<summary type="html">&lt;p&gt;Lcorbasson: /* Loïc Corbasson */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Loïc Corbasson ==&lt;br /&gt;
&lt;br /&gt;
I'm a 4th year undergraduate at the [http://www.utt.fr/ Technological University of Troyes], in France, preparing a ''[http://en.wikipedia.org/wiki/Diplôme_d'Ingénieur diplôme d'ingénieur]'' in Information Systems and Telecommunications.&lt;br /&gt;
&lt;br /&gt;
During Summer of Code 2007, I'll work on  [[Projects/Summer_of_Code/2007/Projects/KOrganizer_theming_improvements|making KOrganizer look more like a paper-based calendar, aka KOrganizer theming improvements]].&lt;br /&gt;
&lt;br /&gt;
* IRC nickname: tricasse&lt;br /&gt;
* E-Mail: [mailto:loic.corbasson@gmail.com loic.corbasson@gmail.com]&lt;br /&gt;
* Blog: http://blog.loic.corbasson.fr/&lt;br /&gt;
&lt;br /&gt;
On a sidenote, it may also help you to know that I speak French, German and English, and have some understanding of a few other European languages to a much lesser extent.&lt;/div&gt;</summary>
		<author><name>Lcorbasson</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Summer_of_Code/2007/Projects/KOrganizer_theming_improvements</id>
		<title>Projects/Summer of Code/2007/Projects/KOrganizer theming improvements</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Summer_of_Code/2007/Projects/KOrganizer_theming_improvements"/>
				<updated>2007-04-18T04:03:16Z</updated>
		
		<summary type="html">&lt;p&gt;Lcorbasson: abstract&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Today KOrganizer's theming interface, CalendarDecoration, is not widely used. Plugins using the interface have to be written in C++, and the functionality remains simple.&lt;br /&gt;
 My goals during Summer of Code would be:&lt;br /&gt;
 - to allow for more features (background images, image/quote of the week/month, etc),&lt;br /&gt;
 - to write some example plugins (national calendars, &amp;quot;This day in history&amp;quot; links, ...),&lt;br /&gt;
 - to make it easier to write simple decorations for KOrganizer using a portable and easy-to-use format, which may be extended in the future (like the KDE themes).&lt;/div&gt;</summary>
		<author><name>Lcorbasson</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/User:Lcorbasson</id>
		<title>User:Lcorbasson</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/User:Lcorbasson"/>
				<updated>2007-04-17T23:28:18Z</updated>
		
		<summary type="html">&lt;p&gt;Lcorbasson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Loïc Corbasson ==&lt;br /&gt;
&lt;br /&gt;
I'm a 4th year undergraduate at the [http://www.utt.fr/ Technological University of Troyes], in France, preparing a ''[http://en.wikipedia.org/wiki/Diplôme_d'Ingénieur diplôme d'ingénieur]'' in Information Systems and Telecommunications.&lt;br /&gt;
&lt;br /&gt;
During Summer of Code 2007, I'll work on  [[Projects/Summer_of_Code/2007/Projects/KOrganizer_theming_improvements|making KOrganizer look more like a paper-based calendar, aka KOrganizer theming improvements]].&lt;br /&gt;
&lt;br /&gt;
* IRC nickname: tricasse&lt;br /&gt;
* E-Mail: [mailto:loic.corbasson@gmail.com loic.corbasson@gmail.com]&lt;br /&gt;
* Blog: http://cnb.blogsite.org/&lt;br /&gt;
&lt;br /&gt;
On a sidenote, it may also help you to know that I speak French, German and English, and have some understanding of a few other European languages to a much lesser extent.&lt;/div&gt;</summary>
		<author><name>Lcorbasson</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Summer_of_Code/2007/Projects</id>
		<title>Projects/Summer of Code/2007/Projects</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Summer_of_Code/2007/Projects"/>
				<updated>2007-04-17T22:17:21Z</updated>
		
		<summary type="html">&lt;p&gt;Lcorbasson: added link to my project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The projects for 2007 have been selected. The table below reflects the selected projects as seen on [http://code.google.com/soc/kde/about.html Google SoC Homepage]:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Task&lt;br /&gt;
!Student&lt;br /&gt;
!Mentor&lt;br /&gt;
|-&lt;br /&gt;
|CMake support for KDevelop&lt;br /&gt;
|Aleix Pol Gonzalez&lt;br /&gt;
|Matt Rogers &lt;br /&gt;
|-&lt;br /&gt;
|Kalzium 3D Molecular Editor&lt;br /&gt;
|Marcus Hanwell&lt;br /&gt;
|Benoit Jacob &lt;br /&gt;
|-&lt;br /&gt;
|Painterly features for Krita&lt;br /&gt;
|Emanuele Tamponi&lt;br /&gt;
|Bart Coppens &lt;br /&gt;
|-&lt;br /&gt;
|Code-Completion and Navigation for KDevelop-4&lt;br /&gt;
|David Nolden&lt;br /&gt;
|Roberto Raggi &lt;br /&gt;
|-&lt;br /&gt;
|KRDC (KDE Remote Desktop Connection) - UI Redesign and overall revamp&lt;br /&gt;
|Urs Wolfer&lt;br /&gt;
|Bradley John Hards &lt;br /&gt;
|-&lt;br /&gt;
|[[Projects/Summer_of_Code/2007/Projects/KOffice_collaborative_editing|NEW: KOffice -- collaborative editing]]&lt;br /&gt;
|[[User:IgorStepin|Igor Stepin]]&lt;br /&gt;
|Cyrille Berger &lt;br /&gt;
|-&lt;br /&gt;
|Implement Rulangage support in KDevelop4&lt;br /&gt;
|Michaël Larouche&lt;br /&gt;
|Oleksandr Dymo &lt;br /&gt;
|-&lt;br /&gt;
|[[Projects/Summer_of_Code/2007/Projects/Kontact_Journal_Blog_Support|Kontact Journal/Blog Support]]&lt;br /&gt;
|[[User:Mikearthur|Mike Arthur]]&lt;br /&gt;
|Cornelius Schumacher &lt;br /&gt;
|-&lt;br /&gt;
|SQL Code Generation and Enhanced Entity Relationship Models for Umbrello&lt;br /&gt;
|Shivasharan Rao&lt;br /&gt;
|Jonathan Riddell &lt;br /&gt;
|-&lt;br /&gt;
|KAider, computer-aided translation system&lt;br /&gt;
|Mykola Shaforostov&lt;br /&gt;
|Adriaan de Groot &lt;br /&gt;
|-&lt;br /&gt;
|Improve OpenDocument compatibility in KWord&lt;br /&gt;
|Ducroquet Pierre&lt;br /&gt;
|Sebastian Sauer &lt;br /&gt;
|- &lt;br /&gt;
|Implement OpenUsability's Context Sensitive Help Redesign&lt;br /&gt;
|Joshua Keel&lt;br /&gt;
|Ellen Reitmayr &lt;br /&gt;
|-&lt;br /&gt;
|KDEPrint UI redesign&lt;br /&gt;
|Rutger Claes&lt;br /&gt;
|Cristian Tibirna &lt;br /&gt;
|-&lt;br /&gt;
|Nepomuk-KDE integration&lt;br /&gt;
|Soloduhin Dmitriy&lt;br /&gt;
|Jos van den Oever &lt;br /&gt;
|-&lt;br /&gt;
|Strigi: chemistry and biology support&lt;br /&gt;
|Alexandr Goncearenco&lt;br /&gt;
|Egon Willighagen &lt;br /&gt;
|-&lt;br /&gt;
|GPS support for Marble virtual globe widget&lt;br /&gt;
|Andrew Manson&lt;br /&gt;
|Inge Wallin &lt;br /&gt;
|-&lt;br /&gt;
|Amarok: Model/View implementation and usability improvements for playlist&lt;br /&gt;
|Ian Monroe&lt;br /&gt;
|Seb Ruiz &lt;br /&gt;
|-&lt;br /&gt;
|New selection visualisations for Krita&lt;br /&gt;
|Sven Langkamp&lt;br /&gt;
|Casper Boemann &lt;br /&gt;
|-&lt;br /&gt;
|Kopete messenger plugin update&lt;br /&gt;
|Zhang Panyong&lt;br /&gt;
|Matt Rogers &lt;br /&gt;
|-&lt;br /&gt;
|Step: interactive physical simulator for education&lt;br /&gt;
|Vladimir Kuznetsov&lt;br /&gt;
|Carsten Niehaus &lt;br /&gt;
|-&lt;br /&gt;
|KWin -- Improved Xinerama Support&lt;br /&gt;
|Frederick Emmott&lt;br /&gt;
|Lubos Lunak &lt;br /&gt;
|-&lt;br /&gt;
|Amarok Web Services Integration&lt;br /&gt;
|Leonardo Franchi&lt;br /&gt;
|Seb Ruiz &lt;br /&gt;
|-&lt;br /&gt;
|Text-tool plugins for KOffice apps&lt;br /&gt;
|Fredy Yanardi&lt;br /&gt;
|Tomas Mecir &lt;br /&gt;
|-&lt;br /&gt;
|Generic models/views for all Akonadi-based applications&lt;br /&gt;
|Bruno Virlet&lt;br /&gt;
|Volker Krause &lt;br /&gt;
|-&lt;br /&gt;
|2D projection for Marble&lt;br /&gt;
|Carlos Manuel Licea Vázquez&lt;br /&gt;
|Torsten Rahn &lt;br /&gt;
|-&lt;br /&gt;
|Kommander Integration into kdevelop&lt;br /&gt;
|Matthias Wieser&lt;br /&gt;
|Kevin Krammer &lt;br /&gt;
|-&lt;br /&gt;
|Marble KML support and creating KPart.&lt;br /&gt;
|Murad Tagirov&lt;br /&gt;
|Torsten Rahn &lt;br /&gt;
|-&lt;br /&gt;
|KPilot enhancement&lt;br /&gt;
|Bertjan Broeksema&lt;br /&gt;
|Jason Kasper &lt;br /&gt;
|-&lt;br /&gt;
|Quanta: Upload Synchronisation&lt;br /&gt;
|Roland Knall&lt;br /&gt;
|Andras Mantia &lt;br /&gt;
|-&lt;br /&gt;
|Bluetooth Presence Manager (BtPM) and KDEBluetooth KDE4 port&lt;br /&gt;
|Juan González Aguilera&lt;br /&gt;
|Daniel Gollub &lt;br /&gt;
|-&lt;br /&gt;
|Python Support for KDevelop4&lt;br /&gt;
|Piyush Verma&lt;br /&gt;
|Andreas Pakulat &lt;br /&gt;
|-&lt;br /&gt;
|[[Projects/Summer_of_Code/2007/Projects/KOrganizer_theming_improvements|Making KOrganizer look more like a paper-based calendar: theming improvements]]&lt;br /&gt;
|[[User:Lcorbasson|Loïc Corbasson]]&lt;br /&gt;
|Cornelius Schumacher&lt;br /&gt;
|-&lt;br /&gt;
|[[Projects/Summer_of_Code/2007/Projects/Music Notation support for KOffice|Music Notation support for KOffice]]&lt;br /&gt;
|[[User:Mkruisselbrink|Marijn Kruisselbrink]]&lt;br /&gt;
|Boudewijn Rempt &lt;br /&gt;
|-&lt;br /&gt;
|KDEPrint -- add support for LinuxPrinting's on-line drivers query&lt;br /&gt;
|Gavin Beatty&lt;br /&gt;
|Cristian Tibirna &lt;br /&gt;
|-&lt;br /&gt;
|Bridge the gap between KitchenSync and OpenSync&lt;br /&gt;
|Anirudh Ramesh&lt;br /&gt;
|Cornelius Schumacher &lt;br /&gt;
|-&lt;br /&gt;
|Java backend for Kross&lt;br /&gt;
|Vincent Verhoeven&lt;br /&gt;
|Sebastian Sauer &lt;br /&gt;
|-&lt;br /&gt;
|Improving the X RandrR extension support in KDE&lt;br /&gt;
|Gustavo Pichorim Boiko&lt;br /&gt;
|Lubos Lunak &lt;br /&gt;
|-&lt;br /&gt;
|Update Jabber support in Kopete&lt;br /&gt;
|Joshua Hodosh&lt;br /&gt;
|Olivier Goffart &lt;br /&gt;
|-&lt;br /&gt;
|Icon cache for KDE&lt;br /&gt;
|Rivo Laks&lt;br /&gt;
|Aaron Seigo &lt;br /&gt;
|-&lt;br /&gt;
|Portable Media Player Integration for KDE&lt;br /&gt;
|Andrew Fuller&lt;br /&gt;
|Kévin Ottens&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Lcorbasson</name></author>	</entry>

	</feed>