Revision 1cab5e4...

Go back to digest for 2nd December 2012

Features in Development Tools

Milian Wolff committed changes in [kdevplatform/sharedurls] /:

Rename URL to Path since that's what it is - only a subset of a URL.

While the path can point to remote or local files, it does not support
many URL features like fragments, queries and the like thus renaming
it to Path should prevent any confusion.

While at it, this change also adapts the project model API to use Path
wherever possible. The old KUrl API is still in there but now marked
as deprecated.

File Changes

Added 1 files
  • project/path.h
Deleted 1 files
  • project/url.h
Modified 4 files
  •   project/CMakeLists.txt
  •   project/projectmodel.cpp
  •   project/projectmodel.h
  •   project/tests/CMakeLists.txt
6 files changed in total