18d2737bb9a2e47325277e7916dea6c8a1363a1e |
|
12-Mar-2015 |
Sveinn í Felli <> |
Translations. Icelandic translation update, new win32 installer, and new default template. |
aea177a59b3bfda7bc8f6301cfd0c47326aa57c9 |
|
01-Oct-2014 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for bug #690255 (Rename te_IN.po to te.po). |
d380b9443b463cec3bc1bdb313452647858fd88b |
|
13-Apr-2014 |
theAdib <theadib@gmail.com> |
win32 nsis installer: fix portuguese brazil translation, add more inkscake translations |
c2d45416375703ddba797b34a2f6d67ab6f191bc |
|
20-Mar-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Translations. Japanese translation update by Masato HASHIMOTO. |
afc9892d49cdd6ac89e7067098028b3ed4efa185 |
|
18-Mar-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Translations. Japanese translation of the Windows installer by Masato HASHIMOTO. |
7765ee8964c8ffd7faee9baa0412abeb1ef5b0a4 |
|
05-Jul-2011 |
Nick <xepecine@gmail.com> |
Gcodetools have been upgraded to v. 1.7. |
024ca3f837ce08a3d81ea05f98c8b192ac1a8c68 |
|
09-Jul-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Translations. Romanian translation update, Japanese win32 installer update. |
df93de03802b21cca694ad76d8cc9df29dcaa4f6 |
|
08-Jul-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Translations. Adding Telugu (te_IN) in win32 nsh files. |
38e4ad89ca32c4c0a5bb2acae7e9b2e89ac210d1 |
|
27-Jan-2010 |
JazzyNico <nicoduf@yahoo.fr> |
Farsi support in win32 packages and Inkscape preferences |
c556b852adbbb75d16564cf48962727ac3b916b4 |
|
05-Jan-2010 |
Chris Morgan <chris.morganiser@gmail.com> |
A big lot of work for the Inkscape installer. I really should have done 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) ;-) |