| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Fixed bug:
- https://bugs.launchpad.net/inkscape/+bug/1739035
|
| |
|
|
|
|
|
|
|
|
|
| |
(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)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1574561
(bzr r15355)
|
| |
|
| |
(bzr r15276)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1644934
(bzr r15275)
|
| |
|
| |
(bzr r15244.1.20)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1634690
(bzr r15244.1.18)
|
| |
|
| |
(bzr r15244.1.16)
|
| |
|
| |
(bzr r15244.1.15)
|
| |
|
|
|
|
| |
- Some code re-factoring to facilitate addition of new languages in future
- Update all translation files
(bzr r15244.1.12)
|
| |
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
This fixes a lot of issues with translations and makes handling of the language files much easier
(bzr r15244.1.9)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
(bzr r15160)
|
| |
|
|
|
| |
lp:inkscape.
(bzr r15068)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1604784
(bzr r15031)
|
| |
|
| |
(bzr r15010)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1470953
(bzr r14225)
|
| |
|
|
|
|
|
|
| |
translation update.
Fixed bugs:
- https://launchpad.net/bugs/1407331
(bzr r14145)
|
| |
|
|
|
|
|
|
| |
default template.
Fixed bugs:
- https://launchpad.net/bugs/1426423
(bzr r13996)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/690255
(bzr r13571)
|
| |
|
| |
(bzr r13410)
|
| |
|
| |
(bzr r13282)
|
| |
|
|
|
| |
translations
(bzr r13281)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1204809
(bzr r12473)
|
| |
|
| |
(bzr r11102)
|
| |
|
| |
(bzr r11098)
|
| |
|
| |
(bzr r10444)
|
| |
|
| |
(bzr r10417)
|
| |
|
| |
(bzr r10012)
|
| |
|
| |
(bzr r9610)
|
| |
|
| |
(bzr r9603)
|
| |
|
| |
(bzr r9597)
|
| |
|
| |
(bzr r9568)
|
| |
|
| |
(bzr r9567)
|
| |
|
|
|
| |
Indonesian installer update by C-quel.
(bzr r9548)
|
| |
|
| |
(bzr r9546)
|
| |
|
|
|
| |
as it should be.
(bzr r9533)
|
| |
|
| |
(bzr r9531)
|
| |
|
| |
(bzr r9513)
|
| |
|
| |
(bzr r9324)
|
| |
|
|
|
| |
format.
(bzr r9071)
|
| |
|
| |
(bzr r9021)
|
| |
|
|
|
| |
* [INTL:ro] Romanian translation of the default template added
(bzr r8990)
|
|
|
this on a local branch and merged it in, or done it as at least half a dozen commits, but I haven't done that along the way and I'm not going to do it now for this batch of work.
* Languages: simplified language files, using core NSIS LangFile header file.
* Version numbering: version number is fetched from src/inkscape-version.cpp and .bzr/branches/last-revision.
* NSIS 2.46 now required to compile, POSIX cross-compilation may no longer work due to ifexist.nsh (I'll see if I can fix it after installing Ubuntu with more reverse-hacks to use different !system calls on different platforms).
* Still a lot of work to do actually fixing the uninstall script so it works (next on my list of jobs for the installer).
* Simplified a few bits of code (e.g. code duplication into ${For} $2 0 1 in one place I'd missed it).
* Quoted some things and unquoted some things which did/didn't need quotes... mainly for style and the fun of it.
* Fixed a minor bug somewhere, can't remember what it was!
* Segmented code carefully into parts (with full folding in Vim)
* Added a few chunks of documentation as to what to do with inkscape.nsi... and now a long commit message too (I seem to like doing that) ;-)
(bzr r8943)
|