Feed Advanced Search

Dec 9 2018

rjvbb committed R40:9af81dd535c7: CTags plugin: make usable in KDevelop (authored by rjvbb).
CTags plugin: make usable in KDevelop
Dec 9 2018, 7:39 PM
rjvbb closed D16779: kate-ctags plugin: support KDevelop (WIP).
Dec 9 2018, 7:39 PM · KDevelop, KTextEditor, Kate
rjvbb committed R32:a5ca3cd1b0a3: polish Purpose integration in the PatchReview plugin (authored by rjvbb).
polish Purpose integration in the PatchReview plugin
Dec 9 2018, 7:13 PM
rjvbb closed D17424: KDevelop/PatchReview: polish Purpose integration.
Dec 9 2018, 7:13 PM · KDevelop

Dec 8 2018

rjvbb requested review of D17424: KDevelop/PatchReview: polish Purpose integration.
Dec 8 2018, 9:10 AM · KDevelop

Dec 7 2018

rjvbb committed R495:8002a0259daf: add missing properties (authored by rjvbb).
add missing properties
Dec 7 2018, 9:20 PM
Restricted Application added a project to D1420: [OS X] build in a more "traditional" way (for distribution systems like MacPorts, Fink etc) (and a bit of code clean-up): KDE Edu.
Dec 7 2018, 7:10 PM · KDE Edu, Marble
rjvbb updated the diff for D1420: [OS X] build in a more "traditional" way (for distribution systems like MacPorts, Fink etc) (and a bit of code clean-up).

Refactored for current git/master.

Dec 7 2018, 6:45 PM · KDE Edu, Marble

Dec 6 2018

rjvbb added a comment to D4929: DrKonqi : lldb and Mac support.

This revision was not accepted when it landed; it landed in state "Needs Review".

Dec 6 2018, 10:03 AM · Plasma
rjvbb closed D4929: DrKonqi : lldb and Mac support.
Dec 6 2018, 9:57 AM · Plasma
rjvbb committed R871:13121f4a303b: lldb and Mac support (authored by rjvbb).
lldb and Mac support
Dec 6 2018, 9:57 AM

Dec 5 2018

rjvbb added a reverting change for R302:3af09cd83051: ksvg2icns: use QCoreApplication instead of QGuiApplication: R302:dde8ded03158: Revert "ksvg2icns: use QCoreApplication instead of QGuiApplication".
Dec 5 2018, 4:05 PM
rjvbb committed R302:dde8ded03158: Revert "ksvg2icns: use QCoreApplication instead of QGuiApplication" (authored by rjvbb).
Revert "ksvg2icns: use QCoreApplication instead of QGuiApplication"
Dec 5 2018, 4:05 PM
rjvbb set the repository for D16779: kate-ctags plugin: support KDevelop (WIP) to R40 Kate.
Dec 5 2018, 3:05 PM · KDevelop, KTextEditor, Kate
rjvbb updated the diff for D16779: kate-ctags plugin: support KDevelop (WIP).

Updated as requested.

Dec 5 2018, 3:04 PM · KDevelop, KTextEditor, Kate
rjvbb committed R302:4bb76d8882a9: ksvg2icns : use QStringLiteral() (authored by rjvbb).
ksvg2icns : use QStringLiteral()
Dec 5 2018, 11:47 AM
rjvbb committed R302:2e32fcb53175: ksvg2icns : use Qt 5.9+ QTemporaryDir API (authored by rjvbb).
ksvg2icns : use Qt 5.9+ QTemporaryDir API
Dec 5 2018, 11:47 AM
rjvbb committed R302:3af09cd83051: ksvg2icns: use QCoreApplication instead of QGuiApplication (authored by rjvbb).
ksvg2icns: use QCoreApplication instead of QGuiApplication
Dec 5 2018, 11:47 AM

Dec 4 2018

rjvbb set the repository for D16779: kate-ctags plugin: support KDevelop (WIP) to R40 Kate.
Dec 4 2018, 8:53 PM · KDevelop, KTextEditor, Kate
rjvbb updated the diff for D16779: kate-ctags plugin: support KDevelop (WIP).

undesirable qWarning() removed

Dec 4 2018, 8:52 PM · KDevelop, KTextEditor, Kate

Dec 3 2018

rjvbb set the repository for D17289: KDevelop/Shell: set dedicated TMPDIR to R32 KDevelop.
Dec 3 2018, 11:02 AM · KDevelop
rjvbb updated the diff for D17289: KDevelop/Shell: set dedicated TMPDIR.

FIxed and streamlined version.

Dec 3 2018, 11:01 AM · KDevelop
rjvbb added a comment to D17289: KDevelop/Shell: set dedicated TMPDIR.
Also, considering that "session" in `Core::initialize` is user-specified and defaults to an empty string, please do not use a 100% deterministic name,
Dec 3 2018, 10:21 AM · KDevelop
rjvbb added a comment to D17255: KDevelop: support for installing into a non-standard parallel prefix.

No, it went beyond that: the original underlying principle was "don't assume or hardcode /usr/local anywhere, use whatever install prefix the user specified".

Dec 3 2018, 9:02 AM · KDevelop

Dec 2 2018

rjvbb added a comment to D17289: KDevelop/Shell: set dedicated TMPDIR.

Actually, issues with clang temp files is why I started to think about this kind of change but ultimately I realised it didn't seem such a bad idea at all to put all KDevelop-related temporary files in a dedicated location. I often clean out a bunch of KDevelop's own temp files that were left behind, e.g. after a crash. I just didn't mention them because they're negligible in size (and I purge before their numbers really start to grow).

Dec 2 2018, 9:26 PM · KDevelop
rjvbb added a comment to D17255: KDevelop: support for installing into a non-standard parallel prefix.
On Linux quite possibly too, I think many packaging systems install into some temporary dir and then copy the deployment out of there for archiving.
Dec 2 2018, 9:13 PM · KDevelop

Dec 1 2018

rjvbb requested review of D17289: KDevelop/Shell: set dedicated TMPDIR.
Dec 1 2018, 7:56 PM · KDevelop
rjvbb set the repository for D17255: KDevelop: support for installing into a non-standard parallel prefix to R32 KDevelop.
Dec 1 2018, 11:04 AM · KDevelop
rjvbb updated the diff for D17255: KDevelop: support for installing into a non-standard parallel prefix.

The python script changes were committed to the master branch as requested (db05710cb6931a7b44d7fc70bfcfe75c7ccc9f4a).

Dec 1 2018, 11:04 AM · KDevelop
rjvbb committed R32:db05710cb693: QMLJS plugin: Use dynamic interpreter lookup in python scripts (authored by rjvbb).
QMLJS plugin: Use dynamic interpreter lookup in python scripts
Dec 1 2018, 10:15 AM
rjvbb committed R32:7898bb4174e3: fix version detection in test_cmakeserver (authored by rjvbb).
fix version detection in test_cmakeserver
Dec 1 2018, 9:46 AM

Nov 30 2018

rjvbb committed R495:f338282db51e: DiffListModel::refresh(): return at once when already active. (authored by rjvbb).
DiffListModel::refresh(): return at once when already active.
Nov 30 2018, 9:39 PM
rjvbb committed R495:36b17c15e01b: phabricator plugin: use Arcanist's diff.rev. order (authored by rjvbb).
phabricator plugin: use Arcanist's diff.rev. order
Nov 30 2018, 9:29 PM
rjvbb added a comment to D17255: KDevelop: support for installing into a non-standard parallel prefix.

The change doesn't change the default, but why would using '/usr' (instead of '/usr/local') be worse than using 'c:\Program Files' under MS Windows?

Nope. It *does* change the default if KDevelop's install prefix is not /usr/local.

Nov 30 2018, 2:57 PM · KDevelop
rjvbb added inline comments to D17255: KDevelop: support for installing into a non-standard parallel prefix.
Nov 30 2018, 1:55 PM · KDevelop
rjvbb requested review of D17255: KDevelop: support for installing into a non-standard parallel prefix.
Nov 30 2018, 11:38 AM · KDevelop

Nov 27 2018

rjvbb added a comment to D4929: DrKonqi : lldb and Mac support.

David, it seems our posts crossed, or did you actually see the new version I just uploaded?

Nov 27 2018, 12:01 PM · Plasma
rjvbb set the repository for D4929: DrKonqi : lldb and Mac support to R871 DrKonqi.
Nov 27 2018, 12:00 PM · Plasma
rjvbb updated the diff for D4929: DrKonqi : lldb and Mac support.

Fixed the AppleTerminal oversight in the non-Apple lldbrc.

Nov 27 2018, 11:59 AM · Plasma
rjvbb added inline comments to D4929: DrKonqi : lldb and Mac support.
Nov 27 2018, 8:07 AM · Plasma

Nov 26 2018

rjvbb added a comment to T10112: KDEInstallDirs on Mac.

A more complete draft:

Nov 26 2018, 10:36 PM · Build System
rjvbb added a comment to D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.

bump?

Nov 26 2018, 9:15 AM · KDevelop

Nov 25 2018

rjvbb added a comment to T10112: KDEInstallDirs on Mac.

You will notice that I plan to maintain an option to disable the Apple-specific behaviour for anyone who depends on the current behaviour (that includes me, but your script would also continue to work). Cf. the APPLE_FORCE_X11 option

Nov 25 2018, 11:42 AM · Build System
rjvbb added a comment to D16370: KTextEditor : syntax definition priority UI usability.
Allowing negative prios makes sense.
Nov 25 2018, 9:46 AM · Frameworks, Kate, KTextEditor
rjvbb closed D16370: KTextEditor : syntax definition priority UI usability.
Nov 25 2018, 9:35 AM · Frameworks, Kate, KTextEditor
rjvbb committed R39:4009bc1e919d: Allow negative syntax definition priorities. (authored by rjvbb).
Allow negative syntax definition priorities.
Nov 25 2018, 9:35 AM

Nov 24 2018

rjvbb closed D14000: qqc2-desktop-style: basic support for QGuiApplication-based apps.
Nov 24 2018, 9:35 AM · Plasma
rjvbb committed R858:1e02355c1786: Support for QGuiApplication-based apps (authored by rjvbb).
Support for QGuiApplication-based apps
Nov 24 2018, 9:35 AM

Nov 23 2018

rjvbb added a comment to T10112: KDEInstallDirs on Mac.

Can we set DATAROOTDIR=/Library/Application Support/KDE so that everything remains nicely bundled?

Nov 23 2018, 1:38 PM · Build System
rjvbb updated subscribers of T10112: KDEInstallDirs on Mac.
Nov 23 2018, 1:33 PM · Build System
rjvbb added a comment to M133: Fonts KCM simple vs advanced modes.

At that time hinting with freetype wasn't state of the art due to patent issues, but that has changed with the v40 engine in freetype 2.7.

Nov 23 2018, 11:54 AM · Plasma: KCM Redesign
rjvbb added a comment to M133: Fonts KCM simple vs advanced modes.

The current KCM already has a control for that.

Nov 23 2018, 10:13 AM · Plasma: KCM Redesign
rjvbb created T10112: KDEInstallDirs on Mac.
Nov 23 2018, 10:00 AM · Build System
rjvbb added a comment to M133: Fonts KCM simple vs advanced modes.

Found this by accident, and had only one immediate thought

Nov 23 2018, 9:17 AM · Plasma: KCM Redesign
rjvbb added inline comments to D4929: DrKonqi : lldb and Mac support.
Nov 23 2018, 9:02 AM · Plasma
rjvbb added a comment to D4929: DrKonqi : lldb and Mac support.

That'll probably be when we move to Qt6.

Nov 23 2018, 8:38 AM · Plasma

Nov 22 2018

rjvbb set the repository for D4929: DrKonqi : lldb and Mac support to R871 DrKonqi.
Nov 22 2018, 10:12 PM · Plasma
rjvbb updated the diff for D4929: DrKonqi : lldb and Mac support.

includes the root cmake file changes.

Nov 22 2018, 10:11 PM · Plasma
rjvbb added a comment to D4929: DrKonqi : lldb and Mac support.
a find_packge for `KF5::WindowSystem` is missing in the root CMakeLists file.
Nov 22 2018, 9:55 PM · Plasma
rjvbb added a comment to D4929: DrKonqi : lldb and Mac support.
Can you rebase it over the last master branch ?
Nov 22 2018, 6:58 PM · Plasma
rjvbb added a comment to D4929: DrKonqi : lldb and Mac support.

FWIW, anyone can request changes to a review, but also accept it. And while I would probably not take that as a green light to commit unless it comes from a known KDE dev it *does* go to show demand/need for a change. And hopefully, confirmation that it doesn't only work for the author.

Nov 22 2018, 5:03 PM · Plasma
rjvbb updated subscribers of D4929: DrKonqi : lldb and Mac support.
Nov 22 2018, 4:54 PM · Plasma
rjvbb set the repository for D4929: DrKonqi : lldb and Mac support to R871 DrKonqi.
Nov 22 2018, 4:54 PM · Plasma
rjvbb updated the diff for D4929: DrKonqi : lldb and Mac support.

Refactored for the standalone DrKonqi repo and disabled the integration testing on Mac.

Nov 22 2018, 4:51 PM · Plasma
rjvbb added a comment to D4929: DrKonqi : lldb and Mac support.

Sorry, I had updating this on my list but it drifted to the bottom...

Nov 22 2018, 4:42 PM · Plasma

Nov 21 2018

rjvbb requested changes to D17054: Retina Support for MacOS.

Actually, I realise this patch too is a somewhat stripped down version of a patch I've been using for a long time in my MacPorts packaging for Okular:

Nov 21 2018, 9:56 AM · Okular
rjvbb requested changes to D17053: Fix link on MacOS.

@rjvbb what do you say? makes sense?

Nov 21 2018, 12:15 AM · Okular
rjvbb added a comment to D17054: Retina Support for MacOS.

This change does more than just enabling hidpi support in the plist.

Nov 21 2018, 12:09 AM · Okular

Nov 20 2018

rjvbb added a comment to D16915: Disable plugin project config if project without a IBuildSystemManager dep.

Found back my ML post entitled

("compiledb-generator and the generic Makefile proj.manager"). Francis Herne replied

*this*:

Nov 20 2018, 9:34 AM · KDevelop
rjvbb added a comment to D16915: Disable plugin project config if project without a IBuildSystemManager dep.
That must have been magic code then, quick, try to catch it, we all want that ;)
Nov 20 2018, 8:40 AM · KDevelop
rjvbb added a comment to D16915: Disable plugin project config if project without a IBuildSystemManager dep.
Not supported, since in your case KDevelop simply does not know a compile_commands.json exist,
Nov 20 2018, 12:20 AM · KDevelop

Nov 19 2018

rjvbb set the repository for D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions to R32 KDevelop.
Nov 19 2018, 12:00 PM · KDevelop
rjvbb updated the diff for D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.

Well, apparently the contextmenu CAN change during a session (at least on Mac and when I open it in different opened-at-session-load documents when the initial project load and parsing activity is still in progress).

Nov 19 2018, 12:00 PM · KDevelop
rjvbb set the repository for D16894: [ECM] use a macro to add compiler flags conditionally to R240 Extra CMake Modules.
Nov 19 2018, 9:51 AM · Frameworks, Build System
rjvbb updated the diff for D16894: [ECM] use a macro to add compiler flags conditionally.

This implements and uses my idea of an ecm_add_<lang>_compiler_flags_if_supported function set for C and C++. It uses compiler ID+version conditions to determine if flag(s) are supported when those conditions are known and reliable - otherwise and only then does it resort to querying the compiler.

Nov 19 2018, 9:50 AM · Frameworks, Build System
rjvbb added a comment to D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.
E.g. I would have expected before looking at things that each view has their own separate context menu instance, possibly even created on the fly per display :)
Nov 19 2018, 9:14 AM · KDevelop
rjvbb set the repository for D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions to R32 KDevelop.
Nov 19 2018, 9:03 AM · KDevelop
rjvbb updated the diff for D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.

Another fix: use the active MainWindow as the parent of the contextMenuData instance and do NOT delete it in the TextDocumentPrivate dtor.

Nov 19 2018, 9:03 AM · KDevelop

Nov 18 2018

rjvbb updated the diff for D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.

Apologies, the tear-off bit shouldn't have been included of course.

Nov 18 2018, 10:41 PM · KDevelop
rjvbb set the repository for D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions to R32 KDevelop.
Nov 18 2018, 10:34 PM · KDevelop
rjvbb updated the diff for D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.

updated as suggested:

  • moves the context menu added stuff logic into a dedicated class (as an upbeat to possible future improvement)
  • caches the QMenu* to which actions were last added, and removes them from that menu when the next context menu is shown. This should be equivalent to removing the items on contextMenuAboutToHide.
Nov 18 2018, 10:34 PM · KDevelop
rjvbb added a comment to D16218: [KDevelop/Core]: safe signal-handler implementation.

Sh@@t, sorry, I allowed some unrelated (and potential future) changes to pollute this version. Will fix tomorrow.

Nov 18 2018, 9:53 PM · KDevelop
rjvbb updated subscribers of D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.
I would see the flaw also in that there is no specification in the KTextEditor API how the context menu is shared/reused.
Nov 18 2018, 9:30 PM · KDevelop

Nov 17 2018

rjvbb updated subscribers of D16779: kate-ctags plugin: support KDevelop (WIP).
Nov 17 2018, 4:11 PM · KDevelop, KTextEditor, Kate
rjvbb set the repository for D16779: kate-ctags plugin: support KDevelop (WIP) to R40 Kate.
Nov 17 2018, 4:11 PM · KDevelop, KTextEditor, Kate
rjvbb updated the diff for D16779: kate-ctags plugin: support KDevelop (WIP).

I've made a few more usability changes, and renamed the new menu action to "Configure..." because it corresponds to what the action does.

Nov 17 2018, 4:11 PM · KDevelop, KTextEditor, Kate
rjvbb committed R39:3f0c617e22ab: disconnect contextmenu from all aboutToXXContextMenu receivers (authored by rjvbb).
disconnect contextmenu from all aboutToXXContextMenu receivers
Nov 17 2018, 1:40 PM
rjvbb closed D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.
Nov 17 2018, 1:40 PM · Frameworks, Kate, KTextEditor
rjvbb added a comment to D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.

In case anyone wonders why this has gone undetected: I think because of an undocumented feature, the fact aboutToShowContextMenu was called for all views. Indeed, with the KTextEditor fix in place the duplication issue occurs also without loading the CTags plugin (= with stock KDevelop code).

Nov 17 2018, 12:27 PM · KDevelop
rjvbb set the repository for D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions to R32 KDevelop.
Nov 17 2018, 11:08 AM · KDevelop
rjvbb updated the diff for D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.

New patch, same purpose, active principle as outlined in the reopening comment.

Nov 17 2018, 11:04 AM · KDevelop
rjvbb reclaimed D16882: [KDevelop/Shell] prevent duplicate added contextmenu actions.

Re-opening because I found an actual flaw in KDevelop after noticing that context menu duplication still occurred when only the active view receives the aboutToShowContextMenu signal.

Nov 17 2018, 10:58 AM · KDevelop
rjvbb added a comment to D16915: Disable plugin project config if project without a IBuildSystemManager dep.

I'm late to this party, but what about projects where the user generates the missing compile_commands.json file manually, e.g. via the compiledb utility? Does this change mean clazy analysis is now possible only for projects where you do NOT need to generate that json file by hand?

Nov 17 2018, 10:46 AM · KDevelop

Nov 16 2018

rjvbb added a comment to D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.
Btw., the 2 nullptr in the disconnect can be left out, or?
Nov 16 2018, 9:39 PM · Frameworks, Kate, KTextEditor
rjvbb requested review of D16927: KTextEditor : disconnect contextmenu from all aboutToXXContextMenu receivers.
Nov 16 2018, 4:24 PM · Frameworks, Kate, KTextEditor
rjvbb added a comment to D16894: [ECM] use a macro to add compiler flags conditionally.

Something side-ways related: I went down this hole because cmake's generate_export_header failed because of an unsupported flag that was added.
Regardless of how we implement things here, shouldn't there be something like ecm_generate_export_header which empties CMAKE_CXX_FLAGS temporarily because calling CMake's version and then restores the variable? There's no feedback at all in this function, the generated export header just contains dummy EXPORT macros, leaving the user to wonder why the linker fails. Or should the visibility flags also be set conditionally, after setting all other compiler options?

Nov 16 2018, 2:48 PM · Frameworks, Build System
rjvbb added a comment to D16894: [ECM] use a macro to add compiler flags conditionally.
Thus these places need to be turned into:

  ...
  if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "3.8")
  elseif(CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "8.1.0")
Nov 16 2018, 12:58 PM · Frameworks, Build System
rjvbb updated the test plan for D16894: [ECM] use a macro to add compiler flags conditionally.
Nov 16 2018, 9:49 AM · Frameworks, Build System
rjvbb set the repository for D16894: [ECM] use a macro to add compiler flags conditionally to R240 Extra CMake Modules.
Nov 16 2018, 9:47 AM · Frameworks, Build System
rjvbb updated the diff for D16894: [ECM] use a macro to add compiler flags conditionally.

A simpler version, setting CMAKE_<LANG>_FLAGS directly (also fixes a persistence error in my previous implementation).

Nov 16 2018, 9:47 AM · Frameworks, Build System