Issue 112

November 28, 2010

This week… 2827 commits, in 163 projects, by 220 happy hackers (and 223 were translation commits).

  • Cosimo Cecchi started porting the “removable media” preferences tab of Nautilus to be a new control center panel.
  • A limit to the number of times gnome-session will try to restart an application has been added by Jon McCann; it’s still missing the display of en error dialog when such a situation happens. (GNOME bug 634762)
  • Johannes Schmid added a new code analyser plugin to Anjuta, it uses clang and the results are displayed in the message pane like compiler errors.
  • Pedro Castro improved the support for FAB Subtitler files in gnome-subtitles.
  • Gabriel Burt added back a podcast browser to Banshee.
  • After months of work TLS support has finally landed in glib, many thanks to Dan Winship, it adds an extension point into gio, and glib-networking provides a gnutls-based implementation. (GNOME bug 588189)
  • Lucas Rocha started a nautilus extension for the-board; at the moment it allows adding photos to The Board.
  • Alexander Larsson landed a “broadway” branch into GTK+, this adds a HTML backend to GTK+; he had written about this before in GTK+ 3 vs HTML 5.
  • Maxim Ermilov made links in message banners of gnome shell clickable. (GNOME bug 610219)
  • The “About GNOME” dialog has been removed, a new “System Information” panel should arrive to provide similar functionalities.
  • Jon Drufresne added a “Show whitespace” preference for the comparison of files in meld. (GNOME bug 622342)
  • A complete API break happened in libgrss as all object and function names have been moved to the “grss” namespace.
  • Brandon Lewis maded it possible for the viewer widget in pitivi to be (un)docked.
  • The gutters in GtkSourceView (typically used to draw line numbers on the side) have been improved by Jesse van den Kieboom, to remove some limitations in sizing and accurate user control.

Read the rest of this entry »

Issue 109

November 7, 2010

This week… 1795 commits, in 177 projects, by 252 happy hackers (and 317 were translation commits).

  • Robert Ancell updated gnome-nettool to use gsettings (GNOME bug 625900), he also fixed autocompletion and dropdown history.
  • Roberto Majadas pushed his win32 branch of nanny, the GNOME parental control application.
  • A simple distribution upgrade tool using PackageKit has been started by Richard Hughes, he blogged about it in Preupgrade, meet PackageKit.
  • Empathy has been fixed to to support multiple telephone fields. (GNOME bug 630421)
  • Sandy Armstrong started an HTML5 offline note application built on jQuery Mobile, for snowy.
  • The media-keys gnome-settings-daemon plugin has been ported to GDBus by Bastien Nocera. (GNOME bug 634104)
  • Also in gnome-settings-daemon Rodrigo Moya added a settings key to disable boot time configuration of XRandR configuration. (GNOME bug 631388)
  • Paolo Bacchilega added Windows Imaging Format (.wim, .swm) support to file-roller.
  • Holger Berndt added the possibility to register an external bulk rename tool in Nautilus. (GNOME bug 306489)
  • Jim Evins refined the barcode objects in glables, drawing a outline and using a more sophisticated test to determine if the cursor is on a barcode object.
  • Johannes Shmid ported Anjuta to GTK+ 3, and started the work to port Glade, on the “offscreen-gtk3” branch. Also in the GTK+ 3 port serie, Thomas H.P. Andersen ported gnotski (from gnome games) and Ignacio Casal Quinteiro ported gtranslator.
  • In GTK+ 3 itself Alexander Larsson added GtkRadioGroup, a group of object having radiobutton like behaviour, and Bastien Nocera added support for a custom GtkAssistant page type. (GNOME bug 576498)

Read the rest of this entry »

Issue 98

August 22, 2010

This week… 2759 commits, in 181 projects, by 258 happy hackers (and 486 were translation commits).

  • Peter Tyser added to Meld the ability to check if version control repository are valid.
  • Christian Persch ported libgconf-2 to GDbus, this makes libgconf-2 not link to libdbus anymore, which means libgconf-2 is LGPL2+ again. (GNOME bug 618039)
  • Tor-björn Claesson made it possible to register new search providers for the GNOME Shell dash.
  • Paul Cutler added Mallard snippets to the gedit snippets plugin.
  • Also in the Mallard vicinity Claude Paroz updated Damned Lies to display a special icon next to documentation in the Mallard format.
  • Håkon Enger added support for Mac OS VNC authentifcation to gtk-vnc.
  • The Murrine engine got support for theming new widgets: GtkIconView and GtkInfoBar.
  • Jiří Techet changed the double click behaviour of libchamplain, it will now zoom and center to the clicked area. (GNOME bug 605784)
  • Support for importing ODF graphs into Gnumeric continues to improve thanks to Andreas J. Guelzow. (GNOME bug 626961 for example)
  • Carlos Garcia Campos merged his port of gnome-applets to the new libpanel-applet API.
  • Nicolas Dufresne work on proxy support in GLib has been merged.
  • Empathy new “linking contacts” dialog continues to be improved; also it is now possible to disable logging. (GNOME bug 567858)
  • Nate Stedman added support for embedding PDF documents in Ease.
  • Summer of Code has ended, there is a summary of all projects, the snippets manager plugin written by Dragos Dena has been merged in Anjuta, and a few last updates were posted, Salomon Sicket on TaskView, Pēteris Krišjānis on recording VoIP in Jokosher, and Matt Novenstern who worked on the Message Tray.

Read the rest of this entry »

Issue 97

August 15, 2010

This week… 2933 commits, in 162 projects, by 257 happy hackers (and 368 were translation commits).

  • Emmanuele Bassi added JsonReader, a simple, cursor-based API for parsing a JSON DOM, to json-glib.
  • Christian Persch created a gdbus branch of gconf, porting it to gdbus; in the same vein David Zeuthen ported PolicyKit-gnome from dbus-glib to gdbus.
  • As for GDK changes, Thomas Hindoe Paaboel Andersen started porting gnome-games, Benjamin Otte pushed a cairo-port branch onto gnome-mag, and ported parts of Nautilus, and The Gimp continued being ported to Cairo by Michael Natterer.
  • Empathy has been changed by Bilal Akhtar to use GimpNet as default IRC network. (GNOME bug 625675)
  • Martin Pitt ported gdm to UPower. (GNOME bug 626176)
  • An initial implementation of the “background” panel has been pushed to gnome-control-center.
  • Andreas J. Guelzow added exporting of images to ODF in Gnumeric.
  • Preview comments have been added to most of the effects provided by gnome-video-effects (now used by Cheese).
  • A new “Shuffle” action has been added on the Banshee play queue.
  • Ryan Lortie added signals to GApplication, they are: startup, activate, open, action, and command-line.
  • Support for common licenses has been added to GTK+, this introduces a :license-type property. (GNOME bug 336225)
  • Also in GTK+ Matthias Clasen beefed up the GTK 2 -> 3 migration guide, including a first cut at documenting the rendering cleanup changes and the region removal.
  • For their last week of Summer of Code, Dena Dragos added a basic import/export feature to Anjuta snippets, Adrien Bustany added a function to load resources filtering on their attributes to his tracker ORM, Alexander Saprykin got his chapters plugin merged in Totem (GNOME bug 622779), and more.

Read the rest of this entry »

Issue 94

July 25, 2010

This week… 2276 commits, in 205 projects, by 233 happy hackers (and 504 were translation commits).

  • Handling of contacts in Empathy has been switched to use libfolks, this will enable future enhanchements, such as support for metacontacts. (GNOME bug 623714)
  • Carlos Garcia Campos ported the byzanz applet to use the new D-Bus based panel applet library.
  • Gtk-vnc has switched over to use GIO for socket connections and DNS resolution.
  • Giovanni Campagna contributed a base API for system status indicators in GNOME Shell. (GNOME bug 621705)
  • James Liggett implemented a tags pane in the Anjuta git plugin.
  • In the ongoing transitions, Nautilus has been ported to GSettings, Eog has been switched to GTK+ 3, and accounts-dialog is being ported to gdbus.
  • Preliminary support for adding new annotations (at the moment only Text annotations are supported) has been added to Evince. (GNOME bug 168304)
  • Toms Bauģis changed hamster search to use SQLite full text search.
  • David Pellicer contributed a few more keyboard layouts to Caribou.
  • The function name completion tooltips used in Gnumeric have been improved by Andreas J. Guelzow.
  • Evolution-rss default renderer has been switched to be WebKit.
  • Nate Stedman merged his branch adding suport for themes in Ease.
  • Benjamin Otte continued stripping GTK+ of old GDK drawing functions and classes (GdkPangoRenderer, GdkGC…).
  • Richard Hughes split off a new libcolor-glib library out of gnome-color-manager.
  • Totem youtube plugin has been updated to work after the latest Youtube page format changes.
  • In GSOC land Jamie Nicol has added to Rhythmbox the possibility to scrobble to both Last.fm and Libre.fm, Michal Hruby ported zeitgeist-datahub to Vala, Karlo Jež added a hover menu for quick task manipulation in Getting Things GNOME, and more…

Read the rest of this entry »

Issue 93

July 18, 2010

This week… 3273 commits, in 181 projects, by 295 happy hackers (and 427 were translation commits).

  • Toms Bauģis added to hamster he possibility to click on a time bar in the overview to get to the detailed day view. (GNOME bug 623872)
  • The Bastard Mode option of Quadrapassel has been renamed to “choose difficult blocks”, but it’s still a real bastard.
  • Fernando Herrera added Mallard documentation to Dots, the interactive braille transcribing application.
  • The calendar backend in evolution-mapi has been made fully asynchronous.
  • Thomas Wood added region and city comboboxes to the new date and time control center panel.
  • Aleksander Morgado contributed a feature to enable or disable selected books in devhelp. (GNOME bug 619202)
  • Nate Stedman replaced the system() call by the usage of libarchive when saving documents in Ease.
  • GThumb has been updated to preserve the EXIF data after lossless rotations.
  • Vinagre has been migrated to GtkApplication. (GNOME bug 596733)
  • Arx Cruz added a new password dialog to Zenity.
  • The three-point-oh branch of cheese has been merged, rewriting Cheese in Vala and making advantage of Clutter.
  • Paolo Bacchilega ported file-roller to use GSettings.
  • Seed has been updated to build against the gtk 2 or gtk 3 versions of WebKit, at user choice.
  • John Stowers created a gtk-3.0 branch of pygtk, to prepare a pygtk version that, while not based on gobject introspection, would still be a step towards GNOME 3.
  • Aaron Bockover changed the Amazon proxy URIs of Banshee to some supporting geo-IP redirection, redirecting users to the Amazon stores appropriate for their countries.
  • Benjamin Otte has been working hard on the “rendering-cleanup” branch of GTK+ 3, chopping much of the old drawing system, where cairo usage is more appropriate now.
  • In GSOC land, Dragos Dena finished the snippets editor for Anjuta, Jamie Nicol almost finished implementing Last.fm radio playback in Rhythmbox, Luca Invernizzi completed the couchdb backend of Getting Things GNOME, and others also worked, of course…

Read the rest of this entry »

Issue 88

June 13, 2010

This week… 2432 commits, in 191 projects, by 260 happy hackers (and 292 were translation commits).

  • Many modules started adopting GTK+ 3 (GNOME Desktop, GNOME Settings Daemon, GNOME Color Manager, GNOME Power Manager, GNOME Control Center, Goocanvas, Totem), sometimes keeping compatibility with GTK+ 2.x, (like VTE, gucharmap, GNOME Games, librsvg and GNOME Terminal).
  • Shaun McCance added “Copy Code Block” and “Save Code Black As” to code snippets in Yelp, he wrote about the feature in Yelp and the DOM.
  • The volume control “applet” has been changed to use symbolic icons (GNOME bug 614212), to complete this Jakub Steiner added such icons for microphone levels. (GNOME bug 621175)
  • Johan Dahlin added a “promise” module to gjs, to provide a better API for supporting asynchronous code. (GNOME bug 608450)
  • Grilo got a gravatar plugin, it is used to distribute an artist-avatar/author-avater attribute if either “artist” or “author” fields contain a valid email.
  • Totem has been updated to use a dark theme and symbolic icons. (GNOME bug 617921)
  • Ryan Lortie added dconf-editor to the dconf module.
  • Jonathan Matthew implemented the MPRIS D-Bus specification in Rhythmbox (GNOME bug 618520), MPRIS defines a common D-Bus interface for media players.
  • Harold Schreckengost contributed a new F-Spot topic based help.
  • Felix Kaser added a new “EmpathyLiveSearch” widget in Empathy, used to dynamically filter the main window contact list.
  • In GNOME Control Center Thomas Wood converted the display capplet to a settings panel.
  • Andreas J. Guelzow added a search function to the function selector of Gnumeric. (GNOME bug 495776)
  • In the GNOME Shell Florian Müllner added a fade effect when overing over items of the dash. (GNOME bug 620782)
  • Abderrahim Kitouni added a plugin to support Vala to Anjuta. (GNOME bug 620757)
  • William Jon McCann improved the performance of the GDM greeter (GNOME bug 621045)
  • In Summer of Code land, Alexander Saprykin wrote a tiny parser for CMML files, so libcmml won’t be necessary for chapter support in Totem; Yuvi Panda made photo, video and burst modes of Cheese work in his Vala port; Michal Hruby wrote a Rhythmbox plugin using Zeitgeist; and more.

Read the rest of this entry »

Issue 84

May 16, 2010

This week… 2094 commits, in 204 projects, by 253 happy hackers (and 417 were translation commits).

  • Florent Thévenet added support for user preferences to solang, using gsettings.
  • libunique and gtkmm have both been ported to GTK+ 3.0.
  • Fabio Bonelli removed libbonobo from Galeon, it uses D-Bus now.
  • In pygi John Palmieri wrapped the GObject module, making it compatible with both the ancient pygobject attributes and new attributes exposed by introspection.
  • Roberto Majadas added initial support for ConsoleKit in nanny.
  • The dependency on libgnome-vfs has been removed from f-spot, it now uses GIO.
  • The class inheritance graph in anjuta has been switched to use cairo, instead of straight gdk draw.
  • Christian Persch ported Evince and GConf to GDBus.
  • Fridrich Strba pushed an initial implementation to have evolution as default mail client and mailto handler under Windows.
  • Introspection support has been added for the libnautilus-extension library.
  • GEdit unique instance mechanism has been switched from bacon to DBus.
  • In GNOME Shell Colin Walters implemented the initial application menu.
  • Last but not least Matthias Clasen merged GDBus in glib.

Read the rest of this entry »

Issue 69

January 31, 2010

This week… 2086 commits, in 199 projects, by 268 happy hackers (and 433 were translation commits).

  • Anjuta got support to install required packages when creating a new project via PackageKit (GNOME bug 558856).
  • Jason Woofenden modified libchamplain so that tiles are now loaded near the middle first; while Simon Wenner work on a local renderer was being merged.
  • In GNOME System Tools Milan Bouchet-Valat added encrypted home folder support when creating new users.
  • In glib Ryan Lortie added support for a mutex lock that consumes only one bit of storage inside of an integer on systems that support futexes. (GNOME bug 548967)
  • Jamie Nicol modified rhythmbox to use artist and album sortnames in query model sorting functions. (GNOME bug 133444)
  • Yelp was fixed to work with API changes introduced in latest xulrunner.
  • Evolution was changed to not auto-sign when replying to a signed message. (GNOME bug 607595)
  • Jean Bréfort added import/export support for transparent objects in Excel files to Gnumeric.
  • GDM has been modified to have the “Switch User” item hidden when VT switching is disabled.

Read the rest of this entry »

Issue 65

January 3, 2010

This week… 1259 commits, in 144 projects, by 148 happy hackers (and 191 were translation commits).

  • Empathy will now display the protocol icon in a corner of the status icon of the contacts. (GNOME bug 603877)
  • Kupfer got support for Triggers, Ulrik Sverdrup explains it in detail in his appropriately named Kupfer gains Triggers post.
  • Debarshi Ray (who took over maintenance of gnote) added a “note of the day” addin. (GNOME bug 590589)
  • Gian Mario Tagliaretti wrapped many GSocket and GResolver functions for pygobjet.
  • Epiphany was fixed so that notifification of completed downloads doesn’t rely anymore on the presence of the status icon. (GNOME bug 604599)
  • The mixed state of toggle buttons has been changed to be drawn half in the normal and the other half in the pressed state. (GNOME bug 502165)
  • Jesse van den Kieboom improved menu integration of gedit on Mac OS X; this now uses the latest updates done on the ige-mac-integration library, with additional patches.
  • Josh Tripplet added support for XTerm bracketed paste mode to VTE, this allows programs to distinguish pasted text from typed text. For example vim could automatically use paste mode for pastes, avoiding unwanted duplicate indentation or formatting. (GNOME bug 605299)
  • Sebastien Granjoux added a new project backend to Anjuta, to open a directory as a project.
  • Cody Russel added a GtkOffscreenWindow implementation, to make it much easier to take an arbitrary widget and render it to an offscreen buffer without having it displayed anywhere onscreen. (GNOME bug 604901)

Read the rest of this entry »