Fri Nov 23 20:37:13 2012 UTC ()
Update to 1.4.1

new features, bug fixes and improved performance.


(markd)
diff -r1.26 -r1.27 pkgsrc/devel/kdevplatform/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/kdevplatform/PLIST
diff -r1.4 -r1.5 pkgsrc/devel/kdevplatform/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/devel/kdevplatform/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/kdevplatform/Makefile 2012/10/31 11:17:08 1.26
+++ pkgsrc/devel/kdevplatform/Makefile 2012/11/23 20:37:13 1.27
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.26 2012/10/31 11:17:08 asau Exp $ 1# $NetBSD: Makefile,v 1.27 2012/11/23 20:37:13 markd Exp $
2# 2#
3 3
4DISTNAME= kdevplatform-1.2.3 4DISTNAME= kdevplatform-1.4.1
5PKGREVISION= 8 
6CATEGORIES= devel kde 5CATEGORIES= devel kde
7MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.2.3/src/} 6MASTER_SITES= ${MASTER_SITE_KDE:=kdevelop/4.4.1/src/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= frank@fthieme.net 9MAINTAINER= frank@fthieme.net
11HOMEPAGE= http://www.kdevelop.org/ 10HOMEPAGE= http://www.kdevelop.org/
12COMMENT= KDE development platform, used by KDevelop 4 11COMMENT= KDE development platform, used by KDevelop 4
13#LICENSE= # TODO: (see mk/license.mk) 12#LICENSE= # TODO: (see mk/license.mk)
14 13
15BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 14BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
16 15
17USE_TOOLS+= pkg-config perl msgfmt 16USE_TOOLS+= pkg-config perl msgfmt
18USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
19 18
20CXXFLAGS.Linux+= -fpermissive 19CXXFLAGS.Linux+= -fpermissive

cvs diff -r1.5 -r1.6 pkgsrc/devel/kdevplatform/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/kdevplatform/PLIST 2012/03/25 20:06:04 1.5
+++ pkgsrc/devel/kdevplatform/PLIST 2012/11/23 20:37:13 1.6
@@ -1,37 +1,42 @@ @@ -1,37 +1,42 @@
1@comment $NetBSD: PLIST,v 1.5 2012/03/25 20:06:04 markd Exp $ 1@comment $NetBSD: PLIST,v 1.6 2012/11/23 20:37:13 markd Exp $
 2bin/kdev_dbus_socket_transformer
 3bin/kdev_format_source.sh
 4bin/kdevplatform_shell_environment.sh
2include/kdevplatform/debugger/breakpoint/breakpoint.h 5include/kdevplatform/debugger/breakpoint/breakpoint.h
3include/kdevplatform/debugger/breakpoint/breakpointdetails.h 6include/kdevplatform/debugger/breakpoint/breakpointdetails.h
4include/kdevplatform/debugger/breakpoint/breakpointmodel.h 7include/kdevplatform/debugger/breakpoint/breakpointmodel.h
5include/kdevplatform/debugger/breakpoint/breakpointwidget.h 8include/kdevplatform/debugger/breakpoint/breakpointwidget.h
6include/kdevplatform/debugger/debuggerexport.h 9include/kdevplatform/debugger/debuggerexport.h
7include/kdevplatform/debugger/framestack/framestackmodel.h 10include/kdevplatform/debugger/framestack/framestackmodel.h
8include/kdevplatform/debugger/interfaces/ibreakpointcontroller.h 11include/kdevplatform/debugger/interfaces/ibreakpointcontroller.h
9include/kdevplatform/debugger/interfaces/idebugsession.h 12include/kdevplatform/debugger/interfaces/idebugsession.h
10include/kdevplatform/debugger/interfaces/iframestackmodel.h 13include/kdevplatform/debugger/interfaces/iframestackmodel.h
11include/kdevplatform/debugger/interfaces/ivariablecontroller.h 14include/kdevplatform/debugger/interfaces/ivariablecontroller.h
12include/kdevplatform/debugger/util/pathmappings.h 15include/kdevplatform/debugger/util/pathmappings.h
13include/kdevplatform/debugger/util/treeitem.h 16include/kdevplatform/debugger/util/treeitem.h
14include/kdevplatform/debugger/util/treemodel.h 17include/kdevplatform/debugger/util/treemodel.h
15include/kdevplatform/debugger/util/treeview.h 18include/kdevplatform/debugger/util/treeview.h
16include/kdevplatform/debugger/variable/variablecollection.h 19include/kdevplatform/debugger/variable/variablecollection.h
17include/kdevplatform/documentation/documentationexport.h 20include/kdevplatform/documentation/documentationexport.h
18include/kdevplatform/documentation/documentationfindwidget.h 21include/kdevplatform/documentation/documentationfindwidget.h
19include/kdevplatform/documentation/standarddocumentationview.h 22include/kdevplatform/documentation/standarddocumentationview.h
20include/kdevplatform/execute/iexecuteplugin.h 23include/kdevplatform/execute/iexecuteplugin.h
 24include/kdevplatform/executescript/iexecutescriptplugin.h
21include/kdevplatform/interfaces/context.h 25include/kdevplatform/interfaces/context.h
22include/kdevplatform/interfaces/contextmenuextension.h 26include/kdevplatform/interfaces/contextmenuextension.h
23include/kdevplatform/interfaces/foregroundlock.h 27include/kdevplatform/interfaces/foregroundlock.h
24include/kdevplatform/interfaces/iassistant.h 28include/kdevplatform/interfaces/iassistant.h
 29include/kdevplatform/interfaces/ibuddydocumentfinder.h
25include/kdevplatform/interfaces/icompletionsettings.h 30include/kdevplatform/interfaces/icompletionsettings.h
26include/kdevplatform/interfaces/icore.h 31include/kdevplatform/interfaces/icore.h
27include/kdevplatform/interfaces/idebugcontroller.h 32include/kdevplatform/interfaces/idebugcontroller.h
28include/kdevplatform/interfaces/idocument.h 33include/kdevplatform/interfaces/idocument.h
29include/kdevplatform/interfaces/idocumentation.h 34include/kdevplatform/interfaces/idocumentation.h
30include/kdevplatform/interfaces/idocumentationcontroller.h 35include/kdevplatform/interfaces/idocumentationcontroller.h
31include/kdevplatform/interfaces/idocumentationprovider.h 36include/kdevplatform/interfaces/idocumentationprovider.h
32include/kdevplatform/interfaces/idocumentationproviderprovider.h 37include/kdevplatform/interfaces/idocumentationproviderprovider.h
33include/kdevplatform/interfaces/idocumentcontroller.h 38include/kdevplatform/interfaces/idocumentcontroller.h
34include/kdevplatform/interfaces/ilanguage.h 39include/kdevplatform/interfaces/ilanguage.h
35include/kdevplatform/interfaces/ilanguagecontroller.h 40include/kdevplatform/interfaces/ilanguagecontroller.h
36include/kdevplatform/interfaces/ilaunchconfiguration.h 41include/kdevplatform/interfaces/ilaunchconfiguration.h
37include/kdevplatform/interfaces/ilauncher.h 42include/kdevplatform/interfaces/ilauncher.h
@@ -100,29 +105,33 @@ include/kdevplatform/language/duchain/du @@ -100,29 +105,33 @@ include/kdevplatform/language/duchain/du
100include/kdevplatform/language/duchain/duchainlock.h 105include/kdevplatform/language/duchain/duchainlock.h
101include/kdevplatform/language/duchain/duchainobserver.h 106include/kdevplatform/language/duchain/duchainobserver.h
102include/kdevplatform/language/duchain/duchainpointer.h 107include/kdevplatform/language/duchain/duchainpointer.h
103include/kdevplatform/language/duchain/duchainregister.h 108include/kdevplatform/language/duchain/duchainregister.h
104include/kdevplatform/language/duchain/duchainutils.h 109include/kdevplatform/language/duchain/duchainutils.h
105include/kdevplatform/language/duchain/ducontext.h 110include/kdevplatform/language/duchain/ducontext.h
106include/kdevplatform/language/duchain/ducontextdata.h 111include/kdevplatform/language/duchain/ducontextdata.h
107include/kdevplatform/language/duchain/dumpchain.h 112include/kdevplatform/language/duchain/dumpchain.h
108include/kdevplatform/language/duchain/dumpdotgraph.h 113include/kdevplatform/language/duchain/dumpdotgraph.h
109include/kdevplatform/language/duchain/forwarddeclaration.h 114include/kdevplatform/language/duchain/forwarddeclaration.h
110include/kdevplatform/language/duchain/functiondeclaration.h 115include/kdevplatform/language/duchain/functiondeclaration.h
111include/kdevplatform/language/duchain/functiondefinition.h 116include/kdevplatform/language/duchain/functiondefinition.h
112include/kdevplatform/language/duchain/identifier.h 117include/kdevplatform/language/duchain/identifier.h
113include/kdevplatform/language/duchain/indexeditems.h 118include/kdevplatform/language/duchain/indexeddeclaration.h
 119include/kdevplatform/language/duchain/indexedducontext.h
114include/kdevplatform/language/duchain/indexedstring.h 120include/kdevplatform/language/duchain/indexedstring.h
 121include/kdevplatform/language/duchain/indexedtopducontext.h
115include/kdevplatform/language/duchain/instantiationinformation.h 122include/kdevplatform/language/duchain/instantiationinformation.h
 123include/kdevplatform/language/duchain/localindexeddeclaration.h
 124include/kdevplatform/language/duchain/localindexedducontext.h
116include/kdevplatform/language/duchain/namespacealiasdeclaration.h 125include/kdevplatform/language/duchain/namespacealiasdeclaration.h
117include/kdevplatform/language/duchain/navigation/abstractdeclarationnavigationcontext.h 126include/kdevplatform/language/duchain/navigation/abstractdeclarationnavigationcontext.h
118include/kdevplatform/language/duchain/navigation/abstractincludenavigationcontext.h 127include/kdevplatform/language/duchain/navigation/abstractincludenavigationcontext.h
119include/kdevplatform/language/duchain/navigation/abstractnavigationcontext.h 128include/kdevplatform/language/duchain/navigation/abstractnavigationcontext.h
120include/kdevplatform/language/duchain/navigation/abstractnavigationwidget.h 129include/kdevplatform/language/duchain/navigation/abstractnavigationwidget.h
121include/kdevplatform/language/duchain/navigation/navigationaction.h 130include/kdevplatform/language/duchain/navigation/navigationaction.h
122include/kdevplatform/language/duchain/navigation/usescollector.h 131include/kdevplatform/language/duchain/navigation/usescollector.h
123include/kdevplatform/language/duchain/navigation/usesnavigationcontext.h 132include/kdevplatform/language/duchain/navigation/usesnavigationcontext.h
124include/kdevplatform/language/duchain/navigation/useswidget.h 133include/kdevplatform/language/duchain/navigation/useswidget.h
125include/kdevplatform/language/duchain/parsingenvironment.h 134include/kdevplatform/language/duchain/parsingenvironment.h
126include/kdevplatform/language/duchain/persistentsetmap.h 135include/kdevplatform/language/duchain/persistentsetmap.h
127include/kdevplatform/language/duchain/persistentsymboltable.h 136include/kdevplatform/language/duchain/persistentsymboltable.h
128include/kdevplatform/language/duchain/referencecounting.h 137include/kdevplatform/language/duchain/referencecounting.h
@@ -149,27 +158,26 @@ include/kdevplatform/language/duchain/ty @@ -149,27 +158,26 @@ include/kdevplatform/language/duchain/ty
149include/kdevplatform/language/duchain/types/referencetype.h 158include/kdevplatform/language/duchain/types/referencetype.h
150include/kdevplatform/language/duchain/types/structuretype.h 159include/kdevplatform/language/duchain/types/structuretype.h
151include/kdevplatform/language/duchain/types/typealiastype.h 160include/kdevplatform/language/duchain/types/typealiastype.h
152include/kdevplatform/language/duchain/types/typepointer.h 161include/kdevplatform/language/duchain/types/typepointer.h
153include/kdevplatform/language/duchain/types/typeregister.h 162include/kdevplatform/language/duchain/types/typeregister.h
154include/kdevplatform/language/duchain/types/typesystem.h 163include/kdevplatform/language/duchain/types/typesystem.h
155include/kdevplatform/language/duchain/types/typesystemdata.h 164include/kdevplatform/language/duchain/types/typesystemdata.h
156include/kdevplatform/language/duchain/types/typeutils.h 165include/kdevplatform/language/duchain/types/typeutils.h
157include/kdevplatform/language/duchain/types/unsuretype.h 166include/kdevplatform/language/duchain/types/unsuretype.h
158include/kdevplatform/language/duchain/use.h 167include/kdevplatform/language/duchain/use.h
159include/kdevplatform/language/editor/cursorinrevision.h 168include/kdevplatform/language/editor/cursorinrevision.h
160include/kdevplatform/language/editor/documentcursor.h 169include/kdevplatform/language/editor/documentcursor.h
161include/kdevplatform/language/editor/documentrange.h 170include/kdevplatform/language/editor/documentrange.h
162include/kdevplatform/language/editor/documentrangeobject.h 
163include/kdevplatform/language/editor/modificationrevision.h 171include/kdevplatform/language/editor/modificationrevision.h
164include/kdevplatform/language/editor/modificationrevisionset.h 172include/kdevplatform/language/editor/modificationrevisionset.h
165include/kdevplatform/language/editor/persistentmovingrange.h 173include/kdevplatform/language/editor/persistentmovingrange.h
166include/kdevplatform/language/editor/rangeinrevision.h 174include/kdevplatform/language/editor/rangeinrevision.h
167include/kdevplatform/language/editor/simplecursor.h 175include/kdevplatform/language/editor/simplecursor.h
168include/kdevplatform/language/editor/simplerange.h 176include/kdevplatform/language/editor/simplerange.h
169include/kdevplatform/language/highlighting/codehighlighting.h 177include/kdevplatform/language/highlighting/codehighlighting.h
170include/kdevplatform/language/highlighting/colorcache.h 178include/kdevplatform/language/highlighting/colorcache.h
171include/kdevplatform/language/highlighting/configurablecolors.h 179include/kdevplatform/language/highlighting/configurablecolors.h
172include/kdevplatform/language/interfaces/codecontext.h 180include/kdevplatform/language/interfaces/codecontext.h
173include/kdevplatform/language/interfaces/editorcontext.h 181include/kdevplatform/language/interfaces/editorcontext.h
174include/kdevplatform/language/interfaces/iastcontainer.h 182include/kdevplatform/language/interfaces/iastcontainer.h
175include/kdevplatform/language/interfaces/icodehighlighting.h 183include/kdevplatform/language/interfaces/icodehighlighting.h
@@ -193,26 +201,27 @@ include/kdevplatform/outputview/outputvi @@ -193,26 +201,27 @@ include/kdevplatform/outputview/outputvi
193include/kdevplatform/project/abstractfilemanagerplugin.h 201include/kdevplatform/project/abstractfilemanagerplugin.h
194include/kdevplatform/project/builderjob.h 202include/kdevplatform/project/builderjob.h
195include/kdevplatform/project/helper.h 203include/kdevplatform/project/helper.h
196include/kdevplatform/project/importprojectjob.h 204include/kdevplatform/project/importprojectjob.h
197include/kdevplatform/project/interfaces/ibuildsystemmanager.h 205include/kdevplatform/project/interfaces/ibuildsystemmanager.h
198include/kdevplatform/project/interfaces/iprojectbuilder.h 206include/kdevplatform/project/interfaces/iprojectbuilder.h
199include/kdevplatform/project/interfaces/iprojectfilemanager.h 207include/kdevplatform/project/interfaces/iprojectfilemanager.h
200include/kdevplatform/project/projectbuildsetmodel.h 208include/kdevplatform/project/projectbuildsetmodel.h
201include/kdevplatform/project/projectconfigskeleton.h 209include/kdevplatform/project/projectconfigskeleton.h
202include/kdevplatform/project/projectexport.h 210include/kdevplatform/project/projectexport.h
203include/kdevplatform/project/projectitemlineedit.h 211include/kdevplatform/project/projectitemlineedit.h
204include/kdevplatform/project/projectkcmodule.h 212include/kdevplatform/project/projectkcmodule.h
205include/kdevplatform/project/projectmodel.h 213include/kdevplatform/project/projectmodel.h
 214include/kdevplatform/project/projectutils.h
206include/kdevplatform/shell/core.h 215include/kdevplatform/shell/core.h
207include/kdevplatform/shell/documentcontroller.h 216include/kdevplatform/shell/documentcontroller.h
208include/kdevplatform/shell/language.h 217include/kdevplatform/shell/language.h
209include/kdevplatform/shell/languagecontroller.h 218include/kdevplatform/shell/languagecontroller.h
210include/kdevplatform/shell/launchconfiguration.h 219include/kdevplatform/shell/launchconfiguration.h
211include/kdevplatform/shell/mainwindow.h 220include/kdevplatform/shell/mainwindow.h
212include/kdevplatform/shell/partcontroller.h 221include/kdevplatform/shell/partcontroller.h
213include/kdevplatform/shell/partdocument.h 222include/kdevplatform/shell/partdocument.h
214include/kdevplatform/shell/plugincontroller.h 223include/kdevplatform/shell/plugincontroller.h
215include/kdevplatform/shell/project.h 224include/kdevplatform/shell/project.h
216include/kdevplatform/shell/projectcontroller.h 225include/kdevplatform/shell/projectcontroller.h
217include/kdevplatform/shell/runcontroller.h 226include/kdevplatform/shell/runcontroller.h
218include/kdevplatform/shell/selectioncontroller.h 227include/kdevplatform/shell/selectioncontroller.h
@@ -230,65 +239,74 @@ include/kdevplatform/sublime/container.h @@ -230,65 +239,74 @@ include/kdevplatform/sublime/container.h
230include/kdevplatform/sublime/controller.h 239include/kdevplatform/sublime/controller.h
231include/kdevplatform/sublime/document.h 240include/kdevplatform/sublime/document.h
232include/kdevplatform/sublime/mainwindow.h 241include/kdevplatform/sublime/mainwindow.h
233include/kdevplatform/sublime/mainwindowoperator.h 242include/kdevplatform/sublime/mainwindowoperator.h
234include/kdevplatform/sublime/sublimedefs.h 243include/kdevplatform/sublime/sublimedefs.h
235include/kdevplatform/sublime/sublimeexport.h 244include/kdevplatform/sublime/sublimeexport.h
236include/kdevplatform/sublime/tooldocument.h 245include/kdevplatform/sublime/tooldocument.h
237include/kdevplatform/sublime/urldocument.h 246include/kdevplatform/sublime/urldocument.h
238include/kdevplatform/sublime/view.h 247include/kdevplatform/sublime/view.h
239include/kdevplatform/tests/autotestshell.h 248include/kdevplatform/tests/autotestshell.h
240include/kdevplatform/tests/kdevplatformtestsexport.h 249include/kdevplatform/tests/kdevplatformtestsexport.h
241include/kdevplatform/tests/kdevsignalspy.h 250include/kdevplatform/tests/kdevsignalspy.h
242include/kdevplatform/tests/testcore.h 251include/kdevplatform/tests/testcore.h
 252include/kdevplatform/tests/testfile.h
 253include/kdevplatform/tests/testhelpers.h
 254include/kdevplatform/tests/testlanguagecontroller.h
243include/kdevplatform/tests/testproject.h 255include/kdevplatform/tests/testproject.h
244include/kdevplatform/util/activetooltip.h 256include/kdevplatform/util/activetooltip.h
245include/kdevplatform/util/commandexecutor.h 257include/kdevplatform/util/commandexecutor.h
246include/kdevplatform/util/convenientfreelist.h 258include/kdevplatform/util/convenientfreelist.h
247include/kdevplatform/util/embeddedfreetree.h 259include/kdevplatform/util/embeddedfreetree.h
248include/kdevplatform/util/environmentconfigurebutton.h 260include/kdevplatform/util/environmentconfigurebutton.h
249include/kdevplatform/util/environmentgrouplist.h 261include/kdevplatform/util/environmentgrouplist.h
250include/kdevplatform/util/environmentselectionwidget.h 262include/kdevplatform/util/environmentselectionwidget.h
251include/kdevplatform/util/executecompositejob.h 263include/kdevplatform/util/executecompositejob.h
 264include/kdevplatform/util/fileutils.h
252include/kdevplatform/util/focusedtreeview.h 265include/kdevplatform/util/focusedtreeview.h
 266include/kdevplatform/util/formattinghelpers.h
253include/kdevplatform/util/google/dense_hash_map 267include/kdevplatform/util/google/dense_hash_map
254include/kdevplatform/util/google/dense_hash_set 268include/kdevplatform/util/google/dense_hash_set
255include/kdevplatform/util/google/hash_fun.h 269include/kdevplatform/util/google/hash_fun.h
256include/kdevplatform/util/google/sparse_hash_map 270include/kdevplatform/util/google/sparse_hash_map
257include/kdevplatform/util/google/sparse_hash_set 271include/kdevplatform/util/google/sparse_hash_set
258include/kdevplatform/util/google/sparsehash/densehashtable.h 272include/kdevplatform/util/google/sparsehash/densehashtable.h
259include/kdevplatform/util/google/sparsehash/sparseconfig.h 273include/kdevplatform/util/google/sparsehash/sparseconfig.h
260include/kdevplatform/util/google/sparsehash/sparseconfig_windows.h 274include/kdevplatform/util/google/sparsehash/sparseconfig_windows.h
261include/kdevplatform/util/google/sparsehash/sparsehashtable.h 275include/kdevplatform/util/google/sparsehash/sparsehashtable.h
262include/kdevplatform/util/google/sparsetable 276include/kdevplatform/util/google/sparsetable
263include/kdevplatform/util/google/type_traits.h 277include/kdevplatform/util/google/type_traits.h
264include/kdevplatform/util/kdevstringhandler.h 278include/kdevplatform/util/kdevstringhandler.h
265include/kdevplatform/util/kdevvarlengtharray.h 279include/kdevplatform/util/kdevvarlengtharray.h
266include/kdevplatform/util/ksharedobject.h 280include/kdevplatform/util/ksharedobject.h
267include/kdevplatform/util/processlinemaker.h 281include/kdevplatform/util/processlinemaker.h
268include/kdevplatform/util/pushvalue.h 282include/kdevplatform/util/pushvalue.h
 283include/kdevplatform/util/richtextpushbutton.h
 284include/kdevplatform/util/richtexttoolbutton.h
269include/kdevplatform/util/spinlock.h 285include/kdevplatform/util/spinlock.h
270include/kdevplatform/util/utilexport.h 286include/kdevplatform/util/utilexport.h
271include/kdevplatform/vcs/dvcs/dvcsevent.h 287include/kdevplatform/vcs/dvcs/dvcsevent.h
272include/kdevplatform/vcs/dvcs/dvcsjob.h 288include/kdevplatform/vcs/dvcs/dvcsjob.h
273include/kdevplatform/vcs/dvcs/dvcsplugin.h 289include/kdevplatform/vcs/dvcs/dvcsplugin.h
274include/kdevplatform/vcs/interfaces/ibasicversioncontrol.h 290include/kdevplatform/vcs/interfaces/ibasicversioncontrol.h
275include/kdevplatform/vcs/interfaces/ibranchingversioncontrol.h 291include/kdevplatform/vcs/interfaces/ibranchingversioncontrol.h
276include/kdevplatform/vcs/interfaces/ibrowsableversioncontrol.h 292include/kdevplatform/vcs/interfaces/ibrowsableversioncontrol.h
277include/kdevplatform/vcs/interfaces/icentralizedversioncontrol.h 293include/kdevplatform/vcs/interfaces/icentralizedversioncontrol.h
278include/kdevplatform/vcs/interfaces/idistributedversioncontrol.h 294include/kdevplatform/vcs/interfaces/idistributedversioncontrol.h
279include/kdevplatform/vcs/interfaces/irepositoryversioncontrol.h 295include/kdevplatform/vcs/interfaces/irepositoryversioncontrol.h
 296include/kdevplatform/vcs/models/projectchangesmodel.h
280include/kdevplatform/vcs/models/vcsannotationmodel.h 297include/kdevplatform/vcs/models/vcsannotationmodel.h
281include/kdevplatform/vcs/models/vcseventmodel.h 298include/kdevplatform/vcs/models/vcseventmodel.h
 299include/kdevplatform/vcs/models/vcsfilechangesmodel.h
282include/kdevplatform/vcs/models/vcsitemeventmodel.h 300include/kdevplatform/vcs/models/vcsitemeventmodel.h
283include/kdevplatform/vcs/vcsannotation.h 301include/kdevplatform/vcs/vcsannotation.h
284include/kdevplatform/vcs/vcsdiff.h 302include/kdevplatform/vcs/vcsdiff.h
285include/kdevplatform/vcs/vcsevent.h 303include/kdevplatform/vcs/vcsevent.h
286include/kdevplatform/vcs/vcsexport.h 304include/kdevplatform/vcs/vcsexport.h
287include/kdevplatform/vcs/vcsjob.h 305include/kdevplatform/vcs/vcsjob.h
288include/kdevplatform/vcs/vcslocation.h 306include/kdevplatform/vcs/vcslocation.h
289include/kdevplatform/vcs/vcspluginhelper.h 307include/kdevplatform/vcs/vcspluginhelper.h
290include/kdevplatform/vcs/vcsrevision.h 308include/kdevplatform/vcs/vcsrevision.h
291include/kdevplatform/vcs/vcsstatusinfo.h 309include/kdevplatform/vcs/vcsstatusinfo.h
292include/kdevplatform/vcs/widgets/standardvcslocationwidget.h 310include/kdevplatform/vcs/widgets/standardvcslocationwidget.h
293include/kdevplatform/vcs/widgets/vcsannotationwidget.h 311include/kdevplatform/vcs/widgets/vcsannotationwidget.h
294include/kdevplatform/vcs/widgets/vcscommitdialog.h 312include/kdevplatform/vcs/widgets/vcscommitdialog.h
@@ -307,82 +325,89 @@ lib/kde4/kcm_kdev_envsettings.so @@ -307,82 +325,89 @@ lib/kde4/kcm_kdev_envsettings.so
307lib/kde4/kcm_kdev_genericprojectmanagersettings.so 325lib/kde4/kcm_kdev_genericprojectmanagersettings.so
308lib/kde4/kcm_kdev_pluginsettings.so 326lib/kde4/kcm_kdev_pluginsettings.so
309lib/kde4/kcm_kdev_projectsettings.so 327lib/kde4/kcm_kdev_projectsettings.so
310lib/kde4/kcm_kdev_uisettings.so 328lib/kde4/kcm_kdev_uisettings.so
311lib/kde4/kcm_kdevsourceformattersettings.so 329lib/kde4/kcm_kdevsourceformattersettings.so
312lib/kde4/kdevappwizard.so 330lib/kde4/kdevappwizard.so
313lib/kde4/kdevclassbrowser.so 331lib/kde4/kdevclassbrowser.so
314lib/kde4/kdevcodeutils.so 332lib/kde4/kdevcodeutils.so
315lib/kde4/kdevcontextbrowser.so 333lib/kde4/kdevcontextbrowser.so
316lib/kde4/kdevcvs.so 334lib/kde4/kdevcvs.so
317lib/kde4/kdevdocumentswitcher.so 335lib/kde4/kdevdocumentswitcher.so
318lib/kde4/kdevdocumentview.so 336lib/kde4/kdevdocumentview.so
319lib/kde4/kdevexecute.so 337lib/kde4/kdevexecute.so
 338lib/kde4/kdevexecutescript.so
320lib/kde4/kdevexternalscript.so 339lib/kde4/kdevexternalscript.so
321lib/kde4/kdevfilemanager.so 340lib/kde4/kdevfilemanager.so
322lib/kde4/kdevgenericmanager.so 341lib/kde4/kdevgenericmanager.so
323lib/kde4/kdevgit.so 342lib/kde4/kdevgit.so
324lib/kde4/kdevgrepview.so 343lib/kde4/kdevgrepview.so
325lib/kde4/kdevkonsoleview.so 344lib/kde4/kdevkonsoleview.so
326lib/kde4/kdevopenwith.so 345lib/kde4/kdevopenwith.so
327lib/kde4/kdevpastebin.so 346lib/kde4/kdevpastebin.so
328lib/kde4/kdevpatchreview.so 347lib/kde4/kdevpatchreview.so
329lib/kde4/kdevproblemreporter.so 348lib/kde4/kdevproblemreporter.so
 349lib/kde4/kdevprojectdashboard.so
330lib/kde4/kdevprojectmanagerview.so 350lib/kde4/kdevprojectmanagerview.so
331lib/kde4/kdevquickopen.so 351lib/kde4/kdevquickopen.so
332lib/kde4/kdevreviewboard.so 352lib/kde4/kdevreviewboard.so
333lib/kde4/kdevsnippet.so 353lib/kde4/kdevsnippet.so
334lib/kde4/kdevstandardoutputview.so 354lib/kde4/kdevstandardoutputview.so
335lib/kde4/kdevsubversion.so 355lib/kde4/kdevsubversion.so
 356lib/kde4/kdevvcschangesviewplugin.so
 357lib/kde4/plasma_kdev_projectfileelement.so
336lib/libkdevplatformdebugger.so 358lib/libkdevplatformdebugger.so
337lib/libkdevplatformdebugger.so.3 359lib/libkdevplatformdebugger.so.6
338lib/libkdevplatformdebugger.so.3.0.0 360lib/libkdevplatformdebugger.so.6.0.0
339lib/libkdevplatformdocumentation.so 361lib/libkdevplatformdocumentation.so
340lib/libkdevplatformdocumentation.so.3 362lib/libkdevplatformdocumentation.so.6
341lib/libkdevplatformdocumentation.so.3.0.0 363lib/libkdevplatformdocumentation.so.6.0.0
342lib/libkdevplatforminterfaces.so 364lib/libkdevplatforminterfaces.so
343lib/libkdevplatforminterfaces.so.3 365lib/libkdevplatforminterfaces.so.6
344lib/libkdevplatforminterfaces.so.3.0.0 366lib/libkdevplatforminterfaces.so.6.0.0
345lib/libkdevplatformlanguage.so 367lib/libkdevplatformlanguage.so
346lib/libkdevplatformlanguage.so.3 368lib/libkdevplatformlanguage.so.6
347lib/libkdevplatformlanguage.so.3.0.0 369lib/libkdevplatformlanguage.so.6.0.0
348lib/libkdevplatformoutputview.so 370lib/libkdevplatformoutputview.so
349lib/libkdevplatformoutputview.so.3 371lib/libkdevplatformoutputview.so.6
350lib/libkdevplatformoutputview.so.3.0.0 372lib/libkdevplatformoutputview.so.6.0.0
351lib/libkdevplatformproject.so 373lib/libkdevplatformproject.so
352lib/libkdevplatformproject.so.3 374lib/libkdevplatformproject.so.6
353lib/libkdevplatformproject.so.3.0.0 375lib/libkdevplatformproject.so.6.0.0
354lib/libkdevplatformshell.so 376lib/libkdevplatformshell.so
355lib/libkdevplatformshell.so.3 377lib/libkdevplatformshell.so.6
356lib/libkdevplatformshell.so.3.0.0 378lib/libkdevplatformshell.so.6.0.0
357lib/libkdevplatformtests.so 379lib/libkdevplatformtests.so
358lib/libkdevplatformtests.so.3 380lib/libkdevplatformtests.so.6
359lib/libkdevplatformtests.so.3.0.0 381lib/libkdevplatformtests.so.6.0.0
360lib/libkdevplatformutil.so 382lib/libkdevplatformutil.so
361lib/libkdevplatformutil.so.3 383lib/libkdevplatformutil.so.6
362lib/libkdevplatformutil.so.3.0.0 384lib/libkdevplatformutil.so.6.0.0
363lib/libkdevplatformvcs.so 385lib/libkdevplatformvcs.so
364lib/libkdevplatformvcs.so.3 386lib/libkdevplatformvcs.so.6
365lib/libkdevplatformvcs.so.3.0.0 387lib/libkdevplatformvcs.so.6.0.0
366lib/libsublime.so 388lib/libsublime.so
367lib/libsublime.so.3 389lib/libsublime.so.6
368lib/libsublime.so.3.0.0 390lib/libsublime.so.6.0.0
369share/icons/hicolor/128x128/apps/reviewboard.png 391share/icons/hicolor/128x128/apps/reviewboard.png
370share/icons/hicolor/16x16/apps/git.png 392share/icons/hicolor/16x16/apps/git.png
371share/icons/hicolor/16x16/apps/reviewboard.png 393share/icons/hicolor/16x16/apps/reviewboard.png
 394share/icons/hicolor/16x16/apps/subversion.png
372share/icons/hicolor/22x22/actions/run-clean.png 395share/icons/hicolor/22x22/actions/run-clean.png
373share/icons/hicolor/22x22/actions/run-install.png 396share/icons/hicolor/22x22/actions/run-install.png
374share/icons/hicolor/32x32/apps/git.png 397share/icons/hicolor/32x32/apps/git.png
 398share/icons/hicolor/32x32/apps/subversion.png
375share/icons/hicolor/64x64/apps/git.png 399share/icons/hicolor/64x64/apps/git.png
 400share/icons/hicolor/64x64/apps/subversion.png
376share/kde/apps/kdevappwizard/kdevappwizard.rc 401share/kde/apps/kdevappwizard/kdevappwizard.rc
377share/kde/apps/kdevappwizard/template_previews/default-kdevelop.png 402share/kde/apps/kdevappwizard/template_previews/default-kdevelop.png
378share/kde/apps/kdevclassbrowser/kdevclassbrowser.rc 403share/kde/apps/kdevclassbrowser/kdevclassbrowser.rc
379share/kde/apps/kdevcodegen/licenses/Apache v2 404share/kde/apps/kdevcodegen/licenses/Apache v2
380share/kde/apps/kdevcodegen/licenses/BSD 405share/kde/apps/kdevcodegen/licenses/BSD
381share/kde/apps/kdevcodegen/licenses/Boost 406share/kde/apps/kdevcodegen/licenses/Boost
382share/kde/apps/kdevcodegen/licenses/GPL v2 407share/kde/apps/kdevcodegen/licenses/GPL v2
383share/kde/apps/kdevcodegen/licenses/GPL v3 408share/kde/apps/kdevcodegen/licenses/GPL v3
384share/kde/apps/kdevcodegen/licenses/LGPL v2 409share/kde/apps/kdevcodegen/licenses/LGPL v2
385share/kde/apps/kdevcodegen/licenses/MIT X11 410share/kde/apps/kdevcodegen/licenses/MIT X11
386share/kde/apps/kdevcodegen/licenses/Mozilla v1.1 411share/kde/apps/kdevcodegen/licenses/Mozilla v1.1
387share/kde/apps/kdevcodeutils/kdevcodeutils.rc 412share/kde/apps/kdevcodeutils/kdevcodeutils.rc
388share/kde/apps/kdevcontextbrowser/kdevcontextbrowser.rc 413share/kde/apps/kdevcontextbrowser/kdevcontextbrowser.rc
@@ -399,520 +424,684 @@ share/kde/apps/kdevprojectmanagerview/kd @@ -399,520 +424,684 @@ share/kde/apps/kdevprojectmanagerview/kd
399share/kde/apps/kdevquickopen/kdevquickopen.rc 424share/kde/apps/kdevquickopen/kdevquickopen.rc
400share/kde/apps/kdevsession/kdevsessionui.rc 425share/kde/apps/kdevsession/kdevsessionui.rc
401share/kde/apps/kdevsnippet/kdevsnippet.rc 426share/kde/apps/kdevsnippet/kdevsnippet.rc
402share/kde/apps/kdevsourceformatter/kdevsourceformatter.rc 427share/kde/apps/kdevsourceformatter/kdevsourceformatter.rc
403share/kde/apps/kdevstandardoutputview/kdevstandardoutputview.rc 428share/kde/apps/kdevstandardoutputview/kdevstandardoutputview.rc
404share/kde4/services/kcm_kdev_bgsettings.desktop 429share/kde4/services/kcm_kdev_bgsettings.desktop
405share/kde4/services/kcm_kdev_ccsettings.desktop 430share/kde4/services/kcm_kdev_ccsettings.desktop
406share/kde4/services/kcm_kdev_envsettings.desktop 431share/kde4/services/kcm_kdev_envsettings.desktop
407share/kde4/services/kcm_kdev_genericprojectmanagersettings.desktop 432share/kde4/services/kcm_kdev_genericprojectmanagersettings.desktop
408share/kde4/services/kcm_kdev_pluginsettings.desktop 433share/kde4/services/kcm_kdev_pluginsettings.desktop
409share/kde4/services/kcm_kdev_projectsettings.desktop 434share/kde4/services/kcm_kdev_projectsettings.desktop
410share/kde4/services/kcm_kdev_uisettings.desktop 435share/kde4/services/kcm_kdev_uisettings.desktop
411share/kde4/services/kcm_kdevsourceformattersettings.desktop 436share/kde4/services/kcm_kdevsourceformattersettings.desktop
 437share/kde4/services/kdev-dash-projectfileelement.desktop
412share/kde4/services/kdevappwizard.desktop 438share/kde4/services/kdevappwizard.desktop
413share/kde4/services/kdevclassbrowser.desktop 439share/kde4/services/kdevclassbrowser.desktop
414share/kde4/services/kdevcodeutils.desktop 440share/kde4/services/kdevcodeutils.desktop
415share/kde4/services/kdevcontextbrowser.desktop 441share/kde4/services/kdevcontextbrowser.desktop
416share/kde4/services/kdevcvs.desktop 442share/kde4/services/kdevcvs.desktop
417share/kde4/services/kdevdocumentswitcher.desktop 443share/kde4/services/kdevdocumentswitcher.desktop
418share/kde4/services/kdevdocumentview.desktop 444share/kde4/services/kdevdocumentview.desktop
419share/kde4/services/kdevexecute.desktop 445share/kde4/services/kdevexecute.desktop
 446share/kde4/services/kdevexecutescript.desktop
420share/kde4/services/kdevexternalscript.desktop 447share/kde4/services/kdevexternalscript.desktop
421share/kde4/services/kdevfilemanager.desktop 448share/kde4/services/kdevfilemanager.desktop
422share/kde4/services/kdevgenericmanager.desktop 449share/kde4/services/kdevgenericmanager.desktop
423share/kde4/services/kdevgit.desktop 450share/kde4/services/kdevgit.desktop
424share/kde4/services/kdevgrepview.desktop 451share/kde4/services/kdevgrepview.desktop
425share/kde4/services/kdevkonsoleview.desktop 452share/kde4/services/kdevkonsoleview.desktop
426share/kde4/services/kdevopenwith.desktop 453share/kde4/services/kdevopenwith.desktop
427share/kde4/services/kdevpastebin.desktop 454share/kde4/services/kdevpastebin.desktop
428share/kde4/services/kdevpatchreview.desktop 455share/kde4/services/kdevpatchreview.desktop
429share/kde4/services/kdevproblemreporter.desktop 456share/kde4/services/kdevproblemreporter.desktop
 457share/kde4/services/kdevprojectdashboard.desktop
430share/kde4/services/kdevprojectmanagerview.desktop 458share/kde4/services/kdevprojectmanagerview.desktop
431share/kde4/services/kdevquickopen.desktop 459share/kde4/services/kdevquickopen.desktop
432share/kde4/services/kdevreviewboard.desktop 460share/kde4/services/kdevreviewboard.desktop
433share/kde4/services/kdevsnippet.desktop 461share/kde4/services/kdevsnippet.desktop
434share/kde4/services/kdevstandardoutputview.desktop 462share/kde4/services/kdevstandardoutputview.desktop
435share/kde4/services/kdevsubversion.desktop 463share/kde4/services/kdevsubversion.desktop
 464share/kde4/services/kdevvcschangesview.desktop
436share/kde4/servicetypes/kdevelopplugin.desktop 465share/kde4/servicetypes/kdevelopplugin.desktop
 466share/locale/bs/LC_MESSAGES/kdevappwizard.mo
 467share/locale/bs/LC_MESSAGES/kdevclassbrowser.mo
 468share/locale/bs/LC_MESSAGES/kdevcodeutils.mo
 469share/locale/bs/LC_MESSAGES/kdevcontextbrowser.mo
 470share/locale/bs/LC_MESSAGES/kdevcvs.mo
 471share/locale/bs/LC_MESSAGES/kdevdocumentswitcher.mo
 472share/locale/bs/LC_MESSAGES/kdevdocumentview.mo
 473share/locale/bs/LC_MESSAGES/kdevexecute.mo
 474share/locale/bs/LC_MESSAGES/kdevexternalscript.mo
 475share/locale/bs/LC_MESSAGES/kdevfilemanager.mo
 476share/locale/bs/LC_MESSAGES/kdevgenericprojectmanager.mo
 477share/locale/bs/LC_MESSAGES/kdevgit.mo
 478share/locale/bs/LC_MESSAGES/kdevgrepview.mo
 479share/locale/bs/LC_MESSAGES/kdevkonsole.mo
 480share/locale/bs/LC_MESSAGES/kdevopenwith.mo
 481share/locale/bs/LC_MESSAGES/kdevpastebin.mo
 482share/locale/bs/LC_MESSAGES/kdevpatchreview.mo
 483share/locale/bs/LC_MESSAGES/kdevplatform.mo
 484share/locale/bs/LC_MESSAGES/kdevproblemreporter.mo
 485share/locale/bs/LC_MESSAGES/kdevprojectmanagerview.mo
 486share/locale/bs/LC_MESSAGES/kdevquickopen.mo
 487share/locale/bs/LC_MESSAGES/kdevreviewboard.mo
 488share/locale/bs/LC_MESSAGES/kdevsnippet.mo
 489share/locale/bs/LC_MESSAGES/kdevstandardoutputview.mo
 490share/locale/bs/LC_MESSAGES/kdevsubversion.mo
437share/locale/ca/LC_MESSAGES/kdevappwizard.mo 491share/locale/ca/LC_MESSAGES/kdevappwizard.mo
438share/locale/ca/LC_MESSAGES/kdevclassbrowser.mo 492share/locale/ca/LC_MESSAGES/kdevclassbrowser.mo
439share/locale/ca/LC_MESSAGES/kdevcodeutils.mo 493share/locale/ca/LC_MESSAGES/kdevcodeutils.mo
440share/locale/ca/LC_MESSAGES/kdevcontextbrowser.mo 494share/locale/ca/LC_MESSAGES/kdevcontextbrowser.mo
441share/locale/ca/LC_MESSAGES/kdevcvs.mo 495share/locale/ca/LC_MESSAGES/kdevcvs.mo
442share/locale/ca/LC_MESSAGES/kdevdocumentswitcher.mo 496share/locale/ca/LC_MESSAGES/kdevdocumentswitcher.mo
443share/locale/ca/LC_MESSAGES/kdevdocumentview.mo 497share/locale/ca/LC_MESSAGES/kdevdocumentview.mo
444share/locale/ca/LC_MESSAGES/kdevexecute.mo 498share/locale/ca/LC_MESSAGES/kdevexecute.mo
 499share/locale/ca/LC_MESSAGES/kdevexecutescript.mo
445share/locale/ca/LC_MESSAGES/kdevexternalscript.mo 500share/locale/ca/LC_MESSAGES/kdevexternalscript.mo
446share/locale/ca/LC_MESSAGES/kdevfilemanager.mo 501share/locale/ca/LC_MESSAGES/kdevfilemanager.mo
447share/locale/ca/LC_MESSAGES/kdevgenericprojectmanager.mo 502share/locale/ca/LC_MESSAGES/kdevgenericprojectmanager.mo
448share/locale/ca/LC_MESSAGES/kdevgit.mo 503share/locale/ca/LC_MESSAGES/kdevgit.mo
449share/locale/ca/LC_MESSAGES/kdevgrepview.mo 504share/locale/ca/LC_MESSAGES/kdevgrepview.mo
450share/locale/ca/LC_MESSAGES/kdevkonsole.mo 505share/locale/ca/LC_MESSAGES/kdevkonsole.mo
451share/locale/ca/LC_MESSAGES/kdevopenwith.mo 506share/locale/ca/LC_MESSAGES/kdevopenwith.mo
452share/locale/ca/LC_MESSAGES/kdevpastebin.mo 507share/locale/ca/LC_MESSAGES/kdevpastebin.mo
453share/locale/ca/LC_MESSAGES/kdevpatchreview.mo 508share/locale/ca/LC_MESSAGES/kdevpatchreview.mo
454share/locale/ca/LC_MESSAGES/kdevplatform.mo 509share/locale/ca/LC_MESSAGES/kdevplatform.mo
455share/locale/ca/LC_MESSAGES/kdevproblemreporter.mo 510share/locale/ca/LC_MESSAGES/kdevproblemreporter.mo
 511share/locale/ca/LC_MESSAGES/kdevprojectdashboard.mo
456share/locale/ca/LC_MESSAGES/kdevprojectmanagerview.mo 512share/locale/ca/LC_MESSAGES/kdevprojectmanagerview.mo
457share/locale/ca/LC_MESSAGES/kdevquickopen.mo 513share/locale/ca/LC_MESSAGES/kdevquickopen.mo
458share/locale/ca/LC_MESSAGES/kdevreviewboard.mo 514share/locale/ca/LC_MESSAGES/kdevreviewboard.mo
459share/locale/ca/LC_MESSAGES/kdevsnippet.mo 515share/locale/ca/LC_MESSAGES/kdevsnippet.mo
460share/locale/ca/LC_MESSAGES/kdevstandardoutputview.mo 516share/locale/ca/LC_MESSAGES/kdevstandardoutputview.mo
461share/locale/ca/LC_MESSAGES/kdevsubversion.mo 517share/locale/ca/LC_MESSAGES/kdevsubversion.mo
 518share/locale/ca/LC_MESSAGES/kdevvcsprojectintegration.mo
462share/locale/ca@valencia/LC_MESSAGES/kdevappwizard.mo 519share/locale/ca@valencia/LC_MESSAGES/kdevappwizard.mo
463share/locale/ca@valencia/LC_MESSAGES/kdevclassbrowser.mo 520share/locale/ca@valencia/LC_MESSAGES/kdevclassbrowser.mo
464share/locale/ca@valencia/LC_MESSAGES/kdevcodeutils.mo 521share/locale/ca@valencia/LC_MESSAGES/kdevcodeutils.mo
465share/locale/ca@valencia/LC_MESSAGES/kdevcontextbrowser.mo 522share/locale/ca@valencia/LC_MESSAGES/kdevcontextbrowser.mo
466share/locale/ca@valencia/LC_MESSAGES/kdevcvs.mo 523share/locale/ca@valencia/LC_MESSAGES/kdevcvs.mo
467share/locale/ca@valencia/LC_MESSAGES/kdevdocumentswitcher.mo 524share/locale/ca@valencia/LC_MESSAGES/kdevdocumentswitcher.mo
468share/locale/ca@valencia/LC_MESSAGES/kdevdocumentview.mo 525share/locale/ca@valencia/LC_MESSAGES/kdevdocumentview.mo
469share/locale/ca@valencia/LC_MESSAGES/kdevexecute.mo 526share/locale/ca@valencia/LC_MESSAGES/kdevexecute.mo
 527share/locale/ca@valencia/LC_MESSAGES/kdevexecutescript.mo
470share/locale/ca@valencia/LC_MESSAGES/kdevexternalscript.mo 528share/locale/ca@valencia/LC_MESSAGES/kdevexternalscript.mo
471share/locale/ca@valencia/LC_MESSAGES/kdevfilemanager.mo 529share/locale/ca@valencia/LC_MESSAGES/kdevfilemanager.mo
472share/locale/ca@valencia/LC_MESSAGES/kdevgenericprojectmanager.mo 530share/locale/ca@valencia/LC_MESSAGES/kdevgenericprojectmanager.mo
473share/locale/ca@valencia/LC_MESSAGES/kdevgit.mo 531share/locale/ca@valencia/LC_MESSAGES/kdevgit.mo
474share/locale/ca@valencia/LC_MESSAGES/kdevgrepview.mo 532share/locale/ca@valencia/LC_MESSAGES/kdevgrepview.mo
475share/locale/ca@valencia/LC_MESSAGES/kdevkonsole.mo 533share/locale/ca@valencia/LC_MESSAGES/kdevkonsole.mo
476share/locale/ca@valencia/LC_MESSAGES/kdevopenwith.mo 534share/locale/ca@valencia/LC_MESSAGES/kdevopenwith.mo
477share/locale/ca@valencia/LC_MESSAGES/kdevpastebin.mo 535share/locale/ca@valencia/LC_MESSAGES/kdevpastebin.mo
478share/locale/ca@valencia/LC_MESSAGES/kdevpatchreview.mo 536share/locale/ca@valencia/LC_MESSAGES/kdevpatchreview.mo
479share/locale/ca@valencia/LC_MESSAGES/kdevplatform.mo 537share/locale/ca@valencia/LC_MESSAGES/kdevplatform.mo
480share/locale/ca@valencia/LC_MESSAGES/kdevproblemreporter.mo 538share/locale/ca@valencia/LC_MESSAGES/kdevproblemreporter.mo
481share/locale/ca@valencia/LC_MESSAGES/kdevprojectmanagerview.mo 539share/locale/ca@valencia/LC_MESSAGES/kdevprojectmanagerview.mo
482share/locale/ca@valencia/LC_MESSAGES/kdevquickopen.mo 540share/locale/ca@valencia/LC_MESSAGES/kdevquickopen.mo
483share/locale/ca@valencia/LC_MESSAGES/kdevreviewboard.mo 541share/locale/ca@valencia/LC_MESSAGES/kdevreviewboard.mo
484share/locale/ca@valencia/LC_MESSAGES/kdevsnippet.mo 542share/locale/ca@valencia/LC_MESSAGES/kdevsnippet.mo
485share/locale/ca@valencia/LC_MESSAGES/kdevstandardoutputview.mo 543share/locale/ca@valencia/LC_MESSAGES/kdevstandardoutputview.mo
486share/locale/ca@valencia/LC_MESSAGES/kdevsubversion.mo 544share/locale/ca@valencia/LC_MESSAGES/kdevsubversion.mo
487share/locale/da/LC_MESSAGES/kdevappwizard.mo 545share/locale/da/LC_MESSAGES/kdevappwizard.mo
488share/locale/da/LC_MESSAGES/kdevclassbrowser.mo 546share/locale/da/LC_MESSAGES/kdevclassbrowser.mo
489share/locale/da/LC_MESSAGES/kdevcodeutils.mo 547share/locale/da/LC_MESSAGES/kdevcodeutils.mo
490share/locale/da/LC_MESSAGES/kdevcontextbrowser.mo 548share/locale/da/LC_MESSAGES/kdevcontextbrowser.mo
491share/locale/da/LC_MESSAGES/kdevcvs.mo 549share/locale/da/LC_MESSAGES/kdevcvs.mo
492share/locale/da/LC_MESSAGES/kdevdocumentswitcher.mo 550share/locale/da/LC_MESSAGES/kdevdocumentswitcher.mo
493share/locale/da/LC_MESSAGES/kdevdocumentview.mo 551share/locale/da/LC_MESSAGES/kdevdocumentview.mo
494share/locale/da/LC_MESSAGES/kdevexecute.mo 552share/locale/da/LC_MESSAGES/kdevexecute.mo
 553share/locale/da/LC_MESSAGES/kdevexecutescript.mo
495share/locale/da/LC_MESSAGES/kdevexternalscript.mo 554share/locale/da/LC_MESSAGES/kdevexternalscript.mo
496share/locale/da/LC_MESSAGES/kdevfilemanager.mo 555share/locale/da/LC_MESSAGES/kdevfilemanager.mo
497share/locale/da/LC_MESSAGES/kdevgenericprojectmanager.mo 556share/locale/da/LC_MESSAGES/kdevgenericprojectmanager.mo
498share/locale/da/LC_MESSAGES/kdevgit.mo 557share/locale/da/LC_MESSAGES/kdevgit.mo
499share/locale/da/LC_MESSAGES/kdevgrepview.mo 558share/locale/da/LC_MESSAGES/kdevgrepview.mo
500share/locale/da/LC_MESSAGES/kdevkonsole.mo 559share/locale/da/LC_MESSAGES/kdevkonsole.mo
501share/locale/da/LC_MESSAGES/kdevopenwith.mo 560share/locale/da/LC_MESSAGES/kdevopenwith.mo
502share/locale/da/LC_MESSAGES/kdevpastebin.mo 561share/locale/da/LC_MESSAGES/kdevpastebin.mo
503share/locale/da/LC_MESSAGES/kdevpatchreview.mo 562share/locale/da/LC_MESSAGES/kdevpatchreview.mo
504share/locale/da/LC_MESSAGES/kdevplatform.mo 563share/locale/da/LC_MESSAGES/kdevplatform.mo
505share/locale/da/LC_MESSAGES/kdevproblemreporter.mo 564share/locale/da/LC_MESSAGES/kdevproblemreporter.mo
 565share/locale/da/LC_MESSAGES/kdevprojectdashboard.mo
506share/locale/da/LC_MESSAGES/kdevprojectmanagerview.mo 566share/locale/da/LC_MESSAGES/kdevprojectmanagerview.mo
507share/locale/da/LC_MESSAGES/kdevquickopen.mo 567share/locale/da/LC_MESSAGES/kdevquickopen.mo
508share/locale/da/LC_MESSAGES/kdevreviewboard.mo 568share/locale/da/LC_MESSAGES/kdevreviewboard.mo
509share/locale/da/LC_MESSAGES/kdevsnippet.mo 569share/locale/da/LC_MESSAGES/kdevsnippet.mo
510share/locale/da/LC_MESSAGES/kdevstandardoutputview.mo 570share/locale/da/LC_MESSAGES/kdevstandardoutputview.mo
511share/locale/da/LC_MESSAGES/kdevsubversion.mo 571share/locale/da/LC_MESSAGES/kdevsubversion.mo
 572share/locale/da/LC_MESSAGES/kdevvcsprojectintegration.mo
512share/locale/de/LC_MESSAGES/kdevappwizard.mo 573share/locale/de/LC_MESSAGES/kdevappwizard.mo
513share/locale/de/LC_MESSAGES/kdevclassbrowser.mo 574share/locale/de/LC_MESSAGES/kdevclassbrowser.mo
514share/locale/de/LC_MESSAGES/kdevcodeutils.mo 575share/locale/de/LC_MESSAGES/kdevcodeutils.mo
515share/locale/de/LC_MESSAGES/kdevcontextbrowser.mo 576share/locale/de/LC_MESSAGES/kdevcontextbrowser.mo
516share/locale/de/LC_MESSAGES/kdevcvs.mo 577share/locale/de/LC_MESSAGES/kdevcvs.mo
517share/locale/de/LC_MESSAGES/kdevdocumentswitcher.mo 578share/locale/de/LC_MESSAGES/kdevdocumentswitcher.mo
518share/locale/de/LC_MESSAGES/kdevdocumentview.mo 579share/locale/de/LC_MESSAGES/kdevdocumentview.mo
519share/locale/de/LC_MESSAGES/kdevexecute.mo 580share/locale/de/LC_MESSAGES/kdevexecute.mo
 581share/locale/de/LC_MESSAGES/kdevexecutescript.mo
520share/locale/de/LC_MESSAGES/kdevexternalscript.mo 582share/locale/de/LC_MESSAGES/kdevexternalscript.mo
521share/locale/de/LC_MESSAGES/kdevfilemanager.mo 583share/locale/de/LC_MESSAGES/kdevfilemanager.mo
522share/locale/de/LC_MESSAGES/kdevgenericprojectmanager.mo 584share/locale/de/LC_MESSAGES/kdevgenericprojectmanager.mo
523share/locale/de/LC_MESSAGES/kdevgit.mo 585share/locale/de/LC_MESSAGES/kdevgit.mo
524share/locale/de/LC_MESSAGES/kdevgrepview.mo 586share/locale/de/LC_MESSAGES/kdevgrepview.mo
525share/locale/de/LC_MESSAGES/kdevkonsole.mo 587share/locale/de/LC_MESSAGES/kdevkonsole.mo
526share/locale/de/LC_MESSAGES/kdevopenwith.mo 588share/locale/de/LC_MESSAGES/kdevopenwith.mo
527share/locale/de/LC_MESSAGES/kdevpastebin.mo 589share/locale/de/LC_MESSAGES/kdevpastebin.mo
528share/locale/de/LC_MESSAGES/kdevpatchreview.mo 590share/locale/de/LC_MESSAGES/kdevpatchreview.mo
529share/locale/de/LC_MESSAGES/kdevplatform.mo 591share/locale/de/LC_MESSAGES/kdevplatform.mo
530share/locale/de/LC_MESSAGES/kdevproblemreporter.mo 592share/locale/de/LC_MESSAGES/kdevproblemreporter.mo
 593share/locale/de/LC_MESSAGES/kdevprojectdashboard.mo
531share/locale/de/LC_MESSAGES/kdevprojectmanagerview.mo 594share/locale/de/LC_MESSAGES/kdevprojectmanagerview.mo
532share/locale/de/LC_MESSAGES/kdevquickopen.mo 595share/locale/de/LC_MESSAGES/kdevquickopen.mo
533share/locale/de/LC_MESSAGES/kdevreviewboard.mo 596share/locale/de/LC_MESSAGES/kdevreviewboard.mo
534share/locale/de/LC_MESSAGES/kdevsnippet.mo 597share/locale/de/LC_MESSAGES/kdevsnippet.mo
535share/locale/de/LC_MESSAGES/kdevstandardoutputview.mo 598share/locale/de/LC_MESSAGES/kdevstandardoutputview.mo
536share/locale/de/LC_MESSAGES/kdevsubversion.mo 599share/locale/de/LC_MESSAGES/kdevsubversion.mo
 600share/locale/de/LC_MESSAGES/kdevvcsprojectintegration.mo
 601share/locale/el/LC_MESSAGES/kdevappwizard.mo
 602share/locale/el/LC_MESSAGES/kdevclassbrowser.mo
 603share/locale/el/LC_MESSAGES/kdevcodeutils.mo
 604share/locale/el/LC_MESSAGES/kdevcontextbrowser.mo
 605share/locale/el/LC_MESSAGES/kdevcvs.mo
 606share/locale/el/LC_MESSAGES/kdevdocumentswitcher.mo
 607share/locale/el/LC_MESSAGES/kdevdocumentview.mo
 608share/locale/el/LC_MESSAGES/kdevexecute.mo
 609share/locale/el/LC_MESSAGES/kdevexecutescript.mo
 610share/locale/el/LC_MESSAGES/kdevexternalscript.mo
 611share/locale/el/LC_MESSAGES/kdevfilemanager.mo
 612share/locale/el/LC_MESSAGES/kdevgenericprojectmanager.mo
 613share/locale/el/LC_MESSAGES/kdevgit.mo
 614share/locale/el/LC_MESSAGES/kdevgrepview.mo
 615share/locale/el/LC_MESSAGES/kdevkonsole.mo
 616share/locale/el/LC_MESSAGES/kdevopenwith.mo
 617share/locale/el/LC_MESSAGES/kdevpastebin.mo
 618share/locale/el/LC_MESSAGES/kdevpatchreview.mo
 619share/locale/el/LC_MESSAGES/kdevplatform.mo
 620share/locale/el/LC_MESSAGES/kdevproblemreporter.mo
 621share/locale/el/LC_MESSAGES/kdevprojectdashboard.mo
 622share/locale/el/LC_MESSAGES/kdevprojectmanagerview.mo
 623share/locale/el/LC_MESSAGES/kdevquickopen.mo
 624share/locale/el/LC_MESSAGES/kdevreviewboard.mo
 625share/locale/el/LC_MESSAGES/kdevsnippet.mo
 626share/locale/el/LC_MESSAGES/kdevstandardoutputview.mo
 627share/locale/el/LC_MESSAGES/kdevsubversion.mo
 628share/locale/el/LC_MESSAGES/kdevvcsprojectintegration.mo
537share/locale/en_GB/LC_MESSAGES/kdevappwizard.mo 629share/locale/en_GB/LC_MESSAGES/kdevappwizard.mo
538share/locale/en_GB/LC_MESSAGES/kdevclassbrowser.mo 630share/locale/en_GB/LC_MESSAGES/kdevclassbrowser.mo
539share/locale/en_GB/LC_MESSAGES/kdevcodeutils.mo 631share/locale/en_GB/LC_MESSAGES/kdevcodeutils.mo
540share/locale/en_GB/LC_MESSAGES/kdevcontextbrowser.mo 632share/locale/en_GB/LC_MESSAGES/kdevcontextbrowser.mo
541share/locale/en_GB/LC_MESSAGES/kdevcvs.mo 633share/locale/en_GB/LC_MESSAGES/kdevcvs.mo
542share/locale/en_GB/LC_MESSAGES/kdevdocumentswitcher.mo 634share/locale/en_GB/LC_MESSAGES/kdevdocumentswitcher.mo
543share/locale/en_GB/LC_MESSAGES/kdevdocumentview.mo 635share/locale/en_GB/LC_MESSAGES/kdevdocumentview.mo
544share/locale/en_GB/LC_MESSAGES/kdevexecute.mo 636share/locale/en_GB/LC_MESSAGES/kdevexecute.mo
 637share/locale/en_GB/LC_MESSAGES/kdevexecutescript.mo
545share/locale/en_GB/LC_MESSAGES/kdevexternalscript.mo 638share/locale/en_GB/LC_MESSAGES/kdevexternalscript.mo
546share/locale/en_GB/LC_MESSAGES/kdevfilemanager.mo 639share/locale/en_GB/LC_MESSAGES/kdevfilemanager.mo
547share/locale/en_GB/LC_MESSAGES/kdevgenericprojectmanager.mo 640share/locale/en_GB/LC_MESSAGES/kdevgenericprojectmanager.mo
548share/locale/en_GB/LC_MESSAGES/kdevgit.mo 641share/locale/en_GB/LC_MESSAGES/kdevgit.mo
549share/locale/en_GB/LC_MESSAGES/kdevgrepview.mo 642share/locale/en_GB/LC_MESSAGES/kdevgrepview.mo
550share/locale/en_GB/LC_MESSAGES/kdevkonsole.mo 643share/locale/en_GB/LC_MESSAGES/kdevkonsole.mo
551share/locale/en_GB/LC_MESSAGES/kdevopenwith.mo 644share/locale/en_GB/LC_MESSAGES/kdevopenwith.mo
552share/locale/en_GB/LC_MESSAGES/kdevpastebin.mo 645share/locale/en_GB/LC_MESSAGES/kdevpastebin.mo
553share/locale/en_GB/LC_MESSAGES/kdevpatchreview.mo 646share/locale/en_GB/LC_MESSAGES/kdevpatchreview.mo
554share/locale/en_GB/LC_MESSAGES/kdevplatform.mo 647share/locale/en_GB/LC_MESSAGES/kdevplatform.mo
555share/locale/en_GB/LC_MESSAGES/kdevproblemreporter.mo 648share/locale/en_GB/LC_MESSAGES/kdevproblemreporter.mo
556share/locale/en_GB/LC_MESSAGES/kdevprojectmanagerview.mo 649share/locale/en_GB/LC_MESSAGES/kdevprojectmanagerview.mo
557share/locale/en_GB/LC_MESSAGES/kdevquickopen.mo 650share/locale/en_GB/LC_MESSAGES/kdevquickopen.mo
558share/locale/en_GB/LC_MESSAGES/kdevreviewboard.mo 651share/locale/en_GB/LC_MESSAGES/kdevreviewboard.mo
559share/locale/en_GB/LC_MESSAGES/kdevsnippet.mo 652share/locale/en_GB/LC_MESSAGES/kdevsnippet.mo
560share/locale/en_GB/LC_MESSAGES/kdevstandardoutputview.mo 653share/locale/en_GB/LC_MESSAGES/kdevstandardoutputview.mo
561share/locale/en_GB/LC_MESSAGES/kdevsubversion.mo 654share/locale/en_GB/LC_MESSAGES/kdevsubversion.mo
562share/locale/es/LC_MESSAGES/kdevappwizard.mo 655share/locale/es/LC_MESSAGES/kdevappwizard.mo
563share/locale/es/LC_MESSAGES/kdevclassbrowser.mo 656share/locale/es/LC_MESSAGES/kdevclassbrowser.mo
564share/locale/es/LC_MESSAGES/kdevcodeutils.mo 657share/locale/es/LC_MESSAGES/kdevcodeutils.mo
565share/locale/es/LC_MESSAGES/kdevcontextbrowser.mo 658share/locale/es/LC_MESSAGES/kdevcontextbrowser.mo
566share/locale/es/LC_MESSAGES/kdevcvs.mo 659share/locale/es/LC_MESSAGES/kdevcvs.mo
567share/locale/es/LC_MESSAGES/kdevdocumentswitcher.mo 660share/locale/es/LC_MESSAGES/kdevdocumentswitcher.mo
568share/locale/es/LC_MESSAGES/kdevdocumentview.mo 661share/locale/es/LC_MESSAGES/kdevdocumentview.mo
569share/locale/es/LC_MESSAGES/kdevexecute.mo 662share/locale/es/LC_MESSAGES/kdevexecute.mo
 663share/locale/es/LC_MESSAGES/kdevexecutescript.mo
570share/locale/es/LC_MESSAGES/kdevexternalscript.mo 664share/locale/es/LC_MESSAGES/kdevexternalscript.mo
571share/locale/es/LC_MESSAGES/kdevfilemanager.mo 665share/locale/es/LC_MESSAGES/kdevfilemanager.mo
572share/locale/es/LC_MESSAGES/kdevgenericprojectmanager.mo 666share/locale/es/LC_MESSAGES/kdevgenericprojectmanager.mo
573share/locale/es/LC_MESSAGES/kdevgit.mo 667share/locale/es/LC_MESSAGES/kdevgit.mo
574share/locale/es/LC_MESSAGES/kdevgrepview.mo 668share/locale/es/LC_MESSAGES/kdevgrepview.mo
575share/locale/es/LC_MESSAGES/kdevkonsole.mo 669share/locale/es/LC_MESSAGES/kdevkonsole.mo
576share/locale/es/LC_MESSAGES/kdevopenwith.mo 670share/locale/es/LC_MESSAGES/kdevopenwith.mo
577share/locale/es/LC_MESSAGES/kdevpastebin.mo 671share/locale/es/LC_MESSAGES/kdevpastebin.mo
578share/locale/es/LC_MESSAGES/kdevpatchreview.mo 672share/locale/es/LC_MESSAGES/kdevpatchreview.mo
579share/locale/es/LC_MESSAGES/kdevplatform.mo 673share/locale/es/LC_MESSAGES/kdevplatform.mo
580share/locale/es/LC_MESSAGES/kdevproblemreporter.mo 674share/locale/es/LC_MESSAGES/kdevproblemreporter.mo
 675share/locale/es/LC_MESSAGES/kdevprojectdashboard.mo
581share/locale/es/LC_MESSAGES/kdevprojectmanagerview.mo 676share/locale/es/LC_MESSAGES/kdevprojectmanagerview.mo
582share/locale/es/LC_MESSAGES/kdevquickopen.mo 677share/locale/es/LC_MESSAGES/kdevquickopen.mo
583share/locale/es/LC_MESSAGES/kdevreviewboard.mo 678share/locale/es/LC_MESSAGES/kdevreviewboard.mo
584share/locale/es/LC_MESSAGES/kdevsnippet.mo 679share/locale/es/LC_MESSAGES/kdevsnippet.mo
585share/locale/es/LC_MESSAGES/kdevstandardoutputview.mo 680share/locale/es/LC_MESSAGES/kdevstandardoutputview.mo
586share/locale/es/LC_MESSAGES/kdevsubversion.mo 681share/locale/es/LC_MESSAGES/kdevsubversion.mo
 682share/locale/es/LC_MESSAGES/kdevvcsprojectintegration.mo
587share/locale/et/LC_MESSAGES/kdevappwizard.mo 683share/locale/et/LC_MESSAGES/kdevappwizard.mo
588share/locale/et/LC_MESSAGES/kdevclassbrowser.mo 684share/locale/et/LC_MESSAGES/kdevclassbrowser.mo
589share/locale/et/LC_MESSAGES/kdevcodeutils.mo 685share/locale/et/LC_MESSAGES/kdevcodeutils.mo
590share/locale/et/LC_MESSAGES/kdevcontextbrowser.mo 686share/locale/et/LC_MESSAGES/kdevcontextbrowser.mo
591share/locale/et/LC_MESSAGES/kdevcvs.mo 687share/locale/et/LC_MESSAGES/kdevcvs.mo
592share/locale/et/LC_MESSAGES/kdevdocumentswitcher.mo 688share/locale/et/LC_MESSAGES/kdevdocumentswitcher.mo
593share/locale/et/LC_MESSAGES/kdevdocumentview.mo 689share/locale/et/LC_MESSAGES/kdevdocumentview.mo
594share/locale/et/LC_MESSAGES/kdevexecute.mo 690share/locale/et/LC_MESSAGES/kdevexecute.mo
 691share/locale/et/LC_MESSAGES/kdevexecutescript.mo
595share/locale/et/LC_MESSAGES/kdevexternalscript.mo 692share/locale/et/LC_MESSAGES/kdevexternalscript.mo
596share/locale/et/LC_MESSAGES/kdevfilemanager.mo 693share/locale/et/LC_MESSAGES/kdevfilemanager.mo
597share/locale/et/LC_MESSAGES/kdevgenericprojectmanager.mo 694share/locale/et/LC_MESSAGES/kdevgenericprojectmanager.mo
598share/locale/et/LC_MESSAGES/kdevgit.mo 695share/locale/et/LC_MESSAGES/kdevgit.mo
599share/locale/et/LC_MESSAGES/kdevgrepview.mo 696share/locale/et/LC_MESSAGES/kdevgrepview.mo
600share/locale/et/LC_MESSAGES/kdevkonsole.mo 697share/locale/et/LC_MESSAGES/kdevkonsole.mo
601share/locale/et/LC_MESSAGES/kdevopenwith.mo 698share/locale/et/LC_MESSAGES/kdevopenwith.mo
602share/locale/et/LC_MESSAGES/kdevpastebin.mo 699share/locale/et/LC_MESSAGES/kdevpastebin.mo
603share/locale/et/LC_MESSAGES/kdevpatchreview.mo 700share/locale/et/LC_MESSAGES/kdevpatchreview.mo
604share/locale/et/LC_MESSAGES/kdevplatform.mo 701share/locale/et/LC_MESSAGES/kdevplatform.mo
605share/locale/et/LC_MESSAGES/kdevproblemreporter.mo 702share/locale/et/LC_MESSAGES/kdevproblemreporter.mo
 703share/locale/et/LC_MESSAGES/kdevprojectdashboard.mo
606share/locale/et/LC_MESSAGES/kdevprojectmanagerview.mo 704share/locale/et/LC_MESSAGES/kdevprojectmanagerview.mo
607share/locale/et/LC_MESSAGES/kdevquickopen.mo 705share/locale/et/LC_MESSAGES/kdevquickopen.mo
608share/locale/et/LC_MESSAGES/kdevreviewboard.mo 706share/locale/et/LC_MESSAGES/kdevreviewboard.mo
609share/locale/et/LC_MESSAGES/kdevsnippet.mo 707share/locale/et/LC_MESSAGES/kdevsnippet.mo
610share/locale/et/LC_MESSAGES/kdevstandardoutputview.mo 708share/locale/et/LC_MESSAGES/kdevstandardoutputview.mo
611share/locale/et/LC_MESSAGES/kdevsubversion.mo 709share/locale/et/LC_MESSAGES/kdevsubversion.mo
 710share/locale/et/LC_MESSAGES/kdevvcsprojectintegration.mo
 711share/locale/fi/LC_MESSAGES/kdevappwizard.mo
 712share/locale/fi/LC_MESSAGES/kdevclassbrowser.mo
 713share/locale/fi/LC_MESSAGES/kdevcodeutils.mo
 714share/locale/fi/LC_MESSAGES/kdevcontextbrowser.mo
 715share/locale/fi/LC_MESSAGES/kdevcvs.mo
 716share/locale/fi/LC_MESSAGES/kdevdocumentswitcher.mo
 717share/locale/fi/LC_MESSAGES/kdevdocumentview.mo
 718share/locale/fi/LC_MESSAGES/kdevexecute.mo
 719share/locale/fi/LC_MESSAGES/kdevexecutescript.mo
 720share/locale/fi/LC_MESSAGES/kdevexternalscript.mo
 721share/locale/fi/LC_MESSAGES/kdevfilemanager.mo
 722share/locale/fi/LC_MESSAGES/kdevgenericprojectmanager.mo
 723share/locale/fi/LC_MESSAGES/kdevgit.mo
 724share/locale/fi/LC_MESSAGES/kdevgrepview.mo
 725share/locale/fi/LC_MESSAGES/kdevkonsole.mo
 726share/locale/fi/LC_MESSAGES/kdevopenwith.mo
 727share/locale/fi/LC_MESSAGES/kdevpastebin.mo
 728share/locale/fi/LC_MESSAGES/kdevpatchreview.mo
 729share/locale/fi/LC_MESSAGES/kdevplatform.mo
 730share/locale/fi/LC_MESSAGES/kdevproblemreporter.mo
 731share/locale/fi/LC_MESSAGES/kdevprojectdashboard.mo
 732share/locale/fi/LC_MESSAGES/kdevprojectmanagerview.mo
 733share/locale/fi/LC_MESSAGES/kdevquickopen.mo
 734share/locale/fi/LC_MESSAGES/kdevreviewboard.mo
 735share/locale/fi/LC_MESSAGES/kdevsnippet.mo
 736share/locale/fi/LC_MESSAGES/kdevstandardoutputview.mo
 737share/locale/fi/LC_MESSAGES/kdevsubversion.mo
 738share/locale/fi/LC_MESSAGES/kdevvcsprojectintegration.mo
612share/locale/fr/LC_MESSAGES/kdevappwizard.mo 739share/locale/fr/LC_MESSAGES/kdevappwizard.mo
613share/locale/fr/LC_MESSAGES/kdevclassbrowser.mo 740share/locale/fr/LC_MESSAGES/kdevclassbrowser.mo
614share/locale/fr/LC_MESSAGES/kdevcodeutils.mo 741share/locale/fr/LC_MESSAGES/kdevcodeutils.mo
615share/locale/fr/LC_MESSAGES/kdevcontextbrowser.mo 742share/locale/fr/LC_MESSAGES/kdevcontextbrowser.mo
616share/locale/fr/LC_MESSAGES/kdevcvs.mo 743share/locale/fr/LC_MESSAGES/kdevcvs.mo
617share/locale/fr/LC_MESSAGES/kdevdocumentswitcher.mo 744share/locale/fr/LC_MESSAGES/kdevdocumentswitcher.mo
618share/locale/fr/LC_MESSAGES/kdevdocumentview.mo 745share/locale/fr/LC_MESSAGES/kdevdocumentview.mo
619share/locale/fr/LC_MESSAGES/kdevexecute.mo 746share/locale/fr/LC_MESSAGES/kdevexecute.mo
 747share/locale/fr/LC_MESSAGES/kdevexecutescript.mo
620share/locale/fr/LC_MESSAGES/kdevexternalscript.mo 748share/locale/fr/LC_MESSAGES/kdevexternalscript.mo
621share/locale/fr/LC_MESSAGES/kdevfilemanager.mo 749share/locale/fr/LC_MESSAGES/kdevfilemanager.mo
622share/locale/fr/LC_MESSAGES/kdevgenericprojectmanager.mo 750share/locale/fr/LC_MESSAGES/kdevgenericprojectmanager.mo
623share/locale/fr/LC_MESSAGES/kdevgit.mo 751share/locale/fr/LC_MESSAGES/kdevgit.mo
624share/locale/fr/LC_MESSAGES/kdevgrepview.mo 752share/locale/fr/LC_MESSAGES/kdevgrepview.mo
625share/locale/fr/LC_MESSAGES/kdevkonsole.mo 753share/locale/fr/LC_MESSAGES/kdevkonsole.mo
626share/locale/fr/LC_MESSAGES/kdevopenwith.mo 754share/locale/fr/LC_MESSAGES/kdevopenwith.mo
627share/locale/fr/LC_MESSAGES/kdevpastebin.mo 755share/locale/fr/LC_MESSAGES/kdevpastebin.mo
628share/locale/fr/LC_MESSAGES/kdevpatchreview.mo 756share/locale/fr/LC_MESSAGES/kdevpatchreview.mo
629share/locale/fr/LC_MESSAGES/kdevplatform.mo 757share/locale/fr/LC_MESSAGES/kdevplatform.mo
630share/locale/fr/LC_MESSAGES/kdevproblemreporter.mo 758share/locale/fr/LC_MESSAGES/kdevproblemreporter.mo
 759share/locale/fr/LC_MESSAGES/kdevprojectdashboard.mo
631share/locale/fr/LC_MESSAGES/kdevprojectmanagerview.mo 760share/locale/fr/LC_MESSAGES/kdevprojectmanagerview.mo
632share/locale/fr/LC_MESSAGES/kdevquickopen.mo 761share/locale/fr/LC_MESSAGES/kdevquickopen.mo
633share/locale/fr/LC_MESSAGES/kdevreviewboard.mo 762share/locale/fr/LC_MESSAGES/kdevreviewboard.mo
634share/locale/fr/LC_MESSAGES/kdevsnippet.mo 763share/locale/fr/LC_MESSAGES/kdevsnippet.mo
635share/locale/fr/LC_MESSAGES/kdevstandardoutputview.mo 764share/locale/fr/LC_MESSAGES/kdevstandardoutputview.mo
636share/locale/fr/LC_MESSAGES/kdevsubversion.mo 765share/locale/fr/LC_MESSAGES/kdevsubversion.mo
 766share/locale/fr/LC_MESSAGES/kdevvcsprojectintegration.mo
 767share/locale/gl/LC_MESSAGES/kdevappwizard.mo
 768share/locale/gl/LC_MESSAGES/kdevclassbrowser.mo
 769share/locale/gl/LC_MESSAGES/kdevcodeutils.mo
 770share/locale/gl/LC_MESSAGES/kdevcontextbrowser.mo
 771share/locale/gl/LC_MESSAGES/kdevcvs.mo
 772share/locale/gl/LC_MESSAGES/kdevdocumentswitcher.mo
 773share/locale/gl/LC_MESSAGES/kdevdocumentview.mo
 774share/locale/gl/LC_MESSAGES/kdevexecute.mo
 775share/locale/gl/LC_MESSAGES/kdevfilemanager.mo
 776share/locale/gl/LC_MESSAGES/kdevgenericprojectmanager.mo
 777share/locale/gl/LC_MESSAGES/kdevgit.mo
 778share/locale/gl/LC_MESSAGES/kdevgrepview.mo
 779share/locale/gl/LC_MESSAGES/kdevkonsole.mo
 780share/locale/gl/LC_MESSAGES/kdevopenwith.mo
 781share/locale/gl/LC_MESSAGES/kdevpastebin.mo
 782share/locale/gl/LC_MESSAGES/kdevpatchreview.mo
 783share/locale/gl/LC_MESSAGES/kdevplatform.mo
 784share/locale/gl/LC_MESSAGES/kdevproblemreporter.mo
 785share/locale/gl/LC_MESSAGES/kdevprojectdashboard.mo
 786share/locale/gl/LC_MESSAGES/kdevprojectmanagerview.mo
 787share/locale/gl/LC_MESSAGES/kdevquickopen.mo
 788share/locale/gl/LC_MESSAGES/kdevreviewboard.mo
 789share/locale/gl/LC_MESSAGES/kdevsnippet.mo
 790share/locale/gl/LC_MESSAGES/kdevstandardoutputview.mo
 791share/locale/gl/LC_MESSAGES/kdevsubversion.mo
 792share/locale/gl/LC_MESSAGES/kdevvcsprojectintegration.mo
637share/locale/it/LC_MESSAGES/kdevappwizard.mo 793share/locale/it/LC_MESSAGES/kdevappwizard.mo
638share/locale/it/LC_MESSAGES/kdevclassbrowser.mo 794share/locale/it/LC_MESSAGES/kdevclassbrowser.mo
639share/locale/it/LC_MESSAGES/kdevcodeutils.mo 795share/locale/it/LC_MESSAGES/kdevcodeutils.mo
640share/locale/it/LC_MESSAGES/kdevcontextbrowser.mo 796share/locale/it/LC_MESSAGES/kdevcontextbrowser.mo
641share/locale/it/LC_MESSAGES/kdevcvs.mo 797share/locale/it/LC_MESSAGES/kdevcvs.mo
642share/locale/it/LC_MESSAGES/kdevdocumentswitcher.mo 798share/locale/it/LC_MESSAGES/kdevdocumentswitcher.mo
643share/locale/it/LC_MESSAGES/kdevdocumentview.mo 799share/locale/it/LC_MESSAGES/kdevdocumentview.mo
644share/locale/it/LC_MESSAGES/kdevexecute.mo 800share/locale/it/LC_MESSAGES/kdevexecute.mo
 801share/locale/it/LC_MESSAGES/kdevexecutescript.mo
645share/locale/it/LC_MESSAGES/kdevexternalscript.mo 802share/locale/it/LC_MESSAGES/kdevexternalscript.mo
646share/locale/it/LC_MESSAGES/kdevfilemanager.mo 803share/locale/it/LC_MESSAGES/kdevfilemanager.mo
647share/locale/it/LC_MESSAGES/kdevgenericprojectmanager.mo 804share/locale/it/LC_MESSAGES/kdevgenericprojectmanager.mo
648share/locale/it/LC_MESSAGES/kdevgit.mo 805share/locale/it/LC_MESSAGES/kdevgit.mo
649share/locale/it/LC_MESSAGES/kdevgrepview.mo 806share/locale/it/LC_MESSAGES/kdevgrepview.mo
650share/locale/it/LC_MESSAGES/kdevkonsole.mo 807share/locale/it/LC_MESSAGES/kdevkonsole.mo
651share/locale/it/LC_MESSAGES/kdevopenwith.mo 808share/locale/it/LC_MESSAGES/kdevopenwith.mo
652share/locale/it/LC_MESSAGES/kdevpastebin.mo 809share/locale/it/LC_MESSAGES/kdevpastebin.mo
653share/locale/it/LC_MESSAGES/kdevpatchreview.mo 810share/locale/it/LC_MESSAGES/kdevpatchreview.mo
654share/locale/it/LC_MESSAGES/kdevplatform.mo 811share/locale/it/LC_MESSAGES/kdevplatform.mo
655share/locale/it/LC_MESSAGES/kdevproblemreporter.mo 812share/locale/it/LC_MESSAGES/kdevproblemreporter.mo
 813share/locale/it/LC_MESSAGES/kdevprojectdashboard.mo
656share/locale/it/LC_MESSAGES/kdevprojectmanagerview.mo 814share/locale/it/LC_MESSAGES/kdevprojectmanagerview.mo
657share/locale/it/LC_MESSAGES/kdevquickopen.mo 815share/locale/it/LC_MESSAGES/kdevquickopen.mo
658share/locale/it/LC_MESSAGES/kdevreviewboard.mo 816share/locale/it/LC_MESSAGES/kdevreviewboard.mo
659share/locale/it/LC_MESSAGES/kdevsnippet.mo 817share/locale/it/LC_MESSAGES/kdevsnippet.mo
660share/locale/it/LC_MESSAGES/kdevstandardoutputview.mo 818share/locale/it/LC_MESSAGES/kdevstandardoutputview.mo
661share/locale/it/LC_MESSAGES/kdevsubversion.mo 819share/locale/it/LC_MESSAGES/kdevsubversion.mo
 820share/locale/it/LC_MESSAGES/kdevvcsprojectintegration.mo
662share/locale/nb/LC_MESSAGES/kdevappwizard.mo 821share/locale/nb/LC_MESSAGES/kdevappwizard.mo
663share/locale/nb/LC_MESSAGES/kdevclassbrowser.mo 822share/locale/nb/LC_MESSAGES/kdevclassbrowser.mo
664share/locale/nb/LC_MESSAGES/kdevcodeutils.mo 823share/locale/nb/LC_MESSAGES/kdevcodeutils.mo
665share/locale/nb/LC_MESSAGES/kdevcontextbrowser.mo 824share/locale/nb/LC_MESSAGES/kdevcontextbrowser.mo
666share/locale/nb/LC_MESSAGES/kdevcvs.mo 825share/locale/nb/LC_MESSAGES/kdevcvs.mo
667share/locale/nb/LC_MESSAGES/kdevdocumentswitcher.mo 826share/locale/nb/LC_MESSAGES/kdevdocumentswitcher.mo
668share/locale/nb/LC_MESSAGES/kdevdocumentview.mo 827share/locale/nb/LC_MESSAGES/kdevdocumentview.mo
669share/locale/nb/LC_MESSAGES/kdevexecute.mo 828share/locale/nb/LC_MESSAGES/kdevexecute.mo
 829share/locale/nb/LC_MESSAGES/kdevexecutescript.mo
670share/locale/nb/LC_MESSAGES/kdevexternalscript.mo 830share/locale/nb/LC_MESSAGES/kdevexternalscript.mo
671share/locale/nb/LC_MESSAGES/kdevfilemanager.mo 831share/locale/nb/LC_MESSAGES/kdevfilemanager.mo
672share/locale/nb/LC_MESSAGES/kdevgenericprojectmanager.mo 832share/locale/nb/LC_MESSAGES/kdevgenericprojectmanager.mo
673share/locale/nb/LC_MESSAGES/kdevgit.mo 833share/locale/nb/LC_MESSAGES/kdevgit.mo
674share/locale/nb/LC_MESSAGES/kdevgrepview.mo 834share/locale/nb/LC_MESSAGES/kdevgrepview.mo
675share/locale/nb/LC_MESSAGES/kdevkonsole.mo 835share/locale/nb/LC_MESSAGES/kdevkonsole.mo
676share/locale/nb/LC_MESSAGES/kdevopenwith.mo 836share/locale/nb/LC_MESSAGES/kdevopenwith.mo
677share/locale/nb/LC_MESSAGES/kdevpastebin.mo 837share/locale/nb/LC_MESSAGES/kdevpastebin.mo
678share/locale/nb/LC_MESSAGES/kdevpatchreview.mo 838share/locale/nb/LC_MESSAGES/kdevpatchreview.mo
679share/locale/nb/LC_MESSAGES/kdevplatform.mo 839share/locale/nb/LC_MESSAGES/kdevplatform.mo
680share/locale/nb/LC_MESSAGES/kdevproblemreporter.mo 840share/locale/nb/LC_MESSAGES/kdevproblemreporter.mo
 841share/locale/nb/LC_MESSAGES/kdevprojectdashboard.mo
681share/locale/nb/LC_MESSAGES/kdevprojectmanagerview.mo 842share/locale/nb/LC_MESSAGES/kdevprojectmanagerview.mo
682share/locale/nb/LC_MESSAGES/kdevquickopen.mo 843share/locale/nb/LC_MESSAGES/kdevquickopen.mo
683share/locale/nb/LC_MESSAGES/kdevreviewboard.mo 844share/locale/nb/LC_MESSAGES/kdevreviewboard.mo
684share/locale/nb/LC_MESSAGES/kdevsnippet.mo 845share/locale/nb/LC_MESSAGES/kdevsnippet.mo
685share/locale/nb/LC_MESSAGES/kdevstandardoutputview.mo 846share/locale/nb/LC_MESSAGES/kdevstandardoutputview.mo
686share/locale/nb/LC_MESSAGES/kdevsubversion.mo 847share/locale/nb/LC_MESSAGES/kdevsubversion.mo
 848share/locale/nb/LC_MESSAGES/kdevvcsprojectintegration.mo
687share/locale/nds/LC_MESSAGES/kdevappwizard.mo 849share/locale/nds/LC_MESSAGES/kdevappwizard.mo
688share/locale/nds/LC_MESSAGES/kdevclassbrowser.mo 850share/locale/nds/LC_MESSAGES/kdevclassbrowser.mo
689share/locale/nds/LC_MESSAGES/kdevcodeutils.mo 851share/locale/nds/LC_MESSAGES/kdevcodeutils.mo
690share/locale/nds/LC_MESSAGES/kdevcontextbrowser.mo 852share/locale/nds/LC_MESSAGES/kdevcontextbrowser.mo
691share/locale/nds/LC_MESSAGES/kdevcvs.mo 853share/locale/nds/LC_MESSAGES/kdevcvs.mo
692share/locale/nds/LC_MESSAGES/kdevdocumentswitcher.mo 854share/locale/nds/LC_MESSAGES/kdevdocumentswitcher.mo
693share/locale/nds/LC_MESSAGES/kdevdocumentview.mo 855share/locale/nds/LC_MESSAGES/kdevdocumentview.mo
694share/locale/nds/LC_MESSAGES/kdevexecute.mo 856share/locale/nds/LC_MESSAGES/kdevexecute.mo
 857share/locale/nds/LC_MESSAGES/kdevexecutescript.mo
695share/locale/nds/LC_MESSAGES/kdevexternalscript.mo 858share/locale/nds/LC_MESSAGES/kdevexternalscript.mo
696share/locale/nds/LC_MESSAGES/kdevfilemanager.mo 859share/locale/nds/LC_MESSAGES/kdevfilemanager.mo
697share/locale/nds/LC_MESSAGES/kdevgenericprojectmanager.mo 860share/locale/nds/LC_MESSAGES/kdevgenericprojectmanager.mo
698share/locale/nds/LC_MESSAGES/kdevgit.mo 861share/locale/nds/LC_MESSAGES/kdevgit.mo
699share/locale/nds/LC_MESSAGES/kdevgrepview.mo 862share/locale/nds/LC_MESSAGES/kdevgrepview.mo
700share/locale/nds/LC_MESSAGES/kdevkonsole.mo 863share/locale/nds/LC_MESSAGES/kdevkonsole.mo
701share/locale/nds/LC_MESSAGES/kdevopenwith.mo 864share/locale/nds/LC_MESSAGES/kdevopenwith.mo
702share/locale/nds/LC_MESSAGES/kdevpastebin.mo 865share/locale/nds/LC_MESSAGES/kdevpastebin.mo
703share/locale/nds/LC_MESSAGES/kdevpatchreview.mo 866share/locale/nds/LC_MESSAGES/kdevpatchreview.mo
704share/locale/nds/LC_MESSAGES/kdevplatform.mo 867share/locale/nds/LC_MESSAGES/kdevplatform.mo
705share/locale/nds/LC_MESSAGES/kdevproblemreporter.mo 868share/locale/nds/LC_MESSAGES/kdevproblemreporter.mo
 869share/locale/nds/LC_MESSAGES/kdevprojectdashboard.mo
706share/locale/nds/LC_MESSAGES/kdevprojectmanagerview.mo 870share/locale/nds/LC_MESSAGES/kdevprojectmanagerview.mo
707share/locale/nds/LC_MESSAGES/kdevquickopen.mo 871share/locale/nds/LC_MESSAGES/kdevquickopen.mo
708share/locale/nds/LC_MESSAGES/kdevreviewboard.mo 872share/locale/nds/LC_MESSAGES/kdevreviewboard.mo
709share/locale/nds/LC_MESSAGES/kdevsnippet.mo 873share/locale/nds/LC_MESSAGES/kdevsnippet.mo
710share/locale/nds/LC_MESSAGES/kdevstandardoutputview.mo 874share/locale/nds/LC_MESSAGES/kdevstandardoutputview.mo
711share/locale/nds/LC_MESSAGES/kdevsubversion.mo 875share/locale/nds/LC_MESSAGES/kdevsubversion.mo
 876share/locale/nds/LC_MESSAGES/kdevvcsprojectintegration.mo
712share/locale/nl/LC_MESSAGES/kdevappwizard.mo 877share/locale/nl/LC_MESSAGES/kdevappwizard.mo
713share/locale/nl/LC_MESSAGES/kdevclassbrowser.mo 878share/locale/nl/LC_MESSAGES/kdevclassbrowser.mo
714share/locale/nl/LC_MESSAGES/kdevcodeutils.mo 879share/locale/nl/LC_MESSAGES/kdevcodeutils.mo
715share/locale/nl/LC_MESSAGES/kdevcontextbrowser.mo 880share/locale/nl/LC_MESSAGES/kdevcontextbrowser.mo
716share/locale/nl/LC_MESSAGES/kdevcvs.mo 881share/locale/nl/LC_MESSAGES/kdevcvs.mo
717share/locale/nl/LC_MESSAGES/kdevdocumentswitcher.mo 882share/locale/nl/LC_MESSAGES/kdevdocumentswitcher.mo
718share/locale/nl/LC_MESSAGES/kdevdocumentview.mo 883share/locale/nl/LC_MESSAGES/kdevdocumentview.mo
719share/locale/nl/LC_MESSAGES/kdevexecute.mo 884share/locale/nl/LC_MESSAGES/kdevexecute.mo
 885share/locale/nl/LC_MESSAGES/kdevexecutescript.mo
720share/locale/nl/LC_MESSAGES/kdevexternalscript.mo 886share/locale/nl/LC_MESSAGES/kdevexternalscript.mo
721share/locale/nl/LC_MESSAGES/kdevfilemanager.mo 887share/locale/nl/LC_MESSAGES/kdevfilemanager.mo
722share/locale/nl/LC_MESSAGES/kdevgenericprojectmanager.mo 888share/locale/nl/LC_MESSAGES/kdevgenericprojectmanager.mo
723share/locale/nl/LC_MESSAGES/kdevgit.mo 889share/locale/nl/LC_MESSAGES/kdevgit.mo
724share/locale/nl/LC_MESSAGES/kdevgrepview.mo 890share/locale/nl/LC_MESSAGES/kdevgrepview.mo
725share/locale/nl/LC_MESSAGES/kdevkonsole.mo 891share/locale/nl/LC_MESSAGES/kdevkonsole.mo
726share/locale/nl/LC_MESSAGES/kdevopenwith.mo 892share/locale/nl/LC_MESSAGES/kdevopenwith.mo
727share/locale/nl/LC_MESSAGES/kdevpastebin.mo 893share/locale/nl/LC_MESSAGES/kdevpastebin.mo
728share/locale/nl/LC_MESSAGES/kdevpatchreview.mo 894share/locale/nl/LC_MESSAGES/kdevpatchreview.mo
729share/locale/nl/LC_MESSAGES/kdevplatform.mo 895share/locale/nl/LC_MESSAGES/kdevplatform.mo
730share/locale/nl/LC_MESSAGES/kdevproblemreporter.mo 896share/locale/nl/LC_MESSAGES/kdevproblemreporter.mo
 897share/locale/nl/LC_MESSAGES/kdevprojectdashboard.mo
731share/locale/nl/LC_MESSAGES/kdevprojectmanagerview.mo 898share/locale/nl/LC_MESSAGES/kdevprojectmanagerview.mo
732share/locale/nl/LC_MESSAGES/kdevquickopen.mo 899share/locale/nl/LC_MESSAGES/kdevquickopen.mo
733share/locale/nl/LC_MESSAGES/kdevreviewboard.mo 900share/locale/nl/LC_MESSAGES/kdevreviewboard.mo
734share/locale/nl/LC_MESSAGES/kdevsnippet.mo 901share/locale/nl/LC_MESSAGES/kdevsnippet.mo
735share/locale/nl/LC_MESSAGES/kdevstandardoutputview.mo 902share/locale/nl/LC_MESSAGES/kdevstandardoutputview.mo
736share/locale/nl/LC_MESSAGES/kdevsubversion.mo 903share/locale/nl/LC_MESSAGES/kdevsubversion.mo
 904share/locale/nl/LC_MESSAGES/kdevvcsprojectintegration.mo
 905share/locale/pl/LC_MESSAGES/kdevappwizard.mo
 906share/locale/pl/LC_MESSAGES/kdevclassbrowser.mo
 907share/locale/pl/LC_MESSAGES/kdevcodeutils.mo
 908share/locale/pl/LC_MESSAGES/kdevcontextbrowser.mo
 909share/locale/pl/LC_MESSAGES/kdevcvs.mo
 910share/locale/pl/LC_MESSAGES/kdevdocumentswitcher.mo
 911share/locale/pl/LC_MESSAGES/kdevdocumentview.mo
 912share/locale/pl/LC_MESSAGES/kdevexecute.mo
 913share/locale/pl/LC_MESSAGES/kdevexecutescript.mo
 914share/locale/pl/LC_MESSAGES/kdevexternalscript.mo
 915share/locale/pl/LC_MESSAGES/kdevfilemanager.mo
 916share/locale/pl/LC_MESSAGES/kdevgenericprojectmanager.mo
 917share/locale/pl/LC_MESSAGES/kdevgit.mo
 918share/locale/pl/LC_MESSAGES/kdevgrepview.mo
 919share/locale/pl/LC_MESSAGES/kdevkonsole.mo
 920share/locale/pl/LC_MESSAGES/kdevopenwith.mo
 921share/locale/pl/LC_MESSAGES/kdevpastebin.mo
 922share/locale/pl/LC_MESSAGES/kdevpatchreview.mo
 923share/locale/pl/LC_MESSAGES/kdevplatform.mo
 924share/locale/pl/LC_MESSAGES/kdevproblemreporter.mo
 925share/locale/pl/LC_MESSAGES/kdevprojectdashboard.mo
 926share/locale/pl/LC_MESSAGES/kdevprojectmanagerview.mo
 927share/locale/pl/LC_MESSAGES/kdevquickopen.mo
 928share/locale/pl/LC_MESSAGES/kdevreviewboard.mo
 929share/locale/pl/LC_MESSAGES/kdevsnippet.mo
 930share/locale/pl/LC_MESSAGES/kdevstandardoutputview.mo
 931share/locale/pl/LC_MESSAGES/kdevsubversion.mo
 932share/locale/pl/LC_MESSAGES/kdevvcsprojectintegration.mo
737share/locale/pt/LC_MESSAGES/kdevappwizard.mo 933share/locale/pt/LC_MESSAGES/kdevappwizard.mo
738share/locale/pt/LC_MESSAGES/kdevclassbrowser.mo 934share/locale/pt/LC_MESSAGES/kdevclassbrowser.mo
739share/locale/pt/LC_MESSAGES/kdevcodeutils.mo 935share/locale/pt/LC_MESSAGES/kdevcodeutils.mo
740share/locale/pt/LC_MESSAGES/kdevcontextbrowser.mo 936share/locale/pt/LC_MESSAGES/kdevcontextbrowser.mo
741share/locale/pt/LC_MESSAGES/kdevcvs.mo 937share/locale/pt/LC_MESSAGES/kdevcvs.mo
742share/locale/pt/LC_MESSAGES/kdevdocumentswitcher.mo 938share/locale/pt/LC_MESSAGES/kdevdocumentswitcher.mo
743share/locale/pt/LC_MESSAGES/kdevdocumentview.mo 939share/locale/pt/LC_MESSAGES/kdevdocumentview.mo
744share/locale/pt/LC_MESSAGES/kdevexecute.mo 940share/locale/pt/LC_MESSAGES/kdevexecute.mo
 941share/locale/pt/LC_MESSAGES/kdevexecutescript.mo
745share/locale/pt/LC_MESSAGES/kdevexternalscript.mo 942share/locale/pt/LC_MESSAGES/kdevexternalscript.mo
746share/locale/pt/LC_MESSAGES/kdevfilemanager.mo 943share/locale/pt/LC_MESSAGES/kdevfilemanager.mo
747share/locale/pt/LC_MESSAGES/kdevgenericprojectmanager.mo 944share/locale/pt/LC_MESSAGES/kdevgenericprojectmanager.mo
748share/locale/pt/LC_MESSAGES/kdevgit.mo 945share/locale/pt/LC_MESSAGES/kdevgit.mo
749share/locale/pt/LC_MESSAGES/kdevgrepview.mo 946share/locale/pt/LC_MESSAGES/kdevgrepview.mo
750share/locale/pt/LC_MESSAGES/kdevkonsole.mo 947share/locale/pt/LC_MESSAGES/kdevkonsole.mo
751share/locale/pt/LC_MESSAGES/kdevopenwith.mo 948share/locale/pt/LC_MESSAGES/kdevopenwith.mo
752share/locale/pt/LC_MESSAGES/kdevpastebin.mo 949share/locale/pt/LC_MESSAGES/kdevpastebin.mo
753share/locale/pt/LC_MESSAGES/kdevpatchreview.mo 950share/locale/pt/LC_MESSAGES/kdevpatchreview.mo
754share/locale/pt/LC_MESSAGES/kdevplatform.mo 951share/locale/pt/LC_MESSAGES/kdevplatform.mo
755share/locale/pt/LC_MESSAGES/kdevproblemreporter.mo 952share/locale/pt/LC_MESSAGES/kdevproblemreporter.mo
 953share/locale/pt/LC_MESSAGES/kdevprojectdashboard.mo
756share/locale/pt/LC_MESSAGES/kdevprojectmanagerview.mo 954share/locale/pt/LC_MESSAGES/kdevprojectmanagerview.mo
757share/locale/pt/LC_MESSAGES/kdevquickopen.mo 955share/locale/pt/LC_MESSAGES/kdevquickopen.mo
758share/locale/pt/LC_MESSAGES/kdevreviewboard.mo 956share/locale/pt/LC_MESSAGES/kdevreviewboard.mo
759share/locale/pt/LC_MESSAGES/kdevsnippet.mo 957share/locale/pt/LC_MESSAGES/kdevsnippet.mo
760share/locale/pt/LC_MESSAGES/kdevstandardoutputview.mo 958share/locale/pt/LC_MESSAGES/kdevstandardoutputview.mo
761share/locale/pt/LC_MESSAGES/kdevsubversion.mo 959share/locale/pt/LC_MESSAGES/kdevsubversion.mo
 960share/locale/pt/LC_MESSAGES/kdevvcsprojectintegration.mo
762share/locale/pt_BR/LC_MESSAGES/kdevappwizard.mo 961share/locale/pt_BR/LC_MESSAGES/kdevappwizard.mo
763share/locale/pt_BR/LC_MESSAGES/kdevclassbrowser.mo 962share/locale/pt_BR/LC_MESSAGES/kdevclassbrowser.mo
764share/locale/pt_BR/LC_MESSAGES/kdevcodeutils.mo 963share/locale/pt_BR/LC_MESSAGES/kdevcodeutils.mo
765share/locale/pt_BR/LC_MESSAGES/kdevcontextbrowser.mo 964share/locale/pt_BR/LC_MESSAGES/kdevcontextbrowser.mo
766share/locale/pt_BR/LC_MESSAGES/kdevcvs.mo 965share/locale/pt_BR/LC_MESSAGES/kdevcvs.mo
767share/locale/pt_BR/LC_MESSAGES/kdevdocumentswitcher.mo 966share/locale/pt_BR/LC_MESSAGES/kdevdocumentswitcher.mo
768share/locale/pt_BR/LC_MESSAGES/kdevdocumentview.mo 967share/locale/pt_BR/LC_MESSAGES/kdevdocumentview.mo
769share/locale/pt_BR/LC_MESSAGES/kdevexecute.mo 968share/locale/pt_BR/LC_MESSAGES/kdevexecute.mo
 969share/locale/pt_BR/LC_MESSAGES/kdevexecutescript.mo
770share/locale/pt_BR/LC_MESSAGES/kdevexternalscript.mo 970share/locale/pt_BR/LC_MESSAGES/kdevexternalscript.mo
771share/locale/pt_BR/LC_MESSAGES/kdevfilemanager.mo 971share/locale/pt_BR/LC_MESSAGES/kdevfilemanager.mo
772share/locale/pt_BR/LC_MESSAGES/kdevgenericprojectmanager.mo 972share/locale/pt_BR/LC_MESSAGES/kdevgenericprojectmanager.mo
773share/locale/pt_BR/LC_MESSAGES/kdevgit.mo 973share/locale/pt_BR/LC_MESSAGES/kdevgit.mo
774share/locale/pt_BR/LC_MESSAGES/kdevgrepview.mo 974share/locale/pt_BR/LC_MESSAGES/kdevgrepview.mo
775share/locale/pt_BR/LC_MESSAGES/kdevkonsole.mo 975share/locale/pt_BR/LC_MESSAGES/kdevkonsole.mo
776share/locale/pt_BR/LC_MESSAGES/kdevopenwith.mo 976share/locale/pt_BR/LC_MESSAGES/kdevopenwith.mo
777share/locale/pt_BR/LC_MESSAGES/kdevpastebin.mo 977share/locale/pt_BR/LC_MESSAGES/kdevpastebin.mo
778share/locale/pt_BR/LC_MESSAGES/kdevpatchreview.mo 978share/locale/pt_BR/LC_MESSAGES/kdevpatchreview.mo
779share/locale/pt_BR/LC_MESSAGES/kdevplatform.mo 979share/locale/pt_BR/LC_MESSAGES/kdevplatform.mo
780share/locale/pt_BR/LC_MESSAGES/kdevproblemreporter.mo 980share/locale/pt_BR/LC_MESSAGES/kdevproblemreporter.mo
 981share/locale/pt_BR/LC_MESSAGES/kdevprojectdashboard.mo
781share/locale/pt_BR/LC_MESSAGES/kdevprojectmanagerview.mo 982share/locale/pt_BR/LC_MESSAGES/kdevprojectmanagerview.mo
782share/locale/pt_BR/LC_MESSAGES/kdevquickopen.mo 983share/locale/pt_BR/LC_MESSAGES/kdevquickopen.mo
783share/locale/pt_BR/LC_MESSAGES/kdevreviewboard.mo 984share/locale/pt_BR/LC_MESSAGES/kdevreviewboard.mo
784share/locale/pt_BR/LC_MESSAGES/kdevsnippet.mo 985share/locale/pt_BR/LC_MESSAGES/kdevsnippet.mo
785share/locale/pt_BR/LC_MESSAGES/kdevstandardoutputview.mo 986share/locale/pt_BR/LC_MESSAGES/kdevstandardoutputview.mo
786share/locale/pt_BR/LC_MESSAGES/kdevsubversion.mo 987share/locale/pt_BR/LC_MESSAGES/kdevsubversion.mo
787share/locale/ru/LC_MESSAGES/kdevappwizard.mo 988share/locale/pt_BR/LC_MESSAGES/kdevvcsprojectintegration.mo
788share/locale/ru/LC_MESSAGES/kdevclassbrowser.mo 
789share/locale/ru/LC_MESSAGES/kdevcodeutils.mo 
790share/locale/ru/LC_MESSAGES/kdevcontextbrowser.mo 
791share/locale/ru/LC_MESSAGES/kdevcvs.mo 
792share/locale/ru/LC_MESSAGES/kdevdocumentswitcher.mo 
793share/locale/ru/LC_MESSAGES/kdevdocumentview.mo 
794share/locale/ru/LC_MESSAGES/kdevexecute.mo 
795share/locale/ru/LC_MESSAGES/kdevexternalscript.mo 
796share/locale/ru/LC_MESSAGES/kdevfilemanager.mo 
797share/locale/ru/LC_MESSAGES/kdevgenericprojectmanager.mo 
798share/locale/ru/LC_MESSAGES/kdevgit.mo 
799share/locale/ru/LC_MESSAGES/kdevgrepview.mo 
800share/locale/ru/LC_MESSAGES/kdevkonsole.mo 
801share/locale/ru/LC_MESSAGES/kdevopenwith.mo 
802share/locale/ru/LC_MESSAGES/kdevpastebin.mo 
803share/locale/ru/LC_MESSAGES/kdevpatchreview.mo 
804share/locale/ru/LC_MESSAGES/kdevplatform.mo 
805share/locale/ru/LC_MESSAGES/kdevproblemreporter.mo 
806share/locale/ru/LC_MESSAGES/kdevprojectmanagerview.mo 
807share/locale/ru/LC_MESSAGES/kdevquickopen.mo 
808share/locale/ru/LC_MESSAGES/kdevreviewboard.mo 
809share/locale/ru/LC_MESSAGES/kdevsnippet.mo 
810share/locale/ru/LC_MESSAGES/kdevstandardoutputview.mo 
811share/locale/ru/LC_MESSAGES/kdevsubversion.mo 
812share/locale/sl/LC_MESSAGES/kdevclassbrowser.mo 989share/locale/sl/LC_MESSAGES/kdevclassbrowser.mo
813share/locale/sl/LC_MESSAGES/kdevdocumentswitcher.mo 990share/locale/sl/LC_MESSAGES/kdevdocumentswitcher.mo
814share/locale/sl/LC_MESSAGES/kdevplatform.mo 991share/locale/sl/LC_MESSAGES/kdevplatform.mo
815share/locale/sv/LC_MESSAGES/kdevappwizard.mo 992share/locale/sv/LC_MESSAGES/kdevappwizard.mo
816share/locale/sv/LC_MESSAGES/kdevclassbrowser.mo 993share/locale/sv/LC_MESSAGES/kdevclassbrowser.mo
817share/locale/sv/LC_MESSAGES/kdevcodeutils.mo 994share/locale/sv/LC_MESSAGES/kdevcodeutils.mo
818share/locale/sv/LC_MESSAGES/kdevcontextbrowser.mo 995share/locale/sv/LC_MESSAGES/kdevcontextbrowser.mo
819share/locale/sv/LC_MESSAGES/kdevcvs.mo 996share/locale/sv/LC_MESSAGES/kdevcvs.mo
820share/locale/sv/LC_MESSAGES/kdevdocumentswitcher.mo 997share/locale/sv/LC_MESSAGES/kdevdocumentswitcher.mo
821share/locale/sv/LC_MESSAGES/kdevdocumentview.mo 998share/locale/sv/LC_MESSAGES/kdevdocumentview.mo
822share/locale/sv/LC_MESSAGES/kdevexecute.mo 999share/locale/sv/LC_MESSAGES/kdevexecute.mo
 1000share/locale/sv/LC_MESSAGES/kdevexecutescript.mo
823share/locale/sv/LC_MESSAGES/kdevexternalscript.mo 1001share/locale/sv/LC_MESSAGES/kdevexternalscript.mo
824share/locale/sv/LC_MESSAGES/kdevfilemanager.mo 1002share/locale/sv/LC_MESSAGES/kdevfilemanager.mo
825share/locale/sv/LC_MESSAGES/kdevgenericprojectmanager.mo 1003share/locale/sv/LC_MESSAGES/kdevgenericprojectmanager.mo
826share/locale/sv/LC_MESSAGES/kdevgit.mo 1004share/locale/sv/LC_MESSAGES/kdevgit.mo
827share/locale/sv/LC_MESSAGES/kdevgrepview.mo 1005share/locale/sv/LC_MESSAGES/kdevgrepview.mo
828share/locale/sv/LC_MESSAGES/kdevkonsole.mo 1006share/locale/sv/LC_MESSAGES/kdevkonsole.mo
829share/locale/sv/LC_MESSAGES/kdevopenwith.mo 1007share/locale/sv/LC_MESSAGES/kdevopenwith.mo
830share/locale/sv/LC_MESSAGES/kdevpastebin.mo 1008share/locale/sv/LC_MESSAGES/kdevpastebin.mo
831share/locale/sv/LC_MESSAGES/kdevpatchreview.mo 1009share/locale/sv/LC_MESSAGES/kdevpatchreview.mo
832share/locale/sv/LC_MESSAGES/kdevplatform.mo 1010share/locale/sv/LC_MESSAGES/kdevplatform.mo
833share/locale/sv/LC_MESSAGES/kdevproblemreporter.mo 1011share/locale/sv/LC_MESSAGES/kdevproblemreporter.mo
 1012share/locale/sv/LC_MESSAGES/kdevprojectdashboard.mo
834share/locale/sv/LC_MESSAGES/kdevprojectmanagerview.mo 1013share/locale/sv/LC_MESSAGES/kdevprojectmanagerview.mo
835share/locale/sv/LC_MESSAGES/kdevquickopen.mo 1014share/locale/sv/LC_MESSAGES/kdevquickopen.mo
836share/locale/sv/LC_MESSAGES/kdevreviewboard.mo 1015share/locale/sv/LC_MESSAGES/kdevreviewboard.mo
837share/locale/sv/LC_MESSAGES/kdevsnippet.mo 1016share/locale/sv/LC_MESSAGES/kdevsnippet.mo
838share/locale/sv/LC_MESSAGES/kdevstandardoutputview.mo 1017share/locale/sv/LC_MESSAGES/kdevstandardoutputview.mo
839share/locale/sv/LC_MESSAGES/kdevsubversion.mo 1018share/locale/sv/LC_MESSAGES/kdevsubversion.mo
 1019share/locale/sv/LC_MESSAGES/kdevvcsprojectintegration.mo
840share/locale/th/LC_MESSAGES/kdevappwizard.mo 1020share/locale/th/LC_MESSAGES/kdevappwizard.mo
841share/locale/th/LC_MESSAGES/kdevgenericprojectmanager.mo 1021share/locale/th/LC_MESSAGES/kdevgenericprojectmanager.mo
842share/locale/th/LC_MESSAGES/kdevkonsole.mo 1022share/locale/th/LC_MESSAGES/kdevkonsole.mo
843share/locale/th/LC_MESSAGES/kdevstandardoutputview.mo 1023share/locale/th/LC_MESSAGES/kdevstandardoutputview.mo
844share/locale/uk/LC_MESSAGES/kdevappwizard.mo 1024share/locale/uk/LC_MESSAGES/kdevappwizard.mo
845share/locale/uk/LC_MESSAGES/kdevclassbrowser.mo 1025share/locale/uk/LC_MESSAGES/kdevclassbrowser.mo
846share/locale/uk/LC_MESSAGES/kdevcodeutils.mo 1026share/locale/uk/LC_MESSAGES/kdevcodeutils.mo
847share/locale/uk/LC_MESSAGES/kdevcontextbrowser.mo 1027share/locale/uk/LC_MESSAGES/kdevcontextbrowser.mo
848share/locale/uk/LC_MESSAGES/kdevcvs.mo 1028share/locale/uk/LC_MESSAGES/kdevcvs.mo
849share/locale/uk/LC_MESSAGES/kdevdocumentswitcher.mo 1029share/locale/uk/LC_MESSAGES/kdevdocumentswitcher.mo
850share/locale/uk/LC_MESSAGES/kdevdocumentview.mo 1030share/locale/uk/LC_MESSAGES/kdevdocumentview.mo
851share/locale/uk/LC_MESSAGES/kdevexecute.mo 1031share/locale/uk/LC_MESSAGES/kdevexecute.mo
 1032share/locale/uk/LC_MESSAGES/kdevexecutescript.mo
852share/locale/uk/LC_MESSAGES/kdevexternalscript.mo 1033share/locale/uk/LC_MESSAGES/kdevexternalscript.mo
853share/locale/uk/LC_MESSAGES/kdevfilemanager.mo 1034share/locale/uk/LC_MESSAGES/kdevfilemanager.mo
854share/locale/uk/LC_MESSAGES/kdevgenericprojectmanager.mo 1035share/locale/uk/LC_MESSAGES/kdevgenericprojectmanager.mo
855share/locale/uk/LC_MESSAGES/kdevgit.mo 1036share/locale/uk/LC_MESSAGES/kdevgit.mo
856share/locale/uk/LC_MESSAGES/kdevgrepview.mo 1037share/locale/uk/LC_MESSAGES/kdevgrepview.mo
857share/locale/uk/LC_MESSAGES/kdevkonsole.mo 1038share/locale/uk/LC_MESSAGES/kdevkonsole.mo
858share/locale/uk/LC_MESSAGES/kdevopenwith.mo 1039share/locale/uk/LC_MESSAGES/kdevopenwith.mo
859share/locale/uk/LC_MESSAGES/kdevpastebin.mo 1040share/locale/uk/LC_MESSAGES/kdevpastebin.mo
860share/locale/uk/LC_MESSAGES/kdevpatchreview.mo 1041share/locale/uk/LC_MESSAGES/kdevpatchreview.mo
861share/locale/uk/LC_MESSAGES/kdevplatform.mo 1042share/locale/uk/LC_MESSAGES/kdevplatform.mo
862share/locale/uk/LC_MESSAGES/kdevproblemreporter.mo 1043share/locale/uk/LC_MESSAGES/kdevproblemreporter.mo
 1044share/locale/uk/LC_MESSAGES/kdevprojectdashboard.mo
863share/locale/uk/LC_MESSAGES/kdevprojectmanagerview.mo 1045share/locale/uk/LC_MESSAGES/kdevprojectmanagerview.mo
864share/locale/uk/LC_MESSAGES/kdevquickopen.mo 1046share/locale/uk/LC_MESSAGES/kdevquickopen.mo
865share/locale/uk/LC_MESSAGES/kdevreviewboard.mo 1047share/locale/uk/LC_MESSAGES/kdevreviewboard.mo
866share/locale/uk/LC_MESSAGES/kdevsnippet.mo 1048share/locale/uk/LC_MESSAGES/kdevsnippet.mo
867share/locale/uk/LC_MESSAGES/kdevstandardoutputview.mo 1049share/locale/uk/LC_MESSAGES/kdevstandardoutputview.mo
868share/locale/uk/LC_MESSAGES/kdevsubversion.mo 1050share/locale/uk/LC_MESSAGES/kdevsubversion.mo
 1051share/locale/uk/LC_MESSAGES/kdevvcsprojectintegration.mo
869share/locale/zh_CN/LC_MESSAGES/kdevappwizard.mo 1052share/locale/zh_CN/LC_MESSAGES/kdevappwizard.mo
870share/locale/zh_CN/LC_MESSAGES/kdevclassbrowser.mo 1053share/locale/zh_CN/LC_MESSAGES/kdevclassbrowser.mo
871share/locale/zh_CN/LC_MESSAGES/kdevcodeutils.mo 1054share/locale/zh_CN/LC_MESSAGES/kdevcodeutils.mo
872share/locale/zh_CN/LC_MESSAGES/kdevcontextbrowser.mo 1055share/locale/zh_CN/LC_MESSAGES/kdevcontextbrowser.mo
873share/locale/zh_CN/LC_MESSAGES/kdevcvs.mo 1056share/locale/zh_CN/LC_MESSAGES/kdevcvs.mo
874share/locale/zh_CN/LC_MESSAGES/kdevdocumentswitcher.mo 1057share/locale/zh_CN/LC_MESSAGES/kdevdocumentswitcher.mo
875share/locale/zh_CN/LC_MESSAGES/kdevdocumentview.mo 1058share/locale/zh_CN/LC_MESSAGES/kdevdocumentview.mo
876share/locale/zh_CN/LC_MESSAGES/kdevexecute.mo 1059share/locale/zh_CN/LC_MESSAGES/kdevexecute.mo
 1060share/locale/zh_CN/LC_MESSAGES/kdevexecutescript.mo
877share/locale/zh_CN/LC_MESSAGES/kdevexternalscript.mo 1061share/locale/zh_CN/LC_MESSAGES/kdevexternalscript.mo
878share/locale/zh_CN/LC_MESSAGES/kdevfilemanager.mo 1062share/locale/zh_CN/LC_MESSAGES/kdevfilemanager.mo
879share/locale/zh_CN/LC_MESSAGES/kdevgenericprojectmanager.mo 1063share/locale/zh_CN/LC_MESSAGES/kdevgenericprojectmanager.mo
880share/locale/zh_CN/LC_MESSAGES/kdevgit.mo 1064share/locale/zh_CN/LC_MESSAGES/kdevgit.mo
881share/locale/zh_CN/LC_MESSAGES/kdevgrepview.mo 1065share/locale/zh_CN/LC_MESSAGES/kdevgrepview.mo
882share/locale/zh_CN/LC_MESSAGES/kdevkonsole.mo 1066share/locale/zh_CN/LC_MESSAGES/kdevkonsole.mo
883share/locale/zh_CN/LC_MESSAGES/kdevopenwith.mo 1067share/locale/zh_CN/LC_MESSAGES/kdevopenwith.mo
884share/locale/zh_CN/LC_MESSAGES/kdevpastebin.mo 1068share/locale/zh_CN/LC_MESSAGES/kdevpastebin.mo
885share/locale/zh_CN/LC_MESSAGES/kdevpatchreview.mo 1069share/locale/zh_CN/LC_MESSAGES/kdevpatchreview.mo
886share/locale/zh_CN/LC_MESSAGES/kdevplatform.mo 1070share/locale/zh_CN/LC_MESSAGES/kdevplatform.mo
887share/locale/zh_CN/LC_MESSAGES/kdevproblemreporter.mo 1071share/locale/zh_CN/LC_MESSAGES/kdevproblemreporter.mo
 1072share/locale/zh_CN/LC_MESSAGES/kdevprojectdashboard.mo
888share/locale/zh_CN/LC_MESSAGES/kdevprojectmanagerview.mo 1073share/locale/zh_CN/LC_MESSAGES/kdevprojectmanagerview.mo
889share/locale/zh_CN/LC_MESSAGES/kdevquickopen.mo 1074share/locale/zh_CN/LC_MESSAGES/kdevquickopen.mo
890share/locale/zh_CN/LC_MESSAGES/kdevreviewboard.mo 1075share/locale/zh_CN/LC_MESSAGES/kdevreviewboard.mo
891share/locale/zh_CN/LC_MESSAGES/kdevsnippet.mo 1076share/locale/zh_CN/LC_MESSAGES/kdevsnippet.mo
892share/locale/zh_CN/LC_MESSAGES/kdevstandardoutputview.mo 1077share/locale/zh_CN/LC_MESSAGES/kdevstandardoutputview.mo
893share/locale/zh_CN/LC_MESSAGES/kdevsubversion.mo 1078share/locale/zh_CN/LC_MESSAGES/kdevsubversion.mo
 1079share/locale/zh_CN/LC_MESSAGES/kdevvcsprojectintegration.mo
894share/locale/zh_TW/LC_MESSAGES/kdevappwizard.mo 1080share/locale/zh_TW/LC_MESSAGES/kdevappwizard.mo
895share/locale/zh_TW/LC_MESSAGES/kdevclassbrowser.mo 1081share/locale/zh_TW/LC_MESSAGES/kdevclassbrowser.mo
896share/locale/zh_TW/LC_MESSAGES/kdevcodeutils.mo 1082share/locale/zh_TW/LC_MESSAGES/kdevcodeutils.mo
897share/locale/zh_TW/LC_MESSAGES/kdevcontextbrowser.mo 1083share/locale/zh_TW/LC_MESSAGES/kdevcontextbrowser.mo
898share/locale/zh_TW/LC_MESSAGES/kdevcvs.mo 1084share/locale/zh_TW/LC_MESSAGES/kdevcvs.mo
899share/locale/zh_TW/LC_MESSAGES/kdevdocumentswitcher.mo 1085share/locale/zh_TW/LC_MESSAGES/kdevdocumentswitcher.mo
900share/locale/zh_TW/LC_MESSAGES/kdevdocumentview.mo 1086share/locale/zh_TW/LC_MESSAGES/kdevdocumentview.mo
901share/locale/zh_TW/LC_MESSAGES/kdevexecute.mo 1087share/locale/zh_TW/LC_MESSAGES/kdevexecute.mo
 1088share/locale/zh_TW/LC_MESSAGES/kdevexecutescript.mo
902share/locale/zh_TW/LC_MESSAGES/kdevexternalscript.mo 1089share/locale/zh_TW/LC_MESSAGES/kdevexternalscript.mo
903share/locale/zh_TW/LC_MESSAGES/kdevfilemanager.mo 1090share/locale/zh_TW/LC_MESSAGES/kdevfilemanager.mo
904share/locale/zh_TW/LC_MESSAGES/kdevgenericprojectmanager.mo 1091share/locale/zh_TW/LC_MESSAGES/kdevgenericprojectmanager.mo
905share/locale/zh_TW/LC_MESSAGES/kdevgit.mo 1092share/locale/zh_TW/LC_MESSAGES/kdevgit.mo
906share/locale/zh_TW/LC_MESSAGES/kdevgrepview.mo 1093share/locale/zh_TW/LC_MESSAGES/kdevgrepview.mo
907share/locale/zh_TW/LC_MESSAGES/kdevkonsole.mo 1094share/locale/zh_TW/LC_MESSAGES/kdevkonsole.mo
908share/locale/zh_TW/LC_MESSAGES/kdevopenwith.mo 1095share/locale/zh_TW/LC_MESSAGES/kdevopenwith.mo
909share/locale/zh_TW/LC_MESSAGES/kdevpastebin.mo 1096share/locale/zh_TW/LC_MESSAGES/kdevpastebin.mo
910share/locale/zh_TW/LC_MESSAGES/kdevpatchreview.mo 1097share/locale/zh_TW/LC_MESSAGES/kdevpatchreview.mo
911share/locale/zh_TW/LC_MESSAGES/kdevplatform.mo 1098share/locale/zh_TW/LC_MESSAGES/kdevplatform.mo
912share/locale/zh_TW/LC_MESSAGES/kdevproblemreporter.mo 1099share/locale/zh_TW/LC_MESSAGES/kdevproblemreporter.mo
 1100share/locale/zh_TW/LC_MESSAGES/kdevprojectdashboard.mo
913share/locale/zh_TW/LC_MESSAGES/kdevprojectmanagerview.mo 1101share/locale/zh_TW/LC_MESSAGES/kdevprojectmanagerview.mo
914share/locale/zh_TW/LC_MESSAGES/kdevquickopen.mo 1102share/locale/zh_TW/LC_MESSAGES/kdevquickopen.mo
915share/locale/zh_TW/LC_MESSAGES/kdevreviewboard.mo 1103share/locale/zh_TW/LC_MESSAGES/kdevreviewboard.mo
916share/locale/zh_TW/LC_MESSAGES/kdevsnippet.mo 1104share/locale/zh_TW/LC_MESSAGES/kdevsnippet.mo
917share/locale/zh_TW/LC_MESSAGES/kdevstandardoutputview.mo 1105share/locale/zh_TW/LC_MESSAGES/kdevstandardoutputview.mo
918share/locale/zh_TW/LC_MESSAGES/kdevsubversion.mo 1106share/locale/zh_TW/LC_MESSAGES/kdevsubversion.mo
 1107share/locale/zh_TW/LC_MESSAGES/kdevvcsprojectintegration.mo

cvs diff -r1.4 -r1.5 pkgsrc/devel/kdevplatform/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/kdevplatform/distinfo 2012/03/20 10:48:53 1.4
+++ pkgsrc/devel/kdevplatform/distinfo 2012/11/23 20:37:13 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/03/20 10:48:53 markd Exp $ 1$NetBSD: distinfo,v 1.5 2012/11/23 20:37:13 markd Exp $
2 2
3SHA1 (kdevplatform-1.2.3.tar.bz2) = c8badd157c2477b1b299403d01d40f68a1ba14cd 3SHA1 (kdevplatform-1.4.1.tar.bz2) = 48f2b40256e96aa015fa40978d5a9a93056fba75
4RMD160 (kdevplatform-1.2.3.tar.bz2) = 04d8b57c53f384bb86cf5a3abc214d37e5b3cf8b 4RMD160 (kdevplatform-1.4.1.tar.bz2) = 2726503031278ee0da8357cfa3796edb4625c398
5Size (kdevplatform-1.2.3.tar.bz2) = 1751819 bytes 5Size (kdevplatform-1.4.1.tar.bz2) = 2029442 bytes