<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/revisioncontrolplugin.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-08-13T20:48:58Z</updated>
<entry>
<title>* Use the term "version control" instead of "revision control" to be consistent with the naming in kdevplatform.</title>
<updated>2009-08-13T20:48:58Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-13T20:48:58Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d84909dc36acbd91c37de76e793f81dca9b2ace9'/>
<id>urn:sha1:d84909dc36acbd91c37de76e793f81dca9b2ace9</id>
<content type='text'>
* Renamed VersionControlPlugin to KVersionControlPlugin so that the interface can be moved out of Dolphin.

svn path=/trunk/KDE/kdebase/apps/; revision=1011058
</content>
</entry>
<entry>
<title>Use QTemporaryFile instead of QFile. This assures an automatic deleting of the file and works reliable on multiuser system. Thanks to André Wöbbeking for the hint!</title>
<updated>2009-08-01T18:33:12Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-01T18:33:12Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=22718cef13818ab97d745530bb2b4a6826053520'/>
<id>urn:sha1:22718cef13818ab97d745530bb2b4a6826053520</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1005674
</content>
</entry>
<entry>
<title>Use "svn commit -F" instead of "svn commit -m" to provide a commit description, otherwise line-break, quotes etc. don't work in comments.</title>
<updated>2009-07-30T21:22:14Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-30T21:22:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b74958854cfa44609185357b67f174b8657551a1'/>
<id>urn:sha1:b74958854cfa44609185357b67f174b8657551a1</id>
<content type='text'>
Tested with local SVN repository, I hope everything works now too with this official commit...

svn path=/trunk/KDE/kdebase/apps/; revision=1004788
</content>
</entry>
<entry>
<title>'Prepare</title>
<updated>2009-07-30T06:30:21Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-30T06:30:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=99cdb9d5baa12a94c36492e4ad076860690158f2'/>
<id>urn:sha1:99cdb9d5baa12a94c36492e4ad076860690158f2</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1004416
</content>
</entry>
<entry>
<title>inform the revision control observer about changed revision states</title>
<updated>2009-07-29T22:03:11Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-29T22:03:11Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1abf1974f5c356c56ca86147d65c90f1306b650f'/>
<id>urn:sha1:1abf1974f5c356c56ca86147d65c90f1306b650f</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1004351
</content>
</entry>
<entry>
<title>Allow the revision control plugins to indicate information-, error- and operation-completed messages.</title>
<updated>2009-07-29T21:56:37Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-29T21:56:37Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a70be712fd5b33071c4733c47f810948d86dd4d8'/>
<id>urn:sha1:a70be712fd5b33071c4733c47f810948d86dd4d8</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1004346
</content>
</entry>
<entry>
<title>- indicate whether the server provides an updated version of a file</title>
<updated>2009-07-29T07:38:57Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-29T07:38:57Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=11b2a3f61c8c9ffa2b6477516112361322f9b926'/>
<id>urn:sha1:11b2a3f61c8c9ffa2b6477516112361322f9b926</id>
<content type='text'>
- QProcess::waitForReadyRead() must be invoked until it returns false. BTW: this method is invoked inside a non-GUI-thread and hence does not block Dolphin

svn path=/trunk/KDE/kdebase/apps/; revision=1004044
</content>
</entry>
<entry>
<title>Use QProcess instead of the low-level API popen(). Thanks to André Wöbbeking for the hint.</title>
<updated>2009-07-29T06:31:20Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-29T06:31:20Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d4ba16b900782cbc5688e67b07de02abe1866c39'/>
<id>urn:sha1:d4ba16b900782cbc5688e67b07de02abe1866c39</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1004024
</content>
</entry>
<entry>
<title>SVN_SILENT: add m_revisionInfoKeys to the initializer list</title>
<updated>2009-07-28T22:08:39Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-28T22:08:39Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a2913a020520d9a461be9c9d596f9ae4f2454947'/>
<id>urn:sha1:a2913a020520d9a461be9c9d596f9ae4f2454947</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1003848
</content>
</entry>
<entry>
<title>Use the output of 'svn status' instead of doing a custom and error-prone .svn-parsing. BTW: this commit is the first done within Dolphin itself :-)</title>
<updated>2009-07-28T22:04:00Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-28T22:04:00Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=47615514f8617c64852ca2c4398dc6ba151317b5'/>
<id>urn:sha1:47615514f8617c64852ca2c4398dc6ba151317b5</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1003845
</content>
</entry>
</feed>
