<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.kde.devel.core">
    <title>gmane.comp.kde.devel.core</title>
    <link>http://blog.gmane.org/gmane.comp.kde.devel.core</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55986"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55980"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55978"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55965"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55964"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55963"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55947"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55943"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55935"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55932"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55916"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55893"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55878"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55877"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55873"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55871"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55852"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55851"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55844"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/55843"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55986">
    <title>KProcess Line Mode Patch</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55986</link>
    <description>Hi,

based on the work described on 
http://lists.kde.org/?l=kde-core-devel&amp;m=120522889930459&amp;w=2 there is a 
patch appended which implements a line buffering mode directly in KProcess.
The advantage of this approach is that this feature is directly 
available from kdecore and therefore no additional class located 
somewhere in the related package source is required.

 How it works:

1.Line buffering mode ist enabled with the

    void setOutputLineMode(bool mode);

2.There are new KProcess signals available which indicates available lines.

    void readyReadLineStandardOutput();
    void readyReadLineStandardError();

3. The lines could be fetched with

    QStringList &amp;readLinesStandardOutput(QStringList &amp;out=QStringList());
    QStringList &amp;readLinesStandardError(QStringList &amp;out=QStringList());

4. non standard line delimiters could be set by

    void setOutputLineDelimiter(QString &amp;delim=QString());

Any comments or objections ?

Ralf

 


Index: kdecore/io/kprocess.cpp
==============================</description>
    <dc:creator>Ralf Habacker</dc:creator>
    <dc:date>2008-12-01T11:32:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55980">
    <title>closing bugs products</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55980</link>
    <description>There are products on bugs.kde.org that I think should be closed for new
bugs:

configure: buildsystem can be used instead. No open bugs as this writting..
binaries: downstream bugs should not be reported. No open bugs as this
writting.
daap kioslave: 1 open bug. Why not move it to kioslaves?
spreadkde.org: No open bugs. Looks unmaintained ...
printer-applet: 3 open bugs, 5 bugs reported in its life, surely should
merge with something.

There are also a bunch of applications I am not sure they are maintained
anymore (lilo-config for instance, or maybe I was don't use lilo)




</description>
    <dc:creator>Jordi Polo</dc:creator>
    <dc:date>2008-12-01T04:05:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55978">
    <title>Bug in icon kcm?</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55978</link>
    <description>Hey,

I'm currently not running trunk or I would test this myself. I believe
there is a bug in the icon kcm, specifically line 372 in
kdebase/runtime/kcontrol/icons/icons.cpp. The value member variable is
of float type, but gets cast to int. Because the range for value is
0..1.0, this is effectively always 0 in the config file.

Am I right? If so, could someone please correct this? I don't want to
do it blindly.

Thanks,
Louai

</description>
    <dc:creator>Louai Al-Khanji</dc:creator>
    <dc:date>2008-12-01T00:17:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55965">
    <title>Multiple keyboard layouts: shared key-permanent shortcuts</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55965</link>
    <description>Hello,

  This mail is the effect of discussion on the usability ML 
(subject: "National default shortcuts set").

The purpose is that if user had several layouts no matter what layout 
is chosen she/he would still press the same keys (as shortcuts). No 
matter what layout is chosen when user defines new shortcut it is 
shared with other layouts, so after a switch, shortcut is still 
there.

Proposed solution -- when adding layouts (sys.settings) the first 
layout would have special meaning as primary layout. This layout 
would be used to display shortcuts in menus, shortcut dialogs, etc. 

And for usage -- example from ML.

DK keyboard layout for further reference.
http://en.wikipedia.org/wiki/Image:Nederlandse_toetsenbordindeling_-_tekst_als_paden.svg

User has US as primary layout and has to press US characters ctrl= 
(which in this example is the same as keys), after adding DK it is 
still US ctrl= (keys) despite the fact than in DK pressing US key = 
gives °.

Another example:

I have US keyboard, but </description>
    <dc:creator>Maciej Pilichowski</dc:creator>
    <dc:date>2008-11-26T14:00:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55964">
    <title>qt-copy printing broken?</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55964</link>
    <description>Hi,

I'm running qt-copy and trunk using the scripts from techbase and I'm getting 
a crash on a QAssert in qprintdialog whenever I try to print (log snippet 
below).  Is anyone else seeing this, or is it just a problem with my system?

Cheers!

John.

--------------------------------------------------------------------------

Thread 1 (Thread 0x7f1baf19d750 (LWP 19353)):
[KCrash Handler]
#4  0x00007f1bab264715 in raise () from /lib64/libc.so.6
#5  0x00007f1bab265d03 in abort () from /lib64/libc.so.6
#6  0x00007f1babf8a7fd in qt_message_output (msgType=QtFatalMsg, 
buf=0x7fffb71d9ce0 "ASSERT: \"index &gt;= 0\" in file 
dialogs/qprintdialog_unix.cpp, line 731") at global/qglobal.cpp:2102
#7  0x00007f1babf8a90c in qFatal (msg=0x7f1bac0cf618 "ASSERT: \"%s\" in file 
%s, line %d") at global/qglobal.cpp:2303
#8  0x00007f1babf8ad19 in qt_assert (assertion=0x7f1bacb7a963 "index &gt;= 0", 
file=0x7f1bacb7a945 "dialogs/qprintdialog_unix.cpp", line=731) at 
global/qglobal.cpp:1872
#9  0x00007f1bac9b7688 in QUnixPrintWidgetP</description>
    <dc:creator>John Layt</dc:creator>
    <dc:date>2008-11-25T22:53:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55963">
    <title>KDE Trunk: easy way out</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55963</link>
    <description>I would like to test a fairly recent KDE Trunk, but I would like to
avoid building from source. I had gone to the KDE4Daily project but is
no longer functioning. The only project that I see which is recent to
within a few days seems to be the Suse "KDE Four Live" CD:
http://home.kde.org/~binner/kde-four-live/

How well does this represent KDE Trunk for the time it was built? I
know that Suse changes many KDE details for Open Suse releases, but I
do not know if this KDE Four Live CD is changed such. If it is
altered, what other options do I have for a recent Trunk build that is
either a Live CD (preferable for composing support, which I would also
like to test) or a Virtualbox / qemu image. Thanks.

</description>
    <dc:creator>Dotan Cohen</dc:creator>
    <dc:date>2008-11-22T12:53:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55947">
    <title>[PATCH] Klipper port to KConfigXT - patch or a feature?</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55947</link>
    <description/>
    <dc:creator>Dmitry Suzdalev</dc:creator>
    <dc:date>2008-11-27T14:26:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55943">
    <title>[PATCH] thread-safe KQueuedDialog episode 2</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55943</link>
    <description>following my previous patches to make KDialogQueue thread-safe I figured 
that for it to work the KDialogQueue had to be created in the GUI 
thread. That is not always the case. Thus, in this new patch I move the 
queue to the main GUi thread if possible. I would like to have opinions 
on that. Is it completely over the top?

Cheers,
Sebastian

Index: kdialog.cpp
===================================================================
--- kdialog.cpp(revision 888795)
+++ kdialog.cpp(working copy)
&lt; at &gt;&lt; at &gt; -3,6 +3,7 &lt; at &gt;&lt; at &gt;
  *  Additions 1999-2000 by Espen Sand (espen&lt; at &gt;kde.org)
  *                      by Holger Freyther &lt;freyther&lt; at &gt;kde.org&gt;
  *            2005-2006 by Olivier Goffart (ogoffart at kde.org)
+ *            2008 by Sebastian Trueg (trueg at kde.org)
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Library General Public
&lt; at &gt;&lt; at &gt; -35,6 +36,7 &lt; at &gt;&lt; at &gt;
 #include &lt;QTimer&gt;
 #include &lt;QVBoxLayout&gt;
 #include &lt;QWhatsThis&gt;
+#include &lt;QtCore/QThread&gt;
 
 #include &lt;klocal</description>
    <dc:creator>Sebastian Trueg</dc:creator>
    <dc:date>2008-11-27T09:35:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55935">
    <title>Binary compatibility issues - code placement</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55935</link>
    <description>Hi,

I have been asked by Fredrik (I think he told me this) to do the "hover in 
shape" he did for FolderView plasmoid but in a more general shape: on a 
general itemview.

The technical issue is really straight forward: reimplement itemAt from 
QListView. It works quite fine.

The idea of "hover in shape" is to have items-of-same-size when hovering, but 
still being able to reach the viewport. This is managed by making the item 
only be hovered if we hover for instance, the icon or the text itself of that 
item. On the moment it it shown as hovered, the whole rect of the item is 
painted (well, look at folder view plasmoid to know about what I am talking 
here).

The problem ?

We would need KListView (reimplements itemAt virtual method) and KItemDelegate 
(adds a new method, returning the contents shape of the item).

It would be nice if this list would be used by Dolphin (kdebase) and the 
open/save dialog (kdelibs).

So, the issue is not technical, but "of order". Where could we place this, 
knowing that</description>
    <dc:creator>Rafael Fernández López</dc:creator>
    <dc:date>2008-11-26T22:14:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55932">
    <title>fish kioslave windows patch</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55932</link>
    <description>like for the sftp kioslave, I've made a patch to port fish to windows
too so if someone could test it on other platforms to check that I
haven't broken anything
</description>
    <dc:creator>Carlo</dc:creator>
    <dc:date>2008-11-26T17:44:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55916">
    <title>KStyle::defaultStyle() related</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55916</link>
    <description>Hi,

in kdelibs/kdeui/kernel/kglobalsettings.cpp there is the following code 
snippet

void KGlobalSettings::Private::applyGUIStyle()
{
    const QLatin1String 
currentStyleName(qApp-&gt;style()-&gt;metaObject()-&gt;className());

    if (kde_overrideStyle.isEmpty()) {
#ifdef Q_WS_X11
        const QString &amp;defaultStyle = KStyle::defaultStyle();
#else
        const QString defaultStyle; // Mac, Windows: no change for style 
by default
#endif
        const KConfigGroup pConfig(KGlobal::config(), "General");
        const QString &amp;styleStr = pConfig.readEntry("widgetStyle", 
defaultStyle);
...

This code seems to me a special hack for non x11 platforms to be able to 
use a "native" default style, which is not supported by the recent 
implementation of KStyle:defaultStyle(), which is hardcoded to "oxygen". 
Would it not make the code clearer to extend KStyle::defaultStyle() with 
the platform related native style like shown below ?

 QString KStyle::defaultStyle()
 {
#ifndef Q_WS_X11
     return QString(""); // native
#</description>
    <dc:creator>Ralf Habacker</dc:creator>
    <dc:date>2008-11-25T10:02:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55893">
    <title>[PATCH] thread-safe queued KDialogs</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55893</link>
    <description/>
    <dc:creator>Sebastian Trüg</dc:creator>
    <dc:date>2008-11-22T22:00:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55878">
    <title>KIO experimental work report, RFC</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55878</link>
    <description>Hi all,

long time no post from me, eh...
During, and as a continuation of, my SOC project I did some work in KIO that 
didn't make it for 4.2 due to the vagarities of networking and the need for a 
large amount of testing and also bugfixing that I didn't put the necessary 
time into, really. The changes I'm going to describe not only expose but also 
create bugs in the sense that things that were maybe not nice are flat out 
broken with them. Most importantly KIO users can exhibit stalls or errors (no 
idea where the errors come from ATM) if the number of ioslaves is effectively 
limited.

- HTTP pipelining for Konqueror, using a class called PipelineScheduler that 
  is a  KIO::SimpleJob and manages a list of jobs to be pipelined. After much
  debugging of the required functionality in the HTTP ioslave and in the 
  PipelineScheduler class itself... it turns out that some servers are broken 
  as hell. static.flickr.com is the worst example, it drops TCP packets 
  without comment if there is more than one</description>
    <dc:creator>Andreas Hartmetz</dc:creator>
    <dc:date>2008-11-21T00:56:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55877">
    <title>KIO experimental work report, RFC</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55877</link>
    <description>Hi all,

long time no post from me, eh...
During, and as a continuation of, my SOC project I did some work in KIO that 
didn't make it for 4.2 due to the vagarities of networking and the need for a 
large amount of testing and also bugfixing that I didn't put the necessary 
time into, really. The changes I'm going to describe not only expose but also 
create bugs in the sense that things that were maybe not nice are flat out 
broken with them. Most importantly KIO users can exhibit stalls or errors (no 
idea where the errors come from ATM) if the number of ioslaves is effectively 
limited.

- HTTP pipelining for Konqueror, using a class called PipelineScheduler that 
  is a  KIO::SimpleJob and manages a list of jobs to be pipelined. After much
  debugging of the required functionality in the HTTP ioslave and in the 
  PipelineScheduler class itself... it turns out that some servers are broken 
  as hell. static.flickr.com is the worst example, it drops TCP packets 
  without comment if there is more than one</description>
    <dc:creator>Andreas Hartmetz</dc:creator>
    <dc:date>2008-11-21T00:52:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55873">
    <title>include the svn revision in the --version info (wish 162179)</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55873</link>
    <description>Hello,

  I have a patch for CMakeList.txt in kdelibs to solve my own wish (include
the svn revision in the --version info)

http://bugs.kde.org/show_bug.cgi?id=162179

--- CMakeLists.txt     2008-11-17 12:29:41.765625000 +0100
+++ CMakeLists.txt      2008-11-17 10:06:49.000000000
+0100
&lt; at &gt;&lt; at &gt; -8,9 +8,29
&lt; at &gt;&lt; at &gt;



set (KDE_VERSION_MAJOR
4)
set (KDE_VERSION_MINOR
1)
set (KDE_VERSION_RELEASE
73)
set (KDE_VERSION
"${KDE_VERSION_MAJOR}.${KDE_VERSION_MINOR}.${KDE_VERSION_RELEASE}" )
-set (KDE_VERSION_STRING "${KDE_VERSION} (KDE 4.1.73 (KDE 4.2 &gt;=
20081112))")
+

+execute_process(COMMAND svn info --xml WORKING_DIRECTORY
${CMAKE_CURRENT_SOURCE_DIR}

+                             COMMAND grep -m 1
revision
+                             COMMAND cut -f 2 -d
\"
+                             OUTPUT_VARIABLE SVN_REVISION
)
+if (SVN_REVISION)
+  string(STRIP ${SVN_REVISION} SVN_REVISION)
+  set(SVN_REVISION "r${SVN_REVISION}")
+else(SVN_REVISION)
+  set (SVN_REVISION "${KDE_VERSION}")
+endif(SVN_REVISION)
+
+set (KDE_VERSION_STRI</description>
    <dc:creator>Jaime</dc:creator>
    <dc:date>2008-11-17T11:41:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55871">
    <title>[PATCH] for kcontrol/dateandtime problem</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55871</link>
    <description>hi, all. I find out that kcm_clock have some trivial problems out
there.  first is that kcmclockrc write to wrong place with bad
attributes.  and after you choose a timezone,
the display zone doesn't change accordingly some times. another problem
is that
time server list shouldn't be i18n'd, because kcmdatetimehelper won't
get correct
tzone parameter.
patch can be applied to trunk/KDE/kdebase/workspace/kcontrol/dateandtime.
anyone please notify me if got better ideas.

Index: helper.cpp
===================================================================
--- helper.cpp(revision 884069)
+++ helper.cpp(working copy)
&lt; at &gt;&lt; at &gt; -52,10 +52,14 &lt; at &gt;&lt; at &gt;
 {
   int ret = 0;
   // write to the system config file
-  KConfig _config( KDE_CONFDIR "kcmclockrc", KConfig::SimpleConfig);
+  KConfig _config( KDE_CONFDIR "/kcmclockrc", KConfig::SimpleConfig );
   KConfigGroup config(&amp;_config, "NTP");
   config.writeEntry("servers", ntpServers );
   config.writeEntry("enabled", ntpEnabled );
+  config.sync();
+  if ( !QFile::setPermissions</description>
    <dc:creator>yinshuiboy</dc:creator>
    <dc:date>2008-11-16T18:38:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55852">
    <title>KDE applications need kfmclient to open links, which is notshipped with kdebase/runtime</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55852</link>
    <description>Heyya!

After reading the following Debian bug report [0] Pino Toscano and me
discovered the following: To be able to open links most KDE applications
rely on an installed available kfmclient executable [1]. The problem is
now: kfmclient is shipped with Konqueror. This means: If Konqueror is
not installed a lot of applications are not able to open links even with
another configured browser. For KDE user this isn't such a big problem,
but a Gnome user e.g. doesn't want to install Konqueror just to be able
to open external links.
The question is now: How can we solve this problem? I guess in theory
kfmclient should be a part of kdebase/runtime and not kdebase/apps, but
I don't know if this is feasible in pratice. I didn't check yet how
coupled kfmclient and Konqueror are and when distributed -runtime
and -apps are two different tarballs.

Anyway this problem really must be addressed somehow soon.

Greetings,
Armin


[0] http://bugs.debian.org/506125
[1] See kdelibs/kdecore/kernel/ktoolinvocation.cpp for KDE 4 </description>
    <dc:creator>Armin Berres</dc:creator>
    <dc:date>2008-11-19T14:01:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55851">
    <title>Fwd: Patch for 175560 about kppp(not support china)</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55851</link>
    <description>
-------- Forwarded Messages --------
From: "zhangqiang" &lt;zhangqiang&lt; at &gt;redflag-linux.com&gt; 
To: kde-devel&lt; at &gt;kde.org 


Hi :
      When I use kppp to dial up.I find that it does not support china.Finally I found it was lost of some profile about china. So I added it in the directory :/KDE/kdenetwork/kppp/DB/Provider.Then it goes well.The profile file are in the attachment .Thanks.
   The bug procedure is as following.
   kppp : configure-&gt;account-&gt;new-&gt;Wizard-&gt;next
   Here we don't find the china item in the list. 


                                                   Best regards.


</description>
    <dc:creator>zhangqiang</dc:creator>
    <dc:date>2008-11-19T09:53:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55844">
    <title>[REMINDER] i18n String Freeze TODAY</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55844</link>
    <description>Howdy,

Today is the last day for any new visible i18n() strings in your code.
Cutoff time is our traditional 23:59 UTC


</description>
    <dc:creator>Allen Winter</dc:creator>
    <dc:date>2008-11-18T14:12:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55843">
    <title>[REMINDER] Docs Freeze 25 Nov</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55843</link>
    <description>Howdy,

Please remember that the Documentation/Handbook Freeze is coming on 25 Nov. [1]

[1]
http://techbase.kde.org/Schedules/KDE4/4.2_Release_Schedule

</description>
    <dc:creator>Allen Winter</dc:creator>
    <dc:date>2008-11-18T14:05:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/55828">
    <title>last-minute color kcm change</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/55828</link>
    <description>Maciej has been pestering me about color kcm bugs :-). Is it still 
permissible to switch to a different preview widget for the set-specific 
configuration?

I need to know *now* because this will introduce new strings (just 
simple ones, though, "neutral", "positive", etc., total new strings 
would be 10 or less, and all are single words). If not it will have to 
wait for 4.3 :-( (which also means I won't be able to work on it in 
trunk for several months).

</description>
    <dc:creator>Matthew Woehlke</dc:creator>
    <dc:date>2008-11-17T19:06:31</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.kde.devel.core">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.kde.devel.core</link>
  </textinput>
</rdf:RDF>
