Issue 127

March 13, 2011

This week… 2634 commits, in 197 projects, by 272 happy hackers (and 670 were translation commits).

  • Andrew McGrath added support for plain text exportation in ocrfeeder.
  • Robert Ancell updated dconf-editor to show the key range in key descriptions.
  • Based on a patch from Mark Starovoytov Dan Winship fixed libsoup to catch overflows when parsing very distant expiration dates in cookies. (GNOME bug 643462)
  • John Stowers added a user-theme extension to the gnome-shell-extensions repository. (GNOME bug 644271)
  • Ray Strode made it so that gdm runs the gnome-session acceleration helper script, to preload the GL stack and figure out ahead of time whether or not gnome shell can run on the system.
  • Marek Kasik updated the printers plugin of gnome-settings-daemon to show notifications for selected printer state changes (things liek “tuner low”).
  • Jakub Steiner worked on the Cantarell font, fixing all ~ accented glyphs. (GNOME bug 642396)
  • Steve Frécinaux enabled Python support for eog plugins. (GNOME bug 639597)
  • Martin Robinson made the serif font the default web font of Epiphany, to match the behaviour of other browsers. (GNOME bug 644523)
  • GObject Introspection support as been added to libcheese by Luciana Fujii Pontello.
  • Dan Winship changed gnome-shell to use the new libmutter-wm library, to build a real gnome-shell binary (GNOME bug 641724)
  • Bastien Nocera added some code to reorder date widgets in the date/time panel, to be based on the locale’s date format, rather than only supporting the US-centric version. (GNOME bug 636896)
  • And William Jon McCann ripped GNOME Screensaver of its theme and job support.

Read the rest of this entry »

Issue 124

February 20, 2011

This week… 2119 commits, in 179 projects, by 231 happy hackers (and 387 were translation commits).

  • Tor-björn Claesson contributed a dock extension for GNOME Shell.
  • Vincent Untz started rewriting gnome-web-photo to use WebKit instead of xulrunner.
  • Ignacio Casal Quinteiro added a GeditAnimatedOverlay class to gedit, this provides a widget with slide/in/out animation for the widget added on the container.
  • Michal Hruby added a Zeitgeist dataprovider plugin to gedit.
  • Shaun McCance merged the search & indexing branch of Yelp.
  • Richard Hughes added a updates plugin in gnome-settings-daemon, to notify user of available package updates.
  • D-Bus applets in GNOME Panel were fixed to work in multiscreen environments. (GNOME bug 632369)
  • Bastien Nocera added a ‘Add’ button to the control center background panel.
  • Guillaume Desmottes updated Empathy to set the same program class in all binaries, to make all empathy apps windows appear as the same application in GNOME Shell. (GNOME bug 642440)
  • Cosimo Cecchi added a floating bar to Nautilus.
  • Garrett Regier made the libpeas plugin manager show a dialog when disabling a plugin which is depended on.
  • In gimp Michael Natterer added a GimpTileBackendTileManager which does nothing so far but will help GEGL migration a lot.
  • Eugenia Gabrielova updated inline search in Anjuta to support replace and highlighting. (GNOME bug 638134)
  • Jasper St. Pierrer added a history manager, to be used by runDialog and lookingGlass, into GNOME Shell. (GNOME bug 642237)
  • Also in GNOME Shell Guillaume Desmottes ported the Telepathy bits to use telepathy-glib. (GNOME bug 620416)

Read the rest of this entry »

Issue 123

February 13, 2011

This week… 2038 commits, in 188 projects, by 238 happy hackers (and 359 were translation commits).

  • Saleem Abdulrasool added support for magic-based identification of files in file-roller.
  • Ignacio Casal Quinteiro changed gtksourceview to use a different draw for narrowed non breaking spaces. (GNOME bug 626126)
  • Also in gtksourceview the M4 syntax highlighting was updated for all current Autoconf-and-friends macros, by Philip Chimento.
  • Xan Lopez ported Epiphany floating statusbar to use the new overlay widget from gedit.
  • Shaun McCance removed the bookmarks editor dialog from Yelp, instead it’s now possible to mark and unmark bookmarked pages with an icon in the location entry.
  • In pygobject Martin Pitt made Gio.Settings behave like a dictionary, with transparent conversion from and to GVariants, this makes it more comfortable to use. (GNOME bug 640838)
  • Chris Kühl continued on his port of GNOME System Monitor to GTK+ 3, switching libraries after a lot of cleanup work.
  • Giovanni Campagna made GNOME Shell extensions translatable.
  • Christian Persch made possible to postpone Dr Wright break immediately. (GNOME bug 621640)
  • Michal Hruby added a zeitgeist dataprovider plugin to Totem.
  • Paolo Bacchilega added the ability to search and filter files with a single tag in gthumb. (GNOME bug 633884)
  • Several rhythmbox plugins were ported to use GObject Introspection by Jonathan Matthew.
  • In the region control center panel Sergey V. Udaltsov made layout filtering much faster.
  • Florian Müllner updated the shell app view to use larger icons, to match the mockups. (GNOME bug 639428)

Read the rest of this entry »

Issue 119

January 16, 2011

This week… 2282 commits, in 191 projects, by 251 happy hackers (and 480 were translation commits).

  • Giovanni Campagni created a gnome-shell-extensions repository, to host extensions modifying and extending GNOME Shell functionality and behavior, at the moment there are two extensions: alternate-tab (a replacement for Alt-Tab, allows to cycle between windows and does not group by application), and xandr-indicator (a systems status menu for rotating monitors)
  • Andreas J. Guelzow fixed locale specific sotring in Gnumeric. (GNOME bug 638874)
  • Philip Withnall had to limit Totem to displaying videos in the formats authorized by YouTube’s terms of service, Bastien Nocera had a blog post about this, YouTube playback will suck again.
  • Paolo Bacchilega modified file-roller to use the new GTK+ app chooser dialog for the “Open With” command.
  • Robert Ancell added a “set to default” button to dconf-editor.
  • The Vala rewrite of glchess has been merged in gnome-games.
  • In gnome-utils Cosimo Cecchi ported both the screenshot tool and the log viewer to GSettings.
  • A keyboard layout selector has been added to the Shell, the indicator is shown when more than one group is loaded in X and it is not disabled in GSettings. (GNOME bug 600771)
  • Jon McCann added some real informations to the new system info panel of gnome-control-center.
  • Lucas Rocha added the ability to move multiple things at once in the board.
  • The gedit-collaboration plugin has been updated to use the new asynchronous SASL API for authentication, by Jesse van den Kieboom.
  • Luciana Fujii changed Cheese to use camerabin as pipeline base, in the “camerabin” branch.
  • In Yelp Rupert Swarbrick added code to make links from strings of the form “blah(2)” in man pages.
  • Philip Withnall improved the Google backend for contacts in evolution-data-server, to support categorising contacts in groups. (GNOME bug 566441)
  • Tiffany Antopolski continued adding and filling pages for the new GNOME documentation, with a serie of pages about window managements in the Shell.

Read the rest of this entry »