<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/undomanager.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>2007-01-18T06:32:21Z</updated>
<entry>
<title>Replaced Dolphins UndoManager and DolphinCommand by KonqUndoManager and KonqOperations. There are still some minor open issues left (renaming of multiple selected files, no undo support for KonqOperations::mkdir(), redo, ...), but all in all it absolutely makes sense to use a shared code for those operations.</title>
<updated>2007-01-18T06:32:21Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2007-01-18T06:32:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=76866f783cfd5e84a85b6e9024aa554f3969ecec'/>
<id>urn:sha1:76866f783cfd5e84a85b6e9024aa554f3969ecec</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=624760
</content>
</entry>
<entry>
<title>Fix signal/slot</title>
<updated>2007-01-17T13:03:29Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2007-01-17T13:03:29Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4db903c6709b8c0dd47df54f84070d6adf0e4a25'/>
<id>urn:sha1:4db903c6709b8c0dd47df54f84070d6adf0e4a25</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=624604
</content>
</entry>
<entry>
<title>Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patches!).</title>
<updated>2007-01-10T00:04:16Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2007-01-10T00:04:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d8ab89171dacd45051060a622aade64e51743cad'/>
<id>urn:sha1:d8ab89171dacd45051060a622aade64e51743cad</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=621872
</content>
</entry>
<entry>
<title>Reanimated cut-, copy- and paste- functionality as preparation for moving to KonqUndoManager.</title>
<updated>2006-12-17T11:52:26Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2006-12-17T11:52:26Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c28c72619cef1edaf6ca732d293b321f5ac220e5'/>
<id>urn:sha1:c28c72619cef1edaf6ca732d293b321f5ac220e5</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=614325
</content>
</entry>
<entry>
<title>Changes to Undo/Redo in regard to ProgressIndicator</title>
<updated>2006-11-29T09:30:41Z</updated>
<author>
<name>Holger Freyther</name>
<email>holger+kde@freyther.de</email>
</author>
<published>2006-11-29T09:30:41Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=9a4a17dd4d7f3d195ab4393e057e8eb90b0a3422'/>
<id>urn:sha1:9a4a17dd4d7f3d195ab4393e057e8eb90b0a3422</id>
<content type='text'>
    It was not important to know where the operation was
    executed, it is important where undo/redo was clicked
    and this solely indicates where the progress should be
    shown.
    Now undo/redo get the MainWindow and can pass that to
    ProgressIndicator.
    I'm about to revive m_progressIndicator again

svn path=/trunk/playground/utils/dolphin/; revision=609020
</content>
</entry>
<entry>
<title>Do not crash with the null pointer, this is a hack/workaround as we</title>
<updated>2006-11-29T00:20:32Z</updated>
<author>
<name>Holger Freyther</name>
<email>holger+kde@freyther.de</email>
</author>
<published>2006-11-29T00:20:32Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=9b9bad8abe16609d400eb25118e86adc5b19e9e4'/>
<id>urn:sha1:9b9bad8abe16609d400eb25118e86adc5b19e9e4</id>
<content type='text'>
will switch to KonqUndoManager anyway. The difficulty is we would
need one UndoManager for DolphinMainWindow which we won't do/have with
KonqUndoManager so I avoid wasting my time cleaning up this bit, so
progress information might be a bit wrong in regards to the amount of
total steps...

svn path=/trunk/playground/utils/dolphin/; revision=608947
</content>
</entry>
<entry>
<title>Make it (almost) possible to have more than one Dolphin KMainWindow</title>
<updated>2006-11-29T00:02:19Z</updated>
<author>
<name>Holger Freyther</name>
<email>holger+kde@freyther.de</email>
</author>
<published>2006-11-29T00:02:19Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f31a541925033c2ef5e27b85c099d47791b50121'/>
<id>urn:sha1:f31a541925033c2ef5e27b85c099d47791b50121</id>
<content type='text'>
    Create a DolphinApplication, holding DolphinMainWindows and update
    the code to use the DolphinView to get the MainWindow, or get a ptr
    to the MainWindow directly. Or if all windows are effected go through
    the DolphinApplication to update every mainwindow.
    The UndowManager and ProgressIndicator have a rather strange relationship
    and will need some more attention but as UndoManager will be killed
    anyway I have skipped this.
    More cleanup, debugging and thinking is needed.

svn path=/trunk/playground/utils/dolphin/; revision=608945
</content>
</entry>
<entry>
<title>Let's remove the connect errors because of the KJob/KIO::Job split.</title>
<updated>2006-11-25T17:30:07Z</updated>
<author>
<name>Kevin Ottens</name>
<email>ervin@kde.org</email>
</author>
<published>2006-11-25T17:30:07Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c1af91aab193cf34b36bfacd39805eeaa48e19b1'/>
<id>urn:sha1:c1af91aab193cf34b36bfacd39805eeaa48e19b1</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=607764
</content>
</entry>
<entry>
<title>Some suggestions in comments to avoid porting code when we can share existing ported code instead.</title>
<updated>2006-11-23T21:50:16Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2006-11-23T21:50:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=47fa21aff1e1b1226767c956953bc0517d52d42e'/>
<id>urn:sha1:47fa21aff1e1b1226767c956953bc0517d52d42e</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=607265
</content>
</entry>
<entry>
<title>Fix i18n </title>
<updated>2006-11-23T13:10:00Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2006-11-23T13:10:00Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7fbae445277374fb2bacfcd7c04e8d7fbb2c3f05'/>
<id>urn:sha1:7fbae445277374fb2bacfcd7c04e8d7fbb2c3f05</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=607156
</content>
</entry>
</feed>
