<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/urlnavigator.h, branch master</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=master</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2007-04-02T19:20:07Z</updated>
<entry>
<title>Rename all the URL navigator related classes to prepare their migration </title>
<updated>2007-04-02T19:20:07Z</updated>
<author>
<name>Kevin Ottens</name>
<email>ervin@kde.org</email>
</author>
<published>2007-04-02T19:20:07Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=03713b0ab408a42a20c9ce6a51d069b3246d2502'/>
<id>urn:sha1:03713b0ab408a42a20c9ce6a51d069b3246d2502</id>
<content type='text'>
in kdelibs.

svn path=/trunk/KDE/kdebase/apps/; revision=649514
</content>
</entry>
<entry>
<title>Make use of KFilePlaces instead of the bookmark system in the URL </title>
<updated>2007-04-02T17:32:49Z</updated>
<author>
<name>Kevin Ottens</name>
<email>ervin@kde.org</email>
</author>
<published>2007-04-02T17:32:49Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=78c312a0f33b15b34aed8ea7cf9e9c344dea1f87'/>
<id>urn:sha1:78c312a0f33b15b34aed8ea7cf9e9c344dea1f87</id>
<content type='text'>
navigator. Yay!

svn path=/trunk/KDE/kdebase/apps/; revision=649452
</content>
</entry>
<entry>
<title>Hide the HistoryElem class from the public API of UrlNavigator</title>
<updated>2007-03-27T20:41:57Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2007-03-27T20:41:57Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c5534a5f93c51180849ff269aa9a792938ddcd2f'/>
<id>urn:sha1:c5534a5f93c51180849ff269aa9a792938ddcd2f</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=647276
</content>
</entry>
<entry>
<title>Added setters in urlnavigator to remove dependency on dolphinsettings.</title>
<updated>2007-03-27T19:38:32Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2007-03-27T19:38:32Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=623c19e042cd19c147bc27f50b62c22b4986e6b6'/>
<id>urn:sha1:623c19e042cd19c147bc27f50b62c22b4986e6b6</id>
<content type='text'>
Removed old unused kfileiconview.h header, fixed some unrelated missing includes due to that one being removed.

svn path=/trunk/KDE/kdebase/apps/; revision=647244
</content>
</entry>
<entry>
<title>One more step towards kdelibs: d-pointer-ify, including moving all members, all private methods, and all private slots, to the private class.</title>
<updated>2007-03-27T19:05:46Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2007-03-27T19:05:46Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3546be263253a3982077122fb861ebfb64d7de1d'/>
<id>urn:sha1:3546be263253a3982077122fb861ebfb64d7de1d</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=647233
</content>
</entry>
<entry>
<title>Ported to KBookmarkManager::closestBookmark - which even solves another TODO about code duplication.</title>
<updated>2007-03-26T23:04:43Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2007-03-26T23:04:43Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=85bc196887fbed01187e3830cd28c2500cb01cb2'/>
<id>urn:sha1:85bc196887fbed01187e3830cd28c2500cb01cb2</id>
<content type='text'>
Improved urlnavigator API to avoid exposing the full QList (api independent from implementation now).

svn path=/trunk/KDE/kdebase/apps/; revision=646954
</content>
</entry>
<entry>
<title>A small step in trying to make urlnavigator useable in kdelibs for the file dialog:</title>
<updated>2007-03-26T20:32:50Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2007-03-26T20:32:50Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=581a2b1c642ae259a2e0990a5ea7bef3286cd412'/>
<id>urn:sha1:581a2b1c642ae259a2e0990a5ea7bef3286cd412</id>
<content type='text'>
 remove dependency on DolphinSettings::bookmarkManager().

svn path=/trunk/KDE/kdebase/apps/; revision=646880
</content>
</entry>
<entry>
<title>Using a QLinkedList mostly for "accessing element at index i" is not the best solution performance-wise... use a QList instead.</title>
<updated>2007-03-26T18:34:52Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2007-03-26T18:34:52Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ad6c01d200e2504de1a383355bd82906fe5c06ed'/>
<id>urn:sha1:ad6c01d200e2504de1a383355bd82906fe5c06ed</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=646813
</content>
</entry>
<entry>
<title>use QToolButton instead of QPushButton (patch submitted by Dominik Haumann)</title>
<updated>2007-03-06T05:33:38Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2007-03-06T05:33:38Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ad01ddac1a104b8f372a98db84f123fbba65e2da'/>
<id>urn:sha1:ad01ddac1a104b8f372a98db84f123fbba65e2da</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=639795
</content>
</entry>
<entry>
<title>respect the show hidden files settingin the url nav bar</title>
<updated>2007-03-03T03:07:04Z</updated>
<author>
<name>Aaron J. Seigo</name>
<email>aseigo@kde.org</email>
</author>
<published>2007-03-03T03:07:04Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=9d24c28b4ba3ac62b698a53925f9747850959d63'/>
<id>urn:sha1:9d24c28b4ba3ac62b698a53925f9747850959d63</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=638732
</content>
</entry>
</feed>
