Feed Advanced Search

Oct 16 2017

brauch created D8333: fix some indenters from randomly invoking indent.
Oct 16 2017, 4:37 PM · Frameworks, Kate

Oct 12 2017

brauch committed R53:21aabdc67af8: debugger: fix default working directory if none specified (authored by brauch).
debugger: fix default working directory if none specified
Oct 12 2017, 10:28 PM

Oct 6 2017

brauch added a comment to D8158: KDevelop: decorate patch version string in development builds.

Future tags won't drop the v, because all KDE apps always have the v there.

Oct 6 2017, 11:02 AM · KDevelop
brauch requested changes to D8158: KDevelop: decorate patch version string in development builds.
  • This only works on UNIX
  • This adds a hard build-time-dependency on git, doesn't it?
Oct 6 2017, 10:45 AM · KDevelop

Oct 4 2017

brauch accepted D8139: Add missing X-KDevelop-Category entries to plugins' metadata.

I grepped around and I a) can see why not setting this key breaks things and b) don't see why it would be wrong. I think it's just an oversight that it wasn't. Thank you!

Oct 4 2017, 6:10 PM

Sep 30 2017

brauch accepted D7863: Add paste external script.

It's a hack but meh, why not. It's not like the "sort selection" script wouldn't have the same problem. While you're at it, probably #ifdef that one as well ...

Sep 30 2017, 7:35 AM

Sep 29 2017

brauch committed R32:af22e97089b5: fix version variable name (authored by brauch).
fix version variable name
Sep 29 2017, 1:47 PM
brauch committed R52:5ad9f0c2deee: Update version number to 5.1.80 (authored by brauch).
Update version number to 5.1.80
Sep 29 2017, 11:43 AM
brauch committed R53:1931dec19f07: Update version number to 5.1.80 (authored by brauch).
Update version number to 5.1.80
Sep 29 2017, 11:42 AM
brauch committed R32:3eef114e2c46: Update version number to 5.1.80 (authored by brauch).
Update version number to 5.1.80
Sep 29 2017, 11:27 AM

Sep 28 2017

brauch accepted D8045: plugins: Unify category names.

LGTM

Sep 28 2017, 10:38 PM
brauch committed R32:fe4d43887c3f: fix inserting ; when calling a void function in a non-empty line (authored by brauch).
fix inserting ; when calling a void function in a non-empty line
Sep 28 2017, 10:13 AM
brauch added a comment to D7995: KDevelop: address dirwatching inefficiency (WIP/PoC).

I also think by the way that this shouldn't go to 5.2, sorry ... 5.2 is fragile enough as it is on the platforms we already claim to be stable on. Let's put it in master and instead try to keep the time to 5.3 short-ish.

Sep 28 2017, 9:39 AM · KDevelop

Sep 26 2017

brauch added inline comments to D7979: Filter out warnings as error from parser's compile flags.
Sep 26 2017, 11:35 PM · KDevelop
brauch accepted D7979: Filter out warnings as error from parser's compile flags.

Looks good to me, thanks! Maybe wait for Milian to approve as well.

Sep 26 2017, 10:00 PM · KDevelop
brauch added a comment to D7995: KDevelop: address dirwatching inefficiency (WIP/PoC).

My position stays the same: are we really in a situation in 2017 where, from the kernel POV, we cannot get notified of changed files in a directory tree without 30+ seconds setup cost? Only if that is the case (and I'm quite sceptical) I'd say this approach is a good idea.

Sep 26 2017, 5:19 PM · KDevelop
brauch added a comment to D7979: Filter out warnings as error from parser's compile flags.

Otherwise, looks good to me, thanks a lot!

Sep 26 2017, 8:21 AM · KDevelop

Sep 25 2017

brauch added a comment to D7979: Filter out warnings as error from parser's compile flags.

Imo this should be done in the clang plugin. Other plugins may want to know the "full" args, so filtering in the IADM is too early. Only for the purpose of clang do we want to filter this out.

Sep 25 2017, 11:11 AM · KDevelop
brauch added a comment to D7979: Filter out warnings as error from parser's compile flags.

I was experimenting with a similar patch locally and yes, I think this should be done on the higher layer as well. Otherwise, you need the same patch for e.g. qmake.

Sep 25 2017, 9:17 AM · KDevelop

Sep 23 2017

brauch committed R32:a5e00ea60419: CXType_Float128 is only available since clang version 38 (authored by brauch).
CXType_Float128 is only available since clang version 38
Sep 23 2017, 12:01 PM

Sep 22 2017

brauch accepted D7945: Revert automatic grep job execution from Find in Files history.

Looks good to me! The issue it (I think?) fixes is quite annoying, so go please submit and thanks :)

Sep 22 2017, 10:41 PM

Sep 21 2017

brauch accepted D7908: Parser: Normalize exception before reading values.

Looks good to me, thanks!

Sep 21 2017, 11:26 AM

Sep 18 2017

brauch added a comment to D7745: KDevelop (full) project parsing: defer until all projects have been loaded..

The deferred starting of the parsing. The dirwatches, sure -- if they are that slow on mac, another solution is needed.

Sep 18 2017, 8:27 PM · KDevelop
brauch added a comment to D7745: KDevelop (full) project parsing: defer until all projects have been loaded..

Rene, did you actually read the comments I made on the other RR? I'm fairly sure that is the result an in-depth performance analysis will show too, and I'm faily sure your workaround is not needed if the performance *bugs* this code has are fixed ...

Sep 18 2017, 3:44 PM · KDevelop

Sep 16 2017

brauch added a comment to D7745: KDevelop (full) project parsing: defer until all projects have been loaded..
In D7745#146271, @rjvbb wrote:
Rene, maybe you want to look into this?

This sounds like it could well be something requiring a substantially deeper understanding of the underlying architecture than I have (and wouldn't normally seek out just for fun ;))

Sep 16 2017, 12:54 PM · KDevelop
brauch added a comment to D7745: KDevelop (full) project parsing: defer until all projects have been loaded..

Or rather, let me rephrase: The first point is IMO the much worse bug, since that is what will cause large project imports (think clang) be very slow in either case. For completely no reason whatsoever.

Sep 16 2017, 10:51 AM · KDevelop
brauch added a comment to D7745: KDevelop (full) project parsing: defer until all projects have been loaded..

Ok, here's the two things that are broken and need fixing:

Sep 16 2017, 10:48 AM · KDevelop
brauch added a comment to D7745: KDevelop (full) project parsing: defer until all projects have been loaded..

I just poked around a bit myself. It indeed takes ages to import the project, and I couldn't figure out why ... it is certainly not CPU load. I looked in perf, the CPU time spent in importing the project is quite low.
In fact, the code model generation (which seems to be the last step in the import AFAIU) finishes relatively quickly here (after something like 5 seconds), but then it still takes like 30 seconds for the import to finish. I don't know where that time is spent.

Sep 16 2017, 10:09 AM · KDevelop

Sep 15 2017

brauch added a comment to D7752: Make it possible for IBuildSystem to provide extra arguments to the parser.

Ok, you're right ... I looked some more. Try "-pipe", qmake passes that here, that seems to be what breaks things if I'm not mistaken.

Sep 15 2017, 1:36 PM
brauch reopened D7752: Make it possible for IBuildSystem to provide extra arguments to the parser.

There are some arguments which we shouldn't pass on, for example I have a qmake project here which does QMAKE_CXXFLAGS += -Werror=return-type and that completely breaks everything (no highlighting any more whatsoever, parsing of all files fails, ...), Not even sure why, but I guess -Werror arguments should never be passed on in our case.

Sep 15 2017, 10:57 AM
brauch committed R32:dc09a86b6990: qmake: compiler extra arguments: fix condition (authored by brauch).
qmake: compiler extra arguments: fix condition
Sep 15 2017, 10:41 AM
brauch added inline comments to D7752: Make it possible for IBuildSystem to provide extra arguments to the parser.
Sep 15 2017, 10:36 AM
brauch committed R32:12a10c601984: clang: fix "unhandled type: float128" warning (authored by brauch).
clang: fix "unhandled type: float128" warning
Sep 15 2017, 10:22 AM

Sep 14 2017

brauch added a comment to D7752: Make it possible for IBuildSystem to provide extra arguments to the parser.

Re. IRC: Yes, to 5.2 I would say. We didn't release our beta yet, and I even think this counts as a bug fix ...
Thanks a lot!

Sep 14 2017, 9:38 AM

Sep 13 2017

brauch accepted D7791: Open context for lambdas in ContextBuilder.

Looks sensible, thanks for investigating!

Sep 13 2017, 12:01 AM

Sep 8 2017

brauch added a comment to D7745: KDevelop (full) project parsing: defer until all projects have been loaded..

Do you have some timing on how much loading time improves with this patch?

Sep 8 2017, 11:40 PM · KDevelop
brauch accepted D7735: [KateFileTreeModel] Don't iterate over keys().

range-based for would detach ...?
If you had a reason not to use that, LGTM, thanks!

Sep 8 2017, 2:09 PM

Sep 5 2017

brauch added a comment to T6869: Create ktexteditor-addons repo.

Releasing with applications makes sense to me, I feel like it should be released in sync with kate.
If there is a hard dependency anyways then I agree with Dominik that we should move all plugins over. All of them are possibly useful for an embedding application, and with moving just some I see us moving plugins back and forth all the time for no real reason.

Sep 5 2017, 7:36 PM · Kile, Kate, KDevelop, KTextEditor

Sep 1 2017

brauch accepted D7643: Remove some unneeded parameters.

Looks good, thanks!

Sep 1 2017, 3:28 PM

Aug 29 2017

brauch committed R32:fb704c7745b5: Set version number to 5.1.2 (authored by brauch).
Set version number to 5.1.2
Aug 29 2017, 8:13 PM

Aug 28 2017

brauch accepted D7593: Find generator variables without fake early declarations.

Good solution I think, better than the hack from before (because it actually does the right thing, in a way). Feel free to put it into 5.2, we still have a few weeks to catch issues it causes. Thanks!

Aug 28 2017, 9:52 PM
brauch committed R247:53904a088000: set KDevelop stable branch to 5.2, remove kdevplatform repo stable branch (authored by brauch).
set KDevelop stable branch to 5.2, remove kdevplatform repo stable branch
Aug 28 2017, 9:38 PM
brauch committed R499:7739a112ef74: set KDevelop stable branch to 5.2 and remove kdevplatform stable branch (repo… (authored by brauch).
set KDevelop stable branch to 5.2 and remove kdevplatform stable branch (repo…
Aug 28 2017, 9:37 PM

Aug 17 2017

brauch committed R32:17b0e9ac4b5c: Merge branch '5.1' into 5.2 (authored by brauch).
Merge branch '5.1' into 5.2
Aug 17 2017, 7:31 PM
brauch committed R32:1e1f1f6838f6: appimage script: fix copying of icons (authored by brauch).
appimage script: fix copying of icons
Aug 17 2017, 7:31 PM
brauch committed R32:da932380b2c9: Merge branch '5.1' (authored by brauch).
Merge branch '5.1'
Aug 17 2017, 4:48 PM
brauch committed R32:ff52dc234d64: Dockerfile: update llvm to 3.9.1; fix ninja installation (authored by brauch).
Dockerfile: update llvm to 3.9.1; fix ninja installation
Aug 17 2017, 4:48 PM

Aug 15 2017

brauch committed R33:fb704c7745b5: Set version number to 5.1.2 (authored by brauch).
Set version number to 5.1.2
Aug 15 2017, 9:26 AM
brauch committed R32:63694ce0e0fe: Set version number to 5.1.2 (authored by brauch).
Set version number to 5.1.2
Aug 15 2017, 9:23 AM
brauch committed R53:e45712d3b392: Set version number to 5.1.2 (authored by brauch).
Set version number to 5.1.2
Aug 15 2017, 9:23 AM
brauch committed R52:0346d9cbce3b: Set version number to 5.1.2 (authored by brauch).
Set version number to 5.1.2
Aug 15 2017, 9:23 AM

Aug 10 2017

brauch added a comment to D7010: KSqueezedTextLabel: call updateGeometry() when text changes.

I can write a test if you think this helps. I think reading the docs it is quite clear we must call updateGeometry() here: our sizeHint() changes when changing the text.

Aug 10 2017, 8:48 PM · Frameworks

Aug 8 2017

brauch committed R32:202a4fb6e9b1: file name label: fix window size limiting (authored by brauch).
file name label: fix window size limiting
Aug 8 2017, 5:14 PM
brauch committed R32:3e530e780b59: fix label with file name sometimes being invisble after recent change (authored by brauch).
fix label with file name sometimes being invisble after recent change
Aug 8 2017, 5:14 PM
brauch committed R32:58992c41c3b7: crash dialog: fix button names in description string (authored by brauch).
crash dialog: fix button names in description string
Aug 8 2017, 5:14 PM
brauch committed R32:b3c82b011ad9: clarify text on buttons to clear or keep cache (authored by brauch).
clarify text on buttons to clear or keep cache
Aug 8 2017, 5:14 PM
brauch committed R32:7370c7901057: show shortcut help label only when tab bar is hidden (authored by brauch).
show shortcut help label only when tab bar is hidden
Aug 8 2017, 5:14 PM
brauch committed R32:e1d2989eef90: Fix elision of document title with tabbar disabled (authored by brauch).
Fix elision of document title with tabbar disabled
Aug 8 2017, 5:13 PM
brauch committed R32:1df969288f03: fix strange alignment of document label for short file names (authored by brauch).
fix strange alignment of document label for short file names
Aug 8 2017, 5:13 PM
brauch committed R32:6c6329f2373e: make breakpoint "location" non-editable in item model (authored by brauch).
make breakpoint "location" non-editable in item model
Aug 8 2017, 5:13 PM
brauch committed R32:2d819a1478c1: fix TODO KF5 (authored by brauch).
fix TODO KF5
Aug 8 2017, 5:13 PM
brauch committed R32:106ddc11b4ce: KDevelop::MainWindow: use setWindowFilePath() (authored by rjvbb).
KDevelop::MainWindow: use setWindowFilePath()
Aug 8 2017, 5:13 PM
brauch committed R32:9f811e437d42: clear window file path when there's no active view (authored by brauch).
clear window file path when there's no active view
Aug 8 2017, 5:13 PM
brauch committed R32:10eb177efb28: Fix selection when only one project is in projects view (authored by bevendorff).
Fix selection when only one project is in projects view
Aug 8 2017, 5:12 PM
brauch committed R32:8e2ce1e96456: Update version number to 5.1.1 (authored by brauch).
Update version number to 5.1.1
Aug 8 2017, 5:12 PM
brauch committed R32:73c058a9f221: Revert "Update version number to .." (authored by brauch).
Revert "Update version number to .."
Aug 8 2017, 5:12 PM
brauch added a reverting change for R32:622e5e11a77d: Update version number to ..: R32:73c058a9f221: Revert "Update version number to ..".
Aug 8 2017, 5:12 PM
brauch committed R32:622e5e11a77d: Update version number to .. (authored by brauch).
Update version number to ..
Aug 8 2017, 5:12 PM
brauch committed R32:1b33ea639196: Update version number to 5.1.0 (authored by brauch).
Update version number to 5.1.0
Aug 8 2017, 5:10 PM
brauch committed R32:a200280a9b5b: Add support for git worktrees (authored by tnorth).
Add support for git worktrees
Aug 8 2017, 5:10 PM
brauch committed R32:97237d4e6dd2: Update version number to 5.0.4 (authored by brauch).
Update version number to 5.0.4
Aug 8 2017, 5:08 PM
brauch committed R32:32c294c3330e: fix docstring (authored by brauch).
fix docstring
Aug 8 2017, 5:08 PM
brauch committed R32:9ac460dbbcc6: Merge branch '5.1' (authored by brauch).
Merge branch '5.1'
Aug 8 2017, 5:08 PM
brauch committed R32:4cf23720b123: container types: do not write lock when calling addContentType() (authored by brauch).
container types: do not write lock when calling addContentType()
Aug 8 2017, 5:07 PM
brauch committed R32:0301ff6b53f5: Merge branch '5.0' into 5.1 (authored by brauch).
Merge branch '5.0' into 5.1
Aug 8 2017, 5:07 PM
brauch committed R32:edb52cfd721f: Merge branch '5.1' (authored by brauch).
Merge branch '5.1'
Aug 8 2017, 5:07 PM
brauch committed R32:d42d07429929: Fix opening of remote URLs without filename (authored by brauch).
Fix opening of remote URLs without filename
Aug 8 2017, 5:07 PM
brauch committed R32:115cacb46905: fix progress widget flags (authored by brauch).
fix progress widget flags
Aug 8 2017, 5:07 PM
brauch committed R32:1d5dc813c744: Update version number to 5.0.80 (authored by brauch).
Update version number to 5.0.80
Aug 8 2017, 5:07 PM
brauch committed R32:ca85caca0674: script launcher config: use "python3" for python applications (authored by brauch).
script launcher config: use "python3" for python applications
Aug 8 2017, 5:07 PM
brauch committed R32:8f304c74ff9e: improve wording in tooltip of branch manager (authored by brauch).
improve wording in tooltip of branch manager
Aug 8 2017, 5:06 PM
brauch committed R32:760cc72826da: Update version number to 5.0.3 (authored by brauch).
Update version number to 5.0.3
Aug 8 2017, 5:06 PM
brauch committed R32:37884ec9558d: OpenProjectDialog: pass full opened file name to project manager (authored by enniob).
OpenProjectDialog: pass full opened file name to project manager
Aug 8 2017, 5:06 PM
brauch committed R32:657a5691d5cc: "flat" breakpoint pixmap -- I forgot to `git add` the pngs (authored by brauch).
"flat" breakpoint pixmap -- I forgot to `git add` the pngs
Aug 8 2017, 5:06 PM
brauch committed R32:e4fb596442fe: export IProblem (authored by rjvbb).
export IProblem
Aug 8 2017, 5:05 PM
brauch committed R32:5ba2408c80df: Merge branch '5.0' (authored by brauch).
Merge branch '5.0'
Aug 8 2017, 5:05 PM
brauch committed R32:3e4c15c9c88a: Do not use "script-error" icon for breakpoints (authored by brauch).
Do not use "script-error" icon for breakpoints
Aug 8 2017, 5:05 PM
brauch committed R32:385b70d4d4ec: Revert "export IProblem" (authored by brauch).
Revert "export IProblem"
Aug 8 2017, 5:05 PM
brauch added a reverting change for R32:e4fb596442fe: export IProblem: R32:385b70d4d4ec: Revert "export IProblem".
Aug 8 2017, 5:05 PM
brauch committed R32:b52c376b38d8: Set version to 5.0.2 (authored by brauch).
Set version to 5.0.2
Aug 8 2017, 5:05 PM
brauch committed R32:cba54572bce5: Fix breakpoints view (authored by brauch).
Fix breakpoints view
Aug 8 2017, 5:05 PM
brauch committed R32:8cdd0ade6755: export IProblem (authored by rjvbb).
export IProblem
Aug 8 2017, 5:05 PM
brauch committed R32:0d9c33285e39: Merge branch '5.0' (authored by brauch).
Merge branch '5.0'
Aug 8 2017, 5:05 PM
brauch committed R32:fb0230e3b6f0: more helpful error message when failing to load project plugin (authored by brauch).
more helpful error message when failing to load project plugin
Aug 8 2017, 5:05 PM
brauch committed R32:77b83054f943: Remove mime type <-> extension cache (authored by brauch).
Remove mime type <-> extension cache
Aug 8 2017, 5:05 PM
brauch committed R32:7114783c189c: Set version to 5.0.1 (authored by brauch).
Set version to 5.0.1
Aug 8 2017, 5:05 PM
brauch committed R32:ff07af4eee27: Merge branch '5.0' (authored by brauch).
Merge branch '5.0'
Aug 8 2017, 5:05 PM
brauch committed R32:72be70ba43b5: Don't display "project is already open in a different session" dialog session… (authored by brauch).
Don't display "project is already open in a different session" dialog session…
Aug 8 2017, 5:05 PM
brauch committed R32:08f52838eb07: update highlight color as well when colors change (authored by brauch).
update highlight color as well when colors change
Aug 8 2017, 5:05 PM
brauch committed R32:f871ad77943e: Use search background color for highlighting in the view. (authored by brauch).
Use search background color for highlighting in the view.
Aug 8 2017, 5:05 PM