| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```
|
| |
|
|
|
|
|
|
| |
- parse INKSCAPE_VERSION from values define in CMakeLists.txt
- remove all revision strings - we typically do not build installers for
development versions, so version numbers should be unique
(cherry picked from commit be6e18bfb1c0b9dade32f3c1aa298f39d6313ab8)
|
| |
|
|
|
|
|
|
|
| |
- Make the installation components much more robust (i.e. only install what they're supposed to and do not include the same files in different components)
- As a result speed up installation times drastically
- Offer "Python", "Extensions" and "Dictionaries" as additional (optional) components
- A minimal installation can now be as small as 150 MB (compared to the full installation size of 300 MB; typical installation size is 230 MB)
- update verision check to require NSIS 3.0
(bzr r15244.1.11)
|
| |
|
|
|
| |
This fixes a lot of issues with translations and makes handling of the language files much easier
(bzr r15244.1.9)
|
| |
|
|
|
| |
directories in NSIS installer
(bzr r15244.1.8)
|
| |
|
|
|
|
|
| |
- Now supports 32-bit and 64-bit distributions
- Tries to find the compiled Inkscape files for the distribution (btool vs. cmake)
- Fully works with NSIS 3.0 now
(bzr r15244.1.4)
|
|
|
(bzr r15244.1.3)
|