- 20 Jun, 2012 2 commits
-
-
Aleix Pol Gonzalez authored
For some reason, KDirWatch was signaling the modified CMakeCache.txt files as "created". Listen to that BUG: 287254
-
Aleix Pol Gonzalez authored
Properly navigate the original tree structure BUG: 129469
-
- 08 May, 2012 2 commits
-
-
Aleix Pol Gonzalez authored
BUG: 298532
-
Aleix Pol Gonzalez authored
BUG: 298532
-
- 03 May, 2012 1 commit
-
-
REVIEW: 104777 BUG: 298859
-
- 30 Mar, 2012 2 commits
-
-
Aleix Pol Gonzalez authored
Helps serialize the KConfig calls issued when the project import is bootstrapped. BUG: 296348
-
Aleix Pol Gonzalez authored
Helps serialize the KConfig calls issued when the project import is bootstrapped. BUG: 296348
-
- 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
-
- 16 Mar, 2012 1 commit
-
-
Milian Wolff authored
-
- 24 Feb, 2012 1 commit
-
-
Aleix Pol Gonzalez authored
CCBUG: 273418
-
- 05 Feb, 2012 1 commit
-
-
Milian Wolff authored
-
- 30 Jan, 2012 2 commits
-
-
Aleix Pol Gonzalez authored
When jumping characters in the beginning of the match, also remove it from the matched length. BUG: 292229
-
Aleix Pol Gonzalez authored
When jumping characters in the beginning of the match, also remove it from the matched length. BUG: 292229
-
- 20 Jan, 2012 4 commits
-
-
Aleix Pol Gonzalez authored
They got used somehow when sorting the model, this shouldn't be a crash anymore. It's really late and people is complaining about my last commit already so I'll commit, hope it's not too messy.
-
Aleix Pol Gonzalez authored
They got used somehow when sorting the model, this shouldn't be a crash anymore. It's really late and people is complaining about my last commit already so I'll commit, hope it's not too messy.
-
Aleix Pol Gonzalez authored
If we delay model messages, we delay item deletion too.
-
Aleix Pol Gonzalez authored
If we delay model messages, we delay item deletion too.
-
- 30 Dec, 2011 1 commit
-
-
Niko Sams authored
-
- 19 Dec, 2011 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 02 Dec, 2011 3 commits
-
-
Aleix Pol Gonzalez authored
BUG: 275648
-
Aleix Pol Gonzalez authored
BUG: 232447
-
Aleix Pol Gonzalez authored
on cmake executions. These environment variables are integrated both in the CMake parsing and the actual cmake executions inside KDevelop. BUG: 273516
-
- 09 Nov, 2011 1 commit
-
-
David nolden authored
Adapt to changes in kdevplatform, and reach the file path to custom formatter scripts through $FILE.
-
- 04 Nov, 2011 1 commit
-
-
David nolden authored
-
- 31 Oct, 2011 2 commits
-
-
Andreas Pakulat authored
Its perfectly valid to have source code in non-cmake folders, so lets handle the case of not being able to find a cmake-folder when searching for includes/defines gracefully. Otherwise the assert triggers shutdown of Kdevelop when having a project that has a directory with no CMakeLists.txt but plenty of source code files.
-
Andreas Pakulat authored
Observed by a user on IRC. The else-branch uses the folder variable which is 0 in some cases and hence the call will crash. So only do the cmake-specific stuff if it really is a cmake-folder.
-
- 19 Sep, 2011 2 commits
-
-
Aleix Pol Gonzalez authored
I'm hoping this will fix the problem in bug 282118, although I'm not sure why it's being shown now. BUG: 282118
-
Aleix Pol Gonzalez authored
-
- 25 Aug, 2011 1 commit
-
-
Olivier de Gaalon authored
in text range Change followUses to only eat whitespace when removing a CMakeLists entry
-
- 18 Aug, 2011 1 commit
-
-
Olivier de Gaalon authored
item won't get deleted. BUG: 278444
-
- 07 Aug, 2011 3 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 01 Aug, 2011 5 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Instead of changing the whole text, distinguish between replacing and removal.
-
Aleix Pol Gonzalez authored
-
- 27 Jul, 2011 1 commit
-
-
Aleix Pol Gonzalez authored
More information here: http://marcmutz.wordpress.com/2011/07/26/effective-qt-prefer-to-use-normalised-signalslot-signatures/
-
- 25 Jul, 2011 1 commit
-
-
Milian Wolff authored
-