- 14 Jul, 2012 1 commit
-
-
Script Kiddy authored
-
- 10 Jul, 2012 1 commit
-
-
Script Kiddy authored
-
- 09 Jul, 2012 1 commit
-
-
Script Kiddy authored
-
- 07 Jul, 2012 1 commit
-
-
Script Kiddy authored
-
- 06 Jul, 2012 1 commit
-
-
Script Kiddy authored
-
- 05 Jul, 2012 1 commit
-
-
Script Kiddy authored
-
- 04 Jul, 2012 1 commit
-
-
Script Kiddy authored
-
- 13 Apr, 2012 3 commits
-
-
Milian Wolff authored
-
Ben Wagner authored
REVIEW: 104559
-
Milian Wolff authored
could crash when called without this check from MissingDeclarationAssistant
-
- 08 Apr, 2012 2 commits
-
-
Milian Wolff authored
-
Milian Wolff authored
otherwise this might lead to assertions for small files e.g. or just be buggy in the best case
-
- 07 Apr, 2012 2 commits
-
-
Milian Wolff authored
this finally fixes parsing of gcc 4.7 headers thanks again to Ivan Shapovalov for this patch, which I cleaned up a bit and added a unit test the question now: how should ll, ull, llu integers be handled by a c++11 compliant preprocessor? BUG: 297604 REVIEW: 104498
-
Milian Wolff authored
This is particularly useful with new GCC toolchain version 4.7.0, where these keywords are frequently used throughout STL. thanks to Ivan Shapovalov for the patch, I just cleaned it up a bit and added a unit test REVIEW: 104498 CCBUG: 297604
-
- 30 Mar, 2012 9 commits
-
-
Aleix Pol Gonzalez authored
Helps serialize the KConfig calls issued when the project import is bootstrapped. BUG: 296348
-
Milian Wolff authored
some template code trips up our instantiation code leading to an infinite recursion. this patch adds a depth counter to prevent this. furthermore, a unit test is added which reproduces this issues reliably so someone with more knowledge can write a proper fix BUG: 269352
-
Milian Wolff authored
-
Milian Wolff authored
- fixes some layouting bug for our very narrow webview - fixes bad background for systems that don't have a white background set by default
-
Milian Wolff authored
there, a bogus mimetype is installed that triggers our qthelp://*.html urls to be associated with application/x-extension-html. this is not liked by QWebView and not displayed at all. So, catch that case, and rewrite the mimetype to text/html BUG: 288277
-
Milian Wolff authored
-
Milian Wolff authored
-
Milian Wolff authored
-
Milian Wolff authored
we now add batches of 50 lines and then return to the event loop, continuing with the rest of the lines via a QueuedConnection the unit test shows that (on my machine) the event loop is roughly returning every 80ms. the test ensures that this time does not cross the threshold of 200ms which is imo too much. on a further note, it is interesting to see that optimizing the actual adding of lines is not easily possible, the tons of regexp matching is simply required... the only possible way would be to make the error patterns configurable such that e.g. those for unused compilers or unused toolchains are not queried. BUG: 295361
-
- 29 Mar, 2012 2 commits
-
-
Milian Wolff authored
CCBUG: 295361
-
Milian Wolff authored
CCBUG: 295361
-
- 19 Mar, 2012 1 commit
-
-
Milian Wolff authored
this is required for proper functionality of itemsForUrl since it uses an optimized index-based lookup which breaks for un-cleaned urls. Thanks to Ben Wagner for investigating this. BUG: 296021 REVIEW: 104339
-
- 11 Mar, 2012 3 commits
-
-
Milian Wolff authored
-
Niko Sams authored
BUG: 282932
-
Milian Wolff authored
apparently, 'next'-ing over the last statement in a function and ending up at } makes gdb leave the context already so add a dummy statement in order to properly run our unit test
-
- 05 Mar, 2012 1 commit
-
-
Script Kiddy authored
-
- 03 Mar, 2012 2 commits
-
-
David nolden authored
This fixes the problem that astyle-formatting settings were not applied to the editor after startup with "Override Kate Indentation Mode" setting enabled.
-
Niko Sams authored
-
- 02 Mar, 2012 2 commits
-
-
Milian Wolff authored
BUG: 295195
-
Milian Wolff authored
personally I cannot even get this to work in plain GDB so no idea how this is supposed to work in kdevelop backports ac356761 from master
-
- 29 Feb, 2012 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 28 Feb, 2012 3 commits
-
-
Milian Wolff authored
we prefer non-const overloads to const ones if we are accessing a non-const object now, this is also what g++ does by default as far as I can see BUG: 267877
-
Milian Wolff authored
- when accessing a const object, only show const methods - when accessign a non-const object, prefer non-const overloads to the const ones, but still show const methods if they are not overloaded CCBUG: 267877
-
Milian Wolff authored
-
- 24 Feb, 2012 2 commits
-
-
Milian Wolff authored
remove outdated documentation that is not built anyways and hence just clutters out release tarballs
-
Milian Wolff authored
-