summaryrefslogtreecommitdiffstats
path: root/packaging/win32 (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-23update installer language namesMarc Jeanmougin31-126/+281
2019-08-23Add Hungarian to Windows installerGyuris Gellért2-141/+197
2019-06-15CMake/MSYS2: Include gdb into distributionPatrick Storz1-0/+32
Also include a batch script that should make it easy to collect a backtrace with relevant info for most users. Fixes https://gitlab.com/inkscape/inkscape/issues/81
2019-03-10Remove INKSCAPE_PORTABLE_PROFILE_DIRPatrick Storz1-1/+1
Please use the (functionally identical) INKSCAPE_PROFILE_DIR instead. See also https://gitlab.com/inkscape/inkscape/issues/114
2019-01-12updated Croatian translationmilotype2-0/+56
2018-11-08Clarify licensesMax Gaukler1-3/+3
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-09-19Remove piglatin ocurrencesJabiertxof29-29/+0
2018-09-11CMake: Fix for renamed NEWS fileEduard Braun1-1/+1
(see eb2928ad13bd794e53b5631ffee997e48a764c51)
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-12-22Remove inkscape.file.svg (and inkscape.file.png)Eduard Braun1-5/+0
It was added in 8aeb053f557456d83b60acdcf1446a6825a5aef6 but seems to have never been used. It was only referenced in inkscape.nsi (where it's not required) which broke when the file was moved in ce456d55bb3deee828dad9cdaf1f530194cae93c
2017-12-22Packaging/NSIS: Add Korean installer translationEduard Braun3-0/+150
Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1739035
2017-11-07Misc. typosUnknown2-3/+3
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 ```
2017-07-23cmake: Add 'dist' target to create Windows .exe installerEduard Braun1-2/+2
- 'dist-win-exe' allows to create a Windows .exe installer using NSIS - 'dist-win-exe-fast' has a bad compression ratio but is much faster and can be used for testing purposes
2017-07-22NSIS: update for MSYS2 buildsEduard Braun1-16/+19
(cherry picked from commit 68642e81c9df0c913a0e976bcbe40b2e2e2385f9)
2017-07-22NSIS: Distribution directory can already be set on command lineEduard Braun1-2/+2
Use 'makensis /DINKSCAPE_DIST_DIR=..\..\build\inkscape inkscape.nsi'. (cherry picked from commit 3534f9a0013a155a1d31e837e12e73eb8678dbb0)
2017-07-22NSIS: Allow to set output filenanme on command lineEduard Braun1-5/+10
Use 'makensis /DOutPath=C:\full\path\output.exe inkscape.nsi'. (cherry picked from commit 3b5261b9a77db009a279918356e8f71bcd7fe640)
2017-07-22NSIS: update for git and cmakeEduard Braun2-145/+37
- 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)
2017-07-17Update InkscapePortable.ini to use \share\locale instead of \locale for ↵Gord Caswell1-72/+72
language handling.
2017-07-16root dir tidying: cleanup inkscape iconsEduard Braun1-1/+1
- move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer) - remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size) - use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px) - also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed)
2017-04-26Packaging: Fix wrong working directory in shortcuts created by NSIS installerEduard Braun1-2/+7
Also fix manually defined INKSCAPE_DIST_DIR (bzr r15646)
2017-03-05Fix ACLsEduard Braun2-0/+0
(bzr r15567)
2017-01-16Packaging: Sort translations by name in Windows .exe and .msi installers ↵Eduard Braun57-2458/+4548
(before they were sorted by language code) This commit also adds functionality to automatically parse localized language names from the Inkscape .po file for the NSIS (.exe) installer Python scripts for Windows packaging are now Python 2/3 compatible and should always handle unicode characters properly. Fixed bugs: - https://launchpad.net/bugs/1654460 (bzr r15418)
2016-12-26[Bug #1574561] Italian translation update (win32 installer).firashanife1-6/+6
Fixed bugs: - https://launchpad.net/bugs/1574561 (bzr r15355)
2016-11-26Translations/Packaging: Convert Danish translation to UTF8Eduard Braun1-31/+31
(bzr r15276)
2016-11-26[Bug #1644934] Translation to danish.scootergrisen1-56/+56
Fixed bugs: - https://launchpad.net/bugs/1644934 (bzr r15275)
2016-11-22[Bug #1643730] Inkscape Portable language selection not maintained.gordcaswell1-9/+9
Fixed bugs: - https://launchpad.net/bugs/1643730 (bzr r15265)
2016-11-13Remove unneeded fileEduard Braun1-117/+0
(bzr r15244.1.20)
2016-11-13Packaging: Update NSIS translations from bug 1634690Eduard Braun3-48/+48
Fixed bugs: - https://launchpad.net/bugs/1634690 (bzr r15244.1.18)
2016-11-08[Bug #1639081] recently-used.xbel remaining when run portably.gordcaswell1-8/+29
Fixed bugs: - https://launchpad.net/bugs/1639081 (bzr r15227)
2016-10-19Updated Russian translation of the Windows installerAlexandre Prokoudine1-33/+33
(bzr r15244.1.16)
2016-10-18Packaging: Forgotten file for r15115Eduard Braun1-0/+140
(bzr r15244.1.15)
2016-10-18Packaging: Add option not to create a shortcut in the start menu and order ↵Eduard Braun1-9/+14
installation components slightlymore intuitive (bzr r15244.1.14)
2016-10-18Packaging: Re-enable the option to select between "Full", "Optimal" and ↵Eduard Braun1-8/+12
"Minimal" translations in NSIS installer By default pre-select "Optimal" which disables all translations but the one selected by the user for the installer. (bzr r15244.1.13)
2016-10-18Packaging: Make all available languages accessible in NSIS installerEduard Braun28-291/+903
- Some code re-factoring to facilitate addition of new languages in future - Update all translation files (bzr r15244.1.12)
2016-10-17Packaging: A whole lot of improvements for NSISEduard Braun5-88/+128
- 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)
2016-10-16Packaging: Restore original Simplified Chinese translation from original bug ↵Eduard Braun2-110/+110
report (at some point the wrong encoding was used destroying most characters) https://bugs.launchpad.net/inkscape/+bug/420177 Fixed bugs: - https://launchpad.net/bugs/420177 (bzr r15244.1.10)
2016-10-16Packaging: Make NSIS use Unicode (nativley supported since version 3.0)Eduard Braun31-1715/+1847
This fixes a lot of issues with translations and makes handling of the language files much easier (bzr r15244.1.9)
2016-10-12Packaging: Commit forgotten macro and fix the issue of leftover empty ↵Eduard Braun2-5/+99
directories in NSIS installer (bzr r15244.1.8)
2016-10-10Packaging: Yet another round of fixes / improvements for NSIS installerEduard Braun5-234/+85
- Get the correct installation directory for Inkscape 64-bit - Implement a replacement for the custom MessageBox plug-in which is "is unsupported and not stable to use anymore" [1] - Fix .nsi file encoding (at least for now we build an ANSI installer so we can't use Unicode symbols) - Fix file properties of installer/uninstaller (e.g. it was claimed to be in Ukrainian language) - Add some information that is shown in the "Programs and Features" dialog (publisher, website, installation size) - Improve removal of user preferences - Attempt to remove residual files (notably .pyc files) and delete all empty directories on uninstall) [1] http://nsis.sourceforge.net/MessageBox_plug-in (bzr r15244.1.6)
2016-10-10[Packaging] NSIS translation update for pt_brvictor.westmann1-15/+15
(bzr r15160)
2016-10-09Packaging: More fixes for NSISEduard Braun3-42/+82
- 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)
2016-10-08Packaging: move NSIS plugins and macros to /plugins and /macros subdirsEduard Braun10-5/+5
(bzr r15244.1.3)
2016-10-08Packaging: Some initial fixes for NSISEduard Braun3-24/+46
(bzr r15244.1.2)
2016-08-17Translations. Merging lp:~chironsylvain/inkscape/translation-fr into ↵chironsylvain1-11/+11
lp:inkscape. (bzr r15068)
2016-08-02[Bug #1604784] Portuguese translation - Windows installer.xande6ruz2-2/+121
Fixed bugs: - https://launchpad.net/bugs/1604784 (bzr r15023.3.4)
2016-08-02[Bug #1604784] Portuguese translation - Windows installer.xande6ruz2-2/+121
Fixed bugs: - https://launchpad.net/bugs/1604784 (bzr r15031)
2016-07-06Translations. French translations update.chironsylvain1-19/+19
(bzr r15010)
2015-07-03Packaging. New Win32 installer Danish translation.scootergrisen2-1/+119
Fixed bugs: - https://launchpad.net/bugs/1470953 (bzr r14225)
2015-05-11Translations. Fix typo in the Color blindness filter and Ukrainian ↵Yuri Chornoivan1-4/+4
translation update. Fixed bugs: - https://launchpad.net/bugs/1407331 (bzr r14145)
2015-03-12Translations. Icelandic translation update, new win32 installer, and new ↵Sveinn í Felli26-1/+147
default template. Fixed bugs: - https://launchpad.net/bugs/1426423 (bzr r13996)