Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5086 from pblottiere/pr_auxiliary_storage
[Feature] Auxiliary Storage
  • Loading branch information
pblottiere committed Oct 9, 2017
2 parents 8a8e2e3 + 9bbd0ea commit ac66ced
Show file tree
Hide file tree
Showing 96 changed files with 5,407 additions and 464 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -485,6 +485,7 @@
<file>themes/default/unlocked.svg</file>
<file>themes/default/unlockedGray.svg</file>
<file>themes/default/user.svg</file>
<file>themes/default/mIconAuxiliaryStorage.svg</file>
<file>flags/eu.png</file>
<file>flags/bn.png</file>
<file>flags/gl.png</file>
Expand Down
280 changes: 280 additions & 0 deletions images/themes/default/mIconAuxiliaryStorage.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions python/core/core_auto.sip
Expand Up @@ -297,6 +297,7 @@
%Include qgsapplication.sip
%Include qgsactionscoperegistry.sip
%Include qgsanimatedicon.sip
%Include qgsauxiliarystorage.sip
%Include qgsbrowsermodel.sip
%Include qgscoordinatereferencesystem.sip
%Include qgscredentials.sip
Expand Down
7 changes: 7 additions & 0 deletions python/core/qgsarchive.sip
Expand Up @@ -124,6 +124,13 @@ class QgsProjectArchive : QgsArchive
:return: true if the file is well removed, false otherwise
:rtype: bool
%End

QString auxiliaryStorageFile() const;
%Docstring
Returns the current .qgd auxiliary storage file or an empty string if
there's none
:rtype: str
%End
};

/************************************************************************
Expand Down

0 comments on commit ac66ced

Please sign in to comment.