Code

finish switching to sigc++ SPObject signals for SPStyle
[inkscape.git] / ChangeLog
index 280d0ceedabc2674fae36380499512fd28face81..ae6a784f53c1b622e1216480b45f9ae8bc69ba5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,138 @@
+2006-07-26  MenTaLguY  <mental@rydia.net>
+
+       * src/style.cpp, src/style.h:
+
+         finish switching to sigc++ SPObject signals for SPStyle
+
+2006-07-25  MenTaLguY  <mental@rydia.net>
+
+       * src/widgets/gradient-vector.cpp, src/widgets/gradient-vector.h:
+
+         switch to sigc++ SPObject signals for SPGradientVectorSelector
+
+2006-07-25  MenTaLguY  <mental@rydia.net>
+
+       * autogen.sh, configure.ac, debian/control, tools-version.sh:
+
+         un-libtoolize the build process (yay!) -- we haven't actually
+         used libtool for ages
+
+2006-07-25  MenTaLguY  <mental@rydia.net>
+
+       * src/extension/plugin, src/extension/plugin/Makefile_insert,
+         src/extension/plugin/makefile.in, src/extension/plugin/.cvsignore,
+         src/Makefile.am, configure.ac:
+
+         remove vestigal plugin support
+
+2006-07-24  MenTaLguY  <mental@rydia.net>
+
+    * configure.ac: further work on LSB build configuration
+
+2006-07-23  John Bintz  <jcoswell@coswellproductions.org>
+
+  * src/verbs.cpp, src/event-context.cpp, src/node-context.cpp:
+
+    forced redraw of canvas upon completion of zooming or upon
+    starting rubber band selection events to work around event
+    starvation issue at high zoom levels
+
+2006-07-23  MenTaLguY  <mental@rydia.net>
+
+  * src/widgets/paint-selector.cpp:
+
+    Update pattern creation help text to reflect new menu layout.  We
+    probably need some way to automatically generate
+    "menu navigation strings" for a given verb.
+
+2006-07-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
+
+       * packaging/osx-app.sh, packaging/macosx/inkscape.ds_store
+         packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh,
+         packaging/macosx/dmg_background.png, Makefile.am,
+         packaging/macosx/dmg_set_style.scpt:
+
+         Improve the disk image layout for Mac OS X releases.  This is 
+         based on Jean-Olivier Irisson's work and patches, submitted as
+         #1516212.
+
+2006-07-23  John Bintz  <jcoswell@coswellproductions.org>
+
+       * src/desktop.cpp, src/desktop.h:
+
+         added SPDesktop::updateNow()
+
+       * src/event-context.cpp, src/select-context.cpp, src/node-context.cpp:
+
+         forced redraw of canvas upon completion of selection or panning
+         to work around event starvation issue at high zoom levels
+
+2006-07-22  John Bintz  <jcoswell@coswellproductions.org>
+
+       * src/desktop.cpp, src/desktop.h, src/document-undo.cpp,
+         src/document.h, src/document-private.h, src/document.cpp:
+
+         forced redraw of canvas upon document commit to work
+         around event starvation issue at high zoom levels
+
+2006-07-21  MenTaLguY  <mental@rydia.net>
+
+       * src/splivarot.cpp:
+       
+         patch from John Bintz, adding pref to simplify multiple
+         paths separately
+
+2006-07-21  MenTaLguY  <mental@rydia.net>
+
+       * configure.ac: first shot at implementing --enable-lsb
+
+2006-07-21  MenTaLguY  <mental@rydia.net>
+
+       * src/style.cpp, src/style.h:
+
+         switch to using sigc++ signals
+
+2006-07-21  MenTaLguY  <mental@rydia.net>
+
+       * src/layer-manager.cpp, src/layer-manager.h:
+
+         switch to sigc++ signals and manually clean up signal connections
+         (although it may not be strictly necessary to do so here)
+
+2006-07-21  MenTaLguY  <mental@rydia.net>
+
+       * src/document-subset.cpp, src/object-hierarchy.cpp,
+         src/object-hierarchy.h, src/selection.cpp, src/selection.h,
+         src/ui/view/edit-widget.cpp, src/ui/view/edit-widget.h,
+         src/uri-references.cpp, src/uri-references.h:
+       
+         switch to sigc++ signals for "modified" and "release"
+
+2006-07-21  MenTaLguY  <mental@rydia.net>
+
+       * src/document.cpp, src/sp-object.cpp, src/sp-object.h:
+
+         sp_object_invoke_release -> SPObject::releaseReferences,
+         plus the introduction of sigc++ signals for "release" and 
+         "modified" which will eventually replace the GObject signals
+
+2006-07-20  MenTaLguY  <mental@rydia.net>
+
+       * src/libnrtype/RasterFont.h, src/libnrtype/font-instance.h:
+
+         replace two uses of hash_map with standard STL map
+
+2006-07-18  Bryce Harrington <bryce@bryceharrington.org>
+
+       * src/document.h, src/document.cpp:  Refactoring from mental &
+         bryce to consolidate document update functionality from
+         sp_document_ensure_is_up_to_date() and
+         sp_document_idle_handler().  This is the first step in getting
+         updates of defs (and markers) fixed.
+
 2006-07-18  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
 
-       * src/graphlayout/graphlayout.cpp,
-         src/conn-avoid-ref.h:
+       * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.h:
          We now use connector spacing to determine the minimum space required
          between shape bounding boxes when graph layout with avoid overlap
          constraints is applied.  This means that there should always be enough
 
 2006-07-17  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
 
-       * src/libcola/cola.h,
-         src/libcola/connected_components.cpp,
+       * src/libcola/cola.h, src/libcola/connected_components.cpp,
          src/graphlayout/graphlayout.cpp:
          Disconnected graphs are now handled more gracefully,
          connected components are arranged separated (in place) and