Import kbibtex_0.8.1.orig.tar.gz
authorBastien Roucariès <rouca@debian.org>
Fri, 19 Oct 2018 15:16:30 +0000 (16:16 +0100)
committerBastien Roucariès <rouca@debian.org>
Fri, 19 Oct 2018 15:16:30 +0000 (16:16 +0100)
commit7b17e8af6d14c86940898b0bafc807f2b2adcdac
treea7f6f1922e3cf3e1b37a7cd4f1ce0c52acbd5cdf
Import kbibtex_0.8.1.orig.tar.gz

[dgit import orig kbibtex_0.8.1.orig.tar.gz]
398 files changed:
.gitignore [new file with mode: 0644]
.krazy [new file with mode: 0644]
.reviewboardrc [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Mainpage.dox [new file with mode: 0644]
Messages.sh [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
cmake/modules/FindICU.cmake [new file with mode: 0644]
cmake/modules/FindQtOAuth.cmake [new file with mode: 0644]
config/CMakeLists.txt [new file with mode: 0644]
config/biblatex.kbstyle [new file with mode: 0644]
config/bibtex.kbstyle [new file with mode: 0644]
config/jabref_journalabbrevlist.txt [new file with mode: 0644]
config/kbibtexrc [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/add-macro-source.png [new file with mode: 0644]
doc/add-macro.png [new file with mode: 0644]
doc/application-pdf.png [new file with mode: 0644]
doc/applications-internet.png [new file with mode: 0644]
doc/code-context.png [new file with mode: 0644]
doc/config-color.png [new file with mode: 0644]
doc/config-general.png [new file with mode: 0644]
doc/config-id-suggestions.png [new file with mode: 0644]
doc/config-keywords.png [new file with mode: 0644]
doc/config-pdf.png [new file with mode: 0644]
doc/config-saving.png [new file with mode: 0644]
doc/config-user-interface.png [new file with mode: 0644]
doc/configure.png [new file with mode: 0644]
doc/cross-ref.png [new file with mode: 0644]
doc/document-open-remote.png [new file with mode: 0644]
doc/document-open.png [new file with mode: 0644]
doc/document-preview.png [new file with mode: 0644]
doc/document-revert.png [new file with mode: 0644]
doc/document-save.png [new file with mode: 0644]
doc/download.png [new file with mode: 0644]
doc/draw-text.png [new file with mode: 0644]
doc/edit-clear-locationbar-rtl.png [new file with mode: 0644]
doc/edit-element.png [new file with mode: 0644]
doc/edit-undo.png [new file with mode: 0644]
doc/element-editor.png [new file with mode: 0644]
doc/external-tab.png [new file with mode: 0644]
doc/favorites.png [new file with mode: 0644]
doc/file-settings.png [new file with mode: 0644]
doc/filter-toolbar.png [new file with mode: 0644]
doc/find-pdf.png [new file with mode: 0644]
doc/first-run.png [new file with mode: 0644]
doc/flag.png [new file with mode: 0644]
doc/go-down.png [new file with mode: 0644]
doc/go-up.png [new file with mode: 0644]
doc/index.docbook [new file with mode: 0644]
doc/list-add.png [new file with mode: 0644]
doc/list-of-documents.png [new file with mode: 0644]
doc/list-of-values.png [new file with mode: 0644]
doc/list-remove.png [new file with mode: 0644]
doc/lyx-preferences.png [new file with mode: 0644]
doc/main-toolbar.png [new file with mode: 0644]
doc/man-kbibtex.1.docbook [new file with mode: 0644]
doc/media-playback-start.png [new file with mode: 0644]
doc/new-document.png [new file with mode: 0644]
doc/online-search.png [new file with mode: 0644]
doc/preferences-web-browser-identification.png [new file with mode: 0644]
doc/reference-preview.png [new file with mode: 0644]
doc/search-results.png [new file with mode: 0644]
doc/statistics.png [new file with mode: 0644]
doc/svn-update.png [new file with mode: 0644]
doc/tools-check-spelling.png [new file with mode: 0644]
doc/view-filter.png [new file with mode: 0644]
doc/zotero.png [new file with mode: 0644]
format_source_files.sh [new file with mode: 0755]
icons/128-apps-kbibtex.png [new file with mode: 0644]
icons/16-apps-kbibtex.png [new file with mode: 0644]
icons/22-apps-kbibtex.png [new file with mode: 0644]
icons/32-apps-kbibtex.png [new file with mode: 0644]
icons/48-apps-kbibtex.png [new file with mode: 0644]
icons/64-apps-kbibtex.png [new file with mode: 0644]
icons/kbibtex.svg [new file with mode: 0644]
mime/CMakeLists.txt [new file with mode: 0644]
mime/XmlMessages.sh [new file with mode: 0755]
mime/bibliography.xml [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/config/CMakeLists.txt [new file with mode: 0644]
src/config/bibtexentries.cpp [new file with mode: 0644]
src/config/bibtexentries.h [new file with mode: 0644]
src/config/bibtexfields.cpp [new file with mode: 0644]
src/config/bibtexfields.h [new file with mode: 0644]
src/config/logging_config.cpp [new file with mode: 0644]
src/config/logging_config.h [new file with mode: 0644]
src/config/notificationhub.cpp [new file with mode: 0644]
src/config/notificationhub.h [new file with mode: 0644]
src/data/CMakeLists.txt [new file with mode: 0644]
src/data/comment.cpp [new file with mode: 0644]
src/data/comment.h [new file with mode: 0644]
src/data/element.cpp [new file with mode: 0644]
src/data/element.h [new file with mode: 0644]
src/data/entry.cpp [new file with mode: 0644]
src/data/entry.h [new file with mode: 0644]
src/data/file.cpp [new file with mode: 0644]
src/data/file.h [new file with mode: 0644]
src/data/logging_data.cpp [new file with mode: 0644]
src/data/logging_data.h [new file with mode: 0644]
src/data/macro.cpp [new file with mode: 0644]
src/data/macro.h [new file with mode: 0644]
src/data/models/filemodel.cpp [new file with mode: 0644]
src/data/models/filemodel.h [new file with mode: 0644]
src/data/preamble.cpp [new file with mode: 0644]
src/data/preamble.h [new file with mode: 0644]
src/data/value.cpp [new file with mode: 0644]
src/data/value.h [new file with mode: 0644]
src/getgit.cmake [new file with mode: 0644]
src/global/kbibtex.cpp [new file with mode: 0644]
src/global/kbibtex.h [new file with mode: 0644]
src/global/preferences.cpp [new file with mode: 0644]
src/global/preferences.h [new file with mode: 0644]
src/gui/CMakeLists.txt [new file with mode: 0644]
src/gui/config/entrylayout.cpp [new file with mode: 0644]
src/gui/config/entrylayout.h [new file with mode: 0644]
src/gui/delayedexecutiontimer.cpp [new file with mode: 0644]
src/gui/delayedexecutiontimer.h [new file with mode: 0644]
src/gui/element/associatedfilesui.cpp [new file with mode: 0644]
src/gui/element/associatedfilesui.h [new file with mode: 0644]
src/gui/element/elementeditor.cpp [new file with mode: 0644]
src/gui/element/elementeditor.h [new file with mode: 0644]
src/gui/element/elementwidgets.cpp [new file with mode: 0644]
src/gui/element/elementwidgets.h [new file with mode: 0644]
src/gui/element/findpdfui.cpp [new file with mode: 0644]
src/gui/element/findpdfui.h [new file with mode: 0644]
src/gui/element/findpdfui_p.h [new file with mode: 0644]
src/gui/field/colorlabelwidget.cpp [new file with mode: 0644]
src/gui/field/colorlabelwidget.h [new file with mode: 0644]
src/gui/field/fieldinput.cpp [new file with mode: 0644]
src/gui/field/fieldinput.h [new file with mode: 0644]
src/gui/field/fieldlineedit.cpp [new file with mode: 0644]
src/gui/field/fieldlineedit.h [new file with mode: 0644]
src/gui/field/fieldlistedit.cpp [new file with mode: 0644]
src/gui/field/fieldlistedit.h [new file with mode: 0644]
src/gui/file/basicfileview.cpp [new file with mode: 0644]
src/gui/file/basicfileview.h [new file with mode: 0644]
src/gui/file/clipboard.cpp [new file with mode: 0644]
src/gui/file/clipboard.h [new file with mode: 0644]
src/gui/file/filedelegate.cpp [new file with mode: 0644]
src/gui/file/filedelegate.h [new file with mode: 0644]
src/gui/file/fileview.cpp [new file with mode: 0644]
src/gui/file/fileview.h [new file with mode: 0644]
src/gui/file/findduplicatesui.cpp [new file with mode: 0644]
src/gui/file/findduplicatesui.h [new file with mode: 0644]
src/gui/file/partwidget.cpp [new file with mode: 0644]
src/gui/file/partwidget.h [new file with mode: 0644]
src/gui/file/sortfilterfilemodel.cpp [new file with mode: 0644]
src/gui/file/sortfilterfilemodel.h [new file with mode: 0644]
src/gui/guihelper.cpp [new file with mode: 0644]
src/gui/guihelper.h [new file with mode: 0644]
src/gui/italictextitemmodel.cpp [new file with mode: 0644]
src/gui/italictextitemmodel.h [new file with mode: 0644]
src/gui/logging_gui.cpp [new file with mode: 0644]
src/gui/logging_gui.h [new file with mode: 0644]
src/gui/preferences/kbibtexpreferencesdialog.cpp [new file with mode: 0644]
src/gui/preferences/kbibtexpreferencesdialog.h [new file with mode: 0644]
src/gui/preferences/settingsabstractwidget.cpp [new file with mode: 0644]
src/gui/preferences/settingsabstractwidget.h [new file with mode: 0644]
src/gui/preferences/settingscolorlabelwidget.cpp [new file with mode: 0644]
src/gui/preferences/settingscolorlabelwidget.h [new file with mode: 0644]
src/gui/preferences/settingscolorlabelwidget_p.h [new file with mode: 0644]
src/gui/preferences/settingsfileexporterpdfpswidget.cpp [new file with mode: 0644]
src/gui/preferences/settingsfileexporterpdfpswidget.h [new file with mode: 0644]
src/gui/preferences/settingsfileexporterwidget.cpp [new file with mode: 0644]
src/gui/preferences/settingsfileexporterwidget.h [new file with mode: 0644]
src/gui/preferences/settingsgeneralwidget.cpp [new file with mode: 0644]
src/gui/preferences/settingsgeneralwidget.h [new file with mode: 0644]
src/gui/preferences/settingsglobalkeywordswidget.cpp [new file with mode: 0644]
src/gui/preferences/settingsglobalkeywordswidget.h [new file with mode: 0644]
src/gui/preferences/settingsidsuggestionseditor.cpp [new file with mode: 0644]
src/gui/preferences/settingsidsuggestionseditor.h [new file with mode: 0644]
src/gui/preferences/settingsidsuggestionswidget.cpp [new file with mode: 0644]
src/gui/preferences/settingsidsuggestionswidget.h [new file with mode: 0644]
src/gui/preferences/settingsuserinterfacewidget.cpp [new file with mode: 0644]
src/gui/preferences/settingsuserinterfacewidget.h [new file with mode: 0644]
src/gui/valuelistmodel.cpp [new file with mode: 0644]
src/gui/valuelistmodel.h [new file with mode: 0644]
src/gui/widgets/filesettingswidget.cpp [new file with mode: 0644]
src/gui/widgets/filesettingswidget.h [new file with mode: 0644]
src/gui/widgets/filterbar.cpp [new file with mode: 0644]
src/gui/widgets/filterbar.h [new file with mode: 0644]
src/gui/widgets/hidingtabwidget.cpp [new file with mode: 0644]
src/gui/widgets/hidingtabwidget.h [new file with mode: 0644]
src/gui/widgets/menulineedit.cpp [new file with mode: 0644]
src/gui/widgets/menulineedit.h [new file with mode: 0644]
src/gui/widgets/radiobuttontreeview.cpp [new file with mode: 0644]
src/gui/widgets/radiobuttontreeview.h [new file with mode: 0644]
src/gui/widgets/rangewidget.cpp [new file with mode: 0644]
src/gui/widgets/rangewidget.h [new file with mode: 0644]
src/gui/widgets/starrating.cpp [new file with mode: 0644]
src/gui/widgets/starrating.h [new file with mode: 0644]
src/io/CMakeLists.txt [new file with mode: 0644]
src/io/bibutils.cpp [new file with mode: 0644]
src/io/bibutils.h [new file with mode: 0644]
src/io/encoder.cpp [new file with mode: 0644]
src/io/encoder.h [new file with mode: 0644]
src/io/encoderlatex.cpp [new file with mode: 0644]
src/io/encoderlatex.h [new file with mode: 0644]
src/io/encoderxml.cpp [new file with mode: 0644]
src/io/encoderxml.h [new file with mode: 0644]
src/io/fileexporter.cpp [new file with mode: 0644]
src/io/fileexporter.h [new file with mode: 0644]
src/io/fileexporterbibtex.cpp [new file with mode: 0644]
src/io/fileexporterbibtex.h [new file with mode: 0644]
src/io/fileexporterbibtex2html.cpp [new file with mode: 0644]
src/io/fileexporterbibtex2html.h [new file with mode: 0644]
src/io/fileexporterbibtexoutput.cpp [new file with mode: 0644]
src/io/fileexporterbibtexoutput.h [new file with mode: 0644]
src/io/fileexporterbibutils.cpp [new file with mode: 0644]
src/io/fileexporterbibutils.h [new file with mode: 0644]
src/io/fileexporterpdf.cpp [new file with mode: 0644]
src/io/fileexporterpdf.h [new file with mode: 0644]
src/io/fileexporterps.cpp [new file with mode: 0644]
src/io/fileexporterps.h [new file with mode: 0644]
src/io/fileexporterris.cpp [new file with mode: 0644]
src/io/fileexporterris.h [new file with mode: 0644]
src/io/fileexporterrtf.cpp [new file with mode: 0644]
src/io/fileexporterrtf.h [new file with mode: 0644]
src/io/fileexportertoolchain.cpp [new file with mode: 0644]
src/io/fileexportertoolchain.h [new file with mode: 0644]
src/io/fileexporterxml.cpp [new file with mode: 0644]
src/io/fileexporterxml.h [new file with mode: 0644]
src/io/fileexporterxslt.cpp [new file with mode: 0644]
src/io/fileexporterxslt.h [new file with mode: 0644]
src/io/fileimporter.cpp [new file with mode: 0644]
src/io/fileimporter.h [new file with mode: 0644]
src/io/fileimporterbibtex.cpp [new file with mode: 0644]
src/io/fileimporterbibtex.h [new file with mode: 0644]
src/io/fileimporterbibutils.cpp [new file with mode: 0644]
src/io/fileimporterbibutils.h [new file with mode: 0644]
src/io/fileimporterpdf.cpp [new file with mode: 0644]
src/io/fileimporterpdf.h [new file with mode: 0644]
src/io/fileimporterris.cpp [new file with mode: 0644]
src/io/fileimporterris.h [new file with mode: 0644]
src/io/fileinfo.cpp [new file with mode: 0644]
src/io/fileinfo.h [new file with mode: 0644]
src/io/logging_io.cpp [new file with mode: 0644]
src/io/logging_io.h [new file with mode: 0644]
src/io/textencoder.cpp [new file with mode: 0644]
src/io/textencoder.h [new file with mode: 0644]
src/io/xsltransform.cpp [new file with mode: 0644]
src/io/xsltransform.h [new file with mode: 0644]
src/networking/CMakeLists.txt [new file with mode: 0644]
src/networking/associatedfiles.cpp [new file with mode: 0644]
src/networking/associatedfiles.h [new file with mode: 0644]
src/networking/findpdf.cpp [new file with mode: 0644]
src/networking/findpdf.h [new file with mode: 0644]
src/networking/internalnetworkaccessmanager.cpp [new file with mode: 0644]
src/networking/internalnetworkaccessmanager.h [new file with mode: 0644]
src/networking/logging_networking.cpp [new file with mode: 0644]
src/networking/logging_networking.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchabstract.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchabstract.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchacmportal.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchacmportal.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearcharxiv.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearcharxiv.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchbibsonomy.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchbibsonomy.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchbiorxiv.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchbiorxiv.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchcernds.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchcernds.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchdoi.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchdoi.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchgeneral.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchgeneral.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchgooglescholar.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchgooglescholar.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchideasrepec.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchideasrepec.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchieeexplore.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchieeexplore.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchingentaconnect.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchingentaconnect.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchinspirehep.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchinspirehep.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchisbndb.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchisbndb.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchjstor.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchjstor.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchmathscinet.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchmathscinet.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchmrlookup.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchmrlookup.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchoclcworldcat.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchoclcworldcat.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchpubmed.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchpubmed.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchsciencedirect.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchsciencedirect.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchsimplebibtexdownload.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchsimplebibtexdownload.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchsoanasaads.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchsoanasaads.h [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchspringerlink.cpp [new file with mode: 0644]
src/networking/onlinesearch/onlinesearchspringerlink.h [new file with mode: 0644]
src/networking/zotero/api.cpp [new file with mode: 0644]
src/networking/zotero/api.h [new file with mode: 0644]
src/networking/zotero/collection.cpp [new file with mode: 0644]
src/networking/zotero/collection.h [new file with mode: 0644]
src/networking/zotero/collectionmodel.cpp [new file with mode: 0644]
src/networking/zotero/collectionmodel.h [new file with mode: 0644]
src/networking/zotero/groups.cpp [new file with mode: 0644]
src/networking/zotero/groups.h [new file with mode: 0644]
src/networking/zotero/items.cpp [new file with mode: 0644]
src/networking/zotero/items.h [new file with mode: 0644]
src/networking/zotero/oauthwizard.cpp [new file with mode: 0644]
src/networking/zotero/oauthwizard.h [new file with mode: 0644]
src/networking/zotero/tagmodel.cpp [new file with mode: 0644]
src/networking/zotero/tagmodel.h [new file with mode: 0644]
src/networking/zotero/tags.cpp [new file with mode: 0644]
src/networking/zotero/tags.h [new file with mode: 0644]
src/parts/CMakeLists.txt [new file with mode: 0644]
src/parts/browserextension.cpp [new file with mode: 0644]
src/parts/browserextension.h [new file with mode: 0644]
src/parts/kbibtexpart.desktop [new file with mode: 0644]
src/parts/kbibtexpartui.rc [new file with mode: 0644]
src/parts/logging_parts.cpp [new file with mode: 0644]
src/parts/logging_parts.h [new file with mode: 0644]
src/parts/part.cpp [new file with mode: 0644]
src/parts/part.h [new file with mode: 0644]
src/parts/partfactory.cpp [new file with mode: 0644]
src/parts/partfactory.h [new file with mode: 0644]
src/processing/CMakeLists.txt [new file with mode: 0644]
src/processing/bibliographyservice.cpp [new file with mode: 0644]
src/processing/bibliographyservice.h [new file with mode: 0644]
src/processing/checkbibtex.cpp [new file with mode: 0644]
src/processing/checkbibtex.h [new file with mode: 0644]
src/processing/findduplicates.cpp [new file with mode: 0644]
src/processing/findduplicates.h [new file with mode: 0644]
src/processing/idsuggestions.cpp [new file with mode: 0644]
src/processing/idsuggestions.h [new file with mode: 0644]
src/processing/journalabbreviations.cpp [new file with mode: 0644]
src/processing/journalabbreviations.h [new file with mode: 0644]
src/processing/logging_processing.cpp [new file with mode: 0644]
src/processing/logging_processing.h [new file with mode: 0644]
src/processing/lyx.cpp [new file with mode: 0644]
src/processing/lyx.h [new file with mode: 0644]
src/program/CMakeLists.txt [new file with mode: 0644]
src/program/docklets/documentpreview.cpp [new file with mode: 0644]
src/program/docklets/documentpreview.h [new file with mode: 0644]
src/program/docklets/elementform.cpp [new file with mode: 0644]
src/program/docklets/elementform.h [new file with mode: 0644]
src/program/docklets/filesettings.cpp [new file with mode: 0644]
src/program/docklets/filesettings.h [new file with mode: 0644]
src/program/docklets/referencepreview.cpp [new file with mode: 0644]
src/program/docklets/referencepreview.h [new file with mode: 0644]
src/program/docklets/searchform.cpp [new file with mode: 0644]
src/program/docklets/searchform.h [new file with mode: 0644]
src/program/docklets/searchresults.cpp [new file with mode: 0644]
src/program/docklets/searchresults.h [new file with mode: 0644]
src/program/docklets/statistics.cpp [new file with mode: 0644]
src/program/docklets/statistics.h [new file with mode: 0644]
src/program/docklets/valuelist.cpp [new file with mode: 0644]
src/program/docklets/valuelist.h [new file with mode: 0644]
src/program/docklets/zoterobrowser.cpp [new file with mode: 0644]
src/program/docklets/zoterobrowser.h [new file with mode: 0644]
src/program/documentlist.cpp [new file with mode: 0644]
src/program/documentlist.h [new file with mode: 0644]
src/program/kbibtexui.rc [new file with mode: 0644]
src/program/logging_program.cpp [new file with mode: 0644]
src/program/logging_program.h [new file with mode: 0644]
src/program/mainwindow.cpp [new file with mode: 0644]
src/program/mainwindow.h [new file with mode: 0644]
src/program/mdiwidget.cpp [new file with mode: 0644]
src/program/mdiwidget.h [new file with mode: 0644]
src/program/openfileinfo.cpp [new file with mode: 0644]
src/program/openfileinfo.h [new file with mode: 0644]
src/program/org.kde.kbibtex.appdata.xml [new file with mode: 0644]
src/program/org.kde.kbibtex.desktop [new file with mode: 0644]
src/program/program.cpp [new file with mode: 0644]
src/test/CMakeLists.txt [new file with mode: 0644]
src/test/kbibtexfilestest-rawdata.h [new file with mode: 0644]
src/test/kbibtexfilestest.cpp [new file with mode: 0644]
src/test/kbibtextest.cpp [new file with mode: 0644]
src/test/kbibtextest.h [new file with mode: 0644]
src/test/logging_test.cpp [new file with mode: 0644]
src/test/logging_test.h [new file with mode: 0644]
src/test/main.cpp [new file with mode: 0644]
src/test/test-config.h.in [new file with mode: 0644]
testset/README-testset.txt [new file with mode: 0644]
xslt/CMakeLists.txt [new file with mode: 0644]
xslt/abstractonly.xsl [new file with mode: 0644]
xslt/arxiv2bibtex.xsl [new file with mode: 0644]
xslt/fancy.xsl [new file with mode: 0644]
xslt/ieeexplore2bibtex.xsl [new file with mode: 0644]
xslt/isbndb2bibtex.xsl [new file with mode: 0644]
xslt/pam2bibtex.xsl [new file with mode: 0644]
xslt/pubmed2bibtex.xsl [new file with mode: 0644]
xslt/standard.xsl [new file with mode: 0644]
xslt/wikipedia-cite.xsl [new file with mode: 0644]
xslt/worldcatdc2bibtex.xsl [new file with mode: 0644]
xslt/zoteroitems2bibtex.xsl [new file with mode: 0644]