]> cloud.milkyroute.net Git - dolphin.git/commit
* enable the loading of version control plugins (thanks to Aaron for the hint)
authorPeter Penz <peter.penz19@gmail.com>
Fri, 6 Nov 2009 15:43:08 +0000 (15:43 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 6 Nov 2009 15:43:08 +0000 (15:43 +0000)
commit896ee459af10c73d20d0ae093b4c02348ffedb18
treea84fda9222985379f6e764de495536c62702b14e
parent5114ab58bcf9ccc7fed7cfdd057bffeb87a2ad94
* enable the loading of version control plugins (thanks to Aaron for the hint)

* 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
src/CMakeLists.txt
src/dolphincolumnview.cpp
src/versioncontrol/fileviewsvnplugin.cpp [moved from src/fileviewsvnplugin.cpp with 97% similarity]
src/versioncontrol/fileviewsvnplugin.desktop [moved from src/fileviewsvnplugin.desktop with 100% similarity]
src/versioncontrol/fileviewsvnplugin.h [moved from src/fileviewsvnplugin.h with 98% similarity]
src/versioncontrol/fileviewversioncontrolplugin.desktop [moved from src/fileviewversioncontrolplugin.desktop with 100% similarity]
src/versioncontrol/updateitemstatesthread.cpp [new file with mode: 0644]
src/versioncontrol/updateitemstatesthread.h [new file with mode: 0644]
src/versioncontrol/versioncontrolobserver.cpp [moved from src/versioncontrolobserver.cpp with 67% similarity]
src/versioncontrol/versioncontrolobserver.h [moved from src/versioncontrolobserver.h with 93% similarity]
src/viewextensionsfactory.cpp