summaryrefslogtreecommitdiffstats
path: root/packaging (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added language chooser, defaults to only installing language installer runs ↵chriswombat2009-08-031-27/+80
| | | | | | | | in (more improvements later). No other languages are selected by default. Improved dummy install mode so you get all the sections. Turned on desktop and quick launch icon creation by default. (bzr r8390)
* Win32 installer work - LogicLib code for installer, new installer images, ↵chriswombat2009-08-035-1058/+4459
| | | | | fixed a handful of incidental bugs I found during the LogicLib conversion, updated to using better core NSIS functions introduced since the installer was originally created, general clean-up, other minor things. (bzr r8389)
* - Prevent the python packages from accidently being left out of the mjwybrow2009-07-201-27/+44
| | | | | | offical OS X Inkscape App bundle. - Improve some error messages in the osx-app.sh build script. (bzr r8318)
* - If the OS X AppleCollationOrder preference doesn't exist, then we mjwybrow2009-07-201-4/+14
| | | | | fall back to using the AppleLocale preference instead. (bzr r8308)
* - Hide some warnings that occur if the AppleAquaColorVariant ormjwybrow2009-07-191-2/+2
| | | | | AppleHighlightColor preference values do not exist. (bzr r8307)
* - Fix bug #400165: Binary Inkscape dist crashes when MacPorts is installed.mjwybrow2009-07-191-1/+0
| | | | | | The problem was Inkscape trying to read incompatible fontconfig caches from Macports. (bzr r8303)
* - Fix bug #396322: "Spell checker crashes the OS X package"mjwybrow2009-07-072-3/+19
| | | | | | | | | | | - Include the aspell dictionary files in the app bundle. - Show an error if at least the en dictionary files are not available. - Replace the GtkOptionMenu (for selecting which dictionary to add extra words to) with a GtkComboBox since this one behaves correctly when it is insensitive. GtkOptionMenu is deprecated and the menu would appear when clicking on the insensitive widget and then could not be closed. (bzr r8224)
* update logoValessio Soares de Brito2009-06-212-87/+2672
| | | (bzr r8128)
* - Remove the old native gtk building script. It is no longer needed:mjwybrow2009-06-173-1375/+0
| | | | | | | | | | | | The easiest way to do this now is to install a second macport tree as per the instructions on our CompilingMacOsX wiki page then edit the /opt/local-native/etc/macports/variants.conf file to have the line: +universal +no_x11 +quartz This will cause it to build all packages with the no_x11 and quartz variants if they exist. You probably also need to set alternate applications_dir and frameworks_dir variables in the /opt/local-native/etc/macports/macports.conf file so that things don't clash with your standard macports tree. (bzr r8096)
* Fixes for Mac OS X packaging for 0.47:mjwybrow2009-06-172-34/+75
| | | | | | | | - Make sure gtk2-clearlooks engine is installed when builing package. - Copy $LIBPREFIX/share/mime data into the App bundle. - Set the XDG_DATA_DIRS environment variable during startup script to point to Resources/share/mime in the App bundle. (bzr r8094)
* * optipng -o9 *.png (in trunk)Ivan Mas??r2009-06-1215-0/+0
| | | (bzr r8072)
* 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)