* 2010-01-24 Steffen Macke fb2858b Bug 570592 - URI-encodes filenames passed from dia-win-remote to diaw The command line has to have locale encoding, usually not utf-8 on windows. To pass filenames not representable in the locale encoding they have to be encoded as URIs (ASCII charset is assumed to be representable in every locale). * 2010-01-24 Hans Breuer 8c17225 Bug 570592 - allow to pass filenames as URIs The command line has to have locale encoding, usually not utf-8 on windows. To pass filenames not representable in the locale encoding hey have to be encoded as URIs (ASCII charset is assumed to be representable in every locale). (cherry picked from commit 9a5f438d4b3e718c8ab0efe01d08ee2c3a0d9a86) * 2009-12-05 Hans Breuer 158399a Bug 570592 - Cannot open or save with localized path Use G_OPTION_ARG_FILENAME to get filenames by command line arguments in the right encoding. Provide G_OPTION_ARG_CALLBACK for input and output directory processing. Inline process_opts() to simplify the code. (cherry picked from commit aa5210d4e5ed919be127b08f5b508b2f7093e430) * 2010-01-24 Hans Breuer ed7169a Remove superfluous include of Mysteriously it breaks 'make distcheck' in plug-ins/libart but it was the only inclusion of this kind anyway. (cherry picked from commit c039190bd64a84e85b969614bf6256a179f08cca) * 2010-01-06 Jorge González 5580ade Updated Spanish translation * 2009-12-27 Hans Breuer de23bfd Simple context menu also for selection of objects We can offer the Properties entry also for multiple selected objects since Sameer's work on group properties. (cherry picked from commit 55d3b2604d91667de9c071a8253ae3bcc7df22db) * 2009-12-14 Hans Breuer 304e2c4 Fix endless loop in dictprop_load() (cherry picked from commit 1203a00efe2e3ca6dfb92c75f1abb075683497b1) * 2009-12-27 Hans Breuer e089adb Bug 604474 - Outline blanking issue with e.g. Hash symbol outline.c : some insignificant off-by-one errors and typos geometry.c(line_crosses_ray) : used by distance_bez_shape_point() but did not consistently count. Thus the detection of the point being inside of the given area did not work reliably. (merged from master) * 2009-12-05 Hans Breuer b5d3b02 Bug 603576 - wrong decimal separator with vdx Temporarily switch to LC_NUMERIC, "C" in import and export callback. (cherry picked from commit 5786137095d49a0064cfe1bfe18865383bdc9908) * 2009-12-05 Hans Breuer a15591e Fix unconditional dia_font_unref(renderer->font) (cherry picked from commit c6d293737f44acc1d4c963a80445abc28a195ab2) * 2009-12-05 Hans Breuer b6f9bbb Bug 587218 - endless loop with cairo The change ensures a minimum line width of one device unit to be given to cairo. Also the minimum dash length is limited as a workaround for cairo version before 1.10, see: https://bugs.freedesktop.org/show_bug.cgi?id=24702 (cherry picked from commit d47f096f810179451b3df962b88d946f7debeb84) * 2009-11-27 Hans Breuer 6c05993 Bug 603004 - Exporting a document to png without --size crashes Only show the size dialog when running interactive. Introduces a dependencies to app/ but crashing is worse. (cherry picked from commit 93f1efad1e0336da83bd3789a0c8e505b0daac6c) * 2009-11-24 Hans Breuer d1bc0b9 Bug 602845 - '&' character disappears during SVG and Dia Shape export Need to use xmlNexTextChild rather than xmlTextChild. The latter only translates to < and > but not &. (cherry picked from commit 53b7d2474ce171bfdc841438067aac8df3a93c6c) * 2009-11-09 Carles Ferrando a7cda86 Updated Southern Catalan translation * 2009-11-08 Jorge González d270032 Updated Spanish translation * 2009-11-08 Hans Breuer bd284d7 Bug 586303 - Parenting information not exposed to the python API exposing DiaObject::parent in lack of a better API idea;) (cherry picked from commit 91e71c7e9d1b27c7e4e79970c3c9be2fb44fdcc5) * 2009-10-25 Hans Breuer 006ff8c Bug #599587 - Shape export icon creation fails without libart renderer 1) it still required the libart PNG exporter, although the "size-hack" was already converted to the generic export interface 2) the exporter got the shape-exporters user_data, not it's own * 2009-11-07 Hans Breuer 36ad1c4 Inconsistent line endings * 2009-11-07 Hans Breuer bad5530 Toplevel makefile.msc was not cleaning in bindings * 2009-11-07 Hans Breuer 5124205 Part of bug #599447 - High Contrast Black & Inaccessible Widgets DiaArrowChooser was wrongly using hardcoded black/white for rendering. Now it is switched to widget colors to be consistent with DiaLineChooser and useable with dark themes. (cherry picked from commit 89287cf7b7c106f03af01b2dc1d769a37e83a484) * 2009-10-23 Hans Breuer 4844cb7 Bug #590369 - fix rounding to SVG color (cherry picked from commit 76d34272cfdd07b8f365c830ef9741c2e08e8af7) * 2009-09-19 Hans Breuer faf82c3 Bug #594877 - Memory leak when writing vdx (cherry picked from commit 72a406b9926e1cd0fb7e120d27ea322a3364936f) * 2009-08-24 Steffen Macke 94fc2e0 Include PGF plugin in win32 build and installer. (cherry picked from commit b4e4d3f0c3f5fa8f3dd66597e09145a88b0812b4) * 2009-08-19 Hans Breuer 3db893d Bug #591403 - allow DiaCairoRenderer::set_font() even before call to begin() (cherry picked from commit a913f6f6a49fe0b41efed1ab1a951156e0f3c746) * 2009-10-11 Gabor Kelemen ebb85f9 Updated Hungarian translation * 2009-10-11 Gabor Kelemen 24abae4 Updated Hungarian translation * 2009-08-29 Inaki Larranaga b3a840f Updated Basque translation * 2009-07-26 Hans Breuer eca5335 Bug #589038 - Bashisms in configure http://bugzilla.gnome.org/show_bug.cgi?id=589038 From: Gilles Dartiguelongue Date: Tue, 14 Jul 2009 19:57:25 +0200 Subject: [PATCH] Fix bashism * 2009-07-26 Hans Breuer d80b6cd Bug #589037: make libemf plugin optional (allow --disable-libemf) http://bugzilla.gnome.org/show_bug.cgi?id=589037 From: Gilles Dartiguelongue Date: Tue, 14 Jul 2009 20:17:18 +0200 Subject: [PATCH] Make libemf plugin optional. * 2009-07-13 ifelix e13cc35 Tamil linguas added * 2009-07-13 ifelix 26d41e4 Updated Tamil Translations * 2009-07-07 Hans Breuer 84d1b46 Bug #587967 - line artifacts with ellipse * 2009-07-05 Hans Breuer 5e10327 More consistent case (spelling) * 2009-07-05 Hans Breuer ad560f2 Bug #581380 - memory leak with libart renderer Patch from Jason Childs. The deprecated dia_font_push_context()/ dia_font_pop_context() had a superfluous call to dia_font_init() "not needed, just testing" which resulted in a fast growing memory leak, when using the almost deprecated libart renderer. * 2009-07-04 Hans Breuer 30d8ece Fix copy and paste translation bug * 2009-06-30 Sandeep Shedmake 3af577b Updated Marathi Translations * 2009-06-29 Sandeep Shedmake e686c7c Updated Marathi Translations * 2009-06-28 Hans Breuer 8fc05fd Bug #583675 - missing sentinel (cherry picked from commit 65a76d16d1c51cbf438736d303af6fc26df59d6b) * 2009-06-28 Hans Breuer c5996a9 Bug #585973 and bug #586921 - Database dialog crash on close (cherry picked from commit 59d925a698b194a7bec6b84072c6c64a59f651f8) * 2009-06-27 Jin-Hwan Jeong a11b471 Updated Korean translation * 2009-06-24 Sandeep Shedmake 03a876e Updated Marathi Translations * 2009-06-22 Sandeep Shedmake 90ff9f2 Updated Marathi Translations * 2009-06-22 Sandeep Shedmake 47759f3 Updated Marathi Translations * 2009-06-19 Sandeep Shedmake a7e0ce9 Updated Marathi Translations * 2009-06-16 Sandeep Shedmake b705ba0 Updated Marathi Translations * 2009-06-07 Mario Blättermann 93f1986 Updated German translation * 2009-06-06 Hans Breuer 00819eb Bug #585004 - implicit declaration of function 'abs' abs() is coming from stdlib.h rather than from math.h * 2009-06-06 Hans Breuer 6c4b170 Bug #585004 - implicit declaration of function 'fchmod' Need to also add _BSD_SOURCE define before inclsuion of sys/stat.h * 2009-06-06 Hans Breuer 48e2a07 Bug #585004 - implicit declaration of function 'finite' Define _BSD_SOURCE before inclusion of sys/stat.h * 2009-06-06 Hans Breuer 46a796f Bug #585004 - implicit declaration of function 'finite' To get the definition either _BSD_SOURCE or _SVID_SOURCE needs to be defined before inclusion of * 2009-06-06 Hans Breuer d409dba Bug #585004 - undefined symbol gtk_signal_disconnect_by_data --enable-debug defines GTK_DISABLE_DEPRECATED which results in an unresolveable symbol - it is just a deprecated macro. Fixed by using un-deprecated g_signal_handlers_disconnect_matched() * 2009-06-03 Manoj Kumar Giri 441336e Added Entries for Oriya Translation & addition to LINGUAS. * 2009-06-03 Manoj Kumar Giri df23f8f Updated Oriya Translation * 2009-06-03 Manoj Kumar Giri 5aa9ae6 Added Oriya Language into the List. * 2009-05-24 Hans Breuer f46d53b Hope this gets rid of: you have local changes ... * 2009-05-24 Heikki Paajanen 6e7fa7e Bug 582314 - Cairo PNG export doesn't paint the background correctly Instead of filling an rectangle it uses cairo_paint to clear to surface (as per http://cairographics.org/FAQ/#clear_a_surface) Signed-off-by: Hans Breuer * 2009-05-24 Hans Breuer e3cfbc9 Bug 583092 - Wrongly translated string exit dialog Patch from Heikki Paajanen: Don't mark cell rendererd property name for translation * 2009-05-24 Hans Breuer 0253a90 Add 0.97.1 bugs fixed query * 2009-05-23 Hans Breuer 5347e53 Bug #581531 - Use diagtkrc from the config dir Use diagtkrc from the config dir instead of current dir. Patch from Vincent Untz with small modification to not use dia_config_filename() without protoype. * 2009-05-23 Hans Breuer a236ca2 Bug #581177 - work around Python's untrusted search path vulnerability * 2009-05-23 Hans Breuer 9c6c770 Implement transitive reduction * 2009-05-23 Hans Breuer 906933b Bug #583561 - avoid crashing with zero zoom * 2009-05-22 Hans Breuer 5fa9782 Some updated screenshots * 2009-05-22 Hans Breuer 5af6c64 Bug #583533 - broken Selection modes * 2009-05-11 Hans Breuer 1eb7bd3 Working With Selected Objects - removed obsolete tip * 2009-05-11 Hans Breuer af390a4 Working With Individual Objects - rewritten to reflect changes in 0.97 * 2009-05-11 Hans Breuer 6516b86 Pure whitespace changes mostly automated * 2009-05-10 Hans Breuer e8fbaaa Add missing and to pass docbook validation Fixing bug #581189 reported by Thomas Dreibholz. Note to self and everyone who wants to debug stuff like this. The error: doc/en/dia.xml:261: element figure: validity error can be located by: grep -n figure doc/en/*.xml | grep 261 here giving: doc/en/usage-customization.xml:261: <figure> * 2009-05-10 Hans Breuer <hans@breuer.org> 4356431 Bug 581529 - Use xdg-open instead of gnome-open By Vincent Untz 2009-05-05 22:55 UTC: Here's a patch to use xdg-open instead of gnome-open, for better integration when running outside of GNOME. * 2009-05-10 Hans Breuer <hans@breuer.org> fc7dbf7 Fix harmless build warnings, bug #581542 If the code in plug-ins/drs/dia-render-script-import.c would actually be used this would indeed be a crash. Patch from Vincent Untz, bug #581542 * 2009-05-10 Hans Breuer <hans@breuer.org> 812d6a1 Fix building with DEBUG_CAIRO Patch from Heikki Paajanen fixing bug #581615 * 2009-05-10 Hans Breuer <hans@breuer.org> 50f240a Fix unstable bounding box calculation for many Cisco shapes Perpendicular corners where not always considered pointy joins. Adapted unit test to special case a lot less objects - bug #568115 - and presumably fixing bug #581850. * 2009-05-10 Hans Breuer <hans@breuer.org> 9c70b1c Ensure menu update after leaving text edit with Esc, bug #581499 * 2009-05-10 Hans Breuer <hans@breuer.org> 24e52db Work around Ellipse::move_handle not behaving as expected * 2009-05-10 Hans Breuer <hans@breuer.org> b3a3220 Comment about slightly broken sizing via DiaObject::move_handle * 2009-05-08 Mario Blättermann <mariobl@gnome.org> 54c9e47 Updated German translation * 2009-05-07 Steffen Macke <sdteffen@sdteffen.de> 57ac75b Added Korean and Chinese installer locales. * 2009-05-06 Steffen Macke <sdteffen@sdteffen.de> 97855e0 Fix typos in helper program. Add eu, fi and gl installer locales. * 2009-05-05 Steffen Macke <sdteffen@sdteffen.de> dd36a88 Use *.mo files generated by makefile.msc. Add Spanish installer locale. * 2009-05-05 Steffen Macke <sdteffen@sdteffen.de> f5ceb04 Add Marathi (mr) to win32 build and installer. * 2009-05-05 Steffen Macke <sdteffen@sdteffen.de> 69e0c29 Don't install the SISSI objects, because they are still alpha.