<?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 rdf: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/79167"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79154"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79153"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79150"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79144"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79126"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79119"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79112"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79090"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79089"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79088"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79087"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79066"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79062"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79061"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79059"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79056"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79053"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79052"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.kde.devel.core/79034"/>
      </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/79167">
    <title>Review Request 110482: Move KStatusNotifierItem in KNotifications</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79167</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110482/
-----------------------------------------------------------

Review request for kdelibs.


Description
-------

This implemets a step in the kdeui crumble epic.

moves the classes kstatusnotifieritem and knotificationsrestrictions in the knotifiactions library.

The patch works, but there are still several issues:
* porting from kdebug to qdebug loses the area number
* adds some link libraries: the classes add ki18n, kwidgets and KWidgetsAddons
* the test adds ki18n kde4support kdecore
* the KActionCollection becomes a qhash of actions: how should be kactioncollections ported?

I guess it should use the qt translation system, and redo the quit dialog to not usekstandardgui at all?


Diffs
-----

  kdeui/CMakeLists.txt cfa29ef 
  kdeui/tests/CMakeLists.txt cd055d5 
  staging/knotifications/src/CMakeLists.txt 266b67c 
  staging/knotifications/src/knotificationrestrictions.cpp a396fd6 
  staging/knotifications/src/kstatusnotifieritem.h be21882 
  staging/knotifications/src/kstatusnotifieritem.cpp 37abe7e 
  staging/knotifications/src/kstatusnotifieritemdbus_p.cpp 6c9e1da 
  staging/knotifications/src/kstatusnotifieritemprivate_p.h 32e7906 
  staging/knotifications/tests/CMakeLists.txt 2240a69 
  staging/knotifications/tests/kstatusnotifieritemtest.cpp 38e85ac 

Diff: http://git.reviewboard.kde.org/r/110482/diff/


Testing
-------


Thanks,

Marco Martin

&lt;/pre&gt;</description>
    <dc:creator>Marco Martin</dc:creator>
    <dc:date>2013-05-17T12:11:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79154">
    <title>macro_log_feature : setting max version</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79154</link>
    <description>&lt;pre&gt;Hello,

This issue is triggered by kopete's OTR plugin that stopped compiling with 
LibOTR 4.0.0 because it undergone some imported structure changes.

Pali Rohar managed to modify the FindLibOTR.cmake, we now set-up a version 
range starting with 3.2.0 (initial requirement) to 4.0.0 and kopete compiles 
by excluding the offending, too recent, LibOTR.

However, the final cmake status outputs this :

-----------------------------------------------------------------------------
&lt;/pre&gt;</description>
    <dc:creator>Valentin Rusu</dc:creator>
    <dc:date>2013-05-16T19:07:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79153">
    <title>Review Request 110476: Call KNotification::close() when notification is closed in the applet</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79153</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110476/
-----------------------------------------------------------

Review request for kde-workspace.


Description
-------

Call KNotification::close() when user clicks the 'X' button in the Notifications applet.

This prevents leaking persistent notifications and allows applications to depend on KNotification::closed() signal.


Diffs
-----

  plasma/generic/applets/notifications/contents/ui/NotificationDelegate/NotificationDelegate.qml 64d9298 
  plasma/generic/applets/notifications/contents/ui/Notifications.qml c5be0a3 

Diff: http://git.reviewboard.kde.org/r/110476/diff/


Testing
-------


Thanks,

Dan Vrátil

&lt;/pre&gt;</description>
    <dc:creator>Dan Vrátil</dc:creator>
    <dc:date>2013-05-16T18:21:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79150">
    <title>Review Request 110462: Call new Instance dbus method on Windows when a KUniqueApplication is already running</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79150</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110462/
-----------------------------------------------------------

Review request for kdelibs, kdewin, Patrick Spendrin, and Patrick von Reth.


Description
-------

Currently when a second instance of a KUniqueApplication is created KUniqueapplication on Windows just tries to bring the existing process to the front. The problem with this is that the commandline arguments are lost. Kontact parts of kdepim solved this problem in pimuniqueapplication by calling NewInstance with the correct parameters on the existing application.
This review Request is about adding that code from kdepimlibs/kontactinterface/pimuniqueapplication.cpp also to KUniqueapplication on Windows.


This addresses bug 258489.
    http://bugs.kde.org/show_bug.cgi?id=258489


Diffs
-----

  kdeui/kernel/kuniqueapplication.cpp 777fc35 

Diff: http://git.reviewboard.kde.org/r/110462/diff/


Testing
-------

Tested with Kleopatra on Windows.


Thanks,

Andre Heinecke

&lt;/pre&gt;</description>
    <dc:creator>Andre Heinecke</dc:creator>
    <dc:date>2013-05-16T10:21:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79144">
    <title>Review Request 110459: Klipper: Allow to keep items in clipboard history</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79144</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110459/
-----------------------------------------------------------

Review request for kde-workspace.


Description
-------

This patch allows users to prevent important items from being overwritten in the clipboard history.
Methods keep and setKeep were added to HistoryItem. If an item has keep set to true, it will not be overwritten.
A submenu was added to set whether an item should be kept in history.
Even if there are more elements in the list than the maximum number of entries, the newest element copied to the clipboard will be in the clipboard item.
In order to allow Klipper to read history files written with previous versions of Klipper, saving and loading if an item should be kept is handled in klipper.cpp and not by the item.


This addresses bug 54212.
    http://bugs.kde.org/show_bug.cgi?id=54212


Diffs
-----

  klipper/history.cpp 49e9bb0 
  klipper/historyitem.h 6c41d5d 
  klipper/historyitem.cpp 21fbe4e 
  klipper/klipper.h bbfd9c9 
  klipper/klipper.cpp cf41bd2 
  klipper/klipperpopup.h 31beff2 
  klipper/klipperpopup.cpp bff2c25 
  klipper/popupproxy.h 910bd6e 
  klipper/popupproxy.cpp 555f383 

Diff: http://git.reviewboard.kde.org/r/110459/diff/


Testing
-------


Thanks,

José Millán Soto

&lt;/pre&gt;</description>
    <dc:creator>José Millán Soto</dc:creator>
    <dc:date>2013-05-15T19:39:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79126">
    <title>Review Request 110430: [Taskbar applet] Added actions to be perfomed on middle click</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79126</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110430/
-----------------------------------------------------------

Review request for kde-workspace.


Description
-------

This patch adds a feature present in KDE3 and requested by some users (see open bugs), that is performing an action when a taskbar entry is middle-clicked. I have added three possible actions: Close the application, hide it or move it to the current desktop, where the first two were user requests.


This addresses bugs 182689 and 190951.
    http://bugs.kde.org/show_bug.cgi?id=182689
    http://bugs.kde.org/show_bug.cgi?id=190951


Diffs
-----

  plasma/desktop/applets/tasks/tasks.h fe79a12 
  plasma/desktop/applets/tasks/tasks.cpp 0a86dcf 
  plasma/desktop/applets/tasks/tasksConfig.ui 6f3ff18 
  plasma/desktop/applets/tasks/windowtaskitem.cpp f840076 

Diff: http://git.reviewboard.kde.org/r/110430/diff/


Testing
-------

Manual testing.


Thanks,

Albert Vaca Cintora

&lt;/pre&gt;</description>
    <dc:creator>Albert Vaca Cintora</dc:creator>
    <dc:date>2013-05-14T18:47:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79119">
    <title>Review Request 110423: Searchprovider dialog: add insert query placeholder button</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79119</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110423/
-----------------------------------------------------------

Review request for KDE Runtime.


Description
-------

This adds a 'Insert query placeholder' button to the add/modify web shortcut dialog.
-Clicking this button inserts \{&amp;lt; at &amp;gt;} in the shortcut URL lineEdit.
-The button is only enabled when the shortcut URL lineEdit has focus.

This makes it easy to add new web shortcuts. Users don't have to remember and type the query placeholder.

The eventfilter complicates this patch a lot. But there is no slot to detect if a lineedit has focus.
We could drop it but it looks messy when the button is always enabled.


This addresses bug 146879.
    http://bugs.kde.org/show_bug.cgi?id=146879


Diffs
-----

  kurifilter-plugins/ikws/searchproviderdlg.h e931e11 
  kurifilter-plugins/ikws/searchproviderdlg.cpp 5f40f5f 

Diff: http://git.reviewboard.kde.org/r/110423/diff/


Testing
-------

Added a new shortcut.
Changed focus to and from different widgets.
Inserted placeholder at the end of the link and in the middle.
Modified a shortcut.


File Attachments
----------------

Before - After screenshot
  http://git.reviewboard.kde.org/media/uploaded/files/2013/05/14/before-After.png


Thanks,

Maarten De Meyer

&lt;/pre&gt;</description>
    <dc:creator>Maarten De Meyer</dc:creator>
    <dc:date>2013-05-14T13:49:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79112">
    <title>Review Request 110421: Fix Konqueror's midnight commander profile</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79112</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110421/
-----------------------------------------------------------

Review request for KDE Base Apps and David Faure.


Description
-------

The attached patch fixes Konqueror's midnight commander profile so that it correctly works with dolphinpart. Not sure if all the functionality as original intended is preserved, but at least it is not completely useless.


This addresses bug 312093.
    http://bugs.kde.org/show_bug.cgi?id=312093


Diffs
-----


Diff: http://git.reviewboard.kde.org/r/110421/diff/


Testing
-------


Thanks,

Dawit Alemayehu

&lt;/pre&gt;</description>
    <dc:creator>Dawit Alemayehu</dc:creator>
    <dc:date>2013-05-14T02:05:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79090">
    <title>R: Re: R: [kartesio] src: Fix some strings</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79090</link>
    <description>&lt;pre&gt;Hi,
there is a little misunderstanding: those two settings are not global 
settings. This is how it works: if you check BackProp, the neural network will 
be trained using back propagation. If you check GenAlg, the network will be 
trained with genetic algorithms. If you check both them, the network will be 
trained using both methods. 
In some cases, you may want to use BackProp, in others GenAlg or both them: it 
depends on the points you are using and on the curve you want to fit. For 
example, I see that if you use a line as fittign function (y=m*x+q) BackProp is 
all you need. But if you want to use something more complex (like a third grade 
function, x^3) GenAlg gives you better results.
So those settings are not global: the user must be able to change them every 
time he/she needs, because usually to find the best fitting curve you have to 
try different settings.

Talking about the translation, BackProp and GenAlg, in my opinion, shouldn't 
be translated: they are commonly used in many countries (in Italy we use them 
too) by anybody usually works with neural networks. It would be like 
translating "Okay" or "UFO": those are English espressions that are common in a 
lot of countries.

Luca Tringali

context. But the question that comes to my mind is:
and "GenAlg" and that could be put in Kartesio global settings?"
Ukrainian? Either those settings are moved elsewhere or they need translatable 
English strings with context info if necessary and tooltips to precise their 
meaning as well. 


&lt;/pre&gt;</description>
    <dc:creator>LucaTringali</dc:creator>
    <dc:date>2013-05-11T16:25:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79089">
    <title>R: Re: R: Re: R: Re: kde review kartesio</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79089</link>
    <description>&lt;pre&gt;Ooops: I thought I already corrected this problem, for some reason I did not 
upload to git this correction. On my system the build goes fine also with that 
line, but I decide to remove it because it can cause problems with other 
compiler configurations (on mine I just get a wrining, on other systems it is 
an error).
I corrected the line, anyway just commenting it should be fine: this line is 
not needed, and it presence does not affect the running of the program.
I read that you have commented this line, so you should now be able to run 
Kartesio. To try it, you can load the file "parabola.kartesio" which is on the 
git repo.

Luca Tringali

the return).



&lt;/pre&gt;</description>
    <dc:creator>LucaTringali</dc:creator>
    <dc:date>2013-05-11T12:37:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79088">
    <title>R: Re: kde review kartesio</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79088</link>
    <description>&lt;pre&gt;Yes, I also think adding new features now is not a good idea in this moment. 
This is the reason why the new version of Kartesio I uploaded to git (about 45 
minutes ago) contains basically all the corrctions you suggested, but no new 
features.

Luca Tringali

already a big amount of work to be done from the comments you got. I don't 
think adding features now is a smart move, review is a phase where your program 
should reach KDE standards. Using Qt libs wherever possible is the priority and 
getting all the required fixes will make you busy enough. 



&lt;/pre&gt;</description>
    <dc:creator>LucaTringali</dc:creator>
    <dc:date>2013-05-11T10:21:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79087">
    <title>R: Re: R: Re: kde review kartesio</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79087</link>
    <description>&lt;pre&gt;Hi,
no, build.sh is not needed. Since I'm kinda lazy, I prepared a shell script to 
run the following commands:
mkdir build
cd build
sudo make uninstall
make clean
rm CMakeCache.txt 
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo make install

so I don't have to type all those every time I want to build Kartesio again.
I'm not sure why you get that error, mainlybecause I don't know which is the 
instruction that gives that problem since I changed a lot the code in these 
hours. Try to download the latest git version and build it, so I will know 
exactly where the problem is.

Luca Tringali


my build error?



&lt;/pre&gt;</description>
    <dc:creator>LucaTringali</dc:creator>
    <dc:date>2013-05-11T10:18:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79066">
    <title>Review Request 110392: Do not overwrite directories inside a tar archive</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79066</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110392/
-----------------------------------------------------------

Review request for kdelibs and David Faure.


Description
-------

The attached patch fixes KTar so that the contents of a sample archive:

d/
d/f1.txt
d/
d/f2.txt

are shown correctly as 

d/f1.txt
d/f2.txt

instead of

d/f2.txt

See the bug report for details on what kind of archives are not shown correctly in Konqueror vs Ark.


This addresses bug 206994.
    http://bugs.kde.org/show_bug.cgi?id=206994


Diffs
-----

  kdecore/io/ktar.cpp 142a80a 

Diff: http://git.reviewboard.kde.org/r/110392/diff/


Testing
-------


Thanks,

Dawit Alemayehu

&lt;/pre&gt;</description>
    <dc:creator>Dawit Alemayehu</dc:creator>
    <dc:date>2013-05-11T20:43:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79062">
    <title>Crashes with libQtUiTools.a if linked multiple times into the same process (with Bsymbolic-functions flag)</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79062</link>
    <description>&lt;pre&gt;Hi,

tl;dr how to avoid crashes if libQtUiTools.a is linked multiple times into a 
process?


You use at least one of kross, kjsembed, or plasma in your 
application/lib/module and possibly also directly libQtUiTools yourself?

Then bugs.kde.org shows that chances are that you have seen crashes with this 
in the backtrace:
#6  0xb5320313 in 
QFormInternal::domPropertyToVariant(QFormInternal::QAbstractFormBuilder*, 
QMetaObject const*, QFormInternal::DomProperty const*) () from XXX 

where XXX could be libplasma, libkjsembed, krossmoduleforms or your own 
binary/lib/module.

For historic reasons libQtUiTools is a static lib, not a shared, and there has 
been no work to change that, compare https://bugreports.qt-project.org/browse/QTBUG-437

A few days ago I looked into Kross scripts in Calligra the first time, only to 
ran into this problem, as reported to my distri here: 
https://bugzilla.novell.com/show_bug.cgi?id=819437

As can be read in that report, I saw in my backtrace that QFormInternal 
methods are once called in krossmoduleforms.so, once in libkjsembed.so.4 in 
the very same call stack, while they surely should be only done in a single 
place. And Hrvoje Senjan found that linking libQtUiTools.a into the own code 
without Bsymbolic-functions flag seems to avoid the crashes.

So, anyone with more clue than me WRT symbols from static libs and the 
Bsymbolic-functions linker flag who could tell if that indeed should fix such 
problems if code from the same static lib is arriving multiple times in the 
same process via different libs/modules?

If so, should all the places where ${QT_QTUITOOLS_LIBRARY} is linked in 
kdelibs and elsewhere get a blocker to the Bsymbolic-functions flag?
How would that be done, to force this flag to be unset?

What about other non-GCC platforms/compilers, is there a similar problem?

Cheers
Friedrich

&lt;/pre&gt;</description>
    <dc:creator>Friedrich W. H. Kossebau</dc:creator>
    <dc:date>2013-05-11T18:53:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79061">
    <title>Review Request 110390: Do not set Phonon KCM as changed at startup when using PulseAudio</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79061</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110390/
-----------------------------------------------------------

Review request for KDE Runtime.


Description
-------

This patch fixes a problem in Phonon KCM which is always set as changed when using PulseAudio. I made two changes. The first change is renaming of ready() signal from AudioSetup class to pulseAudioReady() which is connected to slot in KCM which sets PulseAudio to enabled in Phonon::DevicePreference. The second change is a new signal emitted when GUI is initialized and only when pulseAudioReady() signal was emitted before. This signal is connected to slot in KCM which inserts this widget to KCM and connects changed() signal to KCM changed() slot.


Diffs
-----

  phonon/kcm/audiosetup.h 4887efe 
  phonon/kcm/audiosetup.cpp 35dc4ca 
  phonon/kcm/main.h 277adfe 
  phonon/kcm/main.cpp 5d75cba 

Diff: http://git.reviewboard.kde.org/r/110390/diff/


Testing
-------


Thanks,

Jan Grulich

&lt;/pre&gt;</description>
    <dc:creator>Jan Grulich</dc:creator>
    <dc:date>2013-05-11T18:46:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79059">
    <title>Review Request 110388: Change default thumbnail cache directory</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79059</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110388/
-----------------------------------------------------------

Review request for kdelibs.


Description
-------

The freedesktop spec[0] has changed the default location of the thumbnail cache directory.
Now thumbnails are saved in $XDG_CACHE_HOME/thumbnails instead of ~/.thumbnails/
GNOME has already made this change.

Some applications[1] and documentation[2] (maybe thumbnailers) will have to be changed to adapt to this new directory. If this patch is accepted I'll make the needed changes.
For frameworks we can use QStandardPaths::CacheLocation, I'll post a separate review for that.

All thumbnails will have to be regenerated. We could symlink the directory?
Is fromLocal8Bit correct or is UTF8 needed now?

[0] http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
[1] configurepreviewdialog.cpp in Dolphin
[2]http://techbase.kde.org/KDE_System_Administration/XDG_Filesystem_Hierarchy#Thumbnails


This addresses bug 319528.
    http://bugs.kde.org/show_bug.cgi?id=319528


Diffs
-----

  kio/kio/previewjob.cpp 01b674d 

Diff: http://git.reviewboard.kde.org/r/110388/diff/


Testing
-------

Remove ~/.thumbnails/
Run dolphin with previews: thumbnails are created in .cache/thumbnails/

Repeated with XDG_CACHE_HOME=~/.cachetestdir/
Thumbnails in .cachetestdir/thumbnails/

Not tested: gwenview and digikam.


Thanks,

Maarten De Meyer

&lt;/pre&gt;</description>
    <dc:creator>Maarten De Meyer</dc:creator>
    <dc:date>2013-05-11T14:40:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79056">
    <title>R: Re: kde review kartesio</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79056</link>
    <description>&lt;pre&gt;Hello everybody,
just wanted to tell you that I made some fixes to the code, based on your 
suggestions:
*comments in header files
*deleted some unseful string
*check routine to avoid that a dangerous string like "**" or similar is used 
for the function
*add where to download zorbaneural in cmake module
*in neural network algortihm, check if all the points are between 0 and 1
*check if the maxima report is empty before showing it
*added file messages.sh

I also cleaned it up a little, to make it more readable.

Luca Tringali


problem 
actuallt 
Message.
"neural" 



&lt;/pre&gt;</description>
    <dc:creator>LucaTringali</dc:creator>
    <dc:date>2013-05-11T09:57:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79053">
    <title>R: Re: kde review kartesio</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79053</link>
    <description>&lt;pre&gt;Hi,
actually I have not prepared any binary package. Anyway, you can install 
Kartesio downloading the source code from the git repo (https://projects.kde.
org/projects/kdereview/kartesio), installing the library libzorbaneural (https:
//www.gitorious.org/zorbaneural/zorbaneural/trees/master/binary-
packages/libzorbaneural-0.1), and running the build.sh script you find in the 
Kartesio root folder.

Also, you should have installed the program "maxima" (just the program, dev 
libraries are not needed) to have Kartesio fully working.

If there are some troubles in building Kartesio, just ask me.

Luca Tringali

the term 'playground' does no longer apply to you. That is the right time to 
move out of here


&lt;/pre&gt;</description>
    <dc:creator>LucaTringali</dc:creator>
    <dc:date>2013-05-10T12:49:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79052">
    <title>R: Re: kde review kartesio</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79052</link>
    <description>&lt;pre&gt;Hello,
libzorbaneural can be found here: 
https://www.gitorious.org/zorbaneural/zorbaneural/trees/master
Here are also some packages for the stable version (deb and rpm):
https://www.gitorious.org/zorbaneural/zorbaneural/trees/master/binary-
packages/libzorbaneural-0.1
Once you have installed it, the build should go fine. 

The screenshot folder and the .pro file are not needed, if they are a problem 
I can remove them.

Talking about the system call in calculations, this is the reason why actuallt 
Kartesio works only on GNU/Linux systems. Why I did it? Because it was the 
easier way to do that. In the next release of Kartesio, this problem will be 
solved.

I'm not very practical with translatable strings, so I excuse for the Message.
sh: is there a wiki page to understand how to write a Message.sh file?

I'm writing comments on variables in header files, in the next hours I'll 
publish them into git.

Luca Tringali

in it (OpenSuse 12.3) what repo do I need to add in order to get it? The 
libzorbaneural website should be added to the cmake file so people can find 
this and packagers can add it to their distros. 
appreciated, if anyone else wants to fix bugs it'll help a lot.
devel/kartesio/src/calculations.cpp:278:1: error: control
can probably use more Qt classes here and in other parts of this file too. 
scientific tools?



&lt;/pre&gt;</description>
    <dc:creator>LucaTringali</dc:creator>
    <dc:date>2013-05-10T12:18:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79034">
    <title>kde review kartesio</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79034</link>
    <description>&lt;pre&gt;Hello,I have been working on Kartesio, a program for calculating best fit curves with experimental points. I think it is ready to be moved in the KDE Edu main repo now, so I'm asking your approval.I followed the guidelines (http://techbase.kde.org/Policies/Application_Lifecycle) and Kartesio is actually in KDE review:https://projects.kde.org/projects/kdereview/kartesioFor any question, ask me.
Luca Tringali &lt;/pre&gt;</description>
    <dc:creator>LucaTringali</dc:creator>
    <dc:date>2013-05-09T16:06:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.kde.devel.core/79025">
    <title>Review Request 110367: Add JoinTheGame menu entry</title>
    <link>http://comments.gmane.org/gmane.comp.kde.devel.core/79025</link>
    <description>&lt;pre&gt;
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/110367/
-----------------------------------------------------------

Review request for kdelibs.


Description
-------

Patch by Pau ages ago, Lydia wants to push for it again.

Note that i still find it ugly, but i'm not the kdeui maintainer, so i'll leave it to someone else to discuss.

Not sure if the StandardAction enum addition should be at the end in case someone is storing those enums in a file or something.


Diffs
-----

  kdecore/doc/README.kiosk b95002d 
  kdeui/CMakeLists.txt b439e04 
  kdeui/actions/kstandardaction.h 3064301 
  kdeui/actions/kstandardaction.cpp 7de0c6f 
  kdeui/actions/kstandardaction_p.h b8f8df1 
  kdeui/dialogs/jointhegame.png PRE-CREATION 
  kdeui/dialogs/kaboutkdedialog_p.cpp b9728bf 
  kdeui/dialogs/kjointhegamedialog_p.h PRE-CREATION 
  kdeui/dialogs/kjointhegamedialog_p.cpp PRE-CREATION 
  kdeui/shortcuts/kstandardshortcut.h b31e45c 
  kdeui/shortcuts/kstandardshortcut.cpp 669f750 
  kdeui/widgets/khelpmenu.h 3389068 
  kdeui/widgets/khelpmenu.cpp f547c46 
  kdeui/xmlgui/ui_standards.rc a0f5bed 

Diff: http://git.reviewboard.kde.org/r/110367/diff/


Testing
-------

Ran okular, saw the new menu entry, it did stuff.
Ran ksnapshot (that doesn't use xmlgui), saw the new menu entry, it did the same stuff.


Thanks,

Albert Astals Cid

&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2013-05-08T22:22:12</dc:date>
  </item>
  <textinput rdf: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>
