Searched refs:version (Results 1 - 25 of 36) sorted by relevance

12

/inkscape/src/
H A Dversion.cpp17 #include "version.h"
19 bool sp_version_from_string(const char *string, Inkscape::Version *version) argument
29 ss >> version->_major;
32 ss >>version->_minor;
37 version->_major = 0;
38 version->_minor = 0;
43 char *sp_version_to_string(Inkscape::Version version) argument
45 return g_strdup_printf("%u.%u", version._major, version._minor);
48 bool sp_version_inside_range(Inkscape::Version version, argument
[all...]
H A Dversion.h50 bool sp_version_from_string(const char *string, Inkscape::Version *version);
52 char *sp_version_to_string(Inkscape::Version version);
54 bool sp_version_inside_range(Inkscape::Version version,
H A Dsp-root.cpp22 #include "inkscape-version.h"
38 this->version.svg = zero_version;
40 this->version.inkscape = zero_version;
58 if (!this->getRepr()->attribute("version")) {
59 repr->setAttribute("version", SVG_VERSION);
62 this->readAttr("version");
63 this->readAttr("inkscape:version");
99 if (!sp_version_from_string(value, &this->version.svg)) {
100 this->version.svg = this->original.svg;
105 if (!sp_version_from_string(value, &this->version
[all...]
H A Dsp-root.h17 #include "version.h"
36 } version, original; member in class:SPRoot
/inkscape/packaging/macosx/ports/_resources/port1.0/group/
H A Dpython-1.0.tcl43 # python.default_version: which version will be installed if the user asks
60 options python.versions python.version python.default_version
63 default python.version {[python_get_version]}
100 global python.default_version python.version
101 unset python.version
179 default python.branch {[string range ${python.version} 0 end-1].[string index ${python.version} end]}
192 global python.version python.branch prefix python.prefix
197 if {${python.version} == 25 || (${python.version}
[all...]
/inkscape/packaging/scripts/
H A Dlp-mark-bugs-released6 # under the terms of the GNU General Public License version 3 as published
37 Usage: %s <project name> <version>''' % sys.argv[0]
40 (project, version) = sys.argv[1:]
54 if rel.version == version:
58 print >> sys.stderr, '''Unable to find release: %s''' % version
/inkscape/
H A Ddistro9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version.
54 -v, --version output version information and exit
64 # Display version information and exit
111 version) Version; shift ;;
136 /etc/slackware-version /etc/.issue \
168 name="`echo $filename | sed -e 's|/etc/||' -e 's|-*release$||' -e 's|[-_]version$||' -e 's|\.issue||' | tr '[A-Z]' '[a-z]' | tr -d '-'`"
191 # Get the version number
193 cygwin) version
[all...]
H A Dtools-version.sh2 # Report the version of distro and tools building inkscape
15 echo 'When you report a trouble about building BZR version of inkscape, '
16 echo 'Please report following information about distro and tools version, too. '
30 $x --version </dev/null | grep $y
/inkscape/packaging/wix/
H A Dversion.py6 version = '' variable
35 # retrieve the version information from the inkscape.rc file
46 # version = version.replace("+", "_")
54 ''' the second element contains now version info in the form major,minor,fix,build'''
56 version = veritems[0] + '.' + veritems[1] variable
59 with open('version.wxi', 'w') as wxi:
60 wxi.write("<?xml version='1.0' encoding='utf-8'?>\n")
61 wxi.write("<!-- do not edit, this file is created by version.py tool any changes will be lost -->\n")
63 wxi.write("<?define ProductVersion='" + version
[all...]
H A Dinstall.bat5 @echo create version information
6 for /f "tokens=*" %%a in ('python version.py') do (set INKSCAPE_VER=%%a)
H A Dwixenv.bat3 @echo detect OS version
/inkscape/src/extension/
H A Dloader.cpp17 #include "inkscape-version.h"
88 // Get a handle to the version function of the module
104 // Get version and test against this version
105 const gchar* version = GetInkscapeVersion(); local
106 if( strcmp(version, version_string) != 0) {
108 g_warning("Plugin was built against Inkscape version %s, this is %s. The plugin might not be compatible.", version, version_string);
/inkscape/share/extensions/test/
H A Drun-all-extension-tests19 if mktemp -V | grep version >/dev/null 2>&1; then
82 if [ `sed --version >/dev/null 2>/dev/null && echo 1` ]; then
/inkscape/packaging/macosx/Resources/
H A Dalert_fccache.sh9 The first time this version of Inkscape is run it may take several minutes before the main window is displayed while font caches are built." buttons {"OK"} default button 1 with title "Inkscape on OS X" with icon POSIX file icon_path
/inkscape/share/extensions/
H A Ddm2svg.py11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
91 id, version, width, height, page_type = struct.unpack('<32sBHHBxx', f.read(40))
103 version="%(version)s"
H A Dsynfig_output.py10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
46 version="0.5"
190 def build_layer(self, layer_type, desc, canvas=None, active=True, version="auto"):
204 if version == "auto":
205 version = sif.defaultLayerVersion(layer_type)
207 if type(version) == float:
208 version = str(version)
210 layer.set("version", versio
[all...]
H A Dplotter.py8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
235 version = self.document.getroot().xpath('//@inkscape:version', namespaces=inkex.NSS)
236 if version:
237 inkex.errormsg(' Inkscape version: ' + version[0])
H A Dscour.inkscape.py59 inkex.errormsg("\nOS version: " + platform.platform())
60 inkex.errormsg("Python version: " + sys.version)
61 inkex.errormsg("Scour version: " + scour.__version__)
H A Dinkweb.js15 ** by the Free Software Foundation, either version 3 of the License, or
16 ** (at your option) any later version.
29 version: 0.04,
/inkscape/src/ui/dialog/
H A Daboutbox.cpp39 #include "inkscape-version.h"
167 the filename of its translated version, e.g. about.zh.svg for Chinese.
183 SPObject *version = doc->getObjectById("version"); local
184 if ( version && SP_IS_TEXT(version) ) {
185 sp_te_set_repr_text_multiline (SP_TEXT (version), Inkscape::version_string);
676 "have designed this version of the GPL to prohibit the practice for those\n"
695 " \"This License\" refers to version 3 of the GNU General Public License.\n"
706 "exact copy. The resulting work is called a \"modified version\" o
[all...]
/inkscape/packaging/macosx/ports/python/py-numpy/files/
H A Dwrapper-template35 elif [ $arg = '--version' ]; then
36 ${COMPILER} --version
/inkscape/packaging/macosx/ports/python/py25-numpy/files/
H A Dwrapper-template35 elif [ $arg = '--version' ]; then
36 ${COMPILER} --version
/inkscape/packaging/macosx/ports/python/py26-numpy/files/
H A Dwrapper-template35 elif [ $arg = '--version' ]; then
36 ${COMPILER} --version
/inkscape/cxxtest/
H A Dcxxtest.spec7 Source: cxxtest-%{version}.tar.gz
/inkscape/packaging/macosx/Resources/etc/fonts/
H A Dfonts.conf1 <?xml version="1.0"?>
18 replace any existing fonts.conf file with the new version. Place

Completed in 330 milliseconds

12