Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
aca6434
Update dialogs.py
kikislater Nov 6, 2019
b3b8e2a
Update generalizer.py
kikislater Nov 6, 2019
808f98e
Update generalizerdialog.py
kikislater Nov 6, 2019
8ddf0e3
Update __init__.py
kikislater Nov 6, 2019
ea9a258
Update points.py
kikislater Nov 6, 2019
316e806
Update metadata.txt
kikislater Nov 6, 2019
a0fff07
Update simplify.py
kikislater Nov 6, 2019
1dc0fcc
Update smooth.py
kikislater Nov 6, 2019
ca79a90
Update ui_generalizer.py
kikislater Nov 6, 2019
5e3805c
Update matrix.py
kikislater Nov 6, 2019
e666f2e
Update resources.py
kikislater Nov 6, 2019
de4e458
Create README.md
kikislater Nov 8, 2019
a1b8c90
Update README.md
kikislater Nov 8, 2019
b24406a
Better readme based on Grass GIS doc
kikislater Nov 10, 2019
0b2945e
Correction to make sliding working
kikislater Nov 10, 2019
ac11316
Correction to make sliding working
kikislater Nov 10, 2019
658800e
Comments update
kikislater Nov 10, 2019
ef69350
Comments update
kikislater Nov 10, 2019
8948aab
Correct error on first load
kikislater Nov 10, 2019
ec1ebf6
Release 0.6
kikislater Nov 10, 2019
31f4ba2
release 0.6
kikislater Nov 10, 2019
2d4a4ea
Update metadata.txt
kikislater Nov 10, 2019
96c5d06
release 0.6
kikislater Nov 10, 2019
528f42d
Update CHANGELOG
kikislater Nov 10, 2019
5c748ed
0.6 release
kikislater Nov 10, 2019
8eb82ea
Delete resources.py
kikislater Nov 11, 2019
10df340
Delete ui_generalizer.py
kikislater Nov 11, 2019
6ed7e1e
fix save layer and unattended column
kikislater May 17, 2020
37cebb4
Merge pull request #3 from giscan/0.7
kikislater May 17, 2020
d99840d
Add files via upload
kikislater May 23, 2020
496c828
Add files via upload
kikislater May 23, 2020
cf749b2
0.8
kikislater May 23, 2020
9c296c8
0.8
kikislater May 23, 2020
85640cd
Merge pull request #4 from giscan/master
kikislater May 23, 2020
16cdf87
Merge pull request #5 from giscan/0.8
kikislater May 23, 2020
6bce7fc
generated py from ui
kikislater May 23, 2020
cf4c775
Move plugin to his self toolbar
kikislater Nov 9, 2020
04cbad5
Merge pull request #8 from giscan/0.9
kikislater Nov 9, 2020
ddd0ccb
Update metadata.txt
kikislater Nov 9, 2020
5716f11
Update generalizer.py
kikislater Nov 9, 2020
26c615e
Merge pull request #9 from giscan/0.9
kikislater Nov 9, 2020
1acb04c
Fix https://github.com/giscan/Generalizer/issues/7
kikislater Nov 17, 2020
1072b5c
Merge pull request #10 from giscan/1.0
kikislater Nov 17, 2020
7cb62e6
Update generalizerdialog.py
kikislater Nov 17, 2020
86cbbf1
Merge pull request #12 from giscan/1.0
kikislater Nov 17, 2020
2cf5d4f
Update generalizerdialog.py
kikislater Nov 18, 2020
36ff4bd
Merge pull request #13 from giscan/master
kikislater Nov 18, 2020
37c4782
Add compatibility with QGIS4
kikislater May 12, 2026
178a2e9
Add compatibility with QGIS4
kikislater May 12, 2026
0c3b4b3
Merge pull request #17 from giscan/2.0
kikislater May 12, 2026
519ec2e
Add LICENSE
kikislater May 12, 2026
be1b58d
Create codeql.yml
kikislater May 12, 2026
aab5e76
Merge pull request #18 from giscan/2.0
kikislater May 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 99 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '38 1 * * 2'

jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
include:
- language: python
build-mode: none
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4

# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
# or others). This is typically only required for manual builds.
# - name: Setup runtime (example)
# uses: actions/setup-example@v1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
# to set the build mode to "manual" for that language. Then modify this step
# to build your code.
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- name: Run manual build steps
if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
24 changes: 23 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2.0 (03.04/2026)
- Compatibility to Qgis 4 & Qt6
- Push algorithm to processing
- Ui launch processing algs
1.0 (18.11.2020)
- Fix unkown projection when new layer is created
- Multipart lines supported
0.9 (09.11.2020)
- Move plugin to his self toolbar

0.8 (23.05.2020)
- fix import resources

0.7 (17.05.2020)
- fix save layer to file
- remove unattended column in temporary layer

0.6 (10.11.2019)
- updated to QGIS 3.x
- fix projection according to project coordinates
- quick documentation

0.5 (24.11.2013)
-updated to QGIS 2.0 API (thanks to Matthew Petroff)
-fix unicode error
Expand All @@ -21,4 +43,4 @@ smoothing: Hermite Spline Interpolation
-supported algorithms:
generalization: Remove small objects
simplifying: Douglas-Peucker, Lang, Vertex Reduction
smoothing: Boyle's Forward-Looking, Chaiken's, McMaster's Distance-Weighting, McMaster's Sliding Averaging
smoothing: Boyle's Forward-Looking, Chaiken's, McMaster's Distance-Weighting, McMaster's Sliding Averaging
Loading