~neon/kolourpaint/master

  • Committer: David Faure
  • Date: 2019-11-27 22:11:25 UTC
  • Revision ID: git-v1:17c51793393569f887b06e745202ef57268d5bac
Port the saving code away from NetAccess

Test Plan:
Saving works. Saving as another existing file brings up the
overwrite prompt. Confusingly, "Save as" and chosing the current filename
doesn't, unlike in other apps, but it's on purpose (and actually makes sense).

Reviewers: broulik, andreagenor, tcanabrava

Reviewed By: broulik

Maniphest Tasks: T11576

Differential Revision: https://phabricator.kde.org/D25479
Filename Latest Rev Last Changed Committer Comment Size
..
kpDocument.cpp 2073 4 years ago David Faure Port urlExists() from NetAccess to KIO::NetAccess: 11.1 KB Diff Download File
kpDocument.h 2071 4 years ago David Faure Porting away from NetAccess, step 1: code refactor 13.2 KB Diff Download File
kpDocument_Open.cpp 2072 4 years ago David Faure Port the Open code away from NetAccess. Summary: 7.3 KB Diff Download File
kpDocument_Save.cpp 2074 4 years ago David Faure Port the saving code away from NetAccess Test Pla 17.7 KB Diff Download File
kpDocument_Selection.cpp 2032 5 years ago Tomaz Canabrava Revert "Remove conditional debug output" This rev 10 KB Diff Download File
kpDocumentPrivate.h 1975 6 years ago Kevin Funk Modernize: Use nullptr where possible 1.5 KB Diff Download File
kpDocumentSaveOptions.cpp 2040 5 years ago André Agenor Simplify function return by removing the redundant 16.4 KB Diff Download File
kpDocumentSaveOptions.h 2038 5 years ago Laurent Montel Fix some clazy warning 5 KB Diff Download File