Curtis Gedak | 2 Apr 18:24
Picon

GParted 0.4.4 Released

GParted is the Gnome Partition Editor for creating, reorganizing, and 
deleting disk partitions.

This big news for the 0.4.4 release of GParted is the addition of 
support for dmraid devices, also known as ATA-RAID, or Fake RAID.

Key changes include:
     - Added support for /dev/mapper dmraid devices
     - Added recognition of /dev/mmcblk* SD/MMC devices
     - Enhanced resize/move to only move start if space before changed

Visit http://gparted.sourceforge.net for more details.
Dodji Seketeli | 3 Apr 22:14

Nemiver release 0.6.6 now available


Hello,

This is a bugfix and feature release. As usual, we tested it by using it
ourselves in our daily hacking activities. This version should then be
considered as the greatest so far. So packagers, please update.

Below is the description of the release.

What is Nemiver?
===========
Nemiver is a standalone graphical debugger that integrates well in the
GNOME desktop environment.
It currently features a backend which uses the GNU debugger gdb for
debugging C/C++ programs.

Where to get it?
==========
This release is available as a source package in tar.gz and tar.bz formats.
and can be downloaded from: http://download.gnome.org/sources/nemiver .

The home page of the Nemiver project is at
http://projects.gnome.org/nemiver .

What's Changed in this release?
===============================

Dodji Seketeli:
  Update ephy-spinner widget (Closes: #574915)
  Fix tests to work with Boost.Test 1.37
(Continue reading)

Jürg Billeter | 5 Apr 17:54
Picon
Gravatar

[ANNOUNCE] Vala 0.7.0 - Compiler for the GObject type system

We are pleased to announce version 0.7.0 of Vala, a compiler for the
GObject type system.

Vala 0.7.0 is now available for download at:
   http://download.gnome.org/sources/vala/0.7/

Changes since 0.6.0
 * Do not generate header files unless requested by the -H commandline
   option. This requires changes in the build system of Vala projects.
 * Support conditional compilation.

Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code.

The syntax of Vala is similar to C#, modified to better fit the GObject
type system. Vala supports modern language features as the following:

        * Interfaces
        * Properties
        * Signals
        * Foreach
        * Lambda expressions
        * Type inference for local variables
(Continue reading)

Philip Withnall | 5 Apr 19:11
Picon

Hitori 0.2.2 released

Hitori is a GTK+ application to generate and let you play games of
Hitori, a logic game similar to Sudoku created by Nikoli.

Major changes this version:
* Fixed how hints are drawn
* Cleaned up some of the code
* Fixed markup validation in the documentation
* Migrated bug handling to GNOME Bugzilla
(http://bugzilla.gnome.org/enter_bug.cgi?product=hitori)
* Migrated website to live.gnome.org (http://live.gnome.org/Hitori)

Translations:
* de (Mario Blättermann)
* en_GB (Philip Withnall)
* es (Jorge Gonzalez)
* pt_BR (Og Maciel)
* sv (Daniel Nylander)

http://live.gnome.org/Hitori
_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
BJörn Lindqvist | 5 Apr 22:16
Picon

[ANN] GtkImageView 1.6.4 - Image viewer widget for GTK+

I'm pleased to finally announce GtkImageView 1.6.4!

Description
-----------
GtkImageView is a simple image viewer widget for GTK+. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:

* Mouse and keyboard zooming.
* Scrolling and dragging.
* Adjustable interpolation.
* Fullscreen mode.
* GIF animation support.
* Ability to make selections.
* Extensible using a tool system.

Bindings exists for Perl and Python.

Download
--------
Check it out from Subversion:

    svn co http://publicsvn.bjourne.webfactional.com/gtkimageview

Or download the latest release tarball:

    http://trac.bjourne.webfactional.com/chrome/common/releases/gtkimageview-1.6.4.tar.gz

API documentation can be found online:

(Continue reading)

Tristan Van Berkom | 6 Apr 18:46
Picon

Glade 3.6.1 Released

Hey !
  So we got off to a bit of a rocky start with all the new features
in place, there were some more crashers and some regressions, and
ofcourse I've had my hands tied all this time, but here's a bugfix
release that should nail all of the critical bugs that cropped up
immediately after the big GNOME release.

Enjoy,
    - Tristan

What is Glade ?
===============
Glade is a RAD tool to enable quick & easy development of user
interfaces for the GTK+ toolkit and the GNOME desktop environment.
The user interfaces designed in Glade are stored in an XML format
which is understood natively by GTK+, also enabling easy
integration with external tools.

===========
Glade 3.6.1
===========
	- Fixed win32 crasher (bug 575206)
	- Fixed crasher on internal widget selection
	- Fixed libglade regression (libglade needs specific
	  ordering of properties, atk props, signals and accelerators)
	- Fixed MSYS/MinGW build (Bug 576851 – Damon Register)
	- Disable loading and displaying of 'data' property on GtkTreeStore
	  (only GtkListStore understands the 'data' construct).
	- Properly initialize a GValue on stack (bug 577822 - Felix Riemann)

(Continue reading)

Favicon

moserial 2.26.0 released

moserial 2.26.0 release
=======================

moserial is a clean, friendly gtk-based serial terminal for the gnome 
desktop. It is written in vala for extra goodness.

Packagers
=========

I see that gentoo has packaged moserial, which is great. It would be 
nice if Debian, Ubuntu and Fedora would follow suit...

News
====

* Call this 2.26.0, to align with gnome versioning.
* Added ESC as a termination character.
* Pressing the escape key now scrolls all text boxes to
   their end, and moves the focus to the entry box.

Where?
======

The svn repo is at:
svn co http://svn.gnome.org/svn/moserial/trunk

The tarballs are here:
http://ftp.gnome.org/pub/GNOME/sources/moserial/

Reporting Bugs
(Continue reading)

Matthias Clasen | 10 Apr 01:46
Picon
Favicon

GLib 2.20.1 released

GLib 2.20.1 is now available for download at:

  ftp://ftp.gtk.org/pub/glib/2.20/
  http://download.gnome.org/sources/glib/2.20/

md5 sums:
d7ef53c7b65827a1baa4bad1c6893fa3  glib-2.20.1.tar.bz2
855be1b668ceaec3320c702212c95638  glib-2.20.1.tar.gz

sha1 sums:
4a0eceb959daa81ee1c867bfc7df8e1459d408a2  glib-2.20.1.tar.bz2
e7a205fb0f6ce4ab69735260f59be9d0c803f69c  glib-2.20.1.tar.gz

This is a bug fix release in the 2.20 series.

GLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality as
an event loop, threads, dynamic loading, and an object system.

More information about GLib is available at:

 http://www.gtk.org/

An installation guide for the GTK+ libraries, including GLib, can
be found at:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html

Overview of Changes from GLib 2.20.0 to GLib 2.20.1
(Continue reading)

Matthias Clasen | 12 Apr 00:46
Picon
Favicon

GTK+ 2.16.1 released

GTK+ 2.16.1 is now available for download at:

 ftp://ftp.gtk.org/pub/gtk/2.16/
 http://download.gnome.org/sources/gtk+/2.16/

md5 sums:
74e35ff3e6e02c960fe2117a4b6b102f  gtk+-2.16.1.tar.bz2
fd371592f910b82323182259d33cd229  gtk+-2.16.1.tar.gz

sha1 sums:
01cba21f12e6fa3762fe47437eb4dc335a2fb841  gtk+-2.16.1.tar.bz2
5a68e2a3954b0b6ed332548e2d36cddf2dbda729  gtk+-2.16.1.tar.gz

This is a bug fix release in the 2.16 series.

What is GTK+
============

GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.

GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.

GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
(Continue reading)

Willie Walker | 12 Apr 02:22
Picon

Announcing gnome-mag 0.15.6

====================
* What is gnome-mag?
====================

gnome-mag provides a command-line interface for standalone use,
although its primary goal is to provide a set of magnification
services for use by other client applications and assistive
technologies.

gnome-mag 0.15.6 is a stable release that is good for GNOME 2.24.x and 
GNOME 2.26.x.

======================================
* What's changed for gnome-mag 0.15.6?
======================================

What's new in gnome-mag-0.15.6:

* Fixes for the following bugs:
         #573023 - Migrate deprecated gnome-vfs to gio/gvfs (Simon
         Vanderlinden)
         #577937 - colorblind applet does not run (Willie Walker)

* Translations:
	* Krishnababu K (te), Djihed Afifi (ar), Amitakhya Phukan (as),
	  Ignacio Casal Quinteiro (gl)

======================
* Where can I get it ?
======================
(Continue reading)


Gmane