| Commit message (Collapse) | Author | Files | Lines |
|
This allows users to install modules there and use them easily
within other modules (for example required for extension manager)
|
|
By default, Python 2.x will encode output as ASCII to STDOUT/STDERR if
the output is piped. This commit explicitly requests UTF-8 output by
setting the PYTHONIOENCODING environment variable.
Note this will not fix text encoding problems where the extension itself
does not support Unicode properly.
Refs: https://gitlab.com/inkscape/extensions/merge_requests/90
|
|
Closes #223
|
|
It points at the same folder currently, but this will change with
https://gitlab.com/inkscape/inkscape/issues/82
|
|
Contrary to what the name and placing suggest it's not a general
utility function but a specialized function that constructs the full
value to set for PYTHONPATH.
Despite the misleading placement most functionality is unneeded:
* INKSCAPE_EXTENSIONDIR should always be absolute
* g_setenv recommends UTF-8 on Windows
|
|
This primarily allows extensions to simply call "inkscape"
without requiring the user to modify environment variables or
worrying about different versions of inkscape on the same machine
(as we prefix the search path).
We did this already for Windows but the code was removed in
db05b842cba28f01b431eee890537959aa2d8fe3
Partially fixes https://gitlab.com/inkscape/inkscape/issues/115
|
|
See ecfc9efaf66d054fda239f48ef984190a89e6bae for details.
This was dropped in db05b842cba28f01b431eee890537959aa2d8fe3
Partial fix for https://gitlab.com/inkscape/inkscape/issues/115
|
|
|
|
Function got lost in 408cb49b
Fixes #60
|
|
|
|
|
|
usage when graphic server is not available
|
|
Use Gio::File for accessing files.
Use Gio options to handle command line arguments.
Use Gio::Actions for some command line arguments.
Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
|
|
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
|
|
|
|
(bzr r14504.1.15)
|
|
(bzr r13922.1.10)
|
|
(bzr r13922.1.5)
|
|
change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on.
(bzr r13922.1.1)
|
|
(bzr r13341.5.16)
|
|
GThread deprecation errors.
(bzr r13341.1.190)
|
|
Fixed bugs:
- https://launchpad.net/bugs/898538
(bzr r10762)
|
|
fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet.
(bzr r9900)
|
|
should be. Build libinkscape.a - should reduce link time.
(bzr r7337)
|
|
(bzr r6891)
|