Issue 133

April 24, 2011

This week… 1745 commits, in 184 projects, by 223 happy hackers (and 390 were translation commits).

  • Mario Sanchez Prada switched Frogr to use GTK+ 3 by default.
  • Gary Ching-Pang Lin added a Myspace service to libsocialweb.
  • A quick previewer for Nautilus, named sushi, has been pushed by Cosimo Cecchi, he wrote about it in Sushi.
  • Marek Kasic changed the printers settings panel to set the default paper size according to the locale.
  • Sebastian Polsterl ported the Totem plugin of GNOME DVB Daemon to GDBus.
  • In Epiphany Xan Lopez added UI options to hide the menubar; in the future Web-app like windows will have this hidden by default.
  • Stef Walter added a rudimentary GnuPG collection implementation to gnome-keyring . (GNOME bug 647885)
  • Pedro Castro fixed the insertion of subtitle at video position in gnome-subtitles, after a patch from Michał Sawicz.
  • Alexander Larsson changed the GTK+ broadway backend to use cairo to generate PNG URIs.
  • He also switched it to stream data over websocket, as using zlib compressed data over xmlhttprequest was a nice hack but doesn’t really work in production.
  • Robert Ancell made automatic exponentiation in gcalctool less aggressive.

Read the rest of this entry »

Issue 132

April 17, 2011

This week… 2032 commits, in 167 projects, by 243 happy hackers (and 355 were translation commits).

  • Luis de Bethencourt unified the encodebin-based transcoding of Rygel, so each transcoder then simply has to provide an encoding profile and not have to create the static pipelines etc.
  • Ritesh Khadgaray migrated xchat-gnome from libglade to GtkBuilder . (GNOME bug 588400)
  • Kristian Rietveld started implementing a CoreText backend for pango, to be used on Mac OS X 10.5 or higher.
  • Peter Bloomfield removed the usage of GConf in Balsa.
  • In Glade Juan Pablo Ugarte optimized project loading time by not updating progrebars on each object loaded, he also migrated code from GtkStyle to GtkStyleContext.
  • Shaun McCance added a Mallard xref link checker to yelp-tools.
  • The Board got webcam support in photo elements, thanks Lucas Rocha.
  • Alexander Larsson went on fixing a lot of D-Bus message leaks in gvfs.
  • Support for upload progress has been added to libsocialweb by Eitan Isaacson.
  • Robert Bragg moved all GLX code down from Clutter to Cogl; moving OpenGL window system binding code down from Clutter into Cogl is the biggest blocker to having Cogl become a standalone 3D graphics library, so this is an important step in that direction.
  • Richard Hughes added named color profile support to gcm-viewer.
  • Matthias Clasen got to improve struct packing for many objects of glib and GTK+.

Read the rest of this entry »

Issue 131

April 10, 2011

This week… 3317 commits, in 232 projects, by 319 happy hackers (and 730 were translation commits).

  • Jesse van den Kieboom ported the commander gedit plugin to libpeas and GTK+ 3 . (GNOME bug 640075)
  • Shaun McCance revamped the platform overview document, giving each tech its own page.
  • Dov Grobgeld added a calibration tool to the giv image viewer.
  • Paolo Bacchilega added a new sharpen tool to gthumb.
  • Bastien Nocera switched Totem to use clutter-gst to draw video, this allows to draw arbitrary actors on top of the video widget, while having them resize and move with the video widget.
  • A few days later he implemented the GstNavigation interface in clutter-gst video sink, making the DVD menus work.
  • Fabien Parent contributed a GSettings implemented to Nemiver configuration manager.
  • Ignacio Casal Quinteiro added a way to automatize the profile filling in gstranslator . (GNOME bug 547610)
  • Jonathan Matthew ported all of Rhythmbox (core & plugins) to use GSettings.
  • Alban Crequy added contacts support in the flickr module of libsocialweb.
  • Diego Escalante Urrelo continued his work on the epiphany plugin system, converting existing epiphany-extensions to libpeas.
  • Ekaterina Gerasimova contributed new Mallard documentation to Vinagre.
  • Will Thompson added an eMusic web store source to Banshee . (GNOME bug 623828)
  • Garrett Regier contributed a GJS plugin loaded to libpeas.
  • Alexander Larsson added an experimental toplevel window mode to the GTK+ broadway backend; this mode makes each toplevel window get its own browser window, with popup windows using the browser window of their transient parent.Jesse van den Kieboom ported the commander gedit plugin to libpeas and GTK+ 3 . (GNOME bug 640075)

Read the rest of this entry »

Issue 118

January 9, 2011

This week… 1791 commits, in 173 projects, by 211 happy hackers (and 356 were translation commits).

  • Cristian Klein patched vte to prevent useless wakeups when the terminal doesn’t have focus, disabling the cursor blink timer when the cursor is hidden.
  • Florian Müllner added two new frame states to mutter to allow theme authors to tread side-by-side windows differently . (GNOME bug 637330)
  • Lucas Rocha started adding a “Sound Thing” to the board.
  • Shaun McCance modified yelp to automatically install packages for missing documents.
  • In Meld Kirill Müller sped up SVN listing for huge working copies . (GNOME bug 638607)
  • Vivien Malerba added initial support for rich text rendering in libgda reports.
  • Jon McCann changed gsettings-desktop-schema to no longer have icons on the desktop by default.
  • Adel Gadllah implemented cross overview drag & drop in GNOME Shell, allowing draging to the activities button or the hotcorner (and thus opening the overview), which then allows the user to activate any window (even on different workspaces as a drop target . (GNOME bug 601731)
  • Jose Aliste fixed several security issues in the DVI backend of Evince.
  • The eog plugins system has been ported to use libpeas, and plugins were updated accordingly . (GNOME bug 626091)
  • gitg has been ported to use gsettings by Ignacio Casal Quinteiro.
  • Paolo Bacchilega re-added the semi-transparent properties box in gthumb fullscreen mode.
  • Gary Lin scaled down the GTK+ print dialog size, to make it fit on a typical netbook screen . (GNOME bug 637958)
  • Jonathan Matthew fixed the podcast status on download completion in Rhythmbox, this should make it possible to complete downloads that fail due to connection errors and the like . (GNOME bug 633469)
  • Robert Ancell worked on the glChess vala rewrite, starting work on a chess clock, and adding back 3D board numbering.

Read the rest of this entry »

Issue 116

December 26, 2010

This week… 2262 commits, in 216 projects, by 210 happy hackers (and 436 were translation commits).

  • Much work happened in GTK+ to make it possible to have multiple backends in parallel.
  • The charmap plugin in gedit-plugins has been rewritten in Python by Ignacio Casal Quinteiro.
  • Sergey V. Udaltsov added introspection support for libgnomekbd.
  • Aleksander Morgado contributed a lot of improvements to Devhelp, including the possibility for a language-based search . (GNOME bug 353108)
  • The new mallard documentation of Evince has been merged.
  • Tony Young added the possiblity for the user to export data from Snowy to JSON or a tarfile of .note files . (GNOME bug 629590)
  • Rupert Swarbrick started rewriting manpage support in Yelp to use man -Z and parsing.
  • Kenny Meyer contributed new wizards for the class-gen plugin of Anjuta for both Javascript and Python.
  • Alejandro Leiva merged the profiles and new settings manager in Orca.
  • Øyvind Kolås increased the maximum number of threads used by Gegl from 8 to 16.

Read the rest of this entry »

Issue 115

December 19, 2010

This week… 1798 commits, in 165 projects, by 218 happy hackers (and 271 were translation commits).

  • Shaun McCance added support for the Mallard Facets extension to both yelp and yelp-xsl.
  • Robert Carr ported ease from autotools to the Wav build system.
  • James Liggett implemented the Revert pane in the Git plugin of Anjuta.
  • Handling of GeoRSS for YouTube videos has been added to libgdata.
  • Laura Lucas Alday added command line options for starting cheese in wide and fullscreen modes . (GNOME bug 597820)
  • Milan Bouchet-Valat switched the GNOME System Tools to GTK+ 3.
  • A rewrite of the documentation for Orca has been started by Joanmarie Diggs.
  • In gnome-settings-daemon Colin Walters changed the default behaviour when closing a laptop lid, from hibernate to suspend . (GNOME bug 637473)
  • The sasl-gui branch has been merged into Empathy, meaning it is now possible to setup accounts without saving the passwords.
  • Maxim Ermilov implemented filtering applications by category to GNOME Shell . (GNOME bug 631537)
  • Tristan Van Berkom merged his treeview refactoring in GTK+, he has a number of posts on the subject in his blog.
  • Richard Hughes added a first version of a network panel to the control center.

Read the rest of this entry »

Issue 114

December 12, 2010

This week… 1805 commits, in 169 projects, by 212 happy hackers (and 260 were translation commits).

  • Kenny Meyer added a tab to the context pane of Rhythmbox with links to websites for album and artist info . (GNOME bug 636550)
  • Philip Withnall switched many of the libgdata API to be stream-based, he wrote about his libgdata work in “Recent libgdata work“.
  • Shaun McCance added syntax highlighting for code snippets in Yelp.
  • The Murrine GTK+ engine has been turned into a GtkThemingEngine by Andrea Cimitan, while Carlos Garnacho did the same for the clearlooks engine in gtk-theme-engine-clearlooks.
  • David Pellicer added scanning support to the Caribou onscreen keyboard.
  • Detection of TLS and SSL support has been added to the FTP backend in gvfs.
  • Carlos Garnacho added the beginning of a CSS-based theme to gnome-themes-standard.
  • Diego Escalante Urrelo added nice custom error pages to Epiphany . (GNOME bug 592667)
  • Tomas Bzatek added a check to gnome-settings-daemon, to detect if Nautilus is running, as it is no longer possible to rely on having Nautilus a key component in the session. (see GNOME bug 636191 for details).
  • Carlos Garcia Campos added a new sidebar page for bookmarks in Evince, it allows to add, remove, and rename internal bookmarks.
  • Daniel G. Siegle added new effects contributed by Filippo Argiolas to gnome-video-effects, and added a fade-in animation when switching effect page in Cheese.
  • Johannes Schmid ported Anjuta to G(tk)Application.
  • Bastien Nocera added a “network time” switch to the datetime control center panel.
  • The Quartz backend in GTK+ has been ported to the latest rendering-cleanup changes by Kristian Rietveld.
  • Brandon Lewis implemented the saving of presets in Pitivi.
  • The participants to the doc dev tools hackfest contributed a serie of tutorials and demos to the gnome-devel-docs module.

Read the rest of this entry »

Issue 113

December 5, 2010

This week… 2430 commits, in 174 projects, by 220 happy hackers (and 194 were translation commits).

  • Totem has been updated to hide its slider when streaming, to avoid people getting confused by the slider getting stuck in one location . (GNOME bug 549691)
  • Dots (an interactive braille transcribing application) got support for Microsoft Word files.
  • Robert Ancell made gnobots2 and gnomine from gnome-games work with GTK+3 and Cairo.
  • Ray Strode added a new “maximized” tile to mutter, it allows the user to maximize their windows (in other words, tile with the edge panels) by dragging their window to the top edge of the monitor . (GNOME bug 630548)
  • Paolo Borelli added support for gunichar to pygobject . (GNOME bug 623615)
  • Francisco Rojas patched postr to throw an error if an image disappears during the upload process . (GNOME bug 537554)
  • The overview relayout branch landed in GNOME Shell, as noted by Florian Müllner in a quick notice.
  • Aleksander Morgado ported devhelp to the new new GApplication API.
  • Evolution-data-server was changed to set CalDAV calendars read-only when the server is unreachable . (GNOME bug 530205)
  • Paolo Bacchilega added a D-Bus service to file-roller to create and extract archives.
  • Cosimo Cecchi ported the control center media panel to use the new GtkAppChooserButton.
  • The Board got a simple mechanism to export object via HTTP.
  • In gnome-session Vincent Untz moved the definition of a session from gconf to .desktop-like files.
  • Nate Stedman started a new text system for ease, to provide a more featured replacement of ClutterText.
  • The gtk-style-context branch of GTK+ landed, Carlos Garnacho uploaded some documentation, thmingTheming in GTK+, and Migrating from GtkStyle to GtkStyleContext.
  • And thanks to the doc dev tools hackfest, demos and tutorials were commited to gnome-devel-docs, improved Mallard support landed in library-web, and the week ended with some mysterious content landing in the web-devel-2 module…

Read the rest of this entry »

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 »