<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/viewextensionsfactory.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-07-24T21:45:49Z</updated>
<entry>
<title>Sourcecode hierarchy cleanup: Create folder "views" and move view related sources to it</title>
<updated>2010-07-24T21:45:49Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-07-24T21:45:49Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=652d08c9242ed51d86dba3b2afda9d3b2e9a9cd7'/>
<id>urn:sha1:652d08c9242ed51d86dba3b2afda9d3b2e9a9cd7</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1154146
</content>
</entry>
<entry>
<title>Invert default behavior regarding loading of version control plugins: Only load plugins that have been explicitly enabled by the user instead of loading all plugins per default.</title>
<updated>2010-04-04T20:45:09Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-04-04T20:45:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a20edc49bd7c53ed1931a7c5145524e372ca6ed3'/>
<id>urn:sha1:a20edc49bd7c53ed1931a7c5145524e372ca6ed3</id>
<content type='text'>
Most users won't use version control plugins at all and there is no need in wasting memory and performance. A user interface has been added in the "Services" settings for version control plugins. The user interface is only shown, if at least one plugin is available on the system.

svn path=/trunk/KDE/kdebase/apps/; revision=1111101
</content>
</entry>
<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>allow filtering for filenames having a +</title>
<updated>2010-01-07T19:28:28Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-01-07T19:28:28Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c367bff8629194b7da731c7a5665340e2a2b68e9'/>
<id>urn:sha1:c367bff8629194b7da731c7a5665340e2a2b68e9</id>
<content type='text'>
BUG: 202002

svn path=/trunk/KDE/kdebase/apps/; revision=1071258
</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>* enable the loading of version control plugins (thanks to Aaron for the hint)</title>
<updated>2009-11-06T15:43:08Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-11-06T15:43:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=896ee459af10c73d20d0ae093b4c02348ffedb18'/>
<id>urn:sha1:896ee459af10c73d20d0ae093b4c02348ffedb18</id>
<content type='text'>
* Don't terminate the thread that receives the item states when changing a view. Instead let the thread get finished and ignore the result.


svn path=/trunk/KDE/kdebase/apps/; revision=1045674
</content>
</entry>
<entry>
<title>Fixed minor regression introduced with the column view refactoring: When switching the view mode in a folder showing previews, the previews get lost after switching.</title>
<updated>2009-09-11T19:50:40Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-09-11T19:50:40Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=fda626e07459cbd6901cbeb51da1058d0d4b3f8c'/>
<id>urn:sha1:fda626e07459cbd6901cbeb51da1058d0d4b3f8c</id>
<content type='text'>
The KFilePreviewGenerator initialized in the ViewExtensionsFactory wants a valid icon size to accept previews. Fixed + Q_ASSERT added to prevent such a mistake in future.

svn path=/trunk/KDE/kdebase/apps/; revision=1022453
</content>
</entry>
<entry>
<title>Restore "open folders automatically when dragging items above it" (it had been temporary deactivated because of the column view refactoring).</title>
<updated>2009-08-30T20:49:34Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-30T20:49:34Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ef68f84a6ecdd84ea4b49686a02984c768d9fa39'/>
<id>urn:sha1:ef68f84a6ecdd84ea4b49686a02984c768d9fa39</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1017531
</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>
</feed>
