Index: head/devel/kdesdk/Makefile =================================================================== --- head/devel/kdesdk/Makefile (revision 500168) +++ head/devel/kdesdk/Makefile (revision 500169) @@ -1,72 +1,66 @@ # $FreeBSD$ PORTNAME= kdesdk DISTVERSION= ${KDE_APPLICATIONS_VERSION}$ CATEGORIES= devel kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE Software Development Kit USES= kde:5 metaport qt:5 USE_QT= # OPTIONS_DEFINE= CERVISIA \ DEVUTILS \ DEVSCRIPTS \ DOLPHIN \ KAPPTEMPLATE \ KATE \ KCACHEGRIND \ KOMPARE \ LOKALIZE \ OKTETA \ POXML \ THUMBNAILER \ UMBRELLO -# Remove dolphin from the default list, as it conflicts with the metaport qt:5 x11/kde4 -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDOLPHIN} - CERVISIA_DESC= CVS frontend CERVISIA_RUN_DEPENDS= cervisia>=${KDE_APPLICATIONS_VERSION}:devel/cervisia DEVUTILS_DESC= KDE development utilities DEVUTILS_RUN_DEPENDS= kde-dev-utils>=${KDE_APPLICATIONS_VERSION}:devel/kde-dev-utils DEVSCRIPTS_DESC= KDE development scripts DEVSCRIPTS_RUN_DEPENDS= kde-dev-scripts>=${KDE_APPLICATIONS_VERSION}:devel/kde-dev-scripts DOLPHIN_DESC= Plugins for Dolphin file manager DOLPHIN_RUN_DEPENDS= dolphin-plugins>=${KDE_APPLICATIONS_VERSION}:devel/dolphin-plugins KAPPTEMPLATE_DESC= Template generator KAPPTEMPLATE_RUN_DEPENDS= kapptemplate>=${KDE_APPLICATIONS_VERSION}:devel/kapptemplate KATE_DESC= KDE advanced text editor KATE_USE= KDE=kate_run KCACHEGRIND_DESC= Profiler frontend KCACHEGRIND_RUN_DEPENDS= kcachegrind>=${KDE_APPLICATIONS_VERSION}:devel/kcachegrind KOMPARE_DESC= Diff/Patch frontend KOMPARE_RUN_DEPENDS= kompare>=${KDE_APPLICATIONS_VERSION}:textproc/kompare LOKALIZE_DESC= Computer-aided translation system LOKALIZE_RUN_DEPENDS= lokalize>=${KDE_APPLICATIONS_VERSION}:devel/lokalize OKTETA_DESC= Hex editor -# As to not get an old kde4 version of okteta, depend on at least 17.12.3. -# This will change once okteta is released outside of applications. Maybe -# it should also be dropped from this meta port entirely. -OKTETA_RUN_DEPENDS= okteta>=17.12.3:devel/okteta +OKTETA_RUN_DEPENDS= okteta>=0.26:devel/okteta POXML_DESC= Tools to translate DocBook XML using gettext POXML_RUN_DEPENDS= poxml>=${KDE_APPLICATIONS_VERSION}:devel/poxml THUMBNAILER_DESC= Thumbnail generator for gettext po files THUMBNAILER_RUN_DEPENDS= kdesdk-thumbnailers>=${KDE_APPLICATIONS_VERSION}:devel/kdesdk-thumbnailers UMBRELLO_DESC= UML modeller UMBRELLO_RUN_DEPENDS= umbrello>=${KDE_APPLICATIONS_VERSION}:devel/umbrello .include Index: head/devel/kdevelop/Makefile =================================================================== --- head/devel/kdevelop/Makefile (revision 500168) +++ head/devel/kdevelop/Makefile (revision 500169) @@ -1,54 +1,54 @@ # $FreeBSD$ PORTNAME= kdevelop DISTVERSION= 5.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel kde MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src DIST_SUBDIR= KDE/kdevelop MAINTAINER= kde@FreeBSD.org COMMENT= Plugin extensible IDE for KDE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt \ llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} -LIB_DEPENDS= libkasten3controllers.so:devel/okteta \ +LIB_DEPENDS= libKasten4Controllers.so:devel/okteta \ libapr-1.so:devel/apr1 \ libsvn_client-1.so:devel/subversion \ libboost_thread.so:devel/boost-libs \ libkomparediff2.so:textproc/libkomparediff2 RUN_DEPENDS= gmake:devel/gmake \ llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} USES= cmake compiler:c++11-lib desktop-file-utils \ gettext grantlee:5 kde:5 qt:5 shared-mime-info shebangfix tar:xz USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ coreaddons crash guiaddons emoticons i18n iconthemes init \ itemmodels itemviews jobwidgets kcmutils kdeclarative \ kio libksysguard newstuff notifications \ notifyconfig package parts plasma-framework \ runner service solid sonnet texteditor textwidgets threadweaver \ widgetsaddons windowsystem xmlgui USE_QT= concurrent core dbus declarative gui help network \ script sql widgets xml buildtools_build qmake_build CONFLICTS= kdevelop-kde4-4* kdevelop-4* kdevplatform-kde4-4* kdevplatform-4* SHEBANG_FILES= kdevplatform/util/kdevplatform_shell_environment.sh \ kdevplatform/util/.zshrc CMAKE_ARGS= -DCMAKE_POLICY_DEFAULT_CMP0074=NEW -DLLVM_ROOT=${LOCALBASE}/llvm${LLVM_DEFAULT} OPTIONS_DEFINE= WEBENGINE WEBENGINE_DESC= Use WebEngine as help reader WEBENGINE_USES= qt:5 WEBENGINE_USE= QT=location,webchannel,webengine WEBENGINE_USE_OFF= QT=webkit WEBENGINE_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets:BOOL=TRUE SHEBANG_LANG= zsh zsh_OLD_CMD= /bin/zsh zsh_CMD= ${LOCALBASE}/bin/zsh .include Index: head/devel/okteta/Makefile =================================================================== --- head/devel/okteta/Makefile (revision 500168) +++ head/devel/okteta/Makefile (revision 500169) @@ -1,27 +1,26 @@ # $FreeBSD$ PORTNAME= okteta -DISTVERSION= 0.25.5 -PORTREVISION= 2 +DISTVERSION= 0.26.1 PORTEPOCH= 1 CATEGORIES= devel kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src MAINTAINER= kde@FreeBSD.org COMMENT= KDE hex editor LIB_DEPENDS= libqca-qt5.so:devel/qca USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \ shared-mime-info tar:xz USE_KDE= attica auth bookmarks codecs completion crash \ config configwidgets coreaddons dbusaddons doctools \ ecm i18n iconthemes itemviews jobwidgets kcmutils kio \ newstuff parts service solid sonnet textwidgets \ widgetsaddons xmlgui USE_QT= concurrent core dbus declarative designer gui network printsupport \ script scripttools widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes .include Index: head/devel/okteta/distinfo =================================================================== --- head/devel/okteta/distinfo (revision 500168) +++ head/devel/okteta/distinfo (revision 500169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546683714 -SHA256 (okteta-0.25.5.tar.xz) = e9193ab0832551943ce26ee7bf97bf19397b76c94d4bff0cfaba9a6149870099 -SIZE (okteta-0.25.5.tar.xz) = 953492 +TIMESTAMP = 1556268832 +SHA256 (okteta-0.26.1.tar.xz) = a4c4ee823b225c8bbffed366d9ca73f7951534d4ba1bcb671cd5f743ba1a18af +SIZE (okteta-0.26.1.tar.xz) = 970532 Index: head/devel/okteta/pkg-plist =================================================================== --- head/devel/okteta/pkg-plist (revision 500168) +++ head/devel/okteta/pkg-plist (revision 500169) @@ -1,916 +1,869 @@ bin/okteta bin/struct2osd etc/xdg/okteta-structures.knsrc -include/Kasten/AbstractConnectJob -include/Kasten/AbstractController -include/Kasten/AbstractDocument -include/Kasten/AbstractDocumentFactory -include/Kasten/AbstractDocumentStrategy -include/Kasten/AbstractExportJob -include/Kasten/AbstractFileSystemConnectJob -include/Kasten/AbstractFileSystemExportJob -include/Kasten/AbstractFileSystemLoadJob -include/Kasten/AbstractFileSystemSyncFromRemoteJob -include/Kasten/AbstractFileSystemSyncToRemoteJob -include/Kasten/AbstractFileSystemSyncWithRemoteJob -include/Kasten/AbstractGroupedViews -include/Kasten/AbstractLinePopup -include/Kasten/AbstractLoadJob -include/Kasten/AbstractModel -include/Kasten/AbstractModelDataGenerator -include/Kasten/AbstractModelDataGeneratorConfigEditor -include/Kasten/AbstractModelDataGeneratorConfigEditorFactory -include/Kasten/AbstractModelExporter -include/Kasten/AbstractModelExporterConfigEditor -include/Kasten/AbstractModelExporterConfigEditorFactory -include/Kasten/AbstractModelFileSystemSynchronizer -include/Kasten/AbstractModelSelection -include/Kasten/AbstractModelStreamEncoder -include/Kasten/AbstractModelStreamEncoderConfigEditor -include/Kasten/AbstractModelStreamEncoderConfigEditorFactory -include/Kasten/AbstractModelSynchronizer -include/Kasten/AbstractModelSynchronizerFactory -include/Kasten/AbstractOverwriteDialog -include/Kasten/AbstractSaveDiscardDialog -include/Kasten/AbstractSelectionView -include/Kasten/AbstractSyncFromRemoteJob -include/Kasten/AbstractSyncToRemoteJob -include/Kasten/AbstractSyncWithRemoteJob -include/Kasten/AbstractTool -include/Kasten/AbstractToolFactory -include/Kasten/AbstractToolInlineView -include/Kasten/AbstractToolView -include/Kasten/AbstractToolViewFactory -include/Kasten/AbstractToolWidget -include/Kasten/AbstractView -include/Kasten/AbstractViewArea -include/Kasten/AbstractViewFactory -include/Kasten/AbstractXmlGuiController -include/Kasten/ClipboardController -include/Kasten/CloseController -include/Kasten/CopyAsController -include/Kasten/CreatorController -include/Kasten/DataSelectable -include/Kasten/DialogHandler -include/Kasten/DocumentCreateManager -include/Kasten/DocumentManager -include/Kasten/DocumentSyncManager -include/Kasten/DocumentVersionData -include/Kasten/DocumentVersionId -include/Kasten/DocumentsTool -include/Kasten/DocumentsToolView -include/Kasten/DummyView -include/Kasten/ExportController -include/Kasten/FileSystemBrowserTool -include/Kasten/FileSystemBrowserToolView -include/Kasten/FullScreenController -include/Kasten/InsertController -include/Kasten/JobManager -include/Kasten/KastenCore -include/Kasten/KastenGui -include/Kasten/LoaderController -include/Kasten/ModelCodecManager -include/Kasten/ModelCodecViewManager -include/Kasten/ModelDataGenerateThread -include/Kasten/ModelEncoderFileSystemExportJob -include/Kasten/ModelEncoderFileSystemExporter -include/Kasten/ModelEncoderFileSystemExporterConfigEditor -include/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory -include/Kasten/ModelStreamEncodeThread -include/Kasten/ModifiedBarController -include/Kasten/MultiDocumentStrategy -include/Kasten/MultiViewAreas -include/Kasten/Okteta/AbstractByteArrayStreamEncoder -include/Kasten/Okteta/AddressComboBox -include/Kasten/Okteta/AddressValidator -include/Kasten/Okteta/BookmarksController -include/Kasten/Okteta/BookmarksTool -include/Kasten/Okteta/BookmarksToolFactory -include/Kasten/Okteta/BookmarksToolView -include/Kasten/Okteta/BookmarksToolViewFactory -include/Kasten/Okteta/ByteArrayComboBox -include/Kasten/Okteta/ByteArrayDataGeneratorConfigEditorFactoryFactory -include/Kasten/Okteta/ByteArrayDataGeneratorFactory -include/Kasten/Okteta/ByteArrayDocument -include/Kasten/Okteta/ByteArrayDocumentFactory -include/Kasten/Okteta/ByteArrayRawFileSynchronizer -include/Kasten/Okteta/ByteArrayRawFileSynchronizerFactory -include/Kasten/Okteta/ByteArraySelection -include/Kasten/Okteta/ByteArrayStreamEncoderConfigEditorFactoryFactory -include/Kasten/Okteta/ByteArrayStreamEncoderFactory -include/Kasten/Okteta/ByteArrayView -include/Kasten/Okteta/ByteArrayViewFactory -include/Kasten/Okteta/ByteArrayViewProfile -include/Kasten/Okteta/ByteArrayViewProfileLock -include/Kasten/Okteta/ByteArrayViewProfileManager -include/Kasten/Okteta/ByteArrayViewProfileSynchronizer -include/Kasten/Okteta/ByteTableTool -include/Kasten/Okteta/ByteTableToolFactory -include/Kasten/Okteta/ByteTableToolView -include/Kasten/Okteta/ByteTableToolViewFactory -include/Kasten/Okteta/CharsetConversionTool -include/Kasten/Okteta/CharsetConversionToolFactory -include/Kasten/Okteta/CharsetConversionToolView -include/Kasten/Okteta/CharsetConversionToolViewFactory -include/Kasten/Okteta/ChecksumTool -include/Kasten/Okteta/ChecksumToolFactory -include/Kasten/Okteta/ChecksumToolView -include/Kasten/Okteta/ChecksumToolViewFactory -include/Kasten/Okteta/ContainedString -include/Kasten/Okteta/DocumentInfoTool -include/Kasten/Okteta/DocumentInfoToolView -include/Kasten/Okteta/FilterTool -include/Kasten/Okteta/FilterToolFactory -include/Kasten/Okteta/FilterToolView -include/Kasten/Okteta/FilterToolViewFactory -include/Kasten/Okteta/GotoOffsetController -include/Kasten/Okteta/InfoTool -include/Kasten/Okteta/InfoToolFactory -include/Kasten/Okteta/InfoToolView -include/Kasten/Okteta/InfoToolViewFactory -include/Kasten/Okteta/KFindDirection -include/Kasten/Okteta/OktetaKastenGui -include/Kasten/Okteta/OverwriteModeController -include/Kasten/Okteta/PODData -include/Kasten/Okteta/PODDecoderTool -include/Kasten/Okteta/PODDecoderToolFactory -include/Kasten/Okteta/PODDecoderToolView -include/Kasten/Okteta/PODDecoderToolViewFactory -include/Kasten/Okteta/PrintController -include/Kasten/Okteta/ReplaceController -include/Kasten/Okteta/ReplaceUserQueryable -include/Kasten/Okteta/SearchController -include/Kasten/Okteta/SearchUserQueryable -include/Kasten/Okteta/SelectRangeController -include/Kasten/Okteta/StringsExtractTool -include/Kasten/Okteta/StringsExtractToolFactory -include/Kasten/Okteta/StringsExtractToolView -include/Kasten/Okteta/StringsExtractToolViewFactory -include/Kasten/Okteta/StructToolView -include/Kasten/Okteta/StructuresToolFactory -include/Kasten/Okteta/StructuresToolViewFactory -include/Kasten/Okteta/ViewConfigController -include/Kasten/Okteta/ViewModeController -include/Kasten/Okteta/ViewProfileController -include/Kasten/Okteta/ViewProfilesManageController -include/Kasten/Okteta/ViewStatusController -include/Kasten/Person -include/Kasten/QuitController -include/Kasten/ReadOnlyBarController -include/Kasten/ReadOnlyController -include/Kasten/SelectController -include/Kasten/SelectedDataWriteable -include/Kasten/SetRemoteController -include/Kasten/ShellWindow -include/Kasten/SingleDocumentStrategy -include/Kasten/SingleViewArea -include/Kasten/SingleViewWindow -include/Kasten/StatusBar -include/Kasten/StatusBarLayout -include/Kasten/SwitchViewController -include/Kasten/SynchronizeController -include/Kasten/TabbedViews -include/Kasten/TerminalTool -include/Kasten/TerminalToolView -include/Kasten/ToggleButton -include/Kasten/ToolInlineViewWidget -include/Kasten/ToolInlineViewable -include/Kasten/ToolListMenuController -include/Kasten/ToolViewDockWidget -include/Kasten/UserListable -include/Kasten/VersionController -include/Kasten/VersionViewTool -include/Kasten/VersionViewToolView -include/Kasten/Versionable -include/Kasten/ViewAreaBox -include/Kasten/ViewAreaSplitController -include/Kasten/ViewAreaSplitable -include/Kasten/ViewBox -include/Kasten/ViewListMenuController -include/Kasten/ViewManager -include/Kasten/WidgetsDockable -include/Kasten/ZoomBarController -include/Kasten/ZoomController -include/Kasten/Zoomable -include/Okteta/AbstractByteArrayColumnRenderer -include/Okteta/AbstractByteArrayModel -include/Okteta/AbstractByteArrayView -include/Okteta/AbstractColumnRenderer -include/Okteta/AbstractColumnStylist -include/Okteta/Address -include/Okteta/AddressRange -include/Okteta/ArrayChangeMetrics -include/Okteta/ArrayChangeMetricsList -include/Okteta/Bookmark -include/Okteta/Bookmarkable -include/Okteta/BookmarksConstIterator -include/Okteta/BookmarksConstIteratorAdapter -include/Okteta/BorderColumnRenderer -include/Okteta/Byte -include/Okteta/ByteArrayChange -include/Okteta/ByteArrayColumnView -include/Okteta/ByteArrayModel -include/Okteta/ByteArrayRowColumnRenderer -include/Okteta/ByteArrayRowView -include/Okteta/ByteArrayTableLayout -include/Okteta/ByteArrayTableRanges -include/Okteta/ChangeHistory -include/Okteta/ChangesDescribable -include/Okteta/CharByteArrayColumnRenderer -include/Okteta/CharCodec -include/Okteta/Character -include/Okteta/ColumnsView -include/Okteta/Coord -include/Okteta/CoordRange -include/Okteta/CoordRangeList -include/Okteta/KAdds -include/Okteta/Line -include/Okteta/LinePosition -include/Okteta/LinePositionRange -include/Okteta/LineRange -include/Okteta/NumberRange -include/Okteta/OffsetColumnRenderer -include/Okteta/OffsetFormat -include/Okteta/OktetaCore -include/Okteta/OktetaGui -include/Okteta/PieceTableByteArrayModel -include/Okteta/Range -include/Okteta/Selection -include/Okteta/Size -include/Okteta/ValueByteArrayColumnRenderer -include/Okteta/ValueCodec -include/Okteta/Versionable -include/Okteta/WidgetColumnStylist -include/Okteta/WordByteArrayService -include/kasten/abstractconnectjob.h -include/kasten/abstractcontroller.h -include/kasten/abstractdocument.h -include/kasten/abstractdocumentfactory.h -include/kasten/abstractdocumentstrategy.h -include/kasten/abstractexportjob.h -include/kasten/abstractfilesystemconnectjob.h -include/kasten/abstractfilesystemexportjob.h -include/kasten/abstractfilesystemloadjob.h -include/kasten/abstractfilesystemsyncfromremotejob.h -include/kasten/abstractfilesystemsynctoremotejob.h -include/kasten/abstractfilesystemsyncwithremotejob.h -include/kasten/abstractgroupedviews.h -include/kasten/abstractlinepopup.h -include/kasten/abstractloadjob.h -include/kasten/abstractmodel.h -include/kasten/abstractmodeldatagenerator.h -include/kasten/abstractmodeldatageneratorconfigeditor.h -include/kasten/abstractmodeldatageneratorconfigeditorfactory.h -include/kasten/abstractmodelexporter.h -include/kasten/abstractmodelexporterconfigeditor.h -include/kasten/abstractmodelexporterconfigeditorfactory.h -include/kasten/abstractmodelfilesystemsynchronizer.h -include/kasten/abstractmodelselection.h -include/kasten/abstractmodelstreamencoder.h -include/kasten/abstractmodelstreamencoderconfigeditor.h -include/kasten/abstractmodelstreamencoderconfigeditorfactory.h -include/kasten/abstractmodelsynchronizer.h -include/kasten/abstractmodelsynchronizerfactory.h -include/kasten/abstractoverwritedialog.h -include/kasten/abstractsavediscarddialog.h -include/kasten/abstractselectionview.h -include/kasten/abstractsyncfromremotejob.h -include/kasten/abstractsynctoremotejob.h -include/kasten/abstractsyncwithremotejob.h -include/kasten/abstracttool.h -include/kasten/abstracttoolfactory.h -include/kasten/abstracttoolinlineview.h -include/kasten/abstracttoolview.h -include/kasten/abstracttoolviewfactory.h -include/kasten/abstracttoolwidget.h -include/kasten/abstractview.h -include/kasten/abstractviewarea.h -include/kasten/abstractviewfactory.h -include/kasten/abstractxmlguicontroller.h -include/kasten/clipboardcontroller.h -include/kasten/closecontroller.h -include/kasten/copyascontroller.h -include/kasten/creatorcontroller.h -include/kasten/dataselectable.h -include/kasten/dialoghandler.h -include/kasten/documentcreatemanager.h -include/kasten/documentmanager.h -include/kasten/documentstool.h -include/kasten/documentstoolview.h -include/kasten/documentsyncmanager.h -include/kasten/documentversiondata.h -include/kasten/documentversionid.h -include/kasten/dummyview.h -include/kasten/exportcontroller.h -include/kasten/filesystembrowsertool.h -include/kasten/filesystembrowsertoolview.h -include/kasten/fullscreencontroller.h -include/kasten/insertcontroller.h -include/kasten/jobmanager.h -include/kasten/kastencontrollers_export.h -include/kasten/kastencore.h -include/kasten/kastencore_export.h -include/kasten/kastengui.h -include/kasten/kastengui_export.h -include/kasten/loadercontroller.h -include/kasten/modelcodecmanager.h -include/kasten/modelcodecviewmanager.h -include/kasten/modeldatageneratethread.h -include/kasten/modelencoderfilesystemexporter.h -include/kasten/modelencoderfilesystemexporterconfigeditor.h -include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h -include/kasten/modelencoderfilesystemexportjob.h -include/kasten/modelstreamencodethread.h -include/kasten/modifiedbarcontroller.h -include/kasten/multidocumentstrategy.h -include/kasten/multiviewareas.h -include/kasten/okteta/abstractbytearraystreamencoder.h -include/kasten/okteta/addresscombobox.h -include/kasten/okteta/addressvalidator.h -include/kasten/okteta/bookmarkscontroller.h -include/kasten/okteta/bookmarkstool.h -include/kasten/okteta/bookmarkstoolfactory.h -include/kasten/okteta/bookmarkstoolview.h -include/kasten/okteta/bookmarkstoolviewfactory.h -include/kasten/okteta/bytearraycombobox.h -include/kasten/okteta/bytearraydatageneratorconfigeditorfactoryfactory.h -include/kasten/okteta/bytearraydatageneratorfactory.h -include/kasten/okteta/bytearraydocument.h -include/kasten/okteta/bytearraydocumentfactory.h -include/kasten/okteta/bytearrayrawfilesynchronizer.h -include/kasten/okteta/bytearrayrawfilesynchronizerfactory.h -include/kasten/okteta/bytearrayselection.h -include/kasten/okteta/bytearraystreamencoderconfigeditorfactoryfactory.h -include/kasten/okteta/bytearraystreamencoderfactory.h -include/kasten/okteta/bytearrayview.h -include/kasten/okteta/bytearrayviewfactory.h -include/kasten/okteta/bytearrayviewprofile.h -include/kasten/okteta/bytearrayviewprofilelock.h -include/kasten/okteta/bytearrayviewprofilemanager.h -include/kasten/okteta/bytearrayviewprofilesynchronizer.h -include/kasten/okteta/bytetabletool.h -include/kasten/okteta/bytetabletoolfactory.h -include/kasten/okteta/bytetabletoolview.h -include/kasten/okteta/bytetabletoolviewfactory.h -include/kasten/okteta/charsetconversiontool.h -include/kasten/okteta/charsetconversiontoolfactory.h -include/kasten/okteta/charsetconversiontoolview.h -include/kasten/okteta/charsetconversiontoolviewfactory.h -include/kasten/okteta/checksumtool.h -include/kasten/okteta/checksumtoolfactory.h -include/kasten/okteta/checksumtoolview.h -include/kasten/okteta/checksumtoolviewfactory.h -include/kasten/okteta/config-qca2.h -include/kasten/okteta/containedstring.h -include/kasten/okteta/documentinfotool.h -include/kasten/okteta/documentinfotoolview.h -include/kasten/okteta/filtertool.h -include/kasten/okteta/filtertoolfactory.h -include/kasten/okteta/filtertoolview.h -include/kasten/okteta/filtertoolviewfactory.h -include/kasten/okteta/gotooffsetcontroller.h -include/kasten/okteta/infotool.h -include/kasten/okteta/infotoolfactory.h -include/kasten/okteta/infotoolview.h -include/kasten/okteta/infotoolviewfactory.h -include/kasten/okteta/kfinddirection.h -include/kasten/okteta/oktetakastencontrollers_export.h -include/kasten/okteta/oktetakastencore_export.h -include/kasten/okteta/oktetakastengui.h -include/kasten/okteta/oktetakastengui_export.h -include/kasten/okteta/overwritemodecontroller.h -include/kasten/okteta/poddata.h -include/kasten/okteta/poddecodertool.h -include/kasten/okteta/poddecodertoolfactory.h -include/kasten/okteta/poddecodertoolview.h -include/kasten/okteta/poddecodertoolviewfactory.h -include/kasten/okteta/printcontroller.h -include/kasten/okteta/replacecontroller.h -include/kasten/okteta/replaceuserqueryable.h -include/kasten/okteta/searchcontroller.h -include/kasten/okteta/searchuserqueryable.h -include/kasten/okteta/selectrangecontroller.h -include/kasten/okteta/stringsextracttool.h -include/kasten/okteta/stringsextracttoolfactory.h -include/kasten/okteta/stringsextracttoolview.h -include/kasten/okteta/stringsextracttoolviewfactory.h -include/kasten/okteta/structtoolview.h -include/kasten/okteta/structurestoolfactory.h -include/kasten/okteta/structurestoolviewfactory.h -include/kasten/okteta/viewconfigcontroller.h -include/kasten/okteta/viewmodecontroller.h -include/kasten/okteta/viewprofilecontroller.h -include/kasten/okteta/viewprofilesmanagecontroller.h -include/kasten/okteta/viewstatuscontroller.h -include/kasten/person.h -include/kasten/quitcontroller.h -include/kasten/readonlybarcontroller.h -include/kasten/readonlycontroller.h -include/kasten/selectcontroller.h -include/kasten/selecteddatawriteable.h -include/kasten/setremotecontroller.h -include/kasten/shellwindow.h -include/kasten/singledocumentstrategy.h -include/kasten/singleviewarea.h -include/kasten/singleviewwindow.h -include/kasten/statusbar.h -include/kasten/statusbarlayout.h -include/kasten/switchviewcontroller.h -include/kasten/synchronizecontroller.h -include/kasten/tabbedviews.h -include/kasten/terminaltool.h -include/kasten/terminaltoolview.h -include/kasten/togglebutton.h -include/kasten/toolinlineviewable.h -include/kasten/toolinlineviewwidget.h -include/kasten/toollistmenucontroller.h -include/kasten/toolviewdockwidget.h -include/kasten/userlistable.h -include/kasten/versionable.h -include/kasten/versioncontroller.h -include/kasten/versionviewtool.h -include/kasten/versionviewtoolview.h -include/kasten/viewareabox.h -include/kasten/viewareasplitable.h -include/kasten/viewareasplitcontroller.h -include/kasten/viewbox.h -include/kasten/viewlistmenucontroller.h -include/kasten/viewmanager.h -include/kasten/widgetsdockable.h -include/kasten/zoomable.h -include/kasten/zoombarcontroller.h -include/kasten/zoomcontroller.h -include/okteta/abstractbytearraycolumnrenderer.h -include/okteta/abstractbytearraymodel.h -include/okteta/abstractbytearrayview.h -include/okteta/abstractcolumnrenderer.h -include/okteta/abstractcolumnstylist.h -include/okteta/address.h -include/okteta/addressrange.h -include/okteta/arraychangemetrics.h -include/okteta/arraychangemetricslist.h -include/okteta/bookmark.h -include/okteta/bookmarkable.h -include/okteta/bookmarksconstiterator.h -include/okteta/bookmarksconstiteratoradapter.h -include/okteta/bordercolumnrenderer.h -include/okteta/byte.h -include/okteta/bytearraychange.h -include/okteta/bytearraycolumnview.h -include/okteta/bytearraymodel.h -include/okteta/bytearrayrowcolumnrenderer.h -include/okteta/bytearrayrowview.h -include/okteta/bytearraytablelayout.h -include/okteta/bytearraytableranges.h -include/okteta/changehistory.h -include/okteta/changesdescribable.h -include/okteta/character.h -include/okteta/charbytearraycolumnrenderer.h -include/okteta/charcodec.h -include/okteta/columnsview.h -include/okteta/coord.h -include/okteta/coordrange.h -include/okteta/coordrangelist.h -include/okteta/kadds.h -include/okteta/line.h -include/okteta/lineposition.h -include/okteta/linepositionrange.h -include/okteta/linerange.h -include/okteta/numberrange.h -include/okteta/offsetcolumnrenderer.h -include/okteta/offsetformat.h -include/okteta/oktetacore.h -include/okteta/oktetacore_export.h -include/okteta/oktetagui.h -include/okteta/oktetagui_export.h -include/okteta/piecetablebytearraymodel.h -include/okteta/range.h -include/okteta/selection.h -include/okteta/size.h -include/okteta/valuebytearraycolumnrenderer.h -include/okteta/valuecodec.h -include/okteta/versionable.h -include/okteta/widgetcolumnstylist.h -include/okteta/wordbytearrayservice.h +include/KastenControllers/Kasten/ClipboardControllerFactory +include/KastenControllers/Kasten/CloseControllerFactory +include/KastenControllers/Kasten/CopyAsControllerFactory +include/KastenControllers/Kasten/CreatorControllerFactory +include/KastenControllers/Kasten/DocumentsToolFactory +include/KastenControllers/Kasten/DocumentsToolViewFactory +include/KastenControllers/Kasten/ExportControllerFactory +include/KastenControllers/Kasten/FileSystemBrowserToolFactory +include/KastenControllers/Kasten/FileSystemBrowserToolViewFactory +include/KastenControllers/Kasten/FullScreenControllerFactory +include/KastenControllers/Kasten/InsertControllerFactory +include/KastenControllers/Kasten/LoaderControllerFactory +include/KastenControllers/Kasten/ModifiedBarControllerFactory +include/KastenControllers/Kasten/QuitControllerFactory +include/KastenControllers/Kasten/ReadOnlyBarControllerFactory +include/KastenControllers/Kasten/ReadOnlyControllerFactory +include/KastenControllers/Kasten/SelectControllerFactory +include/KastenControllers/Kasten/SetRemoteControllerFactory +include/KastenControllers/Kasten/SwitchViewControllerFactory +include/KastenControllers/Kasten/SynchronizeControllerFactory +include/KastenControllers/Kasten/TerminalToolFactory +include/KastenControllers/Kasten/TerminalToolViewFactory +include/KastenControllers/Kasten/ToolListMenuControllerFactory +include/KastenControllers/Kasten/VersionControllerFactory +include/KastenControllers/Kasten/VersionViewToolFactory +include/KastenControllers/Kasten/VersionViewToolViewFactory +include/KastenControllers/Kasten/ViewAreaSplitControllerFactory +include/KastenControllers/Kasten/ViewListMenuControllerFactory +include/KastenControllers/Kasten/ZoomBarControllerFactory +include/KastenControllers/Kasten/ZoomControllerFactory +include/KastenControllers/kasten/clipboardcontrollerfactory.hpp +include/KastenControllers/kasten/closecontrollerfactory.hpp +include/KastenControllers/kasten/copyascontrollerfactory.hpp +include/KastenControllers/kasten/creatorcontrollerfactory.hpp +include/KastenControllers/kasten/documentstoolfactory.hpp +include/KastenControllers/kasten/documentstoolviewfactory.hpp +include/KastenControllers/kasten/exportcontrollerfactory.hpp +include/KastenControllers/kasten/filesystembrowsertoolfactory.hpp +include/KastenControllers/kasten/filesystembrowsertoolviewfactory.hpp +include/KastenControllers/kasten/fullscreencontrollerfactory.hpp +include/KastenControllers/kasten/insertcontrollerfactory.hpp +include/KastenControllers/kasten/kastencontrollers_export.hpp +include/KastenControllers/kasten/loadercontrollerfactory.hpp +include/KastenControllers/kasten/modifiedbarcontrollerfactory.hpp +include/KastenControllers/kasten/quitcontrollerfactory.hpp +include/KastenControllers/kasten/readonlybarcontrollerfactory.hpp +include/KastenControllers/kasten/readonlycontrollerfactory.hpp +include/KastenControllers/kasten/selectcontrollerfactory.hpp +include/KastenControllers/kasten/setremotecontrollerfactory.hpp +include/KastenControllers/kasten/switchviewcontrollerfactory.hpp +include/KastenControllers/kasten/synchronizecontrollerfactory.hpp +include/KastenControllers/kasten/terminaltoolfactory.hpp +include/KastenControllers/kasten/terminaltoolviewfactory.hpp +include/KastenControllers/kasten/toollistmenucontrollerfactory.hpp +include/KastenControllers/kasten/versioncontrollerfactory.hpp +include/KastenControllers/kasten/versionviewtoolfactory.hpp +include/KastenControllers/kasten/versionviewtoolviewfactory.hpp +include/KastenControllers/kasten/viewareasplitcontrollerfactory.hpp +include/KastenControllers/kasten/viewlistmenucontrollerfactory.hpp +include/KastenControllers/kasten/zoombarcontrollerfactory.hpp +include/KastenControllers/kasten/zoomcontrollerfactory.hpp +include/KastenCore/Kasten/AbstractConnectJob +include/KastenCore/Kasten/AbstractDocument +include/KastenCore/Kasten/AbstractDocumentFactory +include/KastenCore/Kasten/AbstractExportJob +include/KastenCore/Kasten/AbstractFileSystemConnectJob +include/KastenCore/Kasten/AbstractFileSystemExportJob +include/KastenCore/Kasten/AbstractFileSystemLoadJob +include/KastenCore/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KastenCore/Kasten/AbstractFileSystemSyncToRemoteJob +include/KastenCore/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KastenCore/Kasten/AbstractLoadJob +include/KastenCore/Kasten/AbstractModel +include/KastenCore/Kasten/AbstractModelDataGenerator +include/KastenCore/Kasten/AbstractModelExporter +include/KastenCore/Kasten/AbstractModelFileSystemSynchronizer +include/KastenCore/Kasten/AbstractModelSelection +include/KastenCore/Kasten/AbstractModelStreamEncoder +include/KastenCore/Kasten/AbstractModelSynchronizer +include/KastenCore/Kasten/AbstractModelSynchronizerFactory +include/KastenCore/Kasten/AbstractOverwriteDialog +include/KastenCore/Kasten/AbstractSaveDiscardDialog +include/KastenCore/Kasten/AbstractSyncFromRemoteJob +include/KastenCore/Kasten/AbstractSyncToRemoteJob +include/KastenCore/Kasten/AbstractSyncWithRemoteJob +include/KastenCore/Kasten/AbstractTool +include/KastenCore/Kasten/AbstractToolFactory +include/KastenCore/Kasten/DocumentCreateManager +include/KastenCore/Kasten/DocumentManager +include/KastenCore/Kasten/DocumentSyncManager +include/KastenCore/Kasten/DocumentVersionData +include/KastenCore/Kasten/DocumentVersionId +include/KastenCore/Kasten/JobManager +include/KastenCore/Kasten/KastenCore +include/KastenCore/Kasten/ModelCodecManager +include/KastenCore/Kasten/ModelDataGenerateThread +include/KastenCore/Kasten/ModelEncoderFileSystemExportJob +include/KastenCore/Kasten/ModelEncoderFileSystemExporter +include/KastenCore/Kasten/ModelStreamEncodeThread +include/KastenCore/Kasten/Versionable +include/KastenCore/kasten/abstractconnectjob.hpp +include/KastenCore/kasten/abstractdocument.hpp +include/KastenCore/kasten/abstractdocumentfactory.hpp +include/KastenCore/kasten/abstractexportjob.hpp +include/KastenCore/kasten/abstractfilesystemconnectjob.hpp +include/KastenCore/kasten/abstractfilesystemexportjob.hpp +include/KastenCore/kasten/abstractfilesystemloadjob.hpp +include/KastenCore/kasten/abstractfilesystemsyncfromremotejob.hpp +include/KastenCore/kasten/abstractfilesystemsynctoremotejob.hpp +include/KastenCore/kasten/abstractfilesystemsyncwithremotejob.hpp +include/KastenCore/kasten/abstractloadjob.hpp +include/KastenCore/kasten/abstractmodel.hpp +include/KastenCore/kasten/abstractmodeldatagenerator.hpp +include/KastenCore/kasten/abstractmodelexporter.hpp +include/KastenCore/kasten/abstractmodelfilesystemsynchronizer.hpp +include/KastenCore/kasten/abstractmodelselection.hpp +include/KastenCore/kasten/abstractmodelstreamencoder.hpp +include/KastenCore/kasten/abstractmodelsynchronizer.hpp +include/KastenCore/kasten/abstractmodelsynchronizerfactory.hpp +include/KastenCore/kasten/abstractoverwritedialog.hpp +include/KastenCore/kasten/abstractsavediscarddialog.hpp +include/KastenCore/kasten/abstractsyncfromremotejob.hpp +include/KastenCore/kasten/abstractsynctoremotejob.hpp +include/KastenCore/kasten/abstractsyncwithremotejob.hpp +include/KastenCore/kasten/abstracttool.hpp +include/KastenCore/kasten/abstracttoolfactory.hpp +include/KastenCore/kasten/documentcreatemanager.hpp +include/KastenCore/kasten/documentmanager.hpp +include/KastenCore/kasten/documentsyncmanager.hpp +include/KastenCore/kasten/documentversiondata.hpp +include/KastenCore/kasten/documentversionid.hpp +include/KastenCore/kasten/jobmanager.hpp +include/KastenCore/kasten/kastencore.hpp +include/KastenCore/kasten/kastencore_export.hpp +include/KastenCore/kasten/modelcodecmanager.hpp +include/KastenCore/kasten/modeldatageneratethread.hpp +include/KastenCore/kasten/modelencoderfilesystemexporter.hpp +include/KastenCore/kasten/modelencoderfilesystemexportjob.hpp +include/KastenCore/kasten/modelstreamencodethread.hpp +include/KastenCore/kasten/versionable.hpp +include/KastenGui/Kasten/AbstractDocumentStrategy +include/KastenGui/Kasten/AbstractGroupedViews +include/KastenGui/Kasten/AbstractLinePopup +include/KastenGui/Kasten/AbstractModelDataGeneratorConfigEditor +include/KastenGui/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KastenGui/Kasten/AbstractModelExporterConfigEditor +include/KastenGui/Kasten/AbstractModelExporterConfigEditorFactory +include/KastenGui/Kasten/AbstractModelStreamEncoderConfigEditor +include/KastenGui/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KastenGui/Kasten/AbstractSelectionView +include/KastenGui/Kasten/AbstractToolInlineView +include/KastenGui/Kasten/AbstractToolView +include/KastenGui/Kasten/AbstractToolViewFactory +include/KastenGui/Kasten/AbstractToolWidget +include/KastenGui/Kasten/AbstractView +include/KastenGui/Kasten/AbstractViewArea +include/KastenGui/Kasten/AbstractViewFactory +include/KastenGui/Kasten/AbstractXmlGuiController +include/KastenGui/Kasten/AbstractXmlGuiControllerFactory +include/KastenGui/Kasten/DataSelectable +include/KastenGui/Kasten/DialogHandler +include/KastenGui/Kasten/DummyView +include/KastenGui/Kasten/KastenGui +include/KastenGui/Kasten/ModelCodecViewManager +include/KastenGui/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KastenGui/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KastenGui/Kasten/MultiDocumentStrategy +include/KastenGui/Kasten/MultiViewAreas +include/KastenGui/Kasten/SelectedDataWriteable +include/KastenGui/Kasten/ShellWindow +include/KastenGui/Kasten/SingleDocumentStrategy +include/KastenGui/Kasten/SingleViewArea +include/KastenGui/Kasten/SingleViewWindow +include/KastenGui/Kasten/StatusBar +include/KastenGui/Kasten/TabbedViews +include/KastenGui/Kasten/ToggleButton +include/KastenGui/Kasten/ToolInlineViewable +include/KastenGui/Kasten/ToolViewDockWidget +include/KastenGui/Kasten/ViewAreaSplitable +include/KastenGui/Kasten/ViewManager +include/KastenGui/Kasten/WidgetsDockable +include/KastenGui/Kasten/Zoomable +include/KastenGui/kasten/abstractdocumentstrategy.hpp +include/KastenGui/kasten/abstractgroupedviews.hpp +include/KastenGui/kasten/abstractlinepopup.hpp +include/KastenGui/kasten/abstractmodeldatageneratorconfigeditor.hpp +include/KastenGui/kasten/abstractmodeldatageneratorconfigeditorfactory.hpp +include/KastenGui/kasten/abstractmodelexporterconfigeditor.hpp +include/KastenGui/kasten/abstractmodelexporterconfigeditorfactory.hpp +include/KastenGui/kasten/abstractmodelstreamencoderconfigeditor.hpp +include/KastenGui/kasten/abstractmodelstreamencoderconfigeditorfactory.hpp +include/KastenGui/kasten/abstractselectionview.hpp +include/KastenGui/kasten/abstracttoolinlineview.hpp +include/KastenGui/kasten/abstracttoolview.hpp +include/KastenGui/kasten/abstracttoolviewfactory.hpp +include/KastenGui/kasten/abstracttoolwidget.hpp +include/KastenGui/kasten/abstractview.hpp +include/KastenGui/kasten/abstractviewarea.hpp +include/KastenGui/kasten/abstractviewfactory.hpp +include/KastenGui/kasten/abstractxmlguicontroller.hpp +include/KastenGui/kasten/abstractxmlguicontrollerfactory.hpp +include/KastenGui/kasten/dataselectable.hpp +include/KastenGui/kasten/dialoghandler.hpp +include/KastenGui/kasten/dummyview.hpp +include/KastenGui/kasten/kastengui.hpp +include/KastenGui/kasten/kastengui_export.hpp +include/KastenGui/kasten/modelcodecviewmanager.hpp +include/KastenGui/kasten/modelencoderfilesystemexporterconfigeditor.hpp +include/KastenGui/kasten/modelencoderfilesystemexporterconfigeditorfactory.hpp +include/KastenGui/kasten/multidocumentstrategy.hpp +include/KastenGui/kasten/multiviewareas.hpp +include/KastenGui/kasten/selecteddatawriteable.hpp +include/KastenGui/kasten/shellwindow.hpp +include/KastenGui/kasten/singledocumentstrategy.hpp +include/KastenGui/kasten/singleviewarea.hpp +include/KastenGui/kasten/singleviewwindow.hpp +include/KastenGui/kasten/statusbar.hpp +include/KastenGui/kasten/tabbedviews.hpp +include/KastenGui/kasten/togglebutton.hpp +include/KastenGui/kasten/toolinlineviewable.hpp +include/KastenGui/kasten/toolviewdockwidget.hpp +include/KastenGui/kasten/viewareasplitable.hpp +include/KastenGui/kasten/viewmanager.hpp +include/KastenGui/kasten/widgetsdockable.hpp +include/KastenGui/kasten/zoomable.hpp +include/OktetaCore/Okteta/AbstractByteArrayModel +include/OktetaCore/Okteta/Address +include/OktetaCore/Okteta/AddressRange +include/OktetaCore/Okteta/ArrayChangeMetrics +include/OktetaCore/Okteta/ArrayChangeMetricsList +include/OktetaCore/Okteta/Bookmark +include/OktetaCore/Okteta/Bookmarkable +include/OktetaCore/Okteta/BookmarksConstIterator +include/OktetaCore/Okteta/BookmarksConstIteratorAdapter +include/OktetaCore/Okteta/Byte +include/OktetaCore/Okteta/ByteArrayChange +include/OktetaCore/Okteta/ByteArrayModel +include/OktetaCore/Okteta/ChangeHistory +include/OktetaCore/Okteta/ChangesDescribable +include/OktetaCore/Okteta/CharCodec +include/OktetaCore/Okteta/Character +include/OktetaCore/Okteta/NumberRange +include/OktetaCore/Okteta/OktetaCore +include/OktetaCore/Okteta/PieceTableByteArrayModel +include/OktetaCore/Okteta/Range +include/OktetaCore/Okteta/Size +include/OktetaCore/Okteta/TextByteArrayAnalyzer +include/OktetaCore/Okteta/ValueCodec +include/OktetaCore/Okteta/Versionable +include/OktetaCore/okteta/abstractbytearraymodel.hpp +include/OktetaCore/okteta/address.hpp +include/OktetaCore/okteta/addressrange.hpp +include/OktetaCore/okteta/arraychangemetrics.hpp +include/OktetaCore/okteta/arraychangemetricslist.hpp +include/OktetaCore/okteta/bookmark.hpp +include/OktetaCore/okteta/bookmarkable.hpp +include/OktetaCore/okteta/bookmarksconstiterator.hpp +include/OktetaCore/okteta/bookmarksconstiteratoradapter.hpp +include/OktetaCore/okteta/byte.hpp +include/OktetaCore/okteta/bytearraychange.hpp +include/OktetaCore/okteta/bytearraymodel.hpp +include/OktetaCore/okteta/changehistory.hpp +include/OktetaCore/okteta/changesdescribable.hpp +include/OktetaCore/okteta/character.hpp +include/OktetaCore/okteta/charcodec.hpp +include/OktetaCore/okteta/numberrange.hpp +include/OktetaCore/okteta/oktetacore.hpp +include/OktetaCore/okteta/oktetacore_export.hpp +include/OktetaCore/okteta/piecetablebytearraymodel.hpp +include/OktetaCore/okteta/range.hpp +include/OktetaCore/okteta/size.hpp +include/OktetaCore/okteta/textbytearrayanalyzer.hpp +include/OktetaCore/okteta/valuecodec.hpp +include/OktetaCore/okteta/versionable.hpp +include/OktetaGui/Okteta/AbstractByteArrayColumnRenderer +include/OktetaGui/Okteta/AbstractByteArrayView +include/OktetaGui/Okteta/AbstractColumnRenderer +include/OktetaGui/Okteta/AbstractColumnStylist +include/OktetaGui/Okteta/BorderColumnRenderer +include/OktetaGui/Okteta/ByteArrayColumnView +include/OktetaGui/Okteta/ByteArrayRowColumnRenderer +include/OktetaGui/Okteta/ByteArrayRowView +include/OktetaGui/Okteta/ByteArrayTableLayout +include/OktetaGui/Okteta/ByteArrayTableRanges +include/OktetaGui/Okteta/CharByteArrayColumnRenderer +include/OktetaGui/Okteta/ColumnsView +include/OktetaGui/Okteta/Coord +include/OktetaGui/Okteta/CoordRange +include/OktetaGui/Okteta/CoordRangeList +include/OktetaGui/Okteta/Line +include/OktetaGui/Okteta/LinePosition +include/OktetaGui/Okteta/LinePositionRange +include/OktetaGui/Okteta/LineRange +include/OktetaGui/Okteta/OffsetColumnRenderer +include/OktetaGui/Okteta/OffsetFormat +include/OktetaGui/Okteta/OktetaGui +include/OktetaGui/Okteta/PixelMetrics +include/OktetaGui/Okteta/Selection +include/OktetaGui/Okteta/ValueByteArrayColumnRenderer +include/OktetaGui/Okteta/WidgetColumnStylist +include/OktetaGui/okteta/abstractbytearraycolumnrenderer.hpp +include/OktetaGui/okteta/abstractbytearrayview.hpp +include/OktetaGui/okteta/abstractcolumnrenderer.hpp +include/OktetaGui/okteta/abstractcolumnstylist.hpp +include/OktetaGui/okteta/bordercolumnrenderer.hpp +include/OktetaGui/okteta/bytearraycolumnview.hpp +include/OktetaGui/okteta/bytearrayrowcolumnrenderer.hpp +include/OktetaGui/okteta/bytearrayrowview.hpp +include/OktetaGui/okteta/bytearraytablelayout.hpp +include/OktetaGui/okteta/bytearraytableranges.hpp +include/OktetaGui/okteta/charbytearraycolumnrenderer.hpp +include/OktetaGui/okteta/columnsview.hpp +include/OktetaGui/okteta/coord.hpp +include/OktetaGui/okteta/coordrange.hpp +include/OktetaGui/okteta/coordrangelist.hpp +include/OktetaGui/okteta/line.hpp +include/OktetaGui/okteta/lineposition.hpp +include/OktetaGui/okteta/linepositionrange.hpp +include/OktetaGui/okteta/linerange.hpp +include/OktetaGui/okteta/offsetcolumnrenderer.hpp +include/OktetaGui/okteta/offsetformat.hpp +include/OktetaGui/okteta/oktetagui.hpp +include/OktetaGui/okteta/oktetagui_export.hpp +include/OktetaGui/okteta/pixelmetrics.hpp +include/OktetaGui/okteta/selection.hpp +include/OktetaGui/okteta/valuebytearraycolumnrenderer.hpp +include/OktetaGui/okteta/widgetcolumnstylist.hpp +include/OktetaKastenControllers/Kasten/Okteta/BookmarksControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/BookmarksToolFactory +include/OktetaKastenControllers/Kasten/Okteta/BookmarksToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/ByteTableToolFactory +include/OktetaKastenControllers/Kasten/Okteta/ByteTableToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/CharsetConversionToolFactory +include/OktetaKastenControllers/Kasten/Okteta/CharsetConversionToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/ChecksumToolFactory +include/OktetaKastenControllers/Kasten/Okteta/ChecksumToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/DocumentInfoToolFactory +include/OktetaKastenControllers/Kasten/Okteta/DocumentInfoToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/FilterToolFactory +include/OktetaKastenControllers/Kasten/Okteta/FilterToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/FindDirection +include/OktetaKastenControllers/Kasten/Okteta/GotoOffsetControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/InfoToolFactory +include/OktetaKastenControllers/Kasten/Okteta/InfoToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/OverwriteModeControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/PODDecoderToolFactory +include/OktetaKastenControllers/Kasten/Okteta/PODDecoderToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/PrintControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/ReplaceControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/SearchControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/SelectRangeControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/StringsExtractToolFactory +include/OktetaKastenControllers/Kasten/Okteta/StringsExtractToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/StructuresToolFactory +include/OktetaKastenControllers/Kasten/Okteta/StructuresToolViewFactory +include/OktetaKastenControllers/Kasten/Okteta/ViewConfigControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/ViewContextMenuControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/ViewModeControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/ViewProfileControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/ViewProfilesManageControllerFactory +include/OktetaKastenControllers/Kasten/Okteta/ViewStatusControllerFactory +include/OktetaKastenControllers/kasten/okteta/bookmarkscontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/bookmarkstoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/bookmarkstoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/bytetabletoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/bytetabletoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/charsetconversiontoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/charsetconversiontoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/checksumtoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/checksumtoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/config-qca2.hpp +include/OktetaKastenControllers/kasten/okteta/documentinfotoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/documentinfotoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/filtertoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/filtertoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/finddirection.hpp +include/OktetaKastenControllers/kasten/okteta/gotooffsetcontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/infotoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/infotoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/oktetakastencontrollers_export.hpp +include/OktetaKastenControllers/kasten/okteta/overwritemodecontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/poddecodertoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/poddecodertoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/printcontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/replacecontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/searchcontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/selectrangecontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/stringsextracttoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/stringsextracttoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/structurestoolfactory.hpp +include/OktetaKastenControllers/kasten/okteta/structurestoolviewfactory.hpp +include/OktetaKastenControllers/kasten/okteta/viewconfigcontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/viewcontextmenucontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/viewmodecontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/viewprofilecontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/viewprofilesmanagecontrollerfactory.hpp +include/OktetaKastenControllers/kasten/okteta/viewstatuscontrollerfactory.hpp +include/OktetaKastenCore/Kasten/Okteta/ByteArrayDocument +include/OktetaKastenCore/Kasten/Okteta/ByteArrayDocumentFactory +include/OktetaKastenCore/Kasten/Okteta/ByteArrayRawFileSynchronizer +include/OktetaKastenCore/Kasten/Okteta/ByteArrayRawFileSynchronizerFactory +include/OktetaKastenCore/Kasten/Okteta/ByteArraySelection +include/OktetaKastenCore/kasten/okteta/bytearraydocument.hpp +include/OktetaKastenCore/kasten/okteta/bytearraydocumentfactory.hpp +include/OktetaKastenCore/kasten/okteta/bytearrayrawfilesynchronizer.hpp +include/OktetaKastenCore/kasten/okteta/bytearrayrawfilesynchronizerfactory.hpp +include/OktetaKastenCore/kasten/okteta/bytearrayselection.hpp +include/OktetaKastenCore/kasten/okteta/oktetakastencore_export.hpp +include/OktetaKastenGui/Kasten/Okteta/AbstractByteArrayStreamEncoder +include/OktetaKastenGui/Kasten/Okteta/AddressComboBox +include/OktetaKastenGui/Kasten/Okteta/AddressValidator +include/OktetaKastenGui/Kasten/Okteta/ByteArrayComboBox +include/OktetaKastenGui/Kasten/Okteta/ByteArrayDataGeneratorConfigEditorFactoryFactory +include/OktetaKastenGui/Kasten/Okteta/ByteArrayDataGeneratorFactory +include/OktetaKastenGui/Kasten/Okteta/ByteArrayStreamEncoderConfigEditorFactoryFactory +include/OktetaKastenGui/Kasten/Okteta/ByteArrayStreamEncoderFactory +include/OktetaKastenGui/Kasten/Okteta/ByteArrayView +include/OktetaKastenGui/Kasten/Okteta/ByteArrayViewFactory +include/OktetaKastenGui/Kasten/Okteta/ByteArrayViewProfile +include/OktetaKastenGui/Kasten/Okteta/ByteArrayViewProfileLock +include/OktetaKastenGui/Kasten/Okteta/ByteArrayViewProfileManager +include/OktetaKastenGui/Kasten/Okteta/ByteArrayViewProfileSynchronizer +include/OktetaKastenGui/Kasten/Okteta/OktetaKastenGui +include/OktetaKastenGui/kasten/okteta/abstractbytearraystreamencoder.hpp +include/OktetaKastenGui/kasten/okteta/addresscombobox.hpp +include/OktetaKastenGui/kasten/okteta/addressvalidator.hpp +include/OktetaKastenGui/kasten/okteta/bytearraycombobox.hpp +include/OktetaKastenGui/kasten/okteta/bytearraydatageneratorconfigeditorfactoryfactory.hpp +include/OktetaKastenGui/kasten/okteta/bytearraydatageneratorfactory.hpp +include/OktetaKastenGui/kasten/okteta/bytearraystreamencoderconfigeditorfactoryfactory.hpp +include/OktetaKastenGui/kasten/okteta/bytearraystreamencoderfactory.hpp +include/OktetaKastenGui/kasten/okteta/bytearrayview.hpp +include/OktetaKastenGui/kasten/okteta/bytearrayviewfactory.hpp +include/OktetaKastenGui/kasten/okteta/bytearrayviewprofile.hpp +include/OktetaKastenGui/kasten/okteta/bytearrayviewprofilelock.hpp +include/OktetaKastenGui/kasten/okteta/bytearrayviewprofilemanager.hpp +include/OktetaKastenGui/kasten/okteta/bytearrayviewprofilesynchronizer.hpp +include/OktetaKastenGui/kasten/okteta/oktetakastengui.hpp +include/OktetaKastenGui/kasten/okteta/oktetakastengui_export.hpp lib/cmake/KastenControllers/KastenControllersConfig.cmake lib/cmake/KastenControllers/KastenControllersConfigVersion.cmake lib/cmake/KastenControllers/KastenControllersTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KastenControllers/KastenControllersTargets.cmake lib/cmake/KastenCore/KastenCoreConfig.cmake lib/cmake/KastenCore/KastenCoreConfigVersion.cmake lib/cmake/KastenCore/KastenCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KastenCore/KastenCoreTargets.cmake lib/cmake/KastenGui/KastenGuiConfig.cmake lib/cmake/KastenGui/KastenGuiConfigVersion.cmake lib/cmake/KastenGui/KastenGuiTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KastenGui/KastenGuiTargets.cmake lib/cmake/OktetaCore/OktetaCoreConfig.cmake lib/cmake/OktetaCore/OktetaCoreConfigVersion.cmake lib/cmake/OktetaCore/OktetaCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/OktetaCore/OktetaCoreTargets.cmake lib/cmake/OktetaGui/OktetaGuiConfig.cmake lib/cmake/OktetaGui/OktetaGuiConfigVersion.cmake lib/cmake/OktetaGui/OktetaGuiTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/OktetaGui/OktetaGuiTargets.cmake lib/cmake/OktetaKastenControllers/OktetaKastenControllersConfig.cmake lib/cmake/OktetaKastenControllers/OktetaKastenControllersConfigVersion.cmake lib/cmake/OktetaKastenControllers/OktetaKastenControllersTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/OktetaKastenControllers/OktetaKastenControllersTargets.cmake lib/cmake/OktetaKastenCore/OktetaKastenCoreConfig.cmake lib/cmake/OktetaKastenCore/OktetaKastenCoreConfigVersion.cmake lib/cmake/OktetaKastenCore/OktetaKastenCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/OktetaKastenCore/OktetaKastenCoreTargets.cmake lib/cmake/OktetaKastenGui/OktetaKastenGuiConfig.cmake lib/cmake/OktetaKastenGui/OktetaKastenGuiConfigVersion.cmake lib/cmake/OktetaKastenGui/OktetaKastenGuiTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/OktetaKastenGui/OktetaKastenGuiTargets.cmake -lib/libkasten3controllers.so -lib/libkasten3controllers.so.0.3.0 -lib/libkasten3controllers.so.3 -lib/libkasten3core.so -lib/libkasten3core.so.0.3.0 -lib/libkasten3core.so.3 -lib/libkasten3gui.so -lib/libkasten3gui.so.0.3.0 -lib/libkasten3gui.so.3 -lib/libkasten3okteta1controllers.so -lib/libkasten3okteta1controllers.so.0.3.1 -lib/libkasten3okteta1controllers.so.1 -lib/libkasten3okteta1core.so -lib/libkasten3okteta1core.so.0.3.1 -lib/libkasten3okteta1core.so.1 -lib/libkasten3okteta1gui.so -lib/libkasten3okteta1gui.so.0.3.1 -lib/libkasten3okteta1gui.so.1 -lib/libokteta2core.so -lib/libokteta2core.so.0.9.1 -lib/libokteta2core.so.2 -lib/libokteta2gui.so -lib/libokteta2gui.so.0.9.1 -lib/libokteta2gui.so.2 +lib/libKasten4Controllers.so +lib/libKasten4Controllers.so.0 +lib/libKasten4Controllers.so.0.4.0 +lib/libKasten4Core.so +lib/libKasten4Core.so.0 +lib/libKasten4Core.so.0.4.0 +lib/libKasten4Gui.so +lib/libKasten4Gui.so.0 +lib/libKasten4Gui.so.0.4.0 +lib/libKasten4Okteta2Controllers.so +lib/libKasten4Okteta2Controllers.so.0 +lib/libKasten4Okteta2Controllers.so.0.4.0 +lib/libKasten4Okteta2Core.so +lib/libKasten4Okteta2Core.so.0 +lib/libKasten4Okteta2Core.so.0.4.0 +lib/libKasten4Okteta2Gui.so +lib/libKasten4Okteta2Gui.so.0 +lib/libKasten4Okteta2Gui.so.0.4.0 +lib/libOkteta3Core.so +lib/libOkteta3Core.so.0 +lib/libOkteta3Core.so.0.10.0 +lib/libOkteta3Gui.so +lib/libOkteta3Gui.so.0 +lib/libOkteta3Gui.so.0.10.0 +%%QT_MKSPECDIR%%/modules/qt_OktetaCore.pri +%%QT_MKSPECDIR%%/modules/qt_OktetaGui.pri %%QT_PLUGINDIR%%/designer/oktetawidgets.so -%%QT_PLUGINDIR%%/oktetapart.so +%%QT_PLUGINDIR%%/kf5/parts/oktetapart.so +libdata/pkgconfig/OktetaCore.pc +libdata/pkgconfig/OktetaGui.pc share/applications/org.kde.okteta.desktop share/config.kcfg/structureviewpreferences.kcfg share/doc/HTML/de/okteta/index.cache.bz2 share/doc/HTML/de/okteta/index.docbook share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook share/doc/HTML/es/okteta/index.cache.bz2 share/doc/HTML/es/okteta/index.docbook share/doc/HTML/it/okteta/index.cache.bz2 share/doc/HTML/it/okteta/index.docbook share/doc/HTML/nl/okteta/index.cache.bz2 share/doc/HTML/nl/okteta/index.docbook share/doc/HTML/pt/okteta/index.cache.bz2 share/doc/HTML/pt/okteta/index.docbook share/doc/HTML/pt_BR/okteta/index.cache.bz2 share/doc/HTML/pt_BR/okteta/index.docbook share/doc/HTML/sr/okteta/index.cache.bz2 share/doc/HTML/sr/okteta/index.docbook share/doc/HTML/sr@latin/okteta/index.cache.bz2 share/doc/HTML/sr@latin/okteta/index.docbook share/doc/HTML/sv/okteta/index.cache.bz2 share/doc/HTML/sv/okteta/index.docbook share/doc/HTML/uk/okteta/index.cache.bz2 share/doc/HTML/uk/okteta/index.docbook share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/48x48/apps/okteta.png +share/kservices5/oktetapart.desktop share/locale/ar/LC_MESSAGES/libkasten.mo share/locale/ar/LC_MESSAGES/liboktetacore.mo share/locale/ar/LC_MESSAGES/liboktetakasten.mo share/locale/ar/LC_MESSAGES/okteta.mo share/locale/ar/LC_MESSAGES/oktetapart.mo share/locale/ast/LC_MESSAGES/libkasten.mo share/locale/ast/LC_MESSAGES/liboktetacore.mo share/locale/ast/LC_MESSAGES/liboktetagui.mo share/locale/ast/LC_MESSAGES/liboktetakasten.mo share/locale/ast/LC_MESSAGES/okteta.mo share/locale/ast/LC_MESSAGES/oktetapart.mo share/locale/be/LC_MESSAGES/libkasten.mo share/locale/be/LC_MESSAGES/liboktetakasten.mo share/locale/be/LC_MESSAGES/okteta.mo share/locale/be/LC_MESSAGES/oktetapart.mo share/locale/bg/LC_MESSAGES/liboktetacore.mo share/locale/bg/LC_MESSAGES/liboktetagui.mo share/locale/bg/LC_MESSAGES/oktetapart.mo share/locale/br/LC_MESSAGES/oktetapart.mo share/locale/bs/LC_MESSAGES/libkasten.mo share/locale/bs/LC_MESSAGES/liboktetacore.mo share/locale/bs/LC_MESSAGES/liboktetagui.mo share/locale/bs/LC_MESSAGES/liboktetakasten.mo share/locale/bs/LC_MESSAGES/okteta.mo share/locale/bs/LC_MESSAGES/oktetapart.mo share/locale/ca/LC_MESSAGES/libkasten.mo share/locale/ca/LC_MESSAGES/liboktetacore.mo share/locale/ca/LC_MESSAGES/liboktetagui.mo share/locale/ca/LC_MESSAGES/liboktetakasten.mo share/locale/ca/LC_MESSAGES/okteta.mo share/locale/ca/LC_MESSAGES/oktetapart.mo share/locale/ca@valencia/LC_MESSAGES/libkasten.mo share/locale/ca@valencia/LC_MESSAGES/liboktetacore.mo share/locale/ca@valencia/LC_MESSAGES/liboktetagui.mo share/locale/ca@valencia/LC_MESSAGES/liboktetakasten.mo share/locale/ca@valencia/LC_MESSAGES/okteta.mo share/locale/ca@valencia/LC_MESSAGES/oktetapart.mo share/locale/cs/LC_MESSAGES/libkasten.mo share/locale/cs/LC_MESSAGES/liboktetacore.mo share/locale/cs/LC_MESSAGES/liboktetagui.mo share/locale/cs/LC_MESSAGES/liboktetakasten.mo share/locale/cs/LC_MESSAGES/okteta.mo share/locale/cs/LC_MESSAGES/oktetapart.mo share/locale/cy/LC_MESSAGES/oktetapart.mo share/locale/da/LC_MESSAGES/libkasten.mo share/locale/da/LC_MESSAGES/liboktetacore.mo share/locale/da/LC_MESSAGES/liboktetagui.mo share/locale/da/LC_MESSAGES/liboktetakasten.mo share/locale/da/LC_MESSAGES/okteta.mo share/locale/da/LC_MESSAGES/oktetapart.mo share/locale/de/LC_MESSAGES/libkasten.mo share/locale/de/LC_MESSAGES/liboktetacore.mo share/locale/de/LC_MESSAGES/liboktetagui.mo share/locale/de/LC_MESSAGES/liboktetakasten.mo share/locale/de/LC_MESSAGES/okteta.mo share/locale/de/LC_MESSAGES/oktetapart.mo share/locale/el/LC_MESSAGES/libkasten.mo share/locale/el/LC_MESSAGES/liboktetacore.mo share/locale/el/LC_MESSAGES/liboktetagui.mo share/locale/el/LC_MESSAGES/liboktetakasten.mo share/locale/el/LC_MESSAGES/okteta.mo share/locale/el/LC_MESSAGES/oktetapart.mo share/locale/en_GB/LC_MESSAGES/libkasten.mo share/locale/en_GB/LC_MESSAGES/liboktetacore.mo share/locale/en_GB/LC_MESSAGES/liboktetagui.mo share/locale/en_GB/LC_MESSAGES/liboktetakasten.mo share/locale/en_GB/LC_MESSAGES/okteta.mo share/locale/en_GB/LC_MESSAGES/oktetapart.mo share/locale/eo/LC_MESSAGES/libkasten.mo share/locale/eo/LC_MESSAGES/liboktetacore.mo share/locale/eo/LC_MESSAGES/liboktetakasten.mo share/locale/eo/LC_MESSAGES/okteta.mo share/locale/eo/LC_MESSAGES/oktetapart.mo share/locale/es/LC_MESSAGES/libkasten.mo share/locale/es/LC_MESSAGES/liboktetacore.mo share/locale/es/LC_MESSAGES/liboktetagui.mo share/locale/es/LC_MESSAGES/liboktetakasten.mo share/locale/es/LC_MESSAGES/okteta.mo share/locale/es/LC_MESSAGES/oktetapart.mo share/locale/et/LC_MESSAGES/libkasten.mo share/locale/et/LC_MESSAGES/liboktetacore.mo share/locale/et/LC_MESSAGES/liboktetagui.mo share/locale/et/LC_MESSAGES/liboktetakasten.mo share/locale/et/LC_MESSAGES/okteta.mo share/locale/et/LC_MESSAGES/oktetapart.mo share/locale/eu/LC_MESSAGES/libkasten.mo share/locale/eu/LC_MESSAGES/liboktetacore.mo share/locale/eu/LC_MESSAGES/liboktetagui.mo share/locale/eu/LC_MESSAGES/liboktetakasten.mo share/locale/eu/LC_MESSAGES/okteta.mo share/locale/eu/LC_MESSAGES/oktetapart.mo share/locale/fa/LC_MESSAGES/oktetapart.mo share/locale/fi/LC_MESSAGES/libkasten.mo share/locale/fi/LC_MESSAGES/liboktetacore.mo share/locale/fi/LC_MESSAGES/liboktetagui.mo share/locale/fi/LC_MESSAGES/liboktetakasten.mo share/locale/fi/LC_MESSAGES/okteta.mo share/locale/fi/LC_MESSAGES/oktetapart.mo share/locale/fr/LC_MESSAGES/libkasten.mo share/locale/fr/LC_MESSAGES/liboktetacore.mo share/locale/fr/LC_MESSAGES/liboktetagui.mo share/locale/fr/LC_MESSAGES/liboktetakasten.mo share/locale/fr/LC_MESSAGES/okteta.mo share/locale/fr/LC_MESSAGES/oktetapart.mo share/locale/ga/LC_MESSAGES/libkasten.mo share/locale/ga/LC_MESSAGES/liboktetacore.mo share/locale/ga/LC_MESSAGES/liboktetagui.mo share/locale/ga/LC_MESSAGES/liboktetakasten.mo share/locale/ga/LC_MESSAGES/okteta.mo share/locale/ga/LC_MESSAGES/oktetapart.mo share/locale/gl/LC_MESSAGES/libkasten.mo share/locale/gl/LC_MESSAGES/liboktetacore.mo share/locale/gl/LC_MESSAGES/liboktetagui.mo share/locale/gl/LC_MESSAGES/liboktetakasten.mo share/locale/gl/LC_MESSAGES/okteta.mo share/locale/gl/LC_MESSAGES/oktetapart.mo share/locale/hi/LC_MESSAGES/oktetapart.mo share/locale/hne/LC_MESSAGES/oktetapart.mo share/locale/hr/LC_MESSAGES/libkasten.mo share/locale/hr/LC_MESSAGES/liboktetacore.mo share/locale/hr/LC_MESSAGES/liboktetakasten.mo share/locale/hr/LC_MESSAGES/okteta.mo share/locale/hr/LC_MESSAGES/oktetapart.mo share/locale/hu/LC_MESSAGES/libkasten.mo share/locale/hu/LC_MESSAGES/liboktetacore.mo share/locale/hu/LC_MESSAGES/liboktetagui.mo share/locale/hu/LC_MESSAGES/liboktetakasten.mo share/locale/hu/LC_MESSAGES/okteta.mo share/locale/hu/LC_MESSAGES/oktetapart.mo share/locale/id/LC_MESSAGES/libkasten.mo share/locale/id/LC_MESSAGES/liboktetacore.mo share/locale/id/LC_MESSAGES/liboktetagui.mo share/locale/id/LC_MESSAGES/okteta.mo share/locale/id/LC_MESSAGES/oktetapart.mo share/locale/is/LC_MESSAGES/libkasten.mo share/locale/is/LC_MESSAGES/liboktetacore.mo share/locale/is/LC_MESSAGES/liboktetakasten.mo share/locale/is/LC_MESSAGES/okteta.mo share/locale/is/LC_MESSAGES/oktetapart.mo share/locale/it/LC_MESSAGES/libkasten.mo share/locale/it/LC_MESSAGES/liboktetacore.mo share/locale/it/LC_MESSAGES/liboktetagui.mo share/locale/it/LC_MESSAGES/liboktetakasten.mo share/locale/it/LC_MESSAGES/okteta.mo share/locale/it/LC_MESSAGES/oktetapart.mo share/locale/ja/LC_MESSAGES/libkasten.mo share/locale/ja/LC_MESSAGES/liboktetacore.mo share/locale/ja/LC_MESSAGES/liboktetagui.mo share/locale/ja/LC_MESSAGES/liboktetakasten.mo share/locale/ja/LC_MESSAGES/okteta.mo share/locale/ja/LC_MESSAGES/oktetapart.mo share/locale/kk/LC_MESSAGES/libkasten.mo share/locale/kk/LC_MESSAGES/liboktetacore.mo share/locale/kk/LC_MESSAGES/liboktetagui.mo share/locale/kk/LC_MESSAGES/liboktetakasten.mo share/locale/kk/LC_MESSAGES/okteta.mo share/locale/kk/LC_MESSAGES/oktetapart.mo share/locale/km/LC_MESSAGES/libkasten.mo share/locale/km/LC_MESSAGES/liboktetakasten.mo share/locale/km/LC_MESSAGES/okteta.mo share/locale/km/LC_MESSAGES/oktetapart.mo share/locale/ko/LC_MESSAGES/libkasten.mo share/locale/ko/LC_MESSAGES/liboktetacore.mo share/locale/ko/LC_MESSAGES/liboktetagui.mo share/locale/ko/LC_MESSAGES/liboktetakasten.mo share/locale/ko/LC_MESSAGES/okteta.mo share/locale/ko/LC_MESSAGES/oktetapart.mo share/locale/lt/LC_MESSAGES/libkasten.mo share/locale/lt/LC_MESSAGES/liboktetacore.mo share/locale/lt/LC_MESSAGES/liboktetagui.mo share/locale/lt/LC_MESSAGES/liboktetakasten.mo share/locale/lt/LC_MESSAGES/okteta.mo share/locale/lt/LC_MESSAGES/oktetapart.mo share/locale/lv/LC_MESSAGES/libkasten.mo share/locale/lv/LC_MESSAGES/liboktetacore.mo share/locale/lv/LC_MESSAGES/liboktetakasten.mo share/locale/lv/LC_MESSAGES/okteta.mo share/locale/lv/LC_MESSAGES/oktetapart.mo share/locale/mai/LC_MESSAGES/libkasten.mo share/locale/mai/LC_MESSAGES/liboktetakasten.mo share/locale/mk/LC_MESSAGES/oktetapart.mo share/locale/mr/LC_MESSAGES/libkasten.mo share/locale/mr/LC_MESSAGES/liboktetacore.mo share/locale/mr/LC_MESSAGES/liboktetagui.mo share/locale/mr/LC_MESSAGES/liboktetakasten.mo share/locale/mr/LC_MESSAGES/okteta.mo share/locale/mr/LC_MESSAGES/oktetapart.mo share/locale/ms/LC_MESSAGES/oktetapart.mo share/locale/nb/LC_MESSAGES/libkasten.mo share/locale/nb/LC_MESSAGES/liboktetacore.mo share/locale/nb/LC_MESSAGES/liboktetagui.mo share/locale/nb/LC_MESSAGES/liboktetakasten.mo share/locale/nb/LC_MESSAGES/okteta.mo share/locale/nb/LC_MESSAGES/oktetapart.mo share/locale/nds/LC_MESSAGES/libkasten.mo share/locale/nds/LC_MESSAGES/liboktetacore.mo share/locale/nds/LC_MESSAGES/liboktetagui.mo share/locale/nds/LC_MESSAGES/liboktetakasten.mo share/locale/nds/LC_MESSAGES/okteta.mo share/locale/nds/LC_MESSAGES/oktetapart.mo share/locale/ne/LC_MESSAGES/oktetapart.mo share/locale/nl/LC_MESSAGES/libkasten.mo share/locale/nl/LC_MESSAGES/liboktetacore.mo share/locale/nl/LC_MESSAGES/liboktetagui.mo share/locale/nl/LC_MESSAGES/liboktetakasten.mo share/locale/nl/LC_MESSAGES/okteta.mo share/locale/nl/LC_MESSAGES/oktetapart.mo share/locale/nn/LC_MESSAGES/libkasten.mo share/locale/nn/LC_MESSAGES/liboktetacore.mo share/locale/nn/LC_MESSAGES/liboktetagui.mo share/locale/nn/LC_MESSAGES/liboktetakasten.mo share/locale/nn/LC_MESSAGES/okteta.mo share/locale/nn/LC_MESSAGES/oktetapart.mo share/locale/oc/LC_MESSAGES/libkasten.mo share/locale/oc/LC_MESSAGES/liboktetakasten.mo share/locale/oc/LC_MESSAGES/okteta.mo share/locale/oc/LC_MESSAGES/oktetapart.mo share/locale/pa/LC_MESSAGES/liboktetacore.mo share/locale/pa/LC_MESSAGES/okteta.mo share/locale/pa/LC_MESSAGES/oktetapart.mo share/locale/pl/LC_MESSAGES/libkasten.mo share/locale/pl/LC_MESSAGES/liboktetacore.mo share/locale/pl/LC_MESSAGES/liboktetagui.mo share/locale/pl/LC_MESSAGES/liboktetakasten.mo share/locale/pl/LC_MESSAGES/okteta.mo share/locale/pl/LC_MESSAGES/oktetapart.mo share/locale/pt/LC_MESSAGES/libkasten.mo share/locale/pt/LC_MESSAGES/liboktetacore.mo share/locale/pt/LC_MESSAGES/liboktetagui.mo share/locale/pt/LC_MESSAGES/liboktetakasten.mo share/locale/pt/LC_MESSAGES/okteta.mo share/locale/pt/LC_MESSAGES/oktetapart.mo share/locale/pt_BR/LC_MESSAGES/libkasten.mo share/locale/pt_BR/LC_MESSAGES/liboktetacore.mo share/locale/pt_BR/LC_MESSAGES/liboktetagui.mo share/locale/pt_BR/LC_MESSAGES/liboktetakasten.mo share/locale/pt_BR/LC_MESSAGES/okteta.mo share/locale/pt_BR/LC_MESSAGES/oktetapart.mo share/locale/ro/LC_MESSAGES/libkasten.mo share/locale/ro/LC_MESSAGES/liboktetacore.mo share/locale/ro/LC_MESSAGES/liboktetagui.mo share/locale/ro/LC_MESSAGES/liboktetakasten.mo share/locale/ro/LC_MESSAGES/okteta.mo share/locale/ro/LC_MESSAGES/oktetapart.mo share/locale/ru/LC_MESSAGES/libkasten.mo share/locale/ru/LC_MESSAGES/liboktetacore.mo share/locale/ru/LC_MESSAGES/liboktetagui.mo share/locale/ru/LC_MESSAGES/liboktetakasten.mo share/locale/ru/LC_MESSAGES/okteta.mo share/locale/ru/LC_MESSAGES/oktetapart.mo share/locale/se/LC_MESSAGES/oktetapart.mo share/locale/sk/LC_MESSAGES/libkasten.mo share/locale/sk/LC_MESSAGES/liboktetacore.mo share/locale/sk/LC_MESSAGES/liboktetagui.mo share/locale/sk/LC_MESSAGES/liboktetakasten.mo share/locale/sk/LC_MESSAGES/okteta.mo share/locale/sk/LC_MESSAGES/oktetapart.mo share/locale/sl/LC_MESSAGES/libkasten.mo share/locale/sl/LC_MESSAGES/liboktetacore.mo share/locale/sl/LC_MESSAGES/liboktetagui.mo share/locale/sl/LC_MESSAGES/liboktetakasten.mo share/locale/sl/LC_MESSAGES/okteta.mo share/locale/sl/LC_MESSAGES/oktetapart.mo share/locale/sq/LC_MESSAGES/liboktetacore.mo share/locale/sq/LC_MESSAGES/okteta.mo share/locale/sq/LC_MESSAGES/oktetapart.mo share/locale/sr/LC_MESSAGES/libkasten.mo share/locale/sr/LC_MESSAGES/liboktetacore.mo share/locale/sr/LC_MESSAGES/liboktetagui.mo share/locale/sr/LC_MESSAGES/liboktetakasten.mo share/locale/sr/LC_MESSAGES/okteta.mo share/locale/sr/LC_MESSAGES/oktetapart.mo share/locale/sr@ijekavian/LC_MESSAGES/libkasten.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetacore.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetagui.mo share/locale/sr@ijekavian/LC_MESSAGES/liboktetakasten.mo share/locale/sr@ijekavian/LC_MESSAGES/okteta.mo share/locale/sr@ijekavian/LC_MESSAGES/oktetapart.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkasten.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetacore.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetagui.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/liboktetakasten.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/okteta.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/oktetapart.mo share/locale/sr@latin/LC_MESSAGES/libkasten.mo share/locale/sr@latin/LC_MESSAGES/liboktetacore.mo share/locale/sr@latin/LC_MESSAGES/liboktetagui.mo share/locale/sr@latin/LC_MESSAGES/liboktetakasten.mo share/locale/sr@latin/LC_MESSAGES/okteta.mo share/locale/sr@latin/LC_MESSAGES/oktetapart.mo share/locale/sv/LC_MESSAGES/libkasten.mo share/locale/sv/LC_MESSAGES/liboktetacore.mo share/locale/sv/LC_MESSAGES/liboktetagui.mo share/locale/sv/LC_MESSAGES/liboktetakasten.mo share/locale/sv/LC_MESSAGES/okteta.mo share/locale/sv/LC_MESSAGES/oktetapart.mo share/locale/ta/LC_MESSAGES/oktetapart.mo share/locale/th/LC_MESSAGES/liboktetakasten.mo share/locale/th/LC_MESSAGES/oktetapart.mo share/locale/tr/LC_MESSAGES/libkasten.mo share/locale/tr/LC_MESSAGES/liboktetacore.mo share/locale/tr/LC_MESSAGES/liboktetagui.mo share/locale/tr/LC_MESSAGES/liboktetakasten.mo share/locale/tr/LC_MESSAGES/okteta.mo share/locale/tr/LC_MESSAGES/oktetapart.mo share/locale/ug/LC_MESSAGES/libkasten.mo share/locale/ug/LC_MESSAGES/liboktetacore.mo share/locale/ug/LC_MESSAGES/liboktetagui.mo share/locale/ug/LC_MESSAGES/liboktetakasten.mo share/locale/ug/LC_MESSAGES/okteta.mo share/locale/ug/LC_MESSAGES/oktetapart.mo share/locale/uk/LC_MESSAGES/libkasten.mo share/locale/uk/LC_MESSAGES/liboktetacore.mo share/locale/uk/LC_MESSAGES/liboktetagui.mo share/locale/uk/LC_MESSAGES/liboktetakasten.mo share/locale/uk/LC_MESSAGES/okteta.mo share/locale/uk/LC_MESSAGES/oktetapart.mo share/locale/zh_CN/LC_MESSAGES/libkasten.mo share/locale/zh_CN/LC_MESSAGES/liboktetacore.mo share/locale/zh_CN/LC_MESSAGES/liboktetagui.mo share/locale/zh_CN/LC_MESSAGES/liboktetakasten.mo share/locale/zh_CN/LC_MESSAGES/okteta.mo share/locale/zh_CN/LC_MESSAGES/oktetapart.mo share/locale/zh_TW/LC_MESSAGES/libkasten.mo share/locale/zh_TW/LC_MESSAGES/liboktetacore.mo share/locale/zh_TW/LC_MESSAGES/liboktetagui.mo share/locale/zh_TW/LC_MESSAGES/liboktetakasten.mo share/locale/zh_TW/LC_MESSAGES/okteta.mo share/locale/zh_TW/LC_MESSAGES/oktetapart.mo share/metainfo/org.kde.okteta.appdata.xml share/mime/packages/okteta.xml %%DATADIR%%/structures/elf/main.osd %%DATADIR%%/structures/elf/metadata.desktop %%DATADIR%%/structures/gccxml-to-osd.xsl %%DATADIR%%/structures/png/main.osd %%DATADIR%%/structures/png/metadata.desktop %%DATADIR%%/structures/uuid.js