Lucas Rocha | 3 Jul 20:42
Favicon
Gravatar

gjs 0.3 released

Version 0.3
-----------

Changes:
    - DBus support
      At a high level there are three pieces. First, the "gjs-dbus" library is
      a C support library for DBus.  Second, the modules/dbus*.[ch] implement
      parts of the JavaScript API in C.  Third, the modules/dbus.js file fills
      out the rest of the JavaScript API and implementation.
    - Support simple fields for boxed types
    - Support "copy construction" of boxed types
    - Support simple structures not registered as boxed
      - Allow access to nested structures
      - Allow direct assignment to nested structure fields
      - Allow enum and flag structure fields
      - Allow creating boxed wrapper without copy
    - Support for non-default constructor (i.e. constructors like
      GdkPixbuf.Pixbuf.new_from_file(file))
    - Add a Lang.bind function which binds the meaning of 'this'
    - Add an interactive console gjs-console
    - Allow code in directory modules (i.e. the code should reside in
      __init__.js files)
    - Fix handling of enum/flags return values
    - Handle non-gobject-registered flags
    - Add Tweener.registerSpecialProperty to tweener module
    - Add profiler for javascript code
    - Add gjs_context_get_all and gjs_dumpstack - useful to invoke from a
      debugger such as gdb
    - Support GHashTable
      - GHashTable return values/out parameters
(Continue reading)

Favicon
Gravatar

[ANNOUNCE] sawfish-1.5.0

Hi all,

The long awaited 1.5.0 release of sawfish is finally available!

I've never thought of sawfish 1.5.0 beeing released before e17, two years ago. Thanks to John, Janek, the
Sawfish-Crew, all Contributors and Users, Mandriva/Gentoo/Debian/ALT/Arch which did not drop
sawfish and provide fresh packages.

It's brings one incompatibility compared to 1.3x: ~/.sawmillrc is no longer a valid configurationfile,
if you still use that file, simply rename it to either ~/.sawfishrc or ~/.sawfish/rc, and you're done.

Some additonal notes:

for compiling with XFree86 or X.Org 6.x instead of X.Org 7.x, add the following flag to configure:

--without-xorg-x11

for compiling with Imlib1 as image-loader instead of gdk-pixbuf-xlib (which works again), add:

--without-gdk-pixbuf

for not installing translations, add:

--without-nls

or (deprecated, since ="no" would install norwegian translation instead of nothing)

--enable-linguas=" "

to compile without pango, add:
(Continue reading)

Favicon
Gravatar

[ANNOUNCE] librep 0.90.0

Hi all,

the librep release the upcoming sawfish release (3rd/4th July) is based
on is now available.

0.90.0
======

   * Added UTF-8 Support! [Wang Diancheng]

   * Remove scheme and unscheme modules

   * Going on with code-cleanup

get it from the usual place:
https://sourceforge.net/project/showfiles.php?group_id=580

Have a lot of fun!
Chris

gedit 2.26.3 has been released

gedit 2.26.3 has been released

gedit is the official text editor of the GNOME desktop.

NEWS:

New Features and Fixes
======================
- Avoid sync stat for icon of remote bookmarks
- Hide fullscreen control when minimizing gedit
- Only apply modelines when strictly necessary

New and updated translations
============================
- cs (Marek Cernocky)

homepage: http://www.gedit.org
downloads: http://ftp.gnome.org/pub/GNOME/sources/gedit/2.26/

Jesse
Dodji Seketeli | 2 Jul 16:06

Nemiver release 0.7.0 now available


Hello,

There have been 2 months since the last release. Lots of things did happen
since then. The most notable is the switch to the GDB Variable Objects
mechanism (part of the GDB Machine Interface).

Aside the implied architecture change with respect to how we
deal with variables, that switch allowed us to fix quite some bugs and add
some new interesting features like editing variable values, easier pointer
de-referencing and a fancier variable "popup tip" that appears whenever the
user hovers over a variable.

We nonetheless hope that this 0.7.0 opus brings you an enjoyable and robust
user experience.

Now the formal part of the announcement.

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.bz2 formats
and can be downloaded from: http://download.gnome.org/sources/nemiver

(Continue reading)

Matthias Clasen | 2 Jul 00:58
Favicon

GTK+ 2.16.4 released

GTK+ 2.16.4 is now available for download at:

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

md5 sums:
d666f9f5a544e9d4d45804d88b1b5c4d  gtk+-2.16.4.tar.bz2
8b6010c62013808d549474e4e5fcc7be  gtk+-2.16.4.tar.gz

sha1 sums:
e162f21fc587d9856b1560c461953bb9bcec2242  gtk+-2.16.4.tar.bz2
ba92f581ee36737fb01b0be1a2cecce4285c96a8  gtk+-2.16.4.tar.gz

This is a quick followup release to fix an unfortunate bug that
was introduced in 2.16.3.

============

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)

Emmanuele Bassi | 1 Jul 17:42

[ANNOUNCE] Clutter 0.9.6 (core) - 1.0.0rc2, developers snapshot

hi everyone;

Clutter 0.9.6 is now available for download at:

  http://www.clutter-project.org/sources/clutter/0.9/

MD5 Checksums:

  e8b92cfb5180935f1aba497948f37166  clutter-0.9.6.tar.gz
  30653168bca6d36a560562e14867b804  clutter-0.9.6.tar.bz2

Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces. Clutter is licensed under
the terms of the GNU Lesser General Public License version 2.1.

Clutter currently requires:

  * GLib >= 2.16.0
  * Cairo >= 1.6
  * Pango >= 1.20
  * OpenGL >= 1.4, OpenGL ES 1.1 or OpenGL ES 2.0
  * GLX, SDL, WGL, Quartz or an EGL Implementation

The official website is: http://www.clutter-project.org
The Clutter blog is at:  http://www.clutter-project.org/blog
To subscribe to the Clutter mailing list, send mail to: clutter+subscribe <at> o-hand.com 
The official mailing list archive is: http://lists.o-hand.com/clutter/
API reference: http://www.clutter-project.org/docs/clutter/0.9/

Notes
(Continue reading)

Paul Cutler | 1 Jul 17:25
Favicon

GNOME Journal Issue 15, July 2009

The GNOME Journal team is excited to announce the second release of 2009, Issue 15 of the GNOME Journal.  Featuring six new articles, including three from first time GNOME Journal contributors, in this edition you will find:  a review of Project Hamster by Les Harris, an interview on working with upstream with Laszlo Peter by Stormy Peters, using git for GNOME translators by Og Maciel, an introduction to GNOME Zeitgeist by Natan Yellin, a look at some of GNOME Do's advanced features by Jorge Castro, and lastly, the Behind the Scenes feature continues with Owen Taylor by Paul Cutler.

The GNOME Journal team will be at GUADEC next week.  Please feel free to share any feedback or comments about GNOME Journal with the team.  If you have an idea for an article, would like to be interviewed at GUADEC for an upcoming issue, or have an application you would like reviewed, please look for me next week or drop me an email to schedule some time.

All articles are licensed under a Creative Commons 2.0 Attribution-Sharealike license.

What are you waiting for?  Go read it now!   http://www.gnomejournal.org


_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Luis Medinas | 1 Jul 03:08
Favicon

Brasero 2.26.3 release

Brasero 2.26.3

Bugs fixed:
#582461 – Brasero hangs at normalizing tracks
#582261 – brasero shows 0% done, while continues burning disc
#582513 – Bogus VIDEO_TS directory error if AUDIO_TS directory present
#580617 – Brasero floods .xsession-errors log with "Unknown (or already deleted) monitored
directory" warnings
#563501 – Brasero burning window shouldn't try to show drive speed while is converting audio files
#581305 – track number not correct displayed
Translation Updates

Homepage: http://www.gnome.org/projects/brasero

Please report bugs to: http://bugzilla.gnome.org/browse.cgi?product=brasero

Mailing List for User and Developer discussion: brasero-list <at> gnome.org

GIT Repository: http://git.gnome.org/cgit/brasero

Thanks to all the people who contributed to this release through patches, translation, advices, artwork,
bug reports.

_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Felix Riemann | 30 Jun 22:13
Favicon

Eye of GNOME 2.26.3

Greetings!

Please welcome the third and (most likely) last bugfix release of Eye of
GNOME in the stable 2.26 series. A crash fix, a build fix and an updated
Greek help manual. That's it for this time.

* What is it ?
==============

Eye of GNOME (EOG) is the image viewer for the GNOME desktop.

* What's changed in 2.26.3 ?
============================

Bug fixes:

  #583448, Crash on exif data (Felix Riemann)
  #585357, Undefined entity in .de helpfile (Felix Riemann)

New and updated manual translations:

- Βασίλης Κοντογιάνης, Simos Xenitellis [el]

* Where can I get it ?
======================

Source code:

http://download.gnome.org/sources/eog/2.26/eog-2.26.3.tar.gz
  md5sum: af4339713f4b37702acaf7d4d912fac8
 sha1sum: cad2f5fde7c3632c185344545c2844a9158cf937

http://download.gnome.org/sources/eog/2.26/eog-2.26.3.tar.bz2
  md5sum: 0660a0ce0fa4a46656fad84d61895917
 sha1sum: dce3dc99d3df80bcfad1401bd6efdcd7dfc88e30

Enjoy!

The EOG team

_______________________________________________
gnome-announce-list mailing list
gnome-announce-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list
Petit Eric | 30 Jun 20:10

MonoOSC annouce

Hi
After testing and use MonoOSC during several day , we are happy to
annouce a stable release of MonoOSC(MonoOSC-1.0.1.9-30.1) when running
with Mono >=2.3
Aviable here http://software.opensuse.org/search?baseproject=ALL&p=1&q=monoosc
or at sourceforge svn .

Also i just added a new "gadget" feature, show/hide panels :
http://picpaste.com/ShowHide.png
This make it more easy to read.

People who like MonoOSC can use the folowing form (all fields are
optionals :-)) :
http://monoosc.sourceforge.net/MonoOSCSign.php

you will find some info of MonoOSC herer : http://monoosc.sourceforge.net/
and OBS : https://build.opensuse.org/

--

-- 

Cordially.

Small Eric Quotations of the days:
---------------------------------------------------------------------------
If one day one reproaches you that your work is not a work of
professional, say you that:
Amateurs built the arch of Noah, and professionals the Titanic.
---------------------------------------------------------------------------
No key was wounded during the drafting of this message.

Gmane