[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: annotated tag: 1.5.2-20090328 created (1.5.2-20090328)



The annotated tag, 1.5.2-20090328 has been created
        at  58d24d444524c040ea69ddba9491a36ddb56ba80 (tag)
   tagging  ab590ab70cddfe6a0954d56a31c0ebd1f0bc7691 (commit)
  replaces  1.5.1-20081221
 tagged by  Ales Hvezda
        on  Sat Mar 28 17:11:15 2009 -0400


gaf 1.5.2 released March 28th 2009

Ales Hvezda (12):
      Fixed pin place code to draw pins (thick pins were not being drawn at all)
      Removed the "all" target from the toplevel Makefile
      Darkened the outline colors of objects that are being dragged/modified
      Revert part of a commit that changed how libtool is initialized
      Updated all po files by running make update-po
      Updated all versions to 1.5.2 20090328 36:0:0
      Updated all dates in the relavent man pages (for 1.5.2.20090328)
      Updated all ChangeLogs
      Added missing \ so that all example schematics are incluced in release tarballs
      Added missing libgeda.dox so that it gets packaged up in the release tarballs
      Added missing gattrib.dox so it is included in the release tarballs
      Updated ChangeLogs one more time for 1.5.2

Bert Timmerman (20):
      symbols: maxim overbar rework
      symbols: 4000 overbars rework (part 1)
      symbols: 4000 overbars rework (part 2)
      symbols: 4000 overbars rework (part 3)
      symbols: 74 overbars rework (part 1)
      symbols: 74 overbars rework (part 2)
      symbols: 74 overbars rework (part 3)
      symbols: 74 overbars rework (part 4)
      symbols: linear overbar rework
      symbols: connector overbars rework
      symbols: misc overbars rework
      symbols: allegro overbars rework
      symbols: io overbars rework
      symbols: memory overbars rework
      symbols: national overbars rework
      symbols: micro overbars rework (part 1)
      symbols: micro overbars rework (part 2)
      symbols: micro overbars rework (part 3)
      Updated the Dutch translations for libgeda.
      Updated the Dutch translations for gschem.

Carlos Nieves Onega (1):
      Fix install directory for gxyrs perl package.

Maciej Pijanka (1):
      gnetlist: Fix test/hierarchy*/Makefile.am to detect failures

Peter Clifton (128):
      libgeda: Fix s_color_rgba_decode() to default the alpha channel
      libgeda: Fix selection of non-filled paths along their closing edge.
      Change s_page_get_objects_in_region[s]() to take a TOPLEVEL parameter
      Use world_get_single_object_bounds() in s_page_get_objects_in_regions()
      libgeda: Add missing case in o_recalc_single_object() for text OBJECTs
      libgeda: Don't pro-actively calculate text bounds, wait until needed.
      gschem: Expose accessors to get the COLOUR for a given colour index.
      gschem: Fix PNG export broken by invalidate/expose drawing model changes
      examples: Correct non unix file-endings on a few files
      Fix attribute colours for embedded objects [#2157598]
      gschem: Fix the colour editing dialog to work with paths
      gschlas: Fix segfault opening file
      Add a cairo context member, cairo_t *cr to GSCHEM_TOPLEVEL
      Replace portions of the GDK drawing code with cairo routines.
      gschem: Use new COLOR system
      Merge branch 'cairo-drawing'
      gschem: Invalidate region to erase damage due to stroke trails
      Remove GSCHEM_TOPLEVEL and TOPLEVEL indirection for fixed colour indices
      libgeda: Fix mis-matched default colour map definition
      Remove i_vars.h variables left over when removing colour index variables.
      gschem: Separate out dotted grid drawing and tidy up the code somewhat.
      gschem: Add a code to draw a mesh grid with major / minor lines.
      gschem: Change grid on/off to cycle through grid modes
      gschem: Change default grid to GRID_MESH to give it more exposure.
      Merge branch 'mesh-grid'
      gschem: New helper function to query rendered grid spacing.
      gschem: Move update of status bar information out of the grid drawing code.
      gschem: Add status bar info updates when altering grid / snap settings
      gschem: Fix gschem_cairo_set_source_color to divide by 255, not 256.
      gschem: Remove stupid debugging message accidentally added in last commit
      gschem: Use cairo rendering for the mesh grid
      gschem: Remove a few unused variables from x_menus.c
      gschem: Don't define key-bindings for keys which have no-action
      gschem: Move handling of the gdk colour map into x_color.c
      gschem: Fix x_color_free() and make it free the whole colour map
      gschem: Add actions to view menu to switch to light or dark colour scheme
      gschem: Use a lighter colour for major grid lines in the mesh grid.
      gschem: Improve clarity of text rendering by turning its origin mark off
      gschem: Ok, make the mesh grid darker again
      gschem: Rename *_rubber*_xor() functions to *_draw_rubber()
      gschem: Rename o_*_draw_xor() functions to o_*_draw_place()
      gschem: Rename o_*_draw_xor_single() o_*_draw_stretch()
      gschem: Rename o_path_xor_control_lines() to draw_control_lines()
      gschem: Move code in o_move_stretch_rubberband() into o_move_draw_rubber()
      gschem: Remove unused device context "bus_gc"
      gschem: Change direct redraws to invalidates in the move action.
      gschem: Change _rubber, _place and _stretch drawing routines to not XOR
      gschem: Ensure we don't allow the preview to load from file _and_ a buffer
      gschem: Emit notify signal when adjusting a property in the preview widget.
      gschem: Mark "Preview buffer" string passed to o_read_buffer as translatable.
      libgeda: Add new API for adding a GList of objects to the page
      Refactor o_complex_promote_attribs() not to link the promoted objects.
      Add "const" to some places where we deal with GLists of OBJECTs.
      libgeda: Remove non-private access of PAGE->object_list
      gschem: Remove unused function o_path_draw_solid()
      gschem: Add cairo helper function for drawing arcs with geda semantics
      gschem: Add example schematic with diagram of how gschem buffers work
      gschem: Remove retrival of unused bounds during drawing
      gschem: Attempt better hinted alignment when drawing arcs.
      gschem: Adjust hinting of lines to include an extra overlapping pixel
      gschem: Group fill hatching into a single cairo path before stroking
      gschem: Add missing invalidate when changing to outline mode
      gschem: Remove old code for erasing a picture by drawing with override
      gschem: Remove old comment from o_box.c refering to gdk drawing
      gschem: Use cairo for drawing when in "place" mode.
      gschem: Only add extra pixel when drawing for non-capped lines.
      gschem: Remove a redundant comment about gdk used for filling in o_circle.c
      gschem: Ensure circles are well hinted to the grid
      gschem: Draw using cairo when rubberbanding objects
      Update en_GB translations for libgeda and gschem
      gschem: Add strings to describe the mesh colour indices added recently.
      gschem: Add support for rendering and adding pins with type PIN_TYPE_BUS
      libgeda: Fix bus/net to bus/net pin connectivity checking rules
      gschem: Add interface to toggle a pin between net pin and bus pin types.
      Merge branch 'bus-pins'
      gschem: Add undo point after converting pins to / from being bus pins
      Move o_line_visible() from libgeda into gschem
      Move world <-> screen coordinate transformation functions into gschem
      gschem: Fix redrawing of other selected objects during rubberbanding
      gschem: Alter order of grip search when rubberbanding arcs
      gschem: Fix rubberbanding of arcs with negative end_angles
      libgeda: Fix calculation of arc bounds for arc with 360 degree sweep
      libgeda: Fix hit-detection of arcs with negative end_angle
      gschem: Drawing circle radius line with a non translated cairo matrix.
      gschem: Adjust position hinting when drawing round junction cues
      gschem: Revert change in cue size "fixed" when introducing bus pins.
      gschem: Refactor partially duplicated drawing code in various files.
      gschem: Compute the bounding box of a rubberbanded path analytically
      gschem: Make o_grips_draw() take world coordinates
      gschem_cairo_box(): Allow passing line_width as -1 to switch off hinting
      gschem: Use gschem_cairo_box() to create path for box cues.
      gschem: Add new primitves to draw a centered arc and box
      gschem: Make gschem_cairo_* functions take parameters in world coordinates.
      gschem: Clamp minimum size to draw stoke dots using cairo, apply hinting
      gschem: Clamp minimum size to draw stoke dots using cairo, apply hinting (Rest!)
      gschem: Calculate radius of centered arcs and boxes with 2x precision
      gnetlist: Avoid depending on GHashTable ordering for output consistency
      libgeda: Use strlen rather than strnlen, which is a GNU extension.
      gnetlist: Refactor s_traverse_component() and s_traverse_net() slightly.
      gnetlist: Disable traversal of bus pins when checking connectivity.
      gnetlist: Teach netlist traversal code to understand buses (still disabled)
      libgeda/gschem: Try a smaller cue circle for net junctions
      Remove some unused Gdk* typed variables from globals.[ch] across the suite
      libgeda: Don't depend upon GDK. We need gdk-pixbuf, which is separate.
      libgeda: Avoid overlinking against libraies we don't actually use
      libgeda: Correction to the last commit message; do pass on guile CFLAGS
      libgeda: Use "Requires.private" feature in pkg-config to avoid overlinking
      Remove unused GTK dependencies from text-based tools
      Remove explicit checks for X11 - we're not using X11 APIs directly
      libgeda: Move include files to be compatible with non-installed build
      Remove executable permissions from some data-files in the repository
      Remove executable permissions from some data-files in the repository
      gschem: Fix rubberbanding box when resizing pictures
      libgeda: Fix picture aspect ratios to compute width/height
      gschem: Make requirement for cairo non-conditional.
      libgeda, utils: Check for same glib version as rest of suite; 2.8.x
      Avoid underlinking of apps due to missing explicit depends
      libgeda: Define libraries necessary for statically linking libgeda
      libgeda: Ensure we build a shared DLL on MINGW32.
      libgeda: Use AC_LIBTOOL_WIN32_DLL to build DLL on Win32 platform.
      libgeda: Fix printing of colours.
      gschem: Don't add objects read from the cliboard to the tile system
      gschem: Rework how clipboards are cleaned up.
      gschem: Draw paths being moved in the their non-selected colours
      gschem: Fix cues on vertical pins to be drawn inwards, not extend the pin
      gschem: Avoid the use of gtk_selection_data_get_data on old GTK versions
      Remove obsolete references to libgd and libgdgeda
      gschem: Update the clipboard menu item sensitivities asynchronously

Peter TB Brett (41):
      Add explicit 'enabled' field to COLOR structure.
      Specify colors with RGB/RGBA hexadecimal notation only.
      Store colors as components rather than as strings.
      New Scheme colormap syntax.
      Remove legacy color Guile functions and variables.
      Remove (ab)use of "customary" colors.
      Remove display colormaps from libgeda.
      Separate display and print color map config files.
      Use light background color maps as the default.
      libgeda: Load confd files as last action in system-gafrc.
      Revert "Use light background color maps as the default."
      gattrib: Fix compile.
      gschem: Extra sanity checking for color indices.
      libgeda: Fix dark background lock color.
      gschem: Fix light background net color.
      libgeda: Only output PostScript color commands if color changes.
      gschem: Add undo point when editing fill and line styles
      libgeda: Update Guile 1.6 compatibility headers.
      libgeda: Font-renderer-specific text bounds functions.
      libgeda: Make colormap hex codec functions more portable.
      Protect some strings passed to pkgconfig.
      libgeda: Do not use "Requires.private" in libgeda.pc
      utils: Fix some minor compile warnings.
      gschem: Change load path for gschem-gtkrc.
      gschem: Recent files list fixes.
      gschem: Open recent files in the same window.
      gsch2pcb: Change load path for user's gsch2pcb rc file.
      Refactor finding paths for config etc.
      Write logs to $HOME/.gEDA/logs/.
      gschem: Better checks that GEDADATA has been found.
      libgeda: Don't use compiled-in GEDADATA on Windows.
      libgeda: Refactor load backup query callback.
      gschem: Always register load_newer_backup_func.
      gschem: Remove redundant buffer cut code.
      Add a .gitignore for gschem/m4.
      git ignore gschem/m4 differently.
      Make o_save(), o_read() and friends take an object list argument.
      Enable basic clipboard support.
      gschem: Update menus for clipboard support.
      Update menu item sensitivity setting again.
      gschem: Fix documentation creation from tarballs.

Stuart Brorson (2):
      Remove hard-coded file path from example netlist.
      Fix ground.sym file so that it will netlist inside of spice-sdb.

Werner Hoch (18):
      fixed symbol micro/pic16F876-1.sym [#2470098]
      symbols: set show_name_value of non-attributes to show_all
      gsymcheck: warning message if show_name_value is weird [#2470862]
      symbols: overbar rework memory (2)
      gsymcheck: checks for overbars and escaping
      libgeda: new snap state and snap cleanups
      gschem: use the new snap states to toggle
      libgeda: functions to get the position of an object
      libgeda: check whether a attribute is attached to an object
      gschem: deploy the new resnap mode in o_move.c
      gschem: fixed the math for warp-cursor "disabled"
      libgeda: access functions for filltype and linestyle
      gschem: show correct properties in filltype dialog
      gschem: fill type dialog: improved default values
      gschem: show correct properties in linetype dialog
      gschem: final fix for the dropdown menus of filltype and linetype
      tragesym: put attributes on top if there are no top pins
      fixed whichend of the symbol 7495-1.sym





_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs