Avoid redundant additions for non-layer layers
added Marcin Floryan, made Gail's second name match new reality :)
Fix bad markup in ar.po. Translators, please double-check if this fix is okay (I'm not very familiar with .po files)
updated translation from M. Bashir Al-Noimi
Avoid adding layers who's repr is null or disconnected, or with a parent who's repr is null or disconnected.
Fixes Bug #168586
Fixes Bug #168586
Avoiding adding layers that are not listed in the document's current set.
Fixes Bug #196098
Fixes Bug #196098
Changed about screen on development branch. Now we use the contest winner on 0.46 release and the second place is used on our 0.46-devel builds.
I also spent some time translating it to pt_BR.
I also spent some time translating it to pt_BR.
updating pt_BR.po on trunk
r18238@shi: ted | 2008-03-01 14:46:00 -0800
Fixing it so that input/output have OK/Cancel like they used to.
Fixing it so that input/output have OK/Cancel like they used to.
r18237@shi: ted | 2008-03-01 14:41:25 -0800
Fix for LP: #191772
Makes it so that the response handler handles the DELETE_EVENT response
also. Basically handled the same as close.
Fix for LP: #191772
Makes it so that the response handler handles the DELETE_EVENT response
also. Basically handled the same as close.
Fix LP #196893 (weird snapping of 3D box Z handles)
changed vonkoch to use bbox of input object as reference.
remove flashing test indicator on pointparam.
remove some leftover code from point param code
remove test pointparam from LPEKnot
added SnapIndicator
added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped.
fix canvas-temporary-item-list.cpp
remove some leftover code from point param code
remove test pointparam from LPEKnot
added SnapIndicator
added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped.
fix canvas-temporary-item-list.cpp
* [INTL: sk] (trunk) Updated Slovak translation
* [INTL: sk] (RELEASE_0_46_BRANCH) Updated Slovak translation
increase version number in build.xml
stupid bug fix (crash upon big stroke length variation) + some parameters renamed
* [INTL: de, es] Merging updated translations from 0.46 branch
add Arabic and Breton to the possible inkscape translations
* [INTL: eo] Esperanto update by Antonio Codazzi
Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with the "quark-prueba.svg" file
improved fix crash bug #197664
fix crash bug #197664
vertical flip on RENDER_WITH_PANGO_CAIRO text output
revert a bit of svnrev 17570. remove obsolete comment
NEW: temporary on-canvas indicators
warning cleanup
remove assert_close
* [INTL: zh_CN] (trunk) Simplified Chinese update by Liu Xiaoqin (closes: #197191)
Warning and whitespace cleanup
Fix to check for out of bounds index *before* using the array index
Fixed uninitialized members
r18226@shi: ted | 2008-02-29 15:00:33 -0800
Flipping so that the file is the last parameter at request of
Aaron Spike.
Flipping so that the file is the last parameter at request of
Aaron Spike.
r18225@shi: ted | 2008-02-29 14:40:32 -0800
Fix for LP: #181799
This makes it so that radio buttons cause events when changed, and thus
update with "Live Preview"
Fix for LP: #181799
This makes it so that radio buttons cause events when changed, and thus
update with "Live Preview"
r18223@shi: ted | 2008-02-29 14:22:41 -0800
Fix for LP: 169066
Makes it so that the preference dialog doesn't try to run an effect
that doesn't exist for input/output pref dialogs.
Fix for LP: 169066
Makes it so that the preference dialog doesn't try to run an effect
that doesn't exist for input/output pref dialogs.
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Okay, sadly I'm not keeping the version history because I'm not convenced
that SVK will do it right. One mega-patch, but that's life.
Reshuffle the exection-env and prefdialog code so that the state machines
aren't intertwines, which fixes a whole host of bugs with them. I think
the behavior is correct now.
Make it so that the effects can count how many preferences they have to
determine if the dialog should be shown (fix above). Once this code was
written it was easy to make it show an ellipsis on the verb if there is
a dialog or not. This involved removing ellipsis from those effects that
had it hard coded.
Make it so that the parameters know that their command line options are
going into a list. They don't have to acknowledge it, but they can, and
specifically notebook does and handles it differently. This should fix
the notebooks on Win32, but doesn't apparently completely.
Change the script extension on windows to use pythonw instead of python
so that the command line doesn't appear all the time.
Okay, sadly I'm not keeping the version history because I'm not convenced
that SVK will do it right. One mega-patch, but that's life.
Reshuffle the exection-env and prefdialog code so that the state machines
aren't intertwines, which fixes a whole host of bugs with them. I think
the behavior is correct now.
Make it so that the effects can count how many preferences they have to
determine if the dialog should be shown (fix above). Once this code was
written it was easy to make it show an ellipsis on the verb if there is
a dialog or not. This involved removing ellipsis from those effects that
had it hard coded.
Make it so that the parameters know that their command line options are
going into a list. They don't have to acknowledge it, but they can, and
specifically notebook does and handles it differently. This should fix
the notebooks on Win32, but doesn't apparently completely.
Change the script extension on windows to use pythonw instead of python
so that the command line doesn't appear all the time.
Copy perspectives, too, when pasting 3D boxes (solves LP #195867)
fix some header defines
fix warnings
Warning cleanup
port from 0.46 branch, bringing UC reuse for better file format support
* [INTL: pl] Fixed bad markup
fixed another localization issue - file extension names are now localized properly.
Fixed off-by-one filter bug with the windows native file dialogs, and tidied code a bit in filedialogimpl-win32.cpp/h
Reworked swatches context menu slightly to make it more compact and a bit clearer. Added some strings.
fixing wrong includes
more boilerplate code for SVGFonts
Remove unnecessary dependencies for some of the lpe parameters.
revert a small bit in document-properties.cpp of rev 17540. page sizer init() was removed while it shouldn't have been so.
* [INTL: pl] Polish update for Inkscape by Polish Inkscape Translation Team (stemmed from the final translation release for 0.46)
Adding mised page sizer initialization
Whitespace & misc cleanup
Warning cleanup
a bit more boilerplate code for SVGFonts
added <missing-glyph>
added <missing-glyph>
added randomize icon, cleaned defs in icons.svg, and saved with preferences tweaked for smaller file size.
* (when debug macro is defined) call ShapeEditor function to on-canvas edit point lpe parameters. This function still needs to be implemented.
* put forward declarations in lpe parameters to decrease recompile times
* put forward declarations in lpe parameters to decrease recompile times
Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed RegisteredWdg.
fix nodepath.h include dependency
fix initialization of nodehelperpath showing
Fix passing of notebook extension parameters.
Simplified tool selection and remember tool per device during a session
Warning cleanup
added type enums for arabic-form and orientation attributes
tiny refactoring
more boilerplate code for SVGFonts
<glyph> node parameter loading
<glyph> node parameter loading
Fixed initialization order problem
Fixed run-time error
Khmer translations updated
less arbitrary default perspective
enable entering 3D boxes as groups
fix 3d box drag
more boilerplate for SVGFonts
SVGFonts boilerplate code
* [INTL: it] Partial update
* [INTL:fr] French update by Florent Becker (closes: #195821)
new file. I forgot to add it on previous commit
SVGFonts boilerplate code
SVGFonts boilerplate code
more SVGFonts boilerplate code
added extensions for importing various Corel DRAW file formats and CGM files -- all using UniConvertor
Finished translation stuff for filedialogimpl-win32.cpp
16 years agoAdded missing src/ui/dialog/filedialogimpl-win32.cpp file to po/POTFILES.in and chang...
Added missing src/ui/dialog/filedialogimpl-win32.cpp file to po/POTFILES.in and changed the former to mark all relevant strings for translation.
Fix for bug 184668 (Tile clone random scaling broken)
Activate desktops upon creation; this fixes bug #195373 but please double check that it doesn't break anything else (see corresponding post on the mailing list)
Split the "Clones" string to introduce two contexted strings (Clones as objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators.
changes in trunk:
* [INTL: sl] Slovenian update by Martin Srebotnjak (closes: #195709)
* Update all po files (bash update_po_files.sh)
* [INTL: sl] Slovenian update by Martin Srebotnjak (closes: #195709)
* Update all po files (bash update_po_files.sh)
Fixed some extensions (.inx files) to cater for localization better and added two missing files to po/POTFILES.in
Added preference UI item to toggle tablet tool switching
Initial cut of switching tools to match tablet input device.
starting work on svgfont boilerplate code
16 years ago * Reverting hu.po to previous version, as my latest commit really clashed some strin...
* Reverting hu.po to previous version, as my latest commit really clashed some strings. Forwarding to Arpad for comment.
* [INTL: ar] New Arabic translation by M. Bashir Al-Noimi
* [INTL: br] Breton update by Alan (closes: #194672)
* src/dialogs/filedialog-win32.cpp no more there
* [INTL: hu] Hungarian update by reuss (closes: #181649)
fix for bug #195314: feImage filter not updating filtered region when
referenced object changes
referenced object changes
fix converting 3d boxes to path and ungrouping - do not lose selection, preserve style, id and clip/mask
fix-render-of-zero-dimension-rects
snap 3d box handles
comment fix
Line-end fix
svg element referenced by id part of feImage filter rendering.
This commit introduces some known bugs. I will fill a bug report about it, so that we don't forget it.
Nominally they are:
* seems to leak memory. I haven't found out how. Needs review.
* it works when you create and use the filter, but it crashes when trying to open a file that already contains a
filter using feImage referencing an svgelement.
This commit introduces some known bugs. I will fill a bug report about it, so that we don't forget it.
Nominally they are:
* seems to leak memory. I haven't found out how. Needs review.
* it works when you create and use the filter, but it crashes when trying to open a file that already contains a
filter using feImage referencing an svgelement.