<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphincontroller.cpp, 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>2010-03-30T20:19:32Z</updated>
<entry>
<title>Split the class DolphinController into the two classes DolphinViewController and ViewModeController.</title>
<updated>2010-03-30T20:19:32Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-03-30T20:19:32Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=47d31139224f9bfded4626803626a58afe3eb748'/>
<id>urn:sha1:47d31139224f9bfded4626803626a58afe3eb748</id>
<content type='text'>
The ViewModeController offers a defined interface to control view mode implementations like icons view, details view and column view. The DolphinViewController allows those view mode implementations to control the parent DolphinView in a limited way.

svn path=/trunk/KDE/kdebase/apps/; revision=1109228
</content>
</entry>
<entry>
<title>* Assure that the URL navigator is synchronized with the active column.</title>
<updated>2010-01-26T08:27:42Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-01-26T08:27:42Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e536466ac75e7fa3cfdc18728596beac36996128'/>
<id>urn:sha1:e536466ac75e7fa3cfdc18728596beac36996128</id>
<content type='text'>
* Removed obsolete triggerUrlChangeRequest() method + signal in the DolphinController. This is not needed anymore because of the refactored column view.

svn path=/trunk/KDE/kdebase/apps/; revision=1080351
</content>
</entry>
<entry>
<title>SVN_SILENT: Minor simplificiation of the code. No change of behavior has been done.</title>
<updated>2010-01-11T13:37:54Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-01-11T13:37:54Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=84f0a0d619433341c3469ca18064aa65719e0d47'/>
<id>urn:sha1:84f0a0d619433341c3469ca18064aa65719e0d47</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1073046
</content>
</entry>
<entry>
<title>BUG:222186</title>
<updated>2010-01-11T12:08:38Z</updated>
<author>
<name>Harsh Chouraria J</name>
<email>qwertymaniac@gmail.com</email>
</author>
<published>2010-01-11T12:08:38Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c8ad5fd5b615f7d1a5ed1e793bfc367f7d3966b3'/>
<id>urn:sha1:c8ad5fd5b615f7d1a5ed1e793bfc367f7d3966b3</id>
<content type='text'>
With respect to the action done on hitting the "Return/Enter" key:
 * Fix the behavior for multiple-item opening, when they have directories among them.
 * Open multiple directories in background tabs.


svn path=/trunk/KDE/kdebase/apps/; revision=1073019
</content>
</entry>
<entry>
<title>Fixed issue that Ctrl+A sometimes did not result in an update of the Information Panel. As a sideeffect some code simplification has been done, which was possible because of the column view refactorization some time ago.</title>
<updated>2010-01-06T16:56:01Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-01-06T16:56:01Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4fdc3bad9c1b2f168466a296f412d904e3315dc9'/>
<id>urn:sha1:4fdc3bad9c1b2f168466a296f412d904e3315dc9</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1070740
</content>
</entry>
<entry>
<title>Update the controller's url upon redirection, otherwise pasting would paste into the old url. #186947</title>
<updated>2009-09-18T17:14:03Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2009-09-18T17:14:03Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4bccabca1bd705f24a35ed1ea31fc6d185c2b442'/>
<id>urn:sha1:4bccabca1bd705f24a35ed1ea31fc6d185c2b442</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1025406
</content>
</entry>
<entry>
<title>Move the selection listener from DolphinView to ViewExtensionsFactory. The statusbar and information panel are now informed correctly about selection changes also when using the column view.</title>
<updated>2009-08-30T19:17:08Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-30T19:17:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a2a99926359cb58519b7814bba662f2afa4eee5d'/>
<id>urn:sha1:a2a99926359cb58519b7814bba662f2afa4eee5d</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1017497
</content>
</entry>
<entry>
<title>Move the VersionControlObserver from the DolphinView to the ViewExtensionsFactory. This automatically enables also the column view to be able handling version controlled files.</title>
<updated>2009-08-30T18:39:03Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-30T18:39:03Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=05762d42ea91ea034086c67099cf9208f86c00ff'/>
<id>urn:sha1:05762d42ea91ea034086c67099cf9208f86c00ff</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1017482
</content>
</entry>
<entry>
<title>Move code for initializing and handling view extensions to the new class ViewExtensionsFactory. Beside making DolphinView less complex this will allow the column view to share the view extension code instead of (partly) duplicating it as it has been done before.</title>
<updated>2009-08-29T09:42:21Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-29T09:42:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c05395ef9a6f449bd96b4323d308b53d70cede99'/>
<id>urn:sha1:c05395ef9a6f449bd96b4323d308b53d70cede99</id>
<content type='text'>
Currently only the tooltips- and filepreview-handling have been moved into ViewExtensionsFactory, a further cleanup will be done later.

svn path=/trunk/KDE/kdebase/apps/; revision=1016893
</content>
</entry>
<entry>
<title>Restore filtering of items. The DolphinView just tells the controller about the filter, the views (1:1 iconView + detailView, 1:n columnView) connect to the filter-changed signal and apply it to their proxy model.</title>
<updated>2009-08-28T21:53:18Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-28T21:53:18Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e1c74b05fdae664aa9211cba3afb7993b51ec23b'/>
<id>urn:sha1:e1c74b05fdae664aa9211cba3afb7993b51ec23b</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1016782
</content>
</entry>
</feed>
