summaryrefslogtreecommitdiffstats
path: root/packaging (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix to SVGZ icon (was labelled SVG)JiHO2009-05-271-0/+0
| | | (bzr r7949)
* Switch to new icons from jimmac on OS XJiHO2009-05-2625-0/+0
| | | (bzr r7938)
* Remove unused configure flagsJiHO2009-05-261-1/+1
| | | (bzr r7937)
* Some more quotes around /Users/jiho to allow spacesJiHO2009-05-261-7/+7
| | | (bzr r7936)
* * [INTL: zh_TW] Traditional Chinese translation of win32 installer encoding ↵Ivan Mas??r2009-05-252-113/+114
| | | | | changed to BIG5 (bzr r7929)
* * [INTL: zh_TW] Traditional Chinese translation updateIvan Mas??r2009-05-241-0/+221
| | | | | * [INTL: zh_TW] Traditional Chinese translation of win32 installer added (bzr r7925)
* Quoted some more home directory callsJiHO2009-05-191-2/+2
| | | | | Accomodate for spaces in $HOME (bzr r7911)
* Fix problem with GTK font sizeJiHO2009-05-181-2/+1
| | | | | Not specifying the font chooses a nice default but throws all kind of console messages. Choose 10. (bzr r7906)
* Fixes to icon and font sizesJiHO2009-05-181-3/+17
| | | | | | Some icons made smaller (smaller button sizes on OS X) Font size left blank which chooses a good default and should play better with people having custom configuations. (bzr r7905)
* Fix GTK font size in custom themeJiHO2009-05-171-1/+1
| | | (bzr r7902)
* Fix bug 263932: print preview on OS XJiHO2009-05-171-0/+2
| | | | | | | | | The print preview command was looking for evince by default. Marnen Laibow-Koser comment on the bug: https://bugs.launchpad.net/inkscape/+bug/263932 and suggested setting the gtk-print-preview-command in the theme. This is done here. (bzr r7901)
* Fix bug 215906JiHO2009-05-171-1/+6
| | | | | | | | | The comments: https://bugs.launchpad.net/inkscape/+bug/215906 highlight that the user ~/Library/fonts folder is not used by Inkscape, which is weird because it most likely was before. We provide our own fonts.conf and this fixes it to add ~/Library/fonts. In addition, it currently comments the system fonts because most of them are in dfont format and are not yet handled well by pango. (bzr r7899)
* Integrate fix from Jon Cruz regarding localization on OS XJiHO2009-05-171-0/+10
| | | | | | Added support folders for localization. Apparently just having those, even empty, helps to get the correct language. https://bugs.launchpad.net/inkscape/+bug/242105 (bzr r7898)
* Add 512x512 version of the Inkscape icon in the icns fileJiHO2009-05-011-0/+0
| | | (bzr r7805)
* New high resolution icon by Jakob SteinerJiHO2009-05-011-0/+0
| | | | | http://jimmac.musichall.cz/log/?p=406 (bzr r7804)
* svg parsing error fixedEd Halley2009-03-071-1/+1
| | | (bzr r7435)
* Corrected mistakes introduced in rev 20838JiHO2009-03-061-2/+2
| | | | | Missing quotation mark and real indent for the the comment. Thanks to Ed Halley who pointed that on the devel mailing list. (bzr r7431)
* Allowed latex binaries to be detected by Inkscape on Mac OS XJiHO2009-03-051-1/+2
| | | | | The PATH is explicitly set in the startup script. Just added /usr/texbin which holds the executables for the LaTeX distribution on Mac OS X (well links to them rather, but it works) (bzr r7427)
* updated spanish.nsh and inkscape.nsi to reflect latest file-changestheAdib2009-02-222-61/+56
| | | (bzr r7348)
* Some dialog updatesNicolas Dufour2009-02-061-209/+211
| | | (bzr r7236)
* * packaging/macosx/ScriptExec/main.c: Add a comment to clarify what looksmjwybrow2008-04-041-1/+3
| | | | | like a possible bug with custom event types. (bzr r5321)
* [INTL: pl] Updated Polish language translation for Windows installerMarcin Floryan2008-04-021-227/+228
| | | (bzr r5313)
* Change to the new Tango-compliant icon in the few places where the Krzysztof Kosi??ski2008-04-024-0/+0
| | | | | legacy icon was left. Also fix LP bug #190688. (bzr r5311)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-1/+0
| | | (bzr r5299)
* Untested: packaging/macosx/Resources/script: Improve [notwithstanding ↵Peter Moulder2008-03-301-8/+9
| | | | | | | untestedness] quoting. Note that one change is that the new version uses ‘/home/pmoulder’ in .xinitrc where the previous version used ‘/home/jrl’ or whatever. Add FIXME comment about insecure /tmp file. (bzr r5235)
* * packaging/macosx/Resources/script: Fx for loading the app bundle onmjwybrow2008-03-301-3/+8
| | | | | 10.4 systems and prior. (bzr r5234)
* * packaging/macosx/Resources/openDoc: Fix a bug with the path being set mjwybrow2008-03-121-1/+1
| | | | | | incorrectly when the user opens a second instance of Inkscape by dropping an SVG file on the Dock icon while Inkscape.app is already running. (bzr r5074)
* * macosx/Resources/bin/inkscape, macosx/Resources/etc/fonts/fonts.conf:mjwybrow2008-03-122-14/+8
| | | | | | Fix fontconfig configuration on machines where Macport's fontconfig is not installed. (bzr r5065)
* * packaging/macosx/ScriptExec/main.c: Update ScriptExec with upstream fixesmjwybrow2008-03-114-16/+114
| | | | | | | | | | | | | | | | | | | | | and changes. X11.app now gets focus if the Inkscape icon is clicked while Inkscape is already open (previously nothing happened). * packaging/macosx/Resources/openDoc: If Inkscape.app is already open and a file is dropped on the Inkscape dock icon, or an Inkscape file is double-clicked in the Finder, that document will now be correctly opened in a new Inkscape window (previously nothing happened). * packaging/macosx/Resources/script: Some minor fixes, plus alert the user about the font cache building time only if ~/.fontconfig/ doesn't exist. * packaging/macosx/Resources/bin/inkscape: Only override the fontconfig configuration on OSX 10.4 or earlier, since the fc-cache behaviour has been corrected on 10.5. * Info.plist.in: Update the copyright dates, and change Inkscape to be an Editor for SVG files, rather than a Viewer as it was previously. (bzr r5050)
* Fixing to work with current wiki formatBryce Harrington2008-03-111-6/+8
| | | (bzr r5049)
* #200252 Updated Slovenian nsh fileAdib Taraben2008-03-091-5/+5
| | | (bzr r5013)
* updated slovak and spanishAdib Taraben2008-03-082-246/+246
| | | (bzr r4998)
* add breton win32 installer translationAdib Taraben2008-03-053-1/+233
| | | (bzr r4973)
* * ↵mjwybrow2008-03-052-3/+5
| | | | | | | | | | packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc: Make the highlight colour for the menus be the user's OSX highlight colour, rather than white. * packaging/macosx/osx-app.sh: Include the gtk printbackends in app bundle. (bzr r4966)
* add Arabic and Breton to the possible inkscape translationsAdib Taraben2008-03-0215-5/+59
| | | (bzr r4925)
* changed sr@Latn into sr@latinAdib Taraben2008-02-2215-20/+21
| | | (bzr r4817)
* * packaging/macosx/Resource/script: Update a comment about X11.app on Leopard.mjwybrow2008-02-191-4/+11
| | | (bzr r4785)
* - Added system version to the name of the dmgJiHO2008-02-171-3/+4
| | | | | - corrected syntax for the last test, to open the Finder window when a package or dmg is produced (bzr r4761)
* the option -e to echo is useless hereJiHO2008-02-171-5/+5
| | | (bzr r4760)
* When the appearance settings on OS X are not changed from the default, the ↵JiHO2008-02-161-4/+10
| | | | | | | properties AppleAquaColorVariant and AppleHighlightColor do not exist. Add defaults which correspond to Aqua and blue, the default, flashy, appearance of OS X. Fixes bug #175967. (bzr r4743)
* quick fix to OS X packaging script to allow the incorporation of Python in ↵JiHO2008-02-132-5/+6
| | | | | the bundle. Not perfect yet but a TODO is added in the file and gives informations on what to improve. (bzr r4727)
* updated translationAlexandre Prokoudine2008-02-081-12/+12
| | | (bzr r4684)
* r17671@shi: ted | 2008-01-15 23:00:05 -0800Ted Gould2008-01-161-1/+1
| | | | | +devel take two (bzr r4510)
* r17645@shi: ted | 2008-01-14 22:05:15 -0800Ted Gould2008-01-161-1/+1
| | | | | pre0 marking (bzr r4505)
* updated catalan.nsh from launchpad by Xavi CondeAdib Taraben2008-01-091-86/+102
| | | (bzr r4446)
* * [INTL: it] Little fixes for win32 installer translationLuca Bruno2008-01-071-16/+16
| | | (bzr r4422)
* add link to add galician.nshAdib Taraben2008-01-041-0/+1
| | | (bzr r4384)
* * [INTL: gl] Added Galician translation (win32 installer) by Leandro RegueiroIvan Mas??r2008-01-041-0/+226
| | | (bzr r4383)
* * [INTL: sk] Updated Slovak translation (win32 installer)Ivan Mas??r2008-01-031-79/+79
| | | (bzr r4377)
* * [INTL: it] Translation update for win32 installerLuca Bruno2008-01-021-14/+14
| | | (bzr r4362)