Issue 194
June 24, 2012
This week… 1377 commits, in 160 projects, by 197 happy hackers (and 247 were translation commits).
- Christian Hergert changed gnome-desktop to draw monitor labels with rounded corners. (GNOME bug 591025)
- In gcr Stef Walter reworked how DER pasing works.
- Alexander Larsson added fast approximations of x2.4 and x(1/2.4) to speed up gamma conversion in babl. (GNOME bug 678318)
- Lionel Landwerlin added touch events support in Clutter. (GNOME bug 678278)
- In dia Hans Breuer fixed some SVG import error.
- Seif Lotfy changed Empathy to show popular contacts in the “Top Contacts” group. (GNOME bug 678083)
- Giovanni Campagna updated gnome-shell to sort wifi networks by strength. (GNOME bug 658946)
- Carlos Garcia Campos landed the WebKit2 port of Epiphany.
- Aurimas Černius added a WebDav sync addin to gnote.
- In gnome-disk-utility David Zeuthen added a settings dialog for power management and acoustic levels.
- In gnome-control-center Thomas Bechtold contributed the possibility to find connections for a specific MAC address. (GNOME bug 677899)
- Giovanni Campagna ported the clock from gnome-panel to modern GNOME technologies (gsettings, new libgweather, GDateTime). (GNOME bug 677512)
- Paolo Bacchilega changed file-roller to be able to run as a D-Bus service as well (org.gnome.ArchiveManager1).
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.
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.
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.