Skip to content

Commit

Permalink
Merge pull request #98 from Riverscapes/logo_update
Browse files Browse the repository at this point in the history
Logo update
  • Loading branch information
KellyMWhitehead committed Dec 15, 2023
2 parents 6b0b227 + cf898aa commit f9f8c2c
Show file tree
Hide file tree
Showing 51 changed files with 1,820 additions and 3,642 deletions.
16 changes: 8 additions & 8 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# init-hook='import sys; sys.path.append(".")'

# Profiled execution.
profile=no
#profile=no

# Add files or directories to the blacklist. They should be base names, not
# paths.
Expand Down Expand Up @@ -52,7 +52,7 @@ output-format=text
# Put messages in a separate file for each module / package specified on the
# command line instead of printing them on stdout. Reports (if any) will be
# written in a file name "pylint_global.[txt|html]".
files-output=no
#files-output=no

# Tells whether to display a full report or only the messages
reports=yes
Expand All @@ -66,7 +66,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme

# Add a comment according to your evaluation note. This is used by the global
# evaluation report (RP0004).
comment=no
#comment=no

# Template used to display messages. This is a python new-style format string
# used to format the message information. See doc for all details
Expand All @@ -76,10 +76,10 @@ comment=no
[BASIC]

# Required attributes for module, separated by a comma
required-attributes=
#required-attributes=

# List of builtins function names that should not be used, separated by a comma
bad-functions=map,filter,apply,input
#bad-functions=map,filter,apply,input

# Regular expression which should only match correct module names
module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
Expand Down Expand Up @@ -146,7 +146,7 @@ ignored-classes=SQLObject

# When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members.
zope=no
#zope=no

# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E0201 when accessed. Python regular
Expand Down Expand Up @@ -181,7 +181,7 @@ ignore-long-lines=^\s*(# )?<?https?://\S+>?$
single-line-if-stmt=no

# List of optional constructs for which whitespace checking is disabled
no-space-check=trailing-comma,dict-separator
#no-space-check=trailing-comma,dict-separator

# Maximum number of lines in a module
max-module-lines=1000
Expand Down Expand Up @@ -262,7 +262,7 @@ max-public-methods=20

# List of interface methods to ignore, separated by a comma. This is used for
# instance to not check methods defines in Zope's Interface base class.
ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
#ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by

# List of method names used to declare (i.e. assign) instance attributes.
defining-attr-methods=__init__,__new__,setUp
Expand Down
13 changes: 1 addition & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,7 @@
"editor.tabSize": 4,
"editor.formatOnSave": true,
},
"python.linting.enabled": true,
"python.linting.lintOnSave": true,
"python.linting.pycodestyleEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.pycodestyleArgs": [
"--ignore=E501"
],
"python.formatting.autopep8Args": [
"--ignore=E501"
],
"python.terminal.activateEnvironment": true,
"python.autoComplete.showAdvancedMembers": false,
"python.autoComplete.extraPaths": [
"${workspaceRoot}"
],
Expand All @@ -27,7 +16,7 @@
"search.exclude": {
"**/*.egg-info": true
},
"python.linting.pylintArgs": [
"pylint.args": [
"--extension-pkg-whitelist=PyQt5,qgis,db_manager",
"--disable=all",
"--enable=F,E,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.9.0 ***(December 15, 2023)***

* Refresh QRAVE as Riverscapes Viewer
* logo and icon changes

## 0.8.1 ***(March 24, 2023)***

* Add framework for QRiS integration
Expand Down
Binary file removed Images/AddToMap.png
Binary file not shown.
Binary file removed Images/BrowseFolder.png
Binary file not shown.
Binary file removed Images/Help.png
Binary file not shown.
Binary file removed Images/NewProject.png
Binary file not shown.
Binary file removed Images/OpenProject.png
Binary file not shown.
Binary file removed Images/Options.png
Binary file not shown.
Binary file removed Images/RaveAddIn.png
Binary file not shown.
Binary file removed Images/RaveAddIn_16px.png
Binary file not shown.
1 change: 1 addition & 0 deletions Images/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions Images/add_to_map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/close.png
Binary file not shown.
1 change: 1 addition & 0 deletions Images/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/collapse.png
Binary file not shown.
1 change: 1 addition & 0 deletions Images/collapse.svg
Loading
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 Images/description.svg
Loading
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 Images/draft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/expand.png
Binary file not shown.
1 change: 1 addition & 0 deletions Images/expand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions Images/folder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions Images/help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Images/layers/basemap.svg
Loading
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 Images/layers/satellite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/metadata.png
Binary file not shown.
16 changes: 16 additions & 0 deletions Images/metadata.svg
Loading
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 Images/open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/project_view.png
Diff not rendered.
Binary file removed Images/refresh.png
Diff not rendered.
1 change: 1 addition & 0 deletions Images/refresh.svg
Loading

0 comments on commit f9f8c2c

Please sign in to comment.