[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kwrite-devel
Subject:    Build failed in Jenkins: kate_master #1758
From:       KDE CI System  <null () kde ! org>
Date:       2014-07-24 17:49:54
Message-ID: 1537160498.86.1406224195365.JavaMail.jenkins () build
[Download RAW message or body]

See <http://build.kde.org/job/kate_master/1758/changes>

Changes:

[cullmann] initial quick and dirty ktexteditor compilation on KF5

[cullmann] start to port part, mark all commented out places with FIXME and KF5

[cullmann] start to port part, mark all commented out places with FIXME and KF5

[cullmann] part compiles and links

[cullmann] KWrite starts up and doesn't find the katepart :P

[cullmann] katepart loads and crashs :)

[cullmann] let it run ;)

[cullmann] kill the complete Smart* stuff

[cullmann] port backup file name generation

[cullmann] less KF5 porting notes

[dhaumann] remove Kross, otherwise it does not work for me

[cullmann] no KDE4 searching

[cullmann] less KSharedPtr

[cullmann] less KSharedPtr

[cullmann] fix xml gui, actions load again

[cullmann] less old stuff

[cullmann] quickfix for file loading

[dhaumann] fix Drag & Drop

[dhaumann] start working on QAccessible, not there yet

[dhaumann] port to KCategoryDrawer

[dhaumann] fix drawing of buttons in style config dialog

[dhaumann] Sonnet::BackgroundChecker::restore() was removed

[dhaumann] Sonnet::BackgroundChecker::restore() was removed

[dhaumann] dialog: buttons / help still missing

[dhaumann] port to QMimeData::urls()

[dhaumann] merge KTE::CoordinatesToCursorInterface into KTE::View

[dhaumann] add KF5 porting notes

[dhaumann] add KTE::DocumentCursor

[dhaumann] remove convenience View::setSelection()

[dhaumann] port KToolInvocation to KHelpClient

[dhaumann] KTE::Document: chracterAt(), wordAt(), wordRangeAt()

[dhaumann] KateView::selectWord(): reuse Document::wordRangeAt()

[dhaumann] KateScriptDocument::wordRangeAt(): reuse Document::wordRangeAt()

[dhaumann] move signal readWriteChanged(KTE::Document*) to KTE::Document

[dhaumann] more API documentation

[dhaumann] bring back loading of compressed files

[dhaumann] port to KCompressionDevice

[cullmann] don't derive from KTextEditor::Cursor

[cullmann] start to cleanup KTextEditor::Cursor/Range

[cullmann] start to cleanup KTextEditor::Cursor/Range

[cullmann] less Smart*

[cullmann] back to plain qfile, comment the problem

[dhaumann] comment out accessibility stuff again

[cullmann] purge editor chooser, nothing like pain, there is no other implementation \
since 10 years

[cullmann] purge editor chooser, nothing like pain, there is no other implementation \
since 10 years

[cullmann] remove the simple mode, the most stupid invention ever

[dhaumann] EditorChooser is gone

[dhaumann] update todo-list

[dhaumann] changes to KTE::TextHintInterface

[dhaumann] remove LoadSaveFilterCheckPlugin, it's unused anyways

[dhaumann] mention removed interface in docs

[cullmann] initial Kate application port, still a lot work

[cullmann] try to get filetree plugin up and running ;) not working ATM

[cullmann] start to port away from KApplication subclass

[cullmann] start to have again kind of working command line parsing

[cullmann] active doc generation again

[cullmann] use json plugin info

[cullmann] port command line parsing for KWrite, too

[cullmann] fix ::move of MovingCursor

[dhaumann] add DocumentCursor include file

[agateau] KF5 prefix rename

[michal.humpula] migrate from KMimeType

[michal.humpula] migrate from KUrl to QUrl

[michal.humpula] migrate from KDebug to QLoggingCategory (kwrite)

[michal.humpula] migrate from KDebug to QLoggingCategory (kate)

[michal.humpula] migrate from KDebug to QLoggingCategory (filetree)

[michal.humpula] migrate from KDebug to QLoggingCategory (katepart)

[michal.humpula] migrate from KDebug to QLoggingCategory (ktexteditor)

[michal.humpula] migrate from KAction to QAction (1/3)

[michal.humpula] migrate from KAction to QAction (2/3)

[michal.humpula] migrate from KAction to QAction (3/3)

[michal.humpula] migrate away from KShortcut

[michal.humpula] migrate from KStandardDirs to QStandardPaths

[michal.humpula] migrate from KSharedPtr to QExplicitlySharedDataPointer

[aleixpol] KF5 Porting, Exposing KTextEditor

[aleixpol] Explicitly construct QUrl

[aleixpol] Build with strict iterators

[michal.humpula] migrate from KGlobal::config() to KSharedConfig::openConfig()

[michal.humpula] migrate from KGlobal::charsets to KCharsets:charsets

[michal.humpula] more KGlobal cleaning

[michal.humpula] port away from KGlobalSettings

[michal.humpula] migrate from KTabWidget to QTabWidget

[michal.humpula] port away from KTemporaryFile to QTemporaryFile

[michal.humpula] port from KMenu to Qmenu

[michal.humpula] migrate from KIcon to QIcon

[michal.humpula] port away from KPushButton to QPushButton

[michal.humpula] minor cleanup

[michal.humpula] port away from kde_file.h

[michal.humpula] port from KSaveFile to QSaveFile

[michal.humpula] small header cleanup and micro fix

[dhaumann] compile: KF5::ItemViews were renamed to KF5::KItemViews

[michal.humpula] port from KFileDialog to QFileDialog

[dhaumann] revert previous commit, was a mistake in kdelibs

[dhaumann] fix inserting & removing i18n catalog

[dhaumann] convert KSpinBox to QSpinBox

[dhaumann] port from KIntSpinBox to QSpinBox

[michal.humpula] port from KColorDialog to QColorDialog

[dhaumann] port to KLocale::global() and QSpinBox

[dhaumann] port away from KHBox, this should be done properly with .ui-files!

[michal.humpula] remove KComponentData headers

[michal.humpula] port away from KApplication

[michal.humpula] remove katemain.h

[michal.humpula] remove usage of kdeversion.h

[michal.humpula] port from KProgressDialog to QProgressDialog

[michal.humpula] make cmdline args work again

[michal.humpula] port from KDialog to QDialog (KateSession)

[michal.humpula] port from KFontDialog to QFontDialog

[michal.humpula] port from KDialog to QDialog (KateMwModOnHdDialog)

[michal.humpula] port from KDialog to QDialog (KateSaveModifiedDialog)

[michal.humpula] port from KDialog to QDialog (KateSnippetGlobal)

[michal.humpula] port from KDialog to QDialog (EditSnippet)

[michal.humpula] port from KDialog to QDialog (EditSnippetRepository)

[michal.humpula] port from KDialog to QDialog (part/dialogs)

[michal.humpula] port from KDialog to QDialog (KateCompletionConfig)

[michal.humpula] port from KDialog to QDialog (KateSchemaConfigPage)

[michal.humpula] port from KDialog to QDialog (KateGlobal::configDialog)

[michal.humpula] port from KIntNumInput to QSpinBox

[michal.humpula] small cleanup

[michal.humpula] another small cleanup

[michal.humpula] port from KMainWindow::restoreWindowSize/saveWindowsize

[michal.humpula] port from KHBox (KateSchemaConfigPage)

[michal.humpula] port away from KVBox (KateMDI::ToolVIew)

[michal.humpula] port away from KVBox (KateConfigDialog)

[michal.humpula] port away from KVBox (KateViewSpace)

[michal.humpula] port from KLocale to QLocale

[michal.humpula] make KateMDI::MainWindow::centralWidget protected

[michal.humpula] port awy from K[HV]Box in KateMDI::MainWindow

[michal.humpula] port from deprecated KPluginInfo(const KService::Ptr)

[michal.humpula] port away from qVariantValue macro

[michal.humpula] small cleanup after porting

[michal.humpula] port away from title case "K" include files

[michal.humpula] port from deprecated Qt5 methods

[michal.humpula] port away from QAbstractItemModel::reset()

[michal.humpula] port away from Qt5 ascii methods

[michal.humpula] last qVartianValue removal

[cgiboudeaux] Require ECM 0.0.9

[cgiboudeaux] Require CMake 2.8.12

[cgiboudeaux] Group the KF5 & Qt5 modules

[cgiboudeaux] Clean CMAKE_MODULE_PATH

[cgiboudeaux] Fix includes.

[michal.humpula] port from KStatusBar to QStatusBar (KateVSStatusBar)

[michal.humpula] remove unused header files

[dhaumann] move KateHighlighting::contextNum() to cpp-file + constify

[cullmann] install .desktop files, to make kservice work again

[michal.humpula] port to cmake generate_export_header

[cullmann] remove kate part version

[dhaumann] openUrl: always open a new buffer

[cullmann] port project plugin

[dhaumann] simplify compression device code when saving files

[cullmann] sort deps, 4support is only used because of netaccess

[dhaumann] port to KF5/Qt5

[cullmann] port away from old API

[michal.humpula] force include header case

[cullmann] port away from old API

[cullmann] we use the qt qjson stuff ;)

[dhaumann] port away from KIcon

[michal.humpula] port away from KIO::NetAccess

[michal.humpula] port away from some kde4support macros

[cullmann] register app wide about data, remove not used kde4support dep

[cullmann] register about data for kwrite, too

[cullmann] remove transitional

[cullmann] less kde4support

[cullmann] less kde4 support

[cullmann] remove more attic

[cullmann] KTextEditor is always in kate.git

[cullmann] start to port unit tests

[cullmann] start to port unit tests

[cullmann] start to add tests back

[cullmann] start to add tests back

[dhaumann] initial port of Konsole plugin

[cullmann] more tests

[cullmann] better test script

[cullmann] better test script

[michal.humpula] cut down dependencies in cmake

[michal.humpula] enable back vimode_tests

[dhaumann] port to KF5/Qt5

[dhaumann] konsole plugin: kde4 support free

[cullmann] cleanup KTE api for ranges, no non-const start/end, but setStart/setEnd

[cullmann] more tests

[cullmann] more tests

[cullmann] more tests

[cullmann] lot more tests ;)

[cullmann] more tests

[dhaumann] hideToolView() calls setFocus() at the moment

[dhaumann] api by Christoph is always normalized

[dhaumann] initial port of filesystem browser

[michal.humpula] try to fix kwrite session store/save

[michal.humpula] bring back the isSessionRestored function

[michal.humpula] make KAboutDataDialog work again

[michal.humpula] change KTextEditor::aboutData declaration

[michal.humpula] cleanup KateConfigDialog from KF5 FIXMEs

[michal.humpula] bring back the sessionSaving call in kate

[michal.humpula] make kate session work again

[michal.humpula] port from getpid to QCoreApplication::applicationPid

[michal.humpula] reenabling transparent compreession

[michal.humpula] enable back the size window initial settings

[cullmann] merge the masses of vX interfaces

[michal.humpula] update CommitPolicy with more coding style info

[michal.humpula] clean up compile warnings from enable tests

[michal.humpula] make the rest of the tests compile

[michal.humpula] make `kwrite test.cpp` work again

[michal.humpula] cleanup usage of tests QUrl

[dhaumann] update porting guite to reflect CodeCompletionModelControllerInterface \
merge

[michal.humpula] tests include headers cleanup

[michal.humpula] clean KIO usage of job->errors()

[michal.humpula] small cleanup of header files

[michal.humpula] remove recursion from kate config dialog

[cullmann] try to fix unit-test compile on build bot

[michal.humpula] filetree: const some functions

[michal.humpula] make filetree more keyboard friendly

[michal.humpula] bring back the file icon in katefiletree

[michal.humpula] emit documentUrlChanged when url really changes

[michal.humpula] cleanup excessive debug info from kate/filetree

[michal.humpula] fix katepart plugin loader

[michal.humpula] port hlselection plugin

[michal.humpula] fix the file argument parsing

[michal.humpula] clenup compiler warning for filebrowser plugin

[cullmann] same hack for dbus communication

[michal.humpula] set urgent flag on window activated by dbus call

[cullmann] add simple and check infinite loop check for highlightings

[michal.humpula] small #include header cleanup

[michal.humpula] let there be print preview

[michal.humpula] break down the kateprinter.cpp

[cullmann] remove top bar, not used anymore

[cullmann] remove the old should exit hack

[cullmann] register us again at the holy dbus

[cullmann] register us again at the holy dbus

[cullmann] clarify the dbus prefix

[michal.humpula] break down the PrintPainter::paint()

[michal.humpula] enable page ranges for printing

[michal.humpula] remove forgotten schemaconfigcolortab.ui

[cullmann] start to generate forward headers like the people in frameworks do, still \
some files missing

[cullmann] missed to install the headers :)

[cullmann] fixup library versions

[cullmann] cleanups

[michal.humpula] reenable the updateColorPalette slot

[michal.humpula] add posibility to change swap file location

[cullmann] start to cleanup KTextEditor structure, not all in one dir

[cullmann] start to cleanup KTextEditor structure, not all in one dir

[cullmann] fix make install

[cullmann] even more structure

[cullmann] remove not used header

[michal.humpula] don't write session information to shared config

[michal.humpula] dirty fix for 5c8541

[cullmann] Start to implement alternative interface for host applications.

[cullmann] better destruction order

[cullmann] use new MainWindow interface instead of ViewBarContainer

[cullmann] more interface functions, fixup copy and paste error in header

[cullmann] start to implement the interfaces

[cullmann] start to add application wrapper

[cullmann] remove old code, use new application interface

[cullmann] cu container interface, all uses in katepart are now ported over to \
application/mainwindow duo, even nicer, as they are completly null safe

[cullmann] try to fix problem introduced by inventing setStart/End, back to old \
semantics

[cullmann] remove old API

[cullmann] more application API

[cullmann] cleanup the Editor instance mess, just one global instance, cleanup on \
QCoreApplication exit, like we do since long in 4.x series to avoid any problems, but \
now really just do that, no nifty not needed ref counting

[michal.humpula] add menu action to display non-printable spaces

[cullmann] implement application interfaces

[cullmann] start to implement application plugin

[cullmann] merge master

[cullmann] add plugin createView

[cullmann] filter device doesn't like truncate

[cullmann] nearly completed interfaces for main window

[cullmann] purge never used API

[cullmann] more or less all interfaces needed are around now, beside the config page \
interface

[cullmann] remove old cruft

[cullmann] KTextEditor::ConfigPage is all we need ;)

[cullmann] add back config page interface, Editor derives from it, plugins may use it

[cullmann] remove Kate's duplicated config page & config page interface, use the \
KTextEditor interfaces

[cullmann] remove Kate's duplicated config page & config page interface, use the \
KTextEditor interfaces

[cullmann] application plugin type

[michal.humpula] fix viemulatedcommandbar tests

[cullmann] fix linking

[cullmann] fix linking

[cullmann] fix missing display name

[cullmann] kate compiles & links again without its own interfaces, plugins out of \
order now ATM

[cullmann] file tree plugin compiles again and does nothing ;)

[michal.humpula] vi-mode: make KateViEmulatedCommandBar default

[cullmann] implement full interface to have file tree at least bit working again

[cullmann] add again internal signalling

[cullmann] use right view changed

[cullmann] set xml file

[cullmann] avoid to install the library only needed for unit tests

[cullmann] Revert "avoid to install the library only needed for unit tests"

[cullmann] no versioning of this, this is really only katepart internal

[cullmann] fix session config, much nicer with new interface

[cullmann] kate console plugin is back alive and kicking ;)

[cullmann] do it like konsolepart: katepartprivate + katepart

[cullmann] fixup kate project plugin

[cullmann] initial port of search plugin, think something is still broken, seems like \
endless loop for pgrep search in project

[cullmann] remove old hello world, will need to write new one

[cullmann] less warnings

[michal.humpula] cleanup for b7687492 to be cherry-pick

[michal.humpula] Fix assert in ~QPersistentModelIndex

[michal.humpula] when in vi-mode override menu find actions

[michal.humpula] remove vi-mode dependend code from searchbar

[michal.humpula] add "Save Copy As" action to katepart

[cullmann] Relicense to LGPLv2+

[cullmann] relicensing, LGPLv2 => LGPLv2+

[cullmann] KTextEditor is finally LGPLv2+ only

[cullmann] relicense to LGPLv2+

[cullmann] relicense to LGPLv2+

[cullmann] relicensing, LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense to LGPLv2+

[cullmann] enable wildcard matcher test again

[cullmann] relicense to LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense to LGPLv2+

[cullmann] relicense to LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense, LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] add copying info, add list of remaining issues I need to resolve to be \
fully LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] update list

[cullmann] fixup readme

[cullmann] kill outdated info

[cullmann] remove outdated info, we even have senseful indentation script docs in \
manual atm

[cullmann] relicense LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] start to have same list of exception for kate application

[cullmann] extend README

[cullmann] relicense LGPLv2+

[faure] fix build from scratch

[cullmann] guess we need ktexteditor headers globally, too

[cullmann] relicense LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense remaining tests LGPLv2+

[cullmann] start to fix includes to be installed in KTextEditor/...

[cullmann] start to fix includes to be installed in KTextEditor/...

[cullmann] don't install one level too much dirs

[cullmann] start to separate data and code

[cullmann] move automated tests to autotests, split up src and input, to make it \
clear what the actual code and what just raw input data is

[cullmann] clarify the license constraints, now that the sources are sanely licensed \
for all existing tests

[cullmann] relicense LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicense LGPLv2+

[cullmann] relicensing LGPLv2+

[cullmann] remove false optimization function, we just can call unwrapLine after my \
last cleanups, no need to duplicate the code inside that in the loop

[cullmann] relicense LGPLv2+

[cullmann] get to compile without KDE 4 support

[cullmann] add xml gui

[cullmann] no duplicated includes

[cullmann] still fails withou support

[faure] finish porting away from kde4support - we were still using some of its \
headers

[michal.humpula] remove forgotten connect to slotUpdateTopViewBar

[michal.humpula] break down the katession.h/.cpp files

[michal.humpula] changes headers of katesession to LGPLv2+

[cullmann] Fold KTextEditor and KatePart.

[cullmann] we need earlier singleton access

[cullmann] clarify docs

[cullmann] ::instance can no longer fail because of missing part installation

[cullmann] remove KDE4Support req

[cullmann] enable loging at right place

[michal.humpula] mark kate tests by cmake add_test

[cullmann] document state of the art for .cpp files

[cullmann] document state of the art for .h files

[cullmann] Ok'd on kwrite-devel, relicense to LGPLv2+

[cullmann] Ok'd on kwrite-devel, relicense to LGPLv2+

[cullmann] rpedersen gave OK

[cullmann] Ok'd on kwrite-devel, relicense to LGPLv2+

[cullmann] kill outdated stuff

[michal.humpula] spead up loading of documents batch

[michal.humpula] reduce closing time of multiple documents

[cullmann] cleanups

[michal.humpula] tune the autotests/CMakeLists.txt

[cullmann] Ok'd on kwrite-devel, relicense to LGPLv2+

[cullmann] Ok'd on kwrite-devel, relicense to LGPLv2+

[cullmann] remove old stuff

[cullmann] more cleanpups

[cullmann] more cleanpups

[cullmann] more cleanups

[cullmann] more cleanups

[michal.humpula] display message when wrapping in search

[cullmann] vimode: added the <C-u> command in insert mode.

[michal.humpula] when in vi-mode divert "Switch to Command Line" action to \
viModeEmulatedCommandBar

[michal.humpula] add -DQT_NO_CAST_FROM_BYTEARRAY flag

[michal.humpula] add -DQT_NO_URL_CAST_FROM_STRING flag

[dhaumann] MessageTest: attempt to fix timing in unit test

[cullmann] remove unneeded headers

[cullmann] port snippet plugin to move snippet code back into it

[michal.humpula] add -DQT_NO_CAST_(FROM|TO)_ASCII flags (1/?)

[dhaumann] add KateGlobal::unitTestMode() and ::enableUnitTestMode()

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (2/?)

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (3/?)

[michal.humpula] try to get rid off KateGlobal::unitTestMode()

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (4/?)

[dhaumann] remove kateglobal.h include

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (4/?)

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (6/?)

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (7/?)

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (8/?)

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (9/?)

[mikisabate] vimode: fixed the cursor in some cases of the "c" command in normal \
mode.

[mikisabate] vimode: removing the QCOMPARE's from my previous commit.

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (10/?)

[cullmann] move snippet code again in plugin, now that we have some common plugin \
interface to be reused by other apps

[cullmann] guess we are safe from qt 4.6.2 now

[cullmann] fix crashs

[cullmann] fix crashs

[cullmann] no need for version

[michal.humpula] add -DQT_NO_CAST_FROM_ASCII flags (11/11)

[cullmann] hardcode to load integral plugins

[cullmann] no kate specific stuff atm

[michal.humpula] remove extra "connect" in filtree

[michal.humpula] resolve again the filepaths specified on cmdline

[michal.humpula] add initial tests for KateFileTreeModel

[michal.humpula] add -DQT_USE_QSTRINGBUILDER

[faure] Add include(GenerateExportHeader) to CMakeLists.txt

[michal.humpula] more KateFileTreeModel tests

[michal.humpula] cleanup KateFileTreeModel

[michal.humpula] cleanup KateFileTreeModel

[michal.humpula] cleanup sessions dialogs layout

[michal.humpula] KateFileTreeModel make the batch slots const &

[cullmann] fix CMakeLists.txt to require KF5::TextEditor, fix compile

[cullmann] remove all autotests for ktexteditor part, that is in ktexteditor.git now

[cullmann] remove ktexteditor part, is in KF5::TextEditor now ;)

[cullmann] remove ktexteditor part, is in KF5::TextEditor now ;)

[cullmann] more cleanups

[cullmann] and one year more ;)

[michal.humpula] make KateFileTreeModel more intelligent

[neundorf] build plugin: default to an empty previous target, instead of default

[neundorf] project plugin: fix example

[cullmann] exported merged in part

[cullmann] KDE4 specific

[cullmann] merged hl selection in part

[michal.humpula] small KateFileTreeModel cleanup

[michal.humpula] add more actions to filetree menu

[michal.humpula] filetree: add menu action to forget edit/view history

[michal.humpula] filetree: add close&delete action to ctx menu

[michal.humpula] filetree: make sure we have the correct model

[michal.humpula] fix previous commit

[cullmann] adapt to ApplicationPlugin => Plugin change

[cullmann] less deps

[cullmann] remove more stuff, insert file is not really needed anyway, autobrace \
should be integrated into the part

[agateau] Use KF5 version of KNewStuff3 includes

[cullmann] less old API in use

[cullmann] less hacks, now that we have the view

[cullmann] remove useless API

[cullmann] quick compile fix, we need a view here

[michal.humpula] fix filetree autotests

[cullmann] adjust to new interface

[cullmann] adjust to new interface

[cullmann] sonnet is part internal

[cullmann] less unused stuff

[michal.humpula] filetree: bring back the print actions

[dhaumann] initial port to new interfaces

[michal.humpula] kateconsole: fix runtime errors

[dhaumann] compile without kde4 support

[dhaumann] backtrace browser is ported, enable by default again

[dhaumann] run astyle with kdelibs coding style

[cullmann] KTextEditor::Editor is now a singleton itself

[cullmann] KTextEditor::Editor is now a singleton itself

[cullmann] less singletons

[dhaumann] unit test the gdb backtrace parser

[cullmann] we shall use sanebrace plugin for KF5

[dhaumann] next attempt of fixing coding guidelines ;)

[dhaumann] move the plugin auto-test to the plugin to keep test locally

[cullmann] adjust api

[cullmann] start to port sql plugin

[cullmann] more porting

[cullmann] more ported

[cullmann] more ported

[cullmann] more ported

[cullmann] more ported

[cullmann] more ported

[cullmann] more ported

[cullmann] more ported

[cullmann] more ported

[kare.sars] Port the CTags plugin to frameworks and re-enable building

[cullmann] more ported

[cullmann] more ported

[cullmann] more ported

[cullmann] more ported

[cullmann] kate sql is back

[cullmann] fix xmlgui

[cullmann] cleanup cmake lists

[cullmann] filebrowser is back

[kare.sars] Fix opening of files by using QUrl::fromUserInput() in stead of QUrl()

[dhaumann] initial port of xml completion plugin

[dhaumann] astyle: format code

[cullmann] remove unused parts, we install no versioned libs

[cullmann] cleanup KWrite even more

[cullmann] no logging stuff used here

[cullmann] less includes

[dhaumann] xml completion plugin: remove kde4 support

[cullmann] less includes

[dhaumann] fix porting bugs

[cullmann] let automoc do the job

[cullmann] filetree is just a plugin

[cullmann] filetree is just a plugin

[cullmann] cleanup dirs

[cullmann] the world hates the tip of the day for an advanced editor ;)

[cullmann] add Messages

[cullmann] fix i18n, no js, no tips

[cullmann] split unit tests

[cullmann] split all unit tests

[cullmann] split all unit tests

[kare.sars] Port the GDB plugin to frameworks

[cullmann] remove kurl.h

[jowenn] A first rough port. I'm not completely happy yet. Network stuff is tested a \
littlebit, but that sems not to be a problem with this plugin alone. The katepart \
itself does not correctly open files from ftp

[jowenn] add_subdirectory -> ecm_optional

[jowenn] A littlebit of QLatin1String to QStringLiteral conversion

[jowenn] more QStringLiterals

[cullmann] less friends

[cullmann] less friends

[cullmann] less friends

[cullmann] automoc handles that

[cullmann] KateWaiter in own file

[cullmann] use integrated status bar, need to add API to hide it

[cullmann] use integrated status bar, need to add API to hide it, for file name we \
will have extra widget soon :P dominik must be faster

[cullmann] use API to hide status bar if needed

[jowenn] seems to work with KF5, except for the save/restoreWindowSize of the dialog

[jowenn] Before stating (especially important for network files) search in the list \
of opened documents

[dhaumann] start adding a tabbar to the view space

[cullmann] fix help button

[jowenn] replacement for not existing delayed menu in QPushButton. Future feature in \
menu, but not yet there

[jowenn] assign an icon

[jowenn] Session can be deleted from the start dialog now

[cullmann] first app

[cullmann] remove unused functions

[kare.sars] Port the build plugin to frameworks

[cullmann] use more aboutdata api to have standard args

[cullmann] fix compile

[jowenn] remove compile warning and disallow user to resize columns

[jowenn] one compile warning less

[dhaumann] tab bar: for documents without view, still add a button (lazy loading)

[dhaumann] simplify keeping track of tabs

[dhaumann] track document name changes

[dhaumann] revert: Even more quick way to switch to a previous document

[dhaumann] tab bar: make switching work, make quick open work

[cullmann] fix viewChanged signals

[cullmann] fix plugin signals

[cullmann] we include a tabbar soon per default, if people want the other variants, \
they might port them from master, no need to waste our time

[dhaumann] add split actions to view space bar

[cullmann] try out if only one test fail on build.kde.org

[cullmann] two fails, too :P

[cullmann] no document duplicates please ;)

[dhaumann] slim painting of current document

[dhaumann] some cleanups

[dhaumann] center vertically too

[cullmann] allow splitters to survive without views

[cullmann] use right createView, of viewmanager, not viewspace

[cullmann] for delayed update, disable repaints

[dhaumann] queue signal slot connection for closing actions

[dhaumann] use popup menu in view space bar

[dhaumann] show short cut in tool tips

[jowenn] show the modification asterisk in the titlebar, although I'm unsure about \
that. The test [modified] would be better I think

[cullmann] use standard action name

[dhaumann] rename setTabURL to setTabToolTip

[cullmann] adjust signals t oqt 5

[cullmann] relicense to LGPLv2+

[cullmann] small cleanups

[cullmann] kdelibs coding style, like ktexteditor, astyle-kdelibs for the win

[dhaumann] fix sizing of view space bar switchers

[cullmann] kdelibs coding style, like ktexteditor, astyle-kdelibs for the win

[cullmann] 4 spaces

[cullmann] kdelibs coding style for the win

[cullmann] make static

[cullmann] elide too long text

[cullmann] no one pixel border

[cullmann] close other views action, too

[cullmann] remove unused

[cullmann] better way to disable updates to avoid nasty flicker

[cullmann] better way to disable updates to avoid nasty flicker

[jowenn] KF5: If the window is fullscreen, show a toolbutton as a corner widget for \
the menubar. I guess this only works if the menubar is within the application and not \
if the bar is external, but it is better than nothing.

[cullmann] better way to disable updates to avoid nasty flicker

[cullmann] try out if the other tests pass on build.kde.org

[cullmann] cleanup internal API

[cullmann] cleanup internal API

[cullmann] cleanup internal API

[dhaumann] implement correct document switching

[dhaumann] missed height of view space bar

[dhaumann] fix hiding and try better sizing

[cullmann] try to fix sizing issues

[dhaumann] next try...

[codeminister] ignore CMake tmp file

[codeminister] Add sessionsconfigwidge.ui and remove manual UI code. Add stub for \
"Number of entries in recent file list"

[cullmann] app/ => src/

[cullmann] cleanup CMake files

[codeminister] Recent File List Entry Count: persist setting

[dhaumann] first fix attempt, still not all corner cases

[codeminister] apply RecentFilesMaxCount to m_fileOpenRecent

[dhaumann] next fix

[cullmann] allow to have one splitter full-size

[dhaumann] more correct coping with for remove a view

[cullmann] fix crash on open document if only one document that is untitled and fresh \
is around

[cullmann] less view list iterations

[cullmann] less view list iterations

[cullmann] no stupid lists in kateviewmanager, still some linear lookups, thought

[cullmann] start to remove more API

[cullmann] fix doc

[cullmann] start to remove more API

[cullmann] start to remove more API

[cullmann] start to remove more API

[cullmann] fix off by one

[cullmann] start to cleanup the view activation mess, less direct function calls, \
more relying on the signals we have anyway

[cullmann] start to cleanup the view activation mess, less direct function calls, \
more relying on the signals we have anyway

[cullmann] avoid empty view spaces

[cullmann] less public API

[cullmann] deleteDoc itself shall not be ever called, else hell breaks loose ;)

[cullmann] less public API

[cullmann] less public API

[cullmann] cleanups

[cullmann] move plugins one level up

[cullmann] move plasma stuff up, too

[dhaumann] remove button id from buttons

[dhaumann] remove unused code, rename index to id

[dhaumann] do not tolerate wrong input: add asserts

[dhaumann] allow to close a document via context menu

[codeminister] apply coding suggestions from REVIEW:115291

[cullmann] remove even more flicker

[dhaumann] add close buttons, better highlight for active tab

[dhaumann] direct connection to avoid crash on double click

[cullmann] no hardcoded plugins

[dhaumann] merge tabs of closed viewspace into new active viewspace

[dhaumann] merge show/hide single-view-mode

[cullmann] allow to show/hide tabs

[cullmann] allow to show/hide tabs

[cullmann] filelist and search in files per default

[cullmann] honor the 'load me per default if my app name is mentioned in the list' \
X-KTextEditor-Load-Default attribute

[cullmann] activate one stupid view at least or kate will fail only on the FIRST time \
ever started

[dhaumann] double click in empty space of tab bar crates new empty document

[dhaumann] swap quick open and window splitting button

[cullmann] create tool views on demand only

[cullmann] build plugin: add support for Intel icpc error messages

[cullmann] fix qt 4 => 5 issue with string constructor

[cullmann] build plugin: fix stuff broken recently

[cullmann] fix signal

[michal.humpula] try to fix filetreemodel listMode tests

[dhaumann] better use of color scheme

[dhaumann] absoluteFilePath() -> absolutePath()

[dhaumann] remove margin of embedded console

[dhaumann] use style to draw background of tab

[dhaumann] use grayscale tabs for inactive view spaces

[dhaumann] move API documentation into header file

[dhaumann] remove isModified flag

[dhaumann] paint icon on tab button, if available

[dhaumann] remove commented out code

[dhaumann] missing disconnect for removed buttons

[dhaumann] KateViewSpace: remove bool showLed (KDE 2 times?!)

[dhaumann] fix view space focus switching

[dhaumann] activate tab on mouse press event

[dhaumann] instanciate action view_quick_open earlier

[dhaumann] minor cleanups

[dhaumann] Quick Open in tab bar: Show number of hidden documents

[dhaumann] add possibility to animate a tab button

[dhaumann] animate document tabs

[agateau] Port to new kservice_desktop_to_json syntax

[dhaumann] KWrite: Ctrl+M toggles menu bar (forward port from 4.x branch)

[harry] build on Mac OS X

[harry] implement missing pure virtual methods

[cgiboudeaux] -Wmissing-include-dirs

[michal.humpula] update doc about LineContinue highlight syntax

[kde] Fix build

[dhaumann] document scripting API

[dhaumann] unbreak compile

[dhaumann] more JS API documentation

[dhaumann] port to KF5: Toggling "Menubar" in Kate/KWrite

[dhaumann] forward port: build plugin: don't disable the "Delete" button

[dhaumann] build plugin: fix deleting the first target set

[dhaumann] build plugin: clear warnings and errors when switching target sets

[dhaumann] build plugin: switch order of tabs, as discussed on reviewboard

[dhaumann] build plugin: use Upper case for menu entries

[dhaumann] build plugin: make "Build previous target" always build the previous \
target again

[kare.sars] build plugin: merge output- and error tabs, as discussed on reviewboard

[kare.sars] build plugin: add "Build again" and "Cancel build" buttons to the

[kare.sars] build plugin: improve layout in vertical mode

[kare.sars] build plugin: disable Cancel-buttons while building

[kare.sars] build plugin: fix i18n

[tchollingsworth] move kwrite doc to katepart

[tchollingsworth] change kwrite references to katepart

[tchollingsworth] move shared sections to katepart

[tchollingsworth] move "advanced" sections to katepart

[tchollingsworth] merge old shared config sect1 into main config chapter

[tchollingsworth] move document variables section to katepart

[tchollingsworth] add stub development chapter to katepart

[tchollingsworth] merge katepart plugins sect1 into configuring chapter

[tchollingsworth] merge highlighting doc into development chapter

[tchollingsworth] include remaining advanced chapters in katepart

[tchollingsworth] replace old shared sections with stubs linking to katepart

[tchollingsworth] link install section to fundamentals

[tchollingsworth] replace now broken <link>s with <ulink>s to katepart

[tchollingsworth] bump versions and dates

[tchollingsworth] change now broken <ulink>s to kate to internal <link>s

[tchollingsworth] move scripts list to katepart doc

[Kevin Funk] Always compile static lib with -fPIC

[neundorf] -add myself to authors

[michal.humpula] implement additional app command interface

[michal.humpula] vi-mode: removal of app commands

[michal.humpula] remove vi-mode specific commands from filetree

[agateau] Use latest dtd for docbook files

[agateau] DummyDocument: implement checksum()

[michal.humpula] adapt to new KTE::ConfigPage interface

[michal.humpula] adjust pate for new KTextEditor::View::viewMode interface

[cullmann] purge the ConfigPageInterface, we want that always, default implementation \
cares about normal plugins

[cullmann] katepart handles katepartrc settings internally

[cullmann] fold away the parametrized session config interface

[cullmann] no snippets in KF 5.0

[cullmann] adapt to folded message interface

[cullmann] fold command and rangecommand

[cullmann] fold commandinterface => editor

[cullmann] trigger build

[cullmann] use the new auto-register magic

[dhaumann] prepare for API changes in kte.git

[dhaumann] compile fix: adapt to remove HighlightInterface

[dhaumann] adapt document.setVariable() to return void

[cullmann] fold away recovery interface

[cullmann] use new api

[cullmann] use EditingTransaction, nicer, like KateUpdateDisabler

[dhaumann] add isEditingTransactionRunning() to dummy unit test

[faure] Include ksharedconfig.h (since it will be removed from kpluginfactory.h)

[flying-sheep] Requiring Python 3.4 since all KF5 distros will have it anyway

[flying-sheep] converted pate cmakelists to version_less

[flying-sheep] removed python2-specific module loading code

[kare.sars] Symbol Viewer: Merge changes from master

[kare.sars] S&R: Do not trigger searchWhileTyping on result tab change

[faure] Name app desktop files after the dbus name

[alex.merry] Remove CONFIG argument from find_package(KF5)

[alex.merry] The syntax files directory has moved

[dhaumann] more docu

[dhaumann] add missing 'style' attribute

[ahartmetz] Adapt to changes in KAboutData.

[aleixpol] Make sure KHelpCenter documentation goes to its own subdirectory

[notmart] call the application org.kde.kwrite

[aacid] Do not reset the model without need

[kare.sars] GDB plugin: Forward port: Fix copy empty target bug

[faure] Install xmlgui rc file to kxmlgui5 (requires updated ECM)

[mikisabate] Fixed memory leak in the KateTabButton class.

[mail] Use '${KXMLGUI_INSTALL_DIR}' instead of '${DATA_INSTALL_DIR}'.

[montel] Use xi18n when translated text use markup

[cullmann] fix resizing of tool views if project plugin is loaded

[cullmann] better default sizehint

[mikisabate] Implemented the new closeSplitView function in the KateMainWindow class.

[cullmann] fix crash if no dbus available

[cullmann] don't marshal qurls

[cullmann] no hardcoded QLoggingCategory::setFilterRules rules

[mikisabate] Implemented the "viewsInSameSplitView" method from the KTE::MainWindow \
class.

------------------------------------------
[...truncated 422 lines...]
Removing tests/data/indent/ruby/array22/actual
Removing tests/data/indent/ruby/array3/actual
Removing tests/data/indent/ruby/array4/actual
Removing tests/data/indent/ruby/array5/actual
Removing tests/data/indent/ruby/array6/actual
Removing tests/data/indent/ruby/array7/actual
Removing tests/data/indent/ruby/array8/actual
Removing tests/data/indent/ruby/array9/actual
Removing tests/data/indent/ruby/basic1/actual
Removing tests/data/indent/ruby/basic2/actual
Removing tests/data/indent/ruby/basic3/actual
Removing tests/data/indent/ruby/basic4/actual
Removing tests/data/indent/ruby/block-comment1/actual
Removing tests/data/indent/ruby/block-comment2/actual
Removing tests/data/indent/ruby/block-comment3/actual
Removing tests/data/indent/ruby/block-comment4/actual
Removing tests/data/indent/ruby/block-comment5/actual
Removing tests/data/indent/ruby/block-comment6/actual
Removing tests/data/indent/ruby/block-comment7/actual
Removing tests/data/indent/ruby/block-comment8/actual
Removing tests/data/indent/ruby/block01/actual
Removing tests/data/indent/ruby/block02/actual
Removing tests/data/indent/ruby/comment1/actual
Removing tests/data/indent/ruby/comment2/actual
Removing tests/data/indent/ruby/comment3/actual
Removing tests/data/indent/ruby/comment4/actual
Removing tests/data/indent/ruby/comment5/actual
Removing tests/data/indent/ruby/comment6/actual
Removing tests/data/indent/ruby/do1/actual
Removing tests/data/indent/ruby/do2/actual
Removing tests/data/indent/ruby/do3/actual
Removing tests/data/indent/ruby/do4/actual
Removing tests/data/indent/ruby/do5/actual
Removing tests/data/indent/ruby/do6/actual
Removing tests/data/indent/ruby/do7/actual
Removing tests/data/indent/ruby/empty-file1/actual
Removing tests/data/indent/ruby/hash1/actual
Removing tests/data/indent/ruby/hash10/actual
Removing tests/data/indent/ruby/hash11/actual
Removing tests/data/indent/ruby/hash12/actual
Removing tests/data/indent/ruby/hash16/actual
Removing tests/data/indent/ruby/hash17/actual
Removing tests/data/indent/ruby/hash18/actual
Removing tests/data/indent/ruby/hash19/actual
Removing tests/data/indent/ruby/hash2/actual
Removing tests/data/indent/ruby/hash20/actual
Removing tests/data/indent/ruby/hash21/actual
Removing tests/data/indent/ruby/hash22/actual
Removing tests/data/indent/ruby/hash3/actual
Removing tests/data/indent/ruby/hash4/actual
Removing tests/data/indent/ruby/hash5/actual
Removing tests/data/indent/ruby/hash6/actual
Removing tests/data/indent/ruby/hash7/actual
Removing tests/data/indent/ruby/hash8/actual
Removing tests/data/indent/ruby/hash9/actual
Removing tests/data/indent/ruby/heredoc1/actual
Removing tests/data/indent/ruby/heredoc2/actual
Removing tests/data/indent/ruby/heredoc3/actual
Removing tests/data/indent/ruby/heredoc4/actual
Removing tests/data/indent/ruby/heredoc5/actual
Removing tests/data/indent/ruby/heredoc6/actual
Removing tests/data/indent/ruby/if10/actual
Removing tests/data/indent/ruby/if11/actual
Removing tests/data/indent/ruby/if20/actual
Removing tests/data/indent/ruby/if21/actual
Removing tests/data/indent/ruby/if22/actual
Removing tests/data/indent/ruby/if30/actual
Removing tests/data/indent/ruby/if31/actual
Removing tests/data/indent/ruby/multiline1/actual
Removing tests/data/indent/ruby/multiline10/actual
Removing tests/data/indent/ruby/multiline2/actual
Removing tests/data/indent/ruby/multiline3/actual
Removing tests/data/indent/ruby/multiline4/actual
Removing tests/data/indent/ruby/multiline5/actual
Removing tests/data/indent/ruby/multiline6/actual
Removing tests/data/indent/ruby/multiline7/actual
Removing tests/data/indent/ruby/multiline8/actual
Removing tests/data/indent/ruby/multiline9/actual
Removing tests/data/indent/ruby/no-do1/actual
Removing tests/data/indent/ruby/no-do2/actual
Removing tests/data/indent/ruby/no-do3/actual
Removing tests/data/indent/ruby/no-do4/actual
Removing tests/data/indent/ruby/ops1/actual
Removing tests/data/indent/ruby/ops11/actual
Removing tests/data/indent/ruby/ops12/actual
Removing tests/data/indent/ruby/ops13/actual
Removing tests/data/indent/ruby/ops14/actual
Removing tests/data/indent/ruby/ops15/actual
Removing tests/data/indent/ruby/ops16/actual
Removing tests/data/indent/ruby/ops17/actual
Removing tests/data/indent/ruby/ops18/actual
Removing tests/data/indent/ruby/ops2/actual
Removing tests/data/indent/ruby/ops21/actual
Removing tests/data/indent/ruby/ops22/actual
Removing tests/data/indent/ruby/ops23/actual
Removing tests/data/indent/ruby/ops24/actual
Removing tests/data/indent/ruby/ops25/actual
Removing tests/data/indent/ruby/ops26/actual
Removing tests/data/indent/ruby/ops27/actual
Removing tests/data/indent/ruby/ops28/actual
Removing tests/data/indent/ruby/ops3/actual
Removing tests/data/indent/ruby/ops4/actual
Removing tests/data/indent/ruby/ops5/actual
Removing tests/data/indent/ruby/ops6/actual
Removing tests/data/indent/ruby/ops7/actual
Removing tests/data/indent/ruby/ops8/actual
Removing tests/data/indent/ruby/plist-comment1/actual
Removing tests/data/indent/ruby/plist-comment10/actual
Removing tests/data/indent/ruby/plist-comment2/actual
Removing tests/data/indent/ruby/plist-comment3/actual
Removing tests/data/indent/ruby/plist-comment4/actual
Removing tests/data/indent/ruby/plist-comment5/actual
Removing tests/data/indent/ruby/plist-comment6/actual
Removing tests/data/indent/ruby/plist-comment7/actual
Removing tests/data/indent/ruby/plist-comment8/actual
Removing tests/data/indent/ruby/plist-comment9/actual
Removing tests/data/indent/ruby/plist1/actual
Removing tests/data/indent/ruby/plist10/actual
Removing tests/data/indent/ruby/plist11/actual
Removing tests/data/indent/ruby/plist12/actual
Removing tests/data/indent/ruby/plist13/actual
Removing tests/data/indent/ruby/plist14/actual
Removing tests/data/indent/ruby/plist15/actual
Removing tests/data/indent/ruby/plist16/actual
Removing tests/data/indent/ruby/plist17/actual
Removing tests/data/indent/ruby/plist18/actual
Removing tests/data/indent/ruby/plist19/actual
Removing tests/data/indent/ruby/plist2/actual
Removing tests/data/indent/ruby/plist20/actual
Removing tests/data/indent/ruby/plist3/actual
Removing tests/data/indent/ruby/plist4/actual
Removing tests/data/indent/ruby/plist5/actual
Removing tests/data/indent/ruby/plist6/actual
Removing tests/data/indent/ruby/plist7/actual
Removing tests/data/indent/ruby/plist8/actual
Removing tests/data/indent/ruby/plist9/actual
Removing tests/data/indent/ruby/regexp1/actual
Removing tests/data/indent/ruby/singleline01/actual
Removing tests/data/indent/ruby/singleline02/actual
Removing tests/data/indent/ruby/singleline03/actual
Removing tests/data/indent/ruby/singleline04/actual
Removing tests/data/indent/ruby/wordlist01/actual
Removing tests/data/indent/ruby/wordlist02/actual
Removing tests/data/indent/ruby/wordlist11/actual
Removing tests/data/indent/ruby/wordlist12/actual
Removing tests/data/indent/ruby/wordlist21/actual
Removing tests/data/indent/ruby/wordlist22/actual
Removing tests/data/indent/xml/arguments1/actual
Removing tests/data/indent/xml/arguments2/actual
Removing tests/data/indent/xml/arguments3/actual
Removing tests/data/indent/xml/arguments4/actual
Removing tests/data/indent/xml/closing1/actual
Removing tests/data/indent/xml/closing2/actual
Removing tests/data/indent/xml/closing3/actual
Removing tests/data/indent/xml/comment1/actual
Removing tests/data/indent/xml/comment2/actual
Removing tests/data/indent/xml/empty_lines/actual
Removing tests/data/indent/xml/keep_indent/actual
Removing tests/data/indent/xml/opening1/actual
Removing tests/data/indent/xml/self_closing1/actual
Removing tests/data/indent/xml/self_closing2/actual
Removing tests/data/indent/xml/text1/actual
Removing tests/data/indent/xml/text2/actual
Removing tests/data/indent/xml/xhtml1/actual
Removing tests/data/scripting/bugs/317892_a/actual
Removing tests/data/scripting/bugs/317892_b/actual
Removing tests/data/scripting/bugs/317892_c/actual
Removing tests/data/syntax_highlighting/python/comment_1/actual
Removing tests/data/syntax_highlighting/python/string_1/actual
Success build forhudson.tasks.Shell@787a860f
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url git://anongit.kde.org/kate
Fetching upstream changes from git://anongit.kde.org/kate
 > git --version
 > git fetch --tags --progress git://anongit.kde.org/kate \
+refs/heads/*:refs/remotes/origin/*  > git rev-parse \
origin/refs/heads/jenkins^{commit}  > git rev-parse refs/heads/jenkins^{commit}
Checking out Revision 94e8e951ad5d09d84d4dabc1ede05b19e51416b6 (refs/heads/jenkins)
 > git config core.sparsecheckout
 > git checkout -f 94e8e951ad5d09d84d4dabc1ede05b19e51416b6
 > git rev-list 7f954d01d6c5e63cc13c4a07dcbcbfd414e10c91
 > git tag -a -f -m Jenkins Build #1758 jenkins-kate_master-1758
[kate_master] $ /bin/sh -xe /tmp/hudson2674415305151767644.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kate - Branch master
== Build Dependencies:
==== polkit-qt-1 - Branch master
==== automoc - Branch master
==== grantlee - Branch master
==== dogtail - Branch master
==== qca - Branch master
==== phonon - Branch master
==== poppler - Branch master
==== kdesupport-svn - Branch master
==== soprano - Branch master
==== libstreamanalyzer - Branch master
==== nepomuk-core - Branch master
==== libdbusmenu-qt - Branch master
==== strigidaemon - Branch master
==== strigiclient - Branch master
==== cmake - Branch master
==== libstreams - Branch master
==== qjson - Branch master
==== attica - Branch qt4
==== strigiutils - Branch master
==== kactivities - Branch KDE/4.13
==== qt - Branch 4.8
==== kdelibs - Branch master
==== shared-desktop-ontologies - Branch master

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server


== Configuring Build

-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /home/jenkins/bin/cc
-- Check for working C compiler: /home/jenkins/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /home/jenkins/bin/c++
-- Check for working CXX compiler: /home/jenkins/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:15 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 0.0.9) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
See also "<http://build.kde.org/job/kate_master/ws/build/CMakeFiles/CMakeOutput.log".>
 Configure step exited with non-zero code, assuming failure to configure for project \
kate. Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@kde.org
https://mail.kde.org/mailman/listinfo/kwrite-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic