GrampsAIO-4

From Gramps
Revision as of 22:51, 22 March 2015 by Josipsf (talk | contribs)
Jump to: navigation, search

The Gramps "software bundle" for Windows or GrampsAIO is an all-in-one (a.k.a. "AIO") installation package of Gramps which includes all dependencies for the Windows platform.

GrampsAIO-4.0.x

AIO bundle for 4th generation of Gramps which now use Gtk3 with PyGobject and GObject Introspection.

Although Gramps now support Python3 older Python2 is still used instead.

GrampsAIO64-4.0.2

Release made for 64bit version of Windows.

Dependent libraries are built with "march=core2" compiler flag so you will need hardware with MMX, SSE, SSE2, SSE3 and SSSE3 instruction set support to use it.

GrampsAIO-4.0.3-1

  • What's new:
    • Gramps launchers:
      • gramps.exe
        It is a console application so if it is not started from one he will pop-up new one.
        Gramps will prints warnings and errors in that.
        For those who want to script Gramps. This is for use when asked to do "gramps -v" for example
      • grampsw.exe
        This is GUI application (hence the "w" endings) so no "DOS box"
        That is probably preferred way to use Gramps for most users.
        Since there is not standard handles in gui application, all info, warning, and error prints are redirected to file %APPDATA%\gramps\Gramps40.log
      • grampsd.exe
        For time when you have problem running Gramps.
        Unlike previous two it not runs optimized byte-compiled files but normal ones (*.pyc no *.pyo).
        It is console application which create one early in startup process if is not started from one to catch early errors. At the end of program it must be closed by hand (pressing any key or clicking close button) giving you chance to see and copy errors to report them.
        For those reason it will always start Gramps in English no matter of your Windows locale settings.

GrampsAIO-4.0.3-2

  • Fix:
    • HotKeys in launchers shortcut-links
      Looks like something is wrong with shortcut-link creation so start of their description ends up as their hot-keys.

GrampsAIO-4.0.3-3

  • Fix:
    • Graphviz
      File "config6" where Graphviz store his configuration is not included in bundle. Because of that creation of graphical report will fail.
      You can make your own until 3rd version is released.
      Open up console in GrampsAIO\bin folder and type:
dot.exe -c

GrampsAIO-4.0.3-4

  • Fix:
    • Visual Styles
    • User Account Control
    • DPI Awareness
    • Program Compatibility Assistant

GrampsAIO-4.1.x

GrampsAIO-4.1.2-1_win32_py27.exe

  • Release date: 2015-03-01
    Initial release

GrampsAIO-4.1.2-1_win64_py27.exe

  • Release date:
    Initial release

GrampsAIO-4.1.2-2_win32_py27.exe

  • Release date: 2015-03-14
  • Fix:
    • PDF generation
      Update version of Cairo library to 1.14.2 to prevent line truncation in textual reports exported as PDF
    • missing folder icon in FileChooserDialog
      Patch GLib library
    • inclusion of images in some reports
      Added all dependencies of PIL (Pillow) library

GrampsAIO-4.1.2-3_win32_py27.exe

  • Release date: 2015-03-16
  • Fix:
    • non-ascii characters in database path
      Compiled db library with -DUNICODE and -D_UNICODE flags

GrampsAIO-4.1.2-4_win32_py27.exe

  • Release date: 2015-03-22
  • Fix:
    • graphviz not working in Windows XP
      Build Graphviz without strtok_s
    • gtk drag-and-drop instability'
      Added patch DND: Clean up weak pointers when they are no longer needed to gtk-3.14.9 build