Issue 17

February 1, 2009

This week… 1687 commits, in 167 projects, by 184 happy hackers (and 391 were translation commits).

  • In Conduit, John Stowers added a new dataprovider that changes the desktop wallpaper, and suggests connecting to a flickr RSS feed…
  • Sound Juicer media support has been ported from libnautilusburn to libbrasero-media. (GNOME bug 567286)
  • After much testing Behdad Esfahbod removed the ClassDef->Defined field in Pango, and the associated special-handling code; he wrote “The special-casing was consuming lots of memory. EIGHT MEGABYTES for loading DejaVu Sans! While this could be complete fixed, I decided to remove the special-handling code altogether. I don’t think it will make any real difference, and if it does, we’ll fix fonts.”; in another commit he also saved over 2000 alloc calls when loading DejaVu Sans.
  • Deskbar got an OpenSearch module. (GNOME bug 528184)
  • Cosimo Cecchi implemented write support for the ObexFTP gvfs backend. (GNOME bug 519071)
  • Following libnotify acceptance as an external dependency, Empathy got support and will now show a popup notification when receiving a new message.
  • Ryan Lortie added _async functions for GDataInputStream (async versions of read_line and read_until). (GNOME bug 568575)
  • file-roller got ported to use gtkbuilder instead of libglade.
  • A good bunch of memory leaks were fixed in brasero.
  • The Volume Control balance widget got updated to use the new GTK+ scale marks.
  • Banshee got a basic clutter UI for rendering the video texture from the clutter sink in the media pipeline.
  • Theppitak Karoonboonyanan went on building modules out of their source trees and filed bugs and patches against those failing, many of those issues are already fixed (in gnome-settings-daemon, Ekiga, Brasero and gnome-keyring).
  • Callum McKenzie finally killed the last bit of libgnome in gnome-applets; and returned the mixer applet.
  • Long standing GTK+ bug (lastly spotted in a post on Planet Gnome by Ruben Vermeersch) got nailed with a patch from Simos Xenitellis. (GNOME bug 162726)
  • Rhythmbox improved its handling of transcoding format selection for MTP devices, now preferring MP3 over M4A/AAC. (GNOME bug 567524)
  • Pavel Kostyuchenko work on Anjuta/Glade3 integration (part of GSoC, see project his proposal) finally got commited. (GNOME bug 542412)

Read the rest of this entry »

Issue 16

January 25, 2009

This week… 1650 commits, in 173 projects, by 193 happy hackers (and 306 were translation commits).

  • The panel got lockdown support to prevent it being dragged to a different screen edge. (GNOME bug 309721).
  • Alacarte was ported to gio. (GNOME bug 514574)
  • Jonh Wendell rewrote the vinagre applet, to use GObject, fixing the way it works on transparent panels in the process (GNOME bug 568674); he also commited a rewritten Vino Preferences dialog, with the ability to check if the machine can be accessed though the Internet.
  • Seed got opengl-glib girs and a glxgears port.
  • In Nautilus, gnome-desktop and gnome-settings-daemon, patches from Ray Strode landed, adding support for fading between backgrounds.
  • Anjuta got upgraded to use GtkPrint, removing its dependency on libgnomeprint/ui. (GNOME bug 564659)
  • Patches by Tomeu Vizoso were commited to evince to move code to a libeviview library, so it can be embedded in other applications, Tomeu blogged about it. (GNOME bug 567751)
  • John Stowers came back on conduit, applying patches and fixing many bugs.
  • In Epiphany Gustavo Noronha added multiple keyword-based AND-search for the location bar.
  • GTK+ got support for select-by-word in selectable labels, marks on GtkScale, and improved autocompletion in the file chooser entry.

Read the rest of this entry »

Issue 13

January 4, 2009

This week… 1171 commits, in 146 projects, by 141 happy hackers (and 236 were translation commits).

  • gedit got an internal message bus to let its plugins communicate.
  • Epiphany updated from its own EphySearchEntry and EphyIconEntry to GtkEntry, it also uses the new “progress in entry” support to draw progress in the location bar.
  • gconftool got a new –toggle option, to toggle a boolean key.
  • gossip removed libgnomeui and libgnomevfs, and started to use libcanberra-gtk for sound support.
  • Jonathan Matthew added some basic window management effects to gnome-shell. (GNOME bug 563844)
  • A new version of l10n.gnome.org (damned-lies) went live, merging in the Vertimus translation tool that was already used by some teams. (announce).
  • A low diskspace checker has been added to the housekeeping plugin of gnome-settings-daemon. (GNOME bug 557647)
  • gnome-build that was a standalone module but only used by anjuta has been merged in anjuta.
  • GtkEntry Caps Lock warning mode switched to using an icon.
  • seed got a 0.3 (and 0.3.1) release and Robert Carr sent a summary of what happened since 0.1.

Read the rest of this entry »

Issue 9

December 7, 2008

This week… 1282 commits, in 164 projects, by 171 happy hackers (and 156 were translation commits).

  • Totem got a new Jamendo plugin in totem, a patch from David Jean Louis (GNOME bug 561811) (a screenshot is posted below).
  • Empathy lost its libgnomeui dependency and evince dropped its libglade one.
  • gtk-doc now highlights deprecation warnings, and they are now also supported in signals and properties (GNOME bug 562655).
  • glib added functions for shadowed mounts (a mount is said to be shadowed if there exists one or more user visible objects (currently GMount objects) with a root that is inside the root of mount.) and nautilus started using them.
  • Behdad Esfahbod continued his vte cleaning.
  • Dan Winship moved Luxembourg (city) out of Belgium (GNOME bug #562772).
  • anjuta devhelp plugin got updated to devhelp/webkit (GNOME bug #560311) and got a button to access online API help (library.gnome.org)
  • Federico Mena Quintero added support to use libnotify for errors displayed by gnome-settings-daemon xrandr module
  • GTK+ (trunk) got a method to draw progress in a GtkEntry (GNOME bug 546285), this was prompted by Epiphany developers wondering about a progress-in-location-bar idea.

Read the rest of this entry »

Issue 6

November 16, 2008

This week… 1363 commits, in 162 projects, by 184 happy hackers (and 164 were translation commits).

  • The getting-rid-of-libgnome-and-gnome-vfs quest continues with Ekiga losing its dependency on libgnome and Anjuta removing some gnome-vfs usage
  • Matthias Clasen added lockdown support in the gnome-settings-daemon keybinding plugin (GNOME bug 553434)
  • In rhythmbox Christophe Fergeau switched several g_timeout_add to g_timeout_add_seconds so it wakes up the CPU less often; and Bastien Nocera added detection of the new PSP-3000
  • Bedhad Esfahbod added pangocairo backend to vte, and made it the default; it is as fast as the xft backend.
  • NetworkManager got support for PKCS#12 private keys
  • Evince got support for PDF layers (but it doesn’t seem like such support has been merged in poppler yet)
  • Murray Cumming created projects.gnome.org, to host project pages that were on www.gnome.org/projects/; he posted to devel-announce to explain the motivation and implications
  • Finally, in GTK+-land, Michael Natterer added the new orientation API to GtkRange

Read the rest of this entry »

Issue 5

November 9, 2008

This week… 1590 commits, in 166 projects, by 183 happy hackers (and 153 were translation commits).

  • Many modules saw development releases for 2.25.1.
  • The libgnome dependency got removed from gnome-power-manager, and gnome-utils (dictionary, screenshot, logview) removed it as well as the dependency on libgnomeui.
  • In the same vain, seahorse-plugins removed its gnome-vfs dependency.
  • William Jon McCann commited a new volume control using PulseAudio, deprecating the old gst-mixer one.
  • Behdad Esfahbod worked quite a bit on gnome-settings-daemon and blogged about the improved login time he achieved.
  • Benjamin Berg added a Clearlookstest theme, as he proposed on desktop-devel-list several weeks ago, it is not enabled by default though.
  • Seed, GObject-Javascript bridge, was finally revealed by Robert Carr on gtk-devel-list.
  • brasero got a nautilus extension, based on current nautilus-cd-burner.
  • John Carr commited support for git mirrors to jhbuild (support for bzr mirrors coming soon).

Read the rest of this entry »

Issue 4

November 2, 2008

This week… 1368 commits, in 151 projects, by 171 happy hackers (and 155 were translation commits).

Gimp merged the Google Summer of Code project of Daniel Eddeland that added on-canvas text-editing. Rhythmbox gaired a new iPod properties dialog (with disk usage and such stuff). NetworkManager code was cleaned up adding and using accessors to various settings. Libgnome/ui got killed this week in libgames-support (and that finally makes gnome-games libgnome free) (by Thomas H.P. Andersen), goffice (by Jean Brefort) and gnome-settings-daemon (by Jens Granseuer). Brasero has been proposed for inclusion in 2.26 and continues to see a steady flow of bug fixes. Owen Taylor commited a little bit of gnome-shell code into Subversion and posted some notes. Zeeshan Ali moved gnome-media-server to Subversion under a new name, Rygel.

Read the rest of this entry »