| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r4785)
|
| |
|
|
|
| |
- corrected syntax for the last test, to open the Finder window when a package or dmg is produced
(bzr r4761)
|
| |
|
| |
(bzr r4760)
|
| |
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
the bundle. Not perfect yet but a TODO is added in the file and gives informations on what to improve.
(bzr r4727)
|
| |
|
| |
(bzr r4684)
|
| |
|
|
|
| |
+devel take two
(bzr r4510)
|
| |
|
|
|
| |
pre0 marking
(bzr r4505)
|
| |
|
| |
(bzr r4446)
|
| |
|
| |
(bzr r4422)
|
| |
|
| |
(bzr r4384)
|
| |
|
| |
(bzr r4383)
|
| |
|
| |
(bzr r4377)
|
| |
|
| |
(bzr r4362)
|
| |
|
| |
(bzr r4359)
|
| |
|
| |
(bzr r4350)
|
| |
|
| |
(bzr r4349)
|
| |
|
| |
(bzr r4316)
|
| |
|
|
|
| |
versions for ppc and intel, for python versions 2.3, 2.4 and 2.5)
(bzr r4315)
|
| |
|
| |
(bzr r4270)
|
| |
|
|
|
| |
user name
(bzr r4193)
|
| |
|
| |
(bzr r4059)
|
| |
|
|
|
|
|
|
| |
- added code to use the python modules that ship with the app bundle. With Leopard using a version of Python different from Panther and Tiger we should probably ship everything and add a runtime check here for the architecture and the version of Python, so what we redirect PYTHONPATH toward the right place
script:
- put X11 starting in a conditional test, true only on Tiger and Panther. This "should" allow Inkscape to start on Leopard. Needs to be tested though
(bzr r4022)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- added an help message
- changed the calling syntax to make it more robust and allow to specify the directory containing python modules
- removed the reference to libXinerama on Tiger. libXinerama caused many issues but they seem to be all related to people installing x11 in strange ways
- use pkg-config to get pango and gtk version rather thn relying on clucky ls+sed workarounds
- code reorganization and added comments
- spaces to tabs
osx-dmg.sh
- removed python related stuff
- added a command line option to get Inkscape package (the package does not have to be in the same directory now)
osx-build.sh
- modified according to the changes in the two other files
- removed referece to X11 libraries ad such. these were commented for a while and nothing broke
- added an upload commnt to send the file to modevia
removed inkscape_python.ds_store
modified inkscape.ds_store (larger window)
dmg_background.***
- removed Python arrow
- remove the word Inkscape from the arrow (useless now) and make this arrow glow green a little, as the rest of the picture
- removed absolute paths to my computer
(bzr r4021)
|
| |
|
| |
(bzr r3966)
|
| |
|
| |
(bzr r3964)
|
| |
|
| |
(bzr r3917)
|
| |
|
|
|
| |
gnome default which is currently Pango (and looks better than the old gnome theme)
(bzr r3872)
|
| |
|
| |
(bzr r3817)
|
| |
|
| |
(bzr r3790)
|
| |
|
|
|
| |
and this causes problems to find icons and other resources. the fix is ugly and the best solution would probably be to clean this file and integrate sync_osx_look.sh into it.
(bzr r3685)
|
| |
|
|
|
| |
Inkscape checks if ~/.gtkrc-2.0 does not already exists and if it does not it uses the theme. The theme has to be constructed first to reflect OS X appearance settings (this is done by sync_osx_look.sh).
(bzr r3683)
|
| |
|
| |
(bzr r3234)
|
| |
|
|
|
|
|
|
| |
compiled Inkscape from SVN regularly
- updated help message
- enabled the prefix option (don't know why it was commented)
(bzr r3233)
|
| |
|
| |
(bzr r3068)
|
| |
|
| |
(bzr r3067)
|
| |
|
| |
(bzr r3066)
|
| |
|
| |
(bzr r3065)
|
| |
|
|
|
| |
(inside python framework) instead of /Library/Python/... which is a link to the real location. Indeed the link is broken on 10.3 aka. Panther
(bzr r3064)
|
| |
|
|
|
|
|
| |
to get revision 15000!! yipee!
Inkscape.app and Applications positions are nearly OK but the python part is not taken care of here. It will be done though a new DS_Store file anyway.
(bzr r3012)
|
| |
|
|
|
| |
of the Finder: now Inkscape's dmg window always open in icon view and show the nice background picture and all (this seemed to work before though, no idea why the behavior changed)
(bzr r3011)
|
| |
|
|
|
| |
- the dmg bundle is named with the latest revision and the architecture. The svn revision number is taken from the entries file at the base of Inkscape's source code tree rather than through svn info to allow people without svn to use osx-build.sh (on a prepackaged svn snapshot for example)
(bzr r3010)
|
| |
|
|
|
|
|
| |
check for the existence of the python modules directory
- added some comments hopefully to improve overall readability
(bzr r3009)
|
| |
|
|
|
| |
avoid putting extra quotes
(bzr r3008)
|
| |
|
|
|
|
|
|
|
|
|
| |
detection of the variable $INSTALLPREFIX in the environment. The other solution would be to supply it as a command line parameter, the code is here but commented at the moment. We should decide which solution is the most pratical
- additional file existence checks in osx-build.sh
- added checks for success of each step of osx-build before proceeding to the next one (via exit status)
- split the PACKAGE action into a new PACKAGE action (creates the app bundle) and a DISTRIB action (creates the dmg image)
- added an exit status for osx-app and osx-dmg
- removed the old call to osx-dmg at the end of osx-app (it has been commented for a while anyway)
(bzr r2972)
|
| |
|
|
|
|
|
|
|
|
| |
- badged SVG icon
- modified EPS, EPSI, postscript icons to resemble the SVG one and to follow Aqua HIG: "Traditionally, a document icon looks like a piece of paper with its top-right corner folded down. As previously suggested, Aqua document icons should make it obvious which application they are associated with. Preview documents, for example, include a graphic of the media (the pictures) used in the application icon. For simplicity and to avoid confusing the document with the application itself, the viewing tool is not repeated in the document icon. [...] When you want to put an identifying badge over a document icon, treat the badge as an integrated element within the document instead of putting it over the top of the base image and breaking out of the overall document shape." => we should remove the paintbrush on Inkscape logo for future versions of document icons
- added icons for AI, PDF, SVGZ, WMF
- changed the names to use the same naming convention for all icons
- added a generic inkscape_document.icns with a bigger application icon and no badge. not used yet
- modified Info.plist.in to reflect those changes
(bzr r2967)
|
| |
|
|
|
| |
Inkscape binary so that third party tools (python install, anything in /usr/local/bin) get detected. OS X specific.
(bzr r2913)
|
| |
|
|
|
|
| |
DarwinPorts bin directory in the PATH when loading Inkscape on OS X.
Patch #1692349.
(bzr r2836)
|
| |
|
| |
(bzr r2816)
|
| |
|
| |
(bzr r2815)
|