Revision 655541
Go back to digest for 22nd April 2007Features in Development Tools
Dukju Ahn committed changes in /trunk/KDE/kdevelop/lib/plugins/vcs/subversion:
Renewed notification mechanism.
Rather than having individual notification callbacks, all threads have one common notification callback.
This is efficient because each notifications are shared by different subversion actions. For example the "updated" notification is used both in merging and updating action.
File Changes
Modified 3 files
- /trunk/KDE/kdevelop/lib/plugins/vcs/subversion
- /subversion_view.cpp
- /subversionthreads.cpp
- /subversionthreads.h
3 files changed in total