<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/versioncontrol/versioncontrolobserver.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-24T22:17:01Z</updated>
<entry>
<title>Sourcecode hierarchy cleanup: Move folders "tooltips" and "versioncontrol" into "views"</title>
<updated>2010-07-24T22:17:01Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-07-24T22:17:01Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1cb5a202e4c861025d4eda5813848cdb7d5f350d'/>
<id>urn:sha1:1cb5a202e4c861025d4eda5813848cdb7d5f350d</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1154151
</content>
</entry>
<entry>
<title>Sourcecode hierarchy cleanup: Move further files from src to src/views</title>
<updated>2010-07-24T22:08:30Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-07-24T22:08:30Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a5cf21ff06aff44cde563eaceae3c6cef452ee48'/>
<id>urn:sha1:a5cf21ff06aff44cde563eaceae3c6cef452ee48</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1154150
</content>
</entry>
<entry>
<title>Assure to reconnect to the version plugin signals, otherwise no information will be provided anymore after the first directory update</title>
<updated>2010-04-30T05:48:24Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-04-30T05:48:24Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4fb3a8dfcdf8272b2c01f8f78787ba7d8597a159'/>
<id>urn:sha1:4fb3a8dfcdf8272b2c01f8f78787ba7d8597a159</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1120924
</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>Renamed methods and improved documentation, as in the previous patch the wrong mutex has been used accidently because of the confusing naming of the methods.</title>
<updated>2010-03-24T22:41:06Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-03-24T22:41:06Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d197a7e5319cb86ab3479c23828af226365d6049'/>
<id>urn:sha1:d197a7e5319cb86ab3479c23828af226365d6049</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1107136
</content>
</entry>
<entry>
<title>Version control: Move the maintainance of pending threads into a custom class. Also the UpdateItemStatesThread differs now between protecting the globally shared plugin and the locally shared data.</title>
<updated>2010-03-24T22:21:09Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-03-24T22:21:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=884e95cc985ccf3a7d9de9ebe0d9b1bbd2d9e706'/>
<id>urn:sha1:884e95cc985ccf3a7d9de9ebe0d9b1bbd2d9e706</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1107125
</content>
</entry>
<entry>
<title>VersionControlObserver: Only disconnect m_plugin in the destructor if</title>
<updated>2010-03-23T23:30:44Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2010-03-23T23:30:44Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e164a139cff331663660513d42edd44976fa240c'/>
<id>urn:sha1:e164a139cff331663660513d42edd44976fa240c</id>
<content type='text'>
it is not 0. Fixes a Qt runtime warning.

svn path=/trunk/KDE/kdebase/apps/; revision=1106816
</content>
</entry>
<entry>
<title>Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps KFileMetaDataConfigurationWidget.</title>
<updated>2010-03-22T22:23:02Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-03-22T22:23:02Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=caf017c2fefa8280046b02cfd071a118f2909ced'/>
<id>urn:sha1:caf017c2fefa8280046b02cfd071a118f2909ced</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1106465
</content>
</entry>
<entry>
<title>Allow to disable version control plugins. It's too late already for providing a UI (string freeze...) and it should not be necessary to disable a plugin, but in the worst case (e. g. plugin crashes under certain circumstances) it is good to have a non-GUI fallback.</title>
<updated>2009-12-12T22:44:05Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-12-12T22:44:05Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=af7ced90477abfc96ee8e3fe0f3c8b2c5a8bcb84'/>
<id>urn:sha1:af7ced90477abfc96ee8e3fe0f3c8b2c5a8bcb84</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1061740
</content>
</entry>
<entry>
<title>fix possible crash when the signal finished() has been emitted asynchronously</title>
<updated>2009-12-07T22:37:11Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-12-07T22:37:11Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1c4fddb06e92b52194b5ed009860b6cf22675852'/>
<id>urn:sha1:1c4fddb06e92b52194b5ed009860b6cf22675852</id>
<content type='text'>
BUG: 213985

svn path=/trunk/KDE/kdebase/apps/; revision=1060029
</content>
</entry>
</feed>
