D18770: [KStatusNotifierItem] use fallback sizes when none is available

2019-03-04 Thread Pino Toscano
pino added a comment. ping? REPOSITORY R289 KNotifications REVISION DETAIL https://phabricator.kde.org/D18770 To: pino Cc: bruns, davidedmundson, kde-frameworks-devel, michaelh, ngraham

D19438: Add syntax definition for Elm language to syntax-highlighting

2019-03-04 Thread Nibaldo González
nibags added a comment. Use: `cmake ./ && make` to compile REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D19438 To: bonghyunkim Cc: nibags, dhaumann, kwrite-devel, kde-frameworks-devel, domson, michaelh, ngraham, bruns, demsking, cullmann, sars

D19438: Add syntax definition for Elm language to syntax-highlighting

2019-03-04 Thread Bonghyun Kim
bonghyunkim updated this revision to Diff 53180. bonghyunkim edited the summary of this revision. bonghyunkim added a comment. I created 'highlight.elm' in autotests/input/ folder, as per guide on https://github.com/KDE/syntax-highlighting, but couldn't follow the instruction. I tried runnin

D19461: Logcat: fix dsError color with underline="0"

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. If it is only borked in Kate, that might be https://bugs.kde.org/show_bug.cgi?id=143399 REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D19461 To: nibags, #framework_syntax_highlighting, dhaumann, cullmann Cc: kwrite-devel, kde-f

D19461: Logcat: fix dsError color with underline="0"

2019-03-04 Thread Nibaldo González
nibags added a comment. I still have problems with dsError + underline="0" :( In "autotest/html" these aren't underlined, but when I open the file "test.logcat" with Kate, it's underlined. I even tried creating a new Unix user, but the problem persists (I'm using KDE Frameworks 5.55.0).

D19534: [i18n] compile without foreach

2019-03-04 Thread Laurent Montel
mlaurent created this revision. mlaurent added a reviewer: dfaure. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. mlaurent requested review of this revision. REVISION SUMMARY compile without foreach TEST PLAN autotest ok REPOSITORY R249 KI18n BRANCH

D17857: DocumentPrivate: Don't scroll view when add auto-bracket at end of file

2019-03-04 Thread loh tar
loh.tar added a comment. Um, this patch sucks, sorry! Will try again or re-open bug report :-/ REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D17857 To: loh.tar, #ktexteditor, cullmann Cc: swestersund, cullmann, dhaumann, kwrite-devel, kde-frameworks-devel, #ktex

D19532: Don't crash when no contexts are present

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. Hi, first: good thing to get this fixed, yes, it shall not crash. For the fix: Wouldn't it be enough to just change the if (!d->m_definition.isValid()) { applyFormat(0, text.size(), Format()); ​ ... shortcut to check for if (!d->m_defin

D19530: Avoid fractionals in GridDelegate sizes and alignments

2019-03-04 Thread Krešimir Čohar
rooty accepted this revision. rooty added a comment. A lot easier on the eyes now, really nice fix REPOSITORY R296 KDeclarative BRANCH master REVISION DETAIL https://phabricator.kde.org/D19530 To: davidedmundson, #plasma, ngraham, rooty Cc: rooty, ngraham, filipf, kde-frameworks-devel

T10554: KDiff3 to join Applications

2019-03-04 Thread Christoph Feck
cfeck added a comment. Moving KDiff3 to KDE Applications was suggested at https://marc.info/?l=kde-core-devel&m=155055818529475&w=2 In https://phabricator.kde.org/T10546 I instructed Michael to ask developers for a quick review of the (many) changes made for the KF5 port. Apparently

D19527: Remove find modules provided by ECM

2019-03-04 Thread Aleix Pol Gonzalez
apol accepted this revision. apol added a comment. This revision is now accepted and ready to land. I doubt a bit here because they work slightly different, but being part of kdelibs4support it's probably a matter of just using the right ones. REPOSITORY R239 KDELibs4Support BRANCH maste

D19530: Avoid fractionals in GridDelegate sizes and alignments

2019-03-04 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. Very nice fix. REPOSITORY R296 KDeclarative BRANCH master REVISION DETAIL https://phabricator.kde.org/D19530 To: davidedmundson, #plasma, ngraham Cc: ngraham, filipf, kde-framewor

T10554: KDiff3 to join Applications

2019-03-04 Thread Albert Astals Cid
aacid added a comment. Did anyone tell you to create a task in phabricator and subscribe frameworks developers to it? I mean this is not about frameworks developement so it seems to me you're asking the wrong people. On the topic of KDiff3 joining KDE Applications where was discussed? I

D19533: Don't crash on malformed syntax highlighting files

2019-03-04 Thread Dāvis Mosāns
davispuh added reviewers: cullmann, dhaumann. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D19533 To: davispuh, cullmann, dhaumann Cc: kwrite-devel, kde-frameworks-devel, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann

D19532: Don't crash when no contexts are present

2019-03-04 Thread Dāvis Mosāns
davispuh added a dependent revision: D19533: Don't crash on malformed syntax highlighting files. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D19532 To: davispuh, cullmann, dhaumann, vandenoever Cc: kwrite-devel, kde-frameworks-devel, domson, michaelh, ngr

D19533: Don't crash on malformed syntax highlighting files

2019-03-04 Thread Dāvis Mosāns
davispuh added a dependency: D19532: Don't crash when no contexts are present. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D19533 To: davispuh, cullmann, dhaumann Cc: kwrite-devel, kde-frameworks-devel, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, d

D19533: Don't crash on malformed syntax highlighting files

2019-03-04 Thread Dāvis Mosāns
davispuh created this revision. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. davispuh requested review of this revision. TEST PLAN 1. Create malformed syntax highlighting file with missing end tags 2. Place it in ~/.local/share/katepart

D19508: [kconf_update] move from custom logging tech to qCDebug

2019-03-04 Thread Albert Astals Cid
aacid added a comment. Don't see anything obviously wrong, but i personally don't feel like i have enough knowledge on the file to say "yep go ahead and commit", but maybe noone feels like that so i'd say if after one or two weeks noone does, do a quick ping and the commit :D REPOSITORY R

D18883: Add PDF thumbnailer

2019-03-04 Thread Albert Astals Cid
aacid added a comment. Also do we have a way to limit thumbnailers to run say for X seconds? There's some files in which poppler will run "forever" REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D18883 To: broulik, dfaure, aacid, jtamate Cc: bruns, dhaumann, ngra

D19532: Don't crash when no contexts are present

2019-03-04 Thread Dāvis Mosāns
davispuh updated this revision to Diff 53175. davispuh added a comment. Actually fix it REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19532?vs=53170&id=53175 BRANCH context REVISION DETAIL https://phabricator.kde.org/D19532 AFFECTED FILE

D19532: Don't crash when no contexts are present

2019-03-04 Thread Dāvis Mosāns
davispuh added a comment. Creating a syntax highlighting file with few unclosed tags made Kate to crash. No matter how malformed XML it loads, editor should never crash as it can cause loss of unsaved work. Crash is caused by Context* DefinitionData::initialContext() const {

D19432: [text thumbnailer] Use KSyntaxHighlighting for text rendering

2019-03-04 Thread Christoph Feck
cfeck accepted this revision. This revision is now accepted and ready to land. REPOSITORY R320 KIO Extras BRANCH addsyntaxhighlighttotextpreview REVISION DETAIL https://phabricator.kde.org/D19432 To: kossebau, broulik, cfeck Cc: vkrause, cfeck, kde-frameworks-devel, kfm-devel, alexde, fev

D19530: Avoid fractionals in GridDelegate sizes and alignments

2019-03-04 Thread Filip Fila
filipf added a comment. David this really does fix it! Previews are nice and sharp everywhere now. See before: F6657490: Screenshot_20190304_173527.png And after: F6657492: Screenshot_20190304_231358.png

D19532: Don't crash when no contexts are present

2019-03-04 Thread Dāvis Mosāns
davispuh added reviewers: cullmann, dhaumann, vandenoever. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D19532 To: davispuh, cullmann, dhaumann, vandenoever Cc: kwrite-devel, kde-frameworks-devel, domson, michaelh, ngraham, bruns, demsking, cullmann, sars,

D19532: Don't crash when no contexts are present

2019-03-04 Thread Dāvis Mosāns
davispuh created this revision. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. davispuh requested review of this revision. TEST PLAN 1. Compiled 2. Placed malformed XML in ~/.local/share/katepart5/syntax/ 3. Opened a file which uses tha

D19432: [text thumbnailer] Use KSyntaxHighlighting for text rendering

2019-03-04 Thread Friedrich W. H. Kossebau
kossebau added a reviewer: cfeck. REPOSITORY R320 KIO Extras REVISION DETAIL https://phabricator.kde.org/D19432 To: kossebau, broulik, cfeck Cc: vkrause, cfeck, kde-frameworks-devel, kfm-devel, alexde, feverfew, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanue

D19432: [text thumbnailer] Use KSyntaxHighlighting for text rendering

2019-03-04 Thread Friedrich W. H. Kossebau
kossebau added a comment. So, from my side I am fine with the current patch. While the change to QTextDocument (& syntax highlighting?) results in a marginal bigger linespacing and as result up to one line less text rendered in the preview, I find the newer linespacing actually better to rea

D19530: Avoid fractionals in GridDelegate sizes and alignments

2019-03-04 Thread David Edmundson
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. davidedmundson requested review of this revision. REVISION SUMMARY The thumbnail object within the Delegate is offset by float amoun

D19491: generic config interface

2019-03-04 Thread Dominik Haumann
dhaumann added a comment. Currently, one cannot 'unset' a value, but I guess that is ok, since we did not have that before In general this approach is OK. Some thoughts on this: - is it as fast as before, if you start Kate with e.g. 100 documents open? - will this allow easy access

D19287: [ExtractorCollection] Load extractor plugins lazily

2019-03-04 Thread Stefan Brüns
bruns added a comment. Ping! REPOSITORY R286 KFileMetaData REVISION DETAIL https://phabricator.kde.org/D19287 To: bruns, #baloo, #frameworks, ngraham, astippich, poboiko Cc: kde-frameworks-devel, domson, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams

D19527: Remove find modules provided by ECM

2019-03-04 Thread Volker Krause
vkrause created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. vkrause requested review of this revision. REVISION SUMMARY This matters specifically here as kdelibs4support installs them and adds them to the module search path, which can int

D19514: Add support for detecting avahi crash - cleanup invalid dbus objects in that case

2019-03-04 Thread Stefan Brüns
bruns added a comment. I think some repetitive code can be avoided when the `T*` inside the FooPrivate classes are replaced by e.g. `QScopedPointer` or `std::unique_ptr`. REPOSITORY R272 KDNSSD REVISION DETAIL https://phabricator.kde.org/D19514 To: jpalecek, sitter Cc: bruns, kde-frame

D19514: Add support for detecting avahi crash - cleanup invalid dbus objects in that case

2019-03-04 Thread Stefan Brüns
bruns added a comment. In D19514#424501 , @sitter wrote: > I haven't had a proper look, so only style complaints for now... but... > > Isn't the problem rather that the daemon shouldn't be randomly restarted on a live system? I.e. this ultima

D19486: Add UDev find module

2019-03-04 Thread Volker Krause
This revision was automatically updated to reflect the committed changes. Closed by commit R240:8999b7bd6f6d: Add UDev find module (authored by vkrause). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D19486?vs=53055&id=53160#toc REPOSITORY R240 Extra CMake Modules CHANGES SINCE LAST UP

D18894: [RFC] General config interface

2019-03-04 Thread loh tar
loh.tar abandoned this revision. loh.tar added a comment. In favor of D19491 REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D18894 To: loh.tar, cullmann, dhaumann Cc: mwolff, kwrite-devel, kde-frameworks-devel, #ktexteditor, do

KDE CI: Frameworks » ktexteditor » kf5-qt5 SUSEQt5.10 - Build # 44 - Fixed!

2019-03-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20SUSEQt5.10/44/ Project: kf5-qt5 SUSEQt5.10 Date of build: Mon, 04 Mar 2019 19:26:44 + Build duration: 21 min and counting BUILD ARTIFACTS abi-compatibility

D19511: ViewPrivate: Disable read-only mode action when doc is modified

2019-03-04 Thread loh tar
loh.tar added a subscriber: ngraham. loh.tar added a comment. There is some reason why I came to this idea. ATM is that thought not so sharp present :-/ But it was related to the auto-reload patch and the lock icon in the bar. @ngraham what do you think in general? Make a read only sett

KDE CI: Frameworks » ktexteditor » kf5-qt5 SUSEQt5.10 - Build # 43 - Unstable!

2019-03-04 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20SUSEQt5.10/43/ Project: kf5-qt5 SUSEQt5.10 Date of build: Mon, 04 Mar 2019 19:08:08 + Build duration: 18 min and counting BUILD ARTIFACTS abi-compatibilit

KDE CI: Frameworks » ktexteditor » kf5-qt5 SUSEQt5.12 - Build # 30 - Fixed!

2019-03-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20SUSEQt5.12/30/ Project: kf5-qt5 SUSEQt5.12 Date of build: Mon, 04 Mar 2019 19:16:38 + Build duration: 7 min 10 sec and counting BUILD ARTIFACTS abi-compati

KDE CI: Frameworks » ktexteditor » kf5-qt5 FreeBSDQt5.12 - Build # 48 - Fixed!

2019-03-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20FreeBSDQt5.12/48/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Mon, 04 Mar 2019 19:16:38 + Build duration: 6 min 28 sec and counting JUnit Tests Name: pro

D19367: [RFC]SearchBar: Don't block GUI when enter incremental pattern

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. In D19367#424714 , @loh.tar wrote: > > The batch processing approach is sane. > > hm, thanks > > > My real issue here is: What to do with multi-line expressions that might span more than one line? Won't we miss m

D17857: DocumentPrivate: Don't scroll view when add auto-bracket at end of file

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. Diffs like: - /usr/home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 FreeBSDQt5.12/autotests/input/indent/cstyle/openpar12/expected 2019-03-04 16:49:58.559736000 + +++ /usr/home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 FreeBSDQt5.12/autot

D17857: DocumentPrivate: Don't scroll view when add auto-bracket at end of file

2019-03-04 Thread Christoph Cullmann
cullmann requested changes to this revision. This revision now requires changes to proceed. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D17857 To: loh.tar, #ktexteditor, cullmann Cc: swestersund, cullmann, dhaumann, kwrite-devel, kde-frameworks-devel, #ktexteditor

D19367: [RFC]SearchBar: Don't block GUI when enter incremental pattern

2019-03-04 Thread loh tar
loh.tar added a comment. > The batch processing approach is sane. hm, thanks > My real issue here is: What to do with multi-line expressions that might span more than one line? Won't we miss matches if the ranges just overlap at that locations? Well, yes...that should be the ca

D17857: DocumentPrivate: Don't scroll view when add auto-bracket at end of file

2019-03-04 Thread Christoph Cullmann
cullmann reopened this revision. cullmann added a comment. This revision is now accepted and ready to land. Unfortunately that kills some indenter tests. https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20FreeBSDQt5.12/47/ REPOSITORY R39 KTextEditor REVISION DETAIL h

KDE CI: Frameworks » ktexteditor » kf5-qt5 SUSEQt5.12 - Build # 29 - Unstable!

2019-03-04 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20SUSEQt5.12/29/ Project: kf5-qt5 SUSEQt5.12 Date of build: Mon, 04 Mar 2019 19:08:08 + Build duration: 5 min 36 sec and counting BUILD ARTIFACTS abi-compat

KDE CI: Frameworks » ktexteditor » kf5-qt5 FreeBSDQt5.12 - Build # 47 - Unstable!

2019-03-04 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20FreeBSDQt5.12/47/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Mon, 04 Mar 2019 19:08:08 + Build duration: 5 min 18 sec and counting JUnit Tests Name: pr

D17241: WIP:Disable highlighting after 512 characters on a line.

2019-03-04 Thread Christoph Cullmann
cullmann requested changes to this revision. cullmann added a comment. This revision now requires changes to proceed. I think we shall count the number of ranges on the line to judge the limit, otherwise this is a sound idea. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator

D17857: DocumentPrivate: Don't scroll view when add auto-bracket at end of file

2019-03-04 Thread Christoph Cullmann
This revision was automatically updated to reflect the committed changes. Closed by commit R39:65e3b5462f1c: DocumentPrivate: Don't scroll view when add auto-bracket at end of file (authored by loh.tar, committed by cullmann). REPOSITORY R39 KTextEditor CHANGES SINCE LAST UPDATE https://phab

D17857: DocumentPrivate: Don't scroll view when add auto-bracket at end of file

2019-03-04 Thread Christoph Cullmann
cullmann accepted this revision. cullmann added a comment. This revision is now accepted and ready to land. I can not reproduce this, but I think one setCursorPosition less is always good :P REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D17857 To: loh.tar, #ktex

D19367: [RFC]SearchBar: Don't block GUI when enter incremental pattern

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. My proposal would be: 1. not compute the batch ranges beforehand but just remember the complete range and compute the range for the next scan. 2. after scan is done without a hit, not start behind the range but start in the middle of the current range with aga

D19367: [RFC]SearchBar: Don't block GUI when enter incremental pattern

2019-03-04 Thread Christoph Cullmann
cullmann added reviewers: dhaumann, cullmann. cullmann added a comment. Perhaps Dominik has some ideas, too :P REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D19367 To: loh.tar, #ktexteditor, dhaumann, cullmann Cc: cullmann, kwrite-devel, kde-frameworks-devel, #kt

D19367: [RFC]SearchBar: Don't block GUI when enter incremental pattern

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. The batch processing approach is sane. My real issue here is: What to do with multi-line expressions that might span more than one line? Won't we miss matches if the ranges just overlap at that locations? REPOSITORY R39 KTextEditor REVISION DETAIL https://pha

D7909: Add syntax support for Crystal Programming Language

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. ;=) Any updates? REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D7909 To: faguilar, dhaumann, vkrause, #framework_syntax_highlighting, #kate, mwolff, cullmann Cc: kwrite-devel, oprypin, mwolff, cullmann, ngraham, #kate, #frameworks, faguilar,

D19506: ECMGeneratePkgConfigFile: add variables used by pkg_check_modules

2019-03-04 Thread Friedrich W. H. Kossebau
kossebau added a comment. FWIW, this still results in inproper pc files, from what I heard recently. The `prefix` variable can be overriden from outside when calling `pkg-config` (cmp. `pkg-config --help`) to allow for relocatable installations. Same like CMake Config files also allow reloca

D19416: Restore the search wrapped message to its former type and position.

2019-03-04 Thread Christoph Cullmann
This revision was automatically updated to reflect the committed changes. Closed by commit R39:ac35dba35988: Restore the search wrapped message to its former type and position. (authored by rjvbb, committed by cullmann). REPOSITORY R39 KTextEditor CHANGES SINCE LAST UPDATE https://phabricato

D19491: generic config interface

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. Any input? We could give this a go "after" the next frameworks release is out. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D19491 To: cullmann, #ktexteditor, dhaumann, loh.tar Cc: kwrite-devel, kde-frameworks-devel, domson, michaelh,

D15002: Allow to install syntax files instead of having them in a resource

2019-03-04 Thread Christoph Cullmann
cullmann closed this revision. cullmann added a comment. If somebody has an fix for the CMake thingy, please open a new diffusion for that. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D15002 To: cullmann, vkrause, dhaumann Cc: kfunk, dhaumann, kwrite-

D19511: ViewPrivate: Disable read-only mode action when doc is modified

2019-03-04 Thread Christoph Cullmann
cullmann requested changes to this revision. cullmann added a comment. This revision now requires changes to proceed. Thought about it bit more, actually like the "I can save even thought not modified" I think the "I can set read-only thought modified" is ok and actually no bug but a feature.

D19512: KateStatusBar: Show lock icon on modified label when in read-only mode

2019-03-04 Thread Christoph Cullmann
cullmann requested changes to this revision. cullmann added a comment. This revision now requires changes to proceed. I think the lock icon won't hurt. For the implementation: isn't it enough to watch for the readWriteChanged(...) signal of the document and trigger the modifiedChanged()

D19517: DocumentPrivate: Auto reload in read-only mode

2019-03-04 Thread Christoph Cullmann
cullmann requested changes to this revision. cullmann added a comment. This revision now requires changes to proceed. I think in principle the idea is sound. But e.g., if you have have some file where one process writes to "fast" and it is "large" this will instantly lock up the applicati

D18793: Handle text completion with block selection mode

2019-03-04 Thread Christoph Cullmann
cullmann requested changes to this revision. cullmann added a comment. This revision now requires changes to proceed. I don't like the change to call typeChars. 1. that needs a valid view, activeView() might be null. 2. replaceText is not interactive per-default, but typeChars is. A

D19461: Logcat: fix dsError color with underline="0"

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. Question: I just applied this but adjust the hl back to For me the tests still work and I see no underline. Is the patch then at all needed for current master? REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D194

D19511: ViewPrivate: Disable read-only mode action when doc is modified

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. Hmm, two things: 1. implementation wise: don't we have a problem here that the connect(document(), &KTextEditor::DocumentPrivate::modifiedChanged, [=] { m_toggleWriteLock->setEnabled(!doc()->isModified()); }); will not be unconnected if the view dies and we cal

D19131: [RFC] DocumentPrivate: Fix "auto-rewrap" in static wrap mode

2019-03-04 Thread Christoph Cullmann
cullmann added a comment. :=) Perhaps I read this diff to fast, but I can not really tell if it does what it should. I can understand from the description it tries to keep auto-wrapped things in balance during editing. I think to better understand the behavior, one needs to have tes

D17949: ViewPrivate: Make 'Apply Word Wrap' more comfortable

2019-03-04 Thread Christoph Cullmann
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit R39:5339a32c1214: ViewPrivate: Make 'Apply Word Wrap' more comfortable (authored by loh.tar, committed by cullmann). REPOSI

D17949: ViewPrivate: Make 'Apply Word Wrap' more comfortable

2019-03-04 Thread Christoph Cullmann
cullmann accepted this revision. cullmann added a comment. Given we have a test, the code is documented and nobody raises large objections since long over the latest implementation, I think this shall go in :=) REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D1794

KDE CI: Frameworks » kdeclarative » kf5-qt5 SUSEQt5.10 - Build # 18 - Failure!

2019-03-04 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks/job/kdeclarative/job/kf5-qt5%20SUSEQt5.10/18/ Project: kf5-qt5 SUSEQt5.10 Date of build: Mon, 04 Mar 2019 17:08:54 + Build duration: 7 min 22 sec and counting JUnit Tests Name: (root) F

KDE CI: Frameworks » kdeclarative » kf5-qt5 SUSEQt5.12 - Build # 14 - Fixed!

2019-03-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kdeclarative/job/kf5-qt5%20SUSEQt5.12/14/ Project: kf5-qt5 SUSEQt5.12 Date of build: Mon, 04 Mar 2019 17:05:51 + Build duration: 9 min 45 sec and counting BUILD ARTIFACTS acc/KF5Dec

KDE CI: Frameworks » kdeclarative » kf5-qt5 SUSEQt5.10 - Build # 17 - Fixed!

2019-03-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kdeclarative/job/kf5-qt5%20SUSEQt5.10/17/ Project: kf5-qt5 SUSEQt5.10 Date of build: Mon, 04 Mar 2019 17:05:51 + Build duration: 3 min 1 sec and counting BUILD ARTIFACTS abi-compati

KDE CI: Frameworks » kdeclarative » kf5-qt5 FreeBSDQt5.12 - Build # 18 - Fixed!

2019-03-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kdeclarative/job/kf5-qt5%20FreeBSDQt5.12/18/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Mon, 04 Mar 2019 17:05:51 + Build duration: 1 min 32 sec and counting JUnit Tests Name: pr

D19517: DocumentPrivate: Auto reload in read-only mode

2019-03-04 Thread loh tar
loh.tar added a comment. I would like to expand this patch by "auto reload when file is empty" Sometimes I have the case that a session is opened where some files are gone due to work on a different branch. Switching the branch then caused to ask unneeded. REPOSITORY R39 KTextEditor REV

D19517: DocumentPrivate: Auto reload in read-only mode

2019-03-04 Thread loh tar
loh.tar edited the summary of this revision. loh.tar edited the test plan for this revision. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D19517 To: loh.tar, #ktexteditor Cc: kwrite-devel, kde-frameworks-devel, #ktexteditor, domson, michaelh, ngraham, bruns, demski

D19514: Add support for detecting avahi crash - cleanup invalid dbus objects in that case

2019-03-04 Thread Harald Sitter
sitter added a comment. I haven't had a proper look, so only style complaints for now... but... Isn't the problem rather that the daemon shouldn't be randomly restarted on a live system? I.e. this ultimately is an integration issue on the distro-level. I doubt many if any avahi clients

D19517: DocumentPrivate: Auto reload in read-only mode

2019-03-04 Thread loh tar
loh.tar edited the summary of this revision. loh.tar edited the test plan for this revision. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D19517 To: loh.tar, #ktexteditor Cc: kwrite-devel, kde-frameworks-devel, #ktexteditor, domson, michaelh, ngraham, bruns, demski

D19517: DocumentPrivate: Auto reload in read-only mode

2019-03-04 Thread loh tar
loh.tar created this revision. loh.tar added a reviewer: KTextEditor. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. loh.tar requested review of this revision. REVISION SUMMARY This patch auto reload the document only when it was not alread

D19514: Add support for detecting avahi crash - cleanup invalid dbus objects in that case

2019-03-04 Thread Jiří Paleček
jpalecek edited the summary of this revision. REPOSITORY R272 KDNSSD REVISION DETAIL https://phabricator.kde.org/D19514 To: jpalecek, sitter Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D19514: Add support for detecting avahi crash - cleanup invalid dbus objects in that case

2019-03-04 Thread Jiří Paleček
jpalecek added inline comments. INLINE COMMENTS > avahi-publicservice_p.h:42 > PublicServicePrivate(PublicService *parent, const QString &name, const > QString &type, const QString &domain, unsigned int port) : > -QObject(), ServiceBasePrivate(name, type, domain, QString(), port),

D19514: Add support for detecting avahi crash - cleanup invalid dbus objects in that case

2019-03-04 Thread Jiří Paleček
jpalecek edited the test plan for this revision. REPOSITORY R272 KDNSSD REVISION DETAIL https://phabricator.kde.org/D19514 To: jpalecek, sitter Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D19514: Add support for detecting avahi crash - cleanup invalid dbus objects in that case

2019-03-04 Thread Kai Uwe Broulik
broulik added a reviewer: sitter. REPOSITORY R272 KDNSSD REVISION DETAIL https://phabricator.kde.org/D19514 To: jpalecek, sitter Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D19514: Add support for detecting avahi crash - cleanup invalid dbus objects in that case

2019-03-04 Thread Jiří Paleček
jpalecek edited the summary of this revision. jpalecek edited the test plan for this revision. REPOSITORY R272 KDNSSD REVISION DETAIL https://phabricator.kde.org/D19514 To: jpalecek Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D19514: Add support for detecting avahi crash - cleanup invalid dbus objects in that case

2019-03-04 Thread Jiří Paleček
jpalecek created this revision. Herald added a project: Frameworks. jpalecek requested review of this revision. REVISION SUMMARY This is a first take at tackling a problem caused by avahi going out of service -- usually its restart during an upgrade. In the current state, these things happen:

D19512: KateStatusBar: Show lock icon on modified label when in read-only mode

2019-03-04 Thread loh tar
loh.tar added a comment. You will notice that not all possible switch cases are checked. Should you like this patch in general I will review this depending on D19511 . REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D19512 To:

D19512: KateStatusBar: Show lock icon on modified label when in read-only mode

2019-03-04 Thread loh tar
loh.tar created this revision. loh.tar added a reviewer: KTextEditor. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. loh.tar requested review of this revision. REVISION SUMMARY This may not needed because the information is already shown as

D19511: ViewPrivate: Disable read-only mode action when doc is modified

2019-03-04 Thread loh tar
loh.tar created this revision. loh.tar added a reviewer: KTextEditor. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. loh.tar requested review of this revision. REVISION SUMMARY It's somehow pointless to activate the read-only mode when the

D19508: [kconf_update] move from custom logging tech to qCDebug

2019-03-04 Thread Aleix Pol Gonzalez
apol added a reviewer: Frameworks. REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D19508 To: sitter, apol, aacid, #frameworks Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D19508: [kconf_update] move from custom logging tech to qCDebug

2019-03-04 Thread Aleix Pol Gonzalez
apol added a comment. +1 makes sense to me REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D19508 To: sitter, apol, aacid Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D19338: New location for KNSRC files

2019-03-04 Thread Dan Leinir Turthra Jensen
leinir updated this revision to Diff 53117. leinir added a comment. Since 5.57, not 5.56 REPOSITORY R304 KNewStuff CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19338?vs=52607&id=53117 REVISION DETAIL https://phabricator.kde.org/D19338 AFFECTED FILES KF5NewStuffCoreConfig.c

D19506: ECMGeneratePkgConfigFile: add variables used by pkg_check_modules

2019-03-04 Thread David Faure
dfaure closed this revision. REPOSITORY R240 Extra CMake Modules REVISION DETAIL https://phabricator.kde.org/D19506 To: dfaure, apol, fazevedo, cgiboudeaux Cc: cgiboudeaux, fazevedo, kde-buildsystem, kde-frameworks-devel, michaelh, ngraham, bruns

D19503: Improve code: Remove temp container just to iterate

2019-03-04 Thread Laurent Montel
This revision was automatically updated to reflect the committed changes. Closed by commit R283:d044788ac38d: Improve code: Remove temp container just to iterate (authored by mlaurent). REPOSITORY R283 KAuth CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19503?vs=53098&id=53116 REVI

D19506: ECMGeneratePkgConfigFile: add variables used by pkg_check_modules

2019-03-04 Thread Christophe Giboudeaux
cgiboudeaux accepted this revision. cgiboudeaux added a comment. This revision is now accepted and ready to land. Thanks. REPOSITORY R240 Extra CMake Modules BRANCH master REVISION DETAIL https://phabricator.kde.org/D19506 To: dfaure, apol, fazevedo, cgiboudeaux Cc: cgiboudeaux, fazev

D19506: ECMGeneratePkgConfigFile: add variables used by pkg_check_modules

2019-03-04 Thread David Faure
dfaure updated this revision to Diff 53114. dfaure added a comment. Update unittests, passes now REPOSITORY R240 Extra CMake Modules CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19506?vs=53108&id=53114 BRANCH master REVISION DETAIL https://phabricator.kde.org/D19506 AFFEC

D19506: ECMGeneratePkgConfigFile: add variables used by pkg_check_modules

2019-03-04 Thread Christophe Giboudeaux
cgiboudeaux added a comment. In D19506#424301 , @cgiboudeaux wrote: > The autotest has to be fixed as well Comment edited, the includedir value is correct for this test. REPOSITORY R240 Extra CMake Modules REVISION DETAIL https://ph

D19506: ECMGeneratePkgConfigFile: add variables used by pkg_check_modules

2019-03-04 Thread Christophe Giboudeaux
cgiboudeaux requested changes to this revision. This revision now requires changes to proceed. REPOSITORY R240 Extra CMake Modules REVISION DETAIL https://phabricator.kde.org/D19506 To: dfaure, apol, fazevedo, cgiboudeaux Cc: cgiboudeaux, fazevedo, kde-buildsystem, kde-frameworks-devel, mich

D19506: ECMGeneratePkgConfigFile: add variables used by pkg_check_modules

2019-03-04 Thread Christophe Giboudeaux
cgiboudeaux added a comment. The autotest has to be fixed as well The includedir value looks bogus, the test file contains includedir=/usr/KCoreAddons REPOSITORY R240 Extra CMake Modules BRANCH master REVISION DETAIL https://phabricator.kde.org/D19506 To: dfaure, apol, faz

D19506: ECMGeneratePkgConfigFile: add variables used by pkg_check_modules

2019-03-04 Thread Filipe Azevedo
fazevedo accepted this revision. fazevedo added a comment. This revision is now accepted and ready to land. Works for me ! REPOSITORY R240 Extra CMake Modules BRANCH master REVISION DETAIL https://phabricator.kde.org/D19506 To: dfaure, apol, fazevedo Cc: fazevedo, kde-buildsystem, kde

D19508: [kconf_update] move from custom logging tech to qCDebug

2019-03-04 Thread Harald Sitter
sitter added reviewers: apol, aacid. REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D19508 To: sitter, apol, aacid Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D19508: [kconf_update] move from custom logging tech to qCDebug

2019-03-04 Thread Harald Sitter
sitter created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. sitter requested review of this revision. REVISION SUMMARY the previous logging tech got kind of defunct in 2014 (to the point where it was basically qCDebug). seeing as no one re

KDE CI: Frameworks » kwayland » kf5-qt5 SUSEQt5.12 - Build # 19 - Unstable!

2019-03-04 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20SUSEQt5.12/19/ Project: kf5-qt5 SUSEQt5.12 Date of build: Mon, 04 Mar 2019 10:23:11 + Build duration: 17 min and counting BUILD ARTIFACTS abi-compatibility-r

KDE CI: Frameworks » kwayland » kf5-qt5 FreeBSDQt5.12 - Build # 30 - Still Unstable!

2019-03-04 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20FreeBSDQt5.12/30/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Mon, 04 Mar 2019 10:23:11 + Build duration: 5 min 41 sec and counting JUnit Tests Name: proje

  1   2   >