<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/treeviewsidebarpage.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>2009-01-14T19:26:23Z</updated>
<entry>
<title>Group classes into folders, Dolphin is too big in the meantime for having a flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.</title>
<updated>2009-01-14T19:26:23Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-01-14T19:26:23Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=307285e9635a4bf584d6e5d7478876b90ef870f0'/>
<id>urn:sha1:307285e9635a4bf584d6e5d7478876b90ef870f0</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=911065
</content>
</entry>
<entry>
<title>Open the sidebar on applications:/, not on applications:, that URL makes no sense [and crashes kdirmodel...].</title>
<updated>2008-12-24T11:45:09Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2008-12-24T11:45:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=818864ec483a68896ba1eb5abd537c5ccc11cefd'/>
<id>urn:sha1:818864ec483a68896ba1eb5abd537c5ccc11cefd</id>
<content type='text'>
BUG: 178416

svn path=/trunk/KDE/kdebase/apps/; revision=901012
</content>
</entry>
<entry>
<title>SVN_SILENT: removed trailing spaces</title>
<updated>2008-12-12T06:55:26Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-12-12T06:55:26Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=85aec92f819eae5a6189bd3ec25cff44dce3ae19'/>
<id>urn:sha1:85aec92f819eae5a6189bd3ec25cff44dce3ae19</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=895978
</content>
</entry>
<entry>
<title>assure that the column gets resized when expanding directories</title>
<updated>2008-12-04T09:49:59Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-12-04T09:49:59Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8bf42539f9fe1fd5236de244414ee563cabc2a74'/>
<id>urn:sha1:8bf42539f9fe1fd5236de244414ee563cabc2a74</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=892373
</content>
</entry>
<entry>
<title>* implement the DragAndDropHelper as singleton derived from QObject, so that emitting of signals is possible</title>
<updated>2008-11-08T16:22:30Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-11-08T16:22:30Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a7838db28e24e9618a39954524f055dc3335f7a9'/>
<id>urn:sha1:a7838db28e24e9618a39954524f055dc3335f7a9</id>
<content type='text'>
* show an information message in the statusbar, if items are dragged into the same directory

TODO: although the signal seems to get connected correctly, the slot DolphinMainWindow::showInformationMessage() is not invoked when the signal is emitted -&gt; will debug this later, it is important that the new string is added before the message freeze

svn path=/trunk/KDE/kdebase/apps/; revision=881627
</content>
</entry>
<entry>
<title>* Move code from DolphinDropController to DragAndDropHelper.</title>
<updated>2008-10-24T22:19:23Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-10-24T22:19:23Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e7bd514a39f0b07ddfec85f5f7b391e16af7d279'/>
<id>urn:sha1:e7bd514a39f0b07ddfec85f5f7b391e16af7d279</id>
<content type='text'>
* Move code which checks whether the dragging of a MIME type is supported to DragAndDropHelper. This allows adding an improved support for dropping compressed files from Ark to Dolphin later...

CCMAIL: haraldhv@stud.ntnu.no

svn path=/trunk/KDE/kdebase/apps/; revision=875611
</content>
</entry>
<entry>
<title>Simplify the treeview panel implementation (thanks to David Faure for pimping KDirModel::expandToUrl() :-)).</title>
<updated>2008-10-11T14:13:14Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-10-11T14:13:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3b77f108ae1d08e663d06394484c6f0c3100a12a'/>
<id>urn:sha1:3b77f108ae1d08e663d06394484c6f0c3100a12a</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=869982
</content>
</entry>
<entry>
<title>* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom implementation</title>
<updated>2008-10-01T21:39:35Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-10-01T21:39:35Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=aa0b09dac43ec2a58bd32a1e08d59acd35bd86aa'/>
<id>urn:sha1:aa0b09dac43ec2a58bd32a1e08d59acd35bd86aa</id>
<content type='text'>
* used new signals jobRecordingStarted() and jobRecordingFinished from FileUndoManager to inform the user in the statusbar when a recorded command has been finished

svn path=/trunk/KDE/kdebase/apps/; revision=866777
</content>
</entry>
<entry>
<title>Use KonqOperations::doDrop() instead of a custom dropping code. Still some minor issues are open (Dolphin currently gets no feedback anymore when the operations have been finished), but they will be solved during the next week.</title>
<updated>2008-09-28T18:38:00Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-09-28T18:38:00Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0382f24544d71eae01a85b98ab24b82daf482ecc'/>
<id>urn:sha1:0382f24544d71eae01a85b98ab24b82daf482ecc</id>
<content type='text'>
BUG: 168154

svn path=/trunk/KDE/kdebase/apps/; revision=865708
</content>
</entry>
<entry>
<title>SVN_SILENT: coding style fix</title>
<updated>2008-08-20T05:47:40Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-08-20T05:47:40Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1a5611b5569559044f50dee5a7c476746c0ed6f7'/>
<id>urn:sha1:1a5611b5569559044f50dee5a7c476746c0ed6f7</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=849784
</content>
</entry>
</feed>
