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 111

November 21, 2010

This week… 1927 commits, in 202 projects, by 209 happy hackers (and 400 were translation commits).

  • Christian Persch moved back the typing-break code from gnome-settings-daemon and gnome-control-center to its own drwright module.
  • Owen Taylor added a new frame type to mutter for modal dialogs. (GNOME bug 592382)
  • Much work happened around the gtk-style-context branch of GTK+, with many modules tentatively ported, including a transformation of the ClearLooks into a GtkThemingEngine.
  • Vinagre was adapted to the new G[tk]Application API by Jonh Wendell.
  • Colin Walters added support for gunichar as a new fundamental type tag to gjs. (GNOME bug 633199)
  • GNOME Power Manager has been cleaned of all its UPS specific UI, to just use the battery critical action for the UPS critical state.
  • Andoni Morales Alastruey updated Longomatch to only show players that are actually plaging, and to sort them on their numbers, not names.
  • A new Battery & Power indicator has been added to GNOME Shell by Giovanni Campagna. (GNOME bug 622451)
  • The GNOME Control Center got a new ‘Power’ panel, with appropriate power management settings.
  • Libsoup has been changed to make URI username/password override cached info; this allows a page to, eg, force a logout by sending an XMLHttpRequest using a bad password. (GNOME bug 631679)
  • Peter Hutterer added a wacom gnome-settings-daemon plugin.
  • Also Tomas Bzatek started porting Nautilus aurorun code as a new automount gnome-settings-daemon plugin.
  • Cosimo Cecchi started implementing a “open with” dialog right in GTK+, it is currently in the open-with-dialog branch.
  • Last but not least Arx Cruz added a new quite featured –form option to Zenity, making it possible to build more complex dialogs from a simple command line. (GNOME bug 412493)

Read the rest of this entry »

Issue 110

November 14, 2010

This week… 2168 commits, in 214 projects, by 223 happy hackers (and 385 were translation commits).

  • Tomas Bzatek ported the GVFS daemons to GSettings.
  • The drag n drop redesign of GNOME Shell has been pushed to the gnome-shell-design repository.
  • Torsten Schoenfeld worked on introspection support in the Perl modules, adding tests and implementing conversions from and to Perl scalar values.
  • Owen Taylor pushed his mutter branch making shadows pretty and configurable. (GNOME bug 592382)
  • Epiphany has been changed to use ful lcontent zoom by default. (GNOME bug 615362)
  • Shaun McCance added support for TTML captions to Mallard tag, he wrote about it in Mallard+TTML Video Captions.
  • Maxim Ermilov updated GNOME Shell to never fall back to using the window title as application name. (GNOME bug 624935)
  • Tomaž Vajngerl added the MapQuest rendered for OpenStreetMap to libchamplain.
  • Jose Aliste ported the gedit syntex plugin to both libpeas and the newest pygobject (with introspection).
  • Nemiver got better breakpoint re-setting on restart, by Dodji Seketeli. (GNOME bug 634227)
  • Lucas Rocha added thing-specific toolbars to The Board (which has been added to git.gnome.org recently), and later he wrote about them in Context Toolbars in The Board.
  • In GTK+ A xcb GDK backend has been started by Ryan Lortie.
  • Ignacio Casal Quinteiro updated gstranslated plugin engine to use libpeas.
  • And Gheyret T.Kenji added Uighur translations to a lot of modules.

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 »