- 01 Aug, 2008 8 commits
-
-
Andreas Pakulat authored
-
Andreas Pakulat authored
-
Aleix Pol Gonzalez authored
-
David Nolden authored
-
David Nolden authored
-
David Nolden authored
-
David Nolden authored
Also check whether the declaration has a context. If it hasn't it's invalid, and would later cause a crash.
-
Andreas Pakulat authored
the file:// protocol
-
- 31 Jul, 2008 8 commits
-
-
Andreas Pakulat authored
that doesn't support KDE settings.
-
Manuel Breugelmans authored
-
Manuel Breugelmans authored
Do not set cursor position when DoNotCreateView flag is passed to openDocument. This fixes a segfault.
-
Andreas Pakulat authored
crash when re-opening projects and then accessing context menu, because the re-opening didn't reload the plugin as it was still in the cache. However when another plugin then accessed the (buildmanager in this case) unloaded plugin it got the now-deleted pointer back and crashed.
-
Hamish Rodda authored
-
Hamish Rodda authored
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
Create wrappers at compile time to the unwrapped classes. Use the wrapped classes. If you want to regenerate the wrapped classes you need to have cpptoxml (which is in kdesupport) This commit adds a kdelibs dependency from the 27th july (you need to have up to date kdelibs/kross/core to compile). CCMAIL:KDevelop-devel@kdevelop.org
-
- 30 Jul, 2008 5 commits
-
-
Hamish Rodda authored
-
Hamish Rodda authored
-
Aleix Pol Gonzalez authored
-
Evgeniy Ivanov authored
Fixes for Krazy; All dvcs ui items moved to dvcs/ui; Branch manager UI implementation;
-
Hamish Rodda authored
Track url changes in documents, eg. when doing "Save As" in a KTextEditor (eg. katepart). Change the title and the url in the document controller, so you can open the original file again.
-
- 29 Jul, 2008 3 commits
-
-
Evgeniy Ivanov authored
Temp crash fix. With my old code veritas/coverage/coverageplugin.cpp:97 causes a crash. I have no ideas why
-
Hamish Rodda authored
-
Hamish Rodda authored
Add the new EditorRevisionTracker, for use by output views which would like to be able to go to the same location in the text document even if that document has been edited (thanks to the magic of the KTE::SmartInterface)
-
- 28 Jul, 2008 1 commit
-
-
Aleix Pol Gonzalez authored
- let it work when no namespaces. - Support default parameters.
-
- 26 Jul, 2008 5 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
Andreas Pakulat authored
KDirOperator, so revert my local fix as I'm the one making changes based on wrong assumptions. Sorry for the mess.
-
Andreas Pakulat authored
single-click-opens-file. We don't as it makes it almost impossible to select files, specifically KDirOperator doesn't have the selection mode dolphin has. However the here set mode only means files open on doubleclick, while directories are still opened on single-click.
-
Alexander Dymo authored
-
- 25 Jul, 2008 10 commits
-
-
Evgeniy Ivanov authored
-
Evgeniy Ivanov authored
-
Aleix Pol Gonzalez authored
-
Evgeniy Ivanov authored
Additional tests for Git (mostly for idvcsexecutor).
-
Andreas Pakulat authored
when the control and shift modifiers are not pressed (and hence the selection is not changed).
-
Pino Toscano authored
-
Manuel Breugelmans authored
-
Manuel Breugelmans authored
-
Manuel Breugelmans authored
Replace TestRunnerToolView with TestViewData, this fixes a silly mistake which caused multiple runners to segfault..
-
David Nolden authored
Top-contexts and all their data are now stored to disk, for now 1 file each. The environment-information for all top-contexts is stored in a separate repository, and is used to look up whether there is a matching top-context for the given environment. If there is one, it's loaded from disk. Each top-context has a unique index assigned. The same of course for declarations and contexts. When a context/declaration/top-context is requested that is in a top-context that currently isn't loaded, it's loaded from disk. mmap isn't used yet, but it's already very efficient the way it is now. IdentifiedFile was completely removed, since it's redundant now that we assign indices to top-contexts. The item-repository registry can now automatically store&load arbitrary static counters, like the one for top-context or anonymous declaration ids. Large changes were required all over the place, like changing/implementing many copy-constructors, adressing data by indices, etc. Some bugs were fixed, some new ones were probably introduced. The good thing is: It seems to work very well in the state I'm committing. What's not done yet: - Automatic unloading of top-contexts/repository parts to save memory, so you still have to restart KDevelop time by time Also there's a regression that comes from the document integration: Code-highlighting and reparsing currently doesn't work on files that are automatically opened with KDevelop. Re-open the document to get it working. If you have problems do "rm -R ~/.kdevduchain" and send a mail.
-