Issue 54

October 18, 2009

This week… 2078 commits, in 184 projects, by 233 happy hackers (and 438 were translation commits).

  • The new GtkFileSystemModel worked by Benjamin Otte and Federico Mena Quintero has been pushed to GTK+.
  • Also in GTK+, a new GtkSpinner widget has been commited. (GNOME bug 319607)
  • libsoup was changed to allow multiple pending connections to a server at once, as only allowing a single connection attempt at once really slows down pages with lots of subresources on servers that disallow persistent connections. (GNOME bug 594768)
  • gdm has been converted from using gnome-power-manager to DeviceKit-power. (GNOME bug 596569)
  • Jason Clinton pushed the Clutter rewrite of the Nibbles game, done by Guillaume Beland during his summer of code.
  • Vinagre has been updated to keep the aspect ratio when using scaling mode. (GNOME bug 593192)
  • Jason Childs added support for transparent objects in dia, by adding alpha to the Color structure. (GNOME bug 591525)
  • Devhelp has been modified to look for an existing local copy of documents referred by their library.gnome.org location. (GNOME bug 598598)
  • xml2po has been fixed to work with parallel builds. (GNOME bug 593175)
  • Balsa, Gimp and goffice were all ported to compile fine with GSEAL enabled.

Read the rest of this entry »

Issue 53

October 11, 2009

This week… 1940 commits, in 179 projects, by 246 happy hackers (and 367 were translation commits).

  • Nautilus gained a “copy anyway” option in the error dialog it displays when there is not enough space on the destination. (GNOME bug 324361)
  • Richard Hugues probably added Super Cow Powers to gnome-packagekit, carefully hiding this fact in 50 commits with “Moo”, or a slight variation, as commit message.
  • Ryan Lortie merged the various dconf* utilities in a single “dconf” tool, also he added API documentation.
  • The gtk-2.90 branch was created and saw the removal of many deprecated widgets and functions.
  • Devhelp got a new fullscreen mode, mostly thanks to code from gedit.
  • In Evolution Matthew Barnes finally got pane size restoration to play nicely with maximised windows. (GNOME bug 593612)
  • gok has been migrated to use GtkBuilder instead of libglade. (GNOME bug 582504)
  • gvfs has been fixed to display the overwrite dialog when restoring already existing files from trash. (GNOME bug 596618)
  • Rhythmbox has been ported to use gnome-session for inhibition support, inhibiting the session to go idle (thus preventing gnome-power-manager from suspending the computer due to inactivity). (GNOME bug 596573)
  • Marina Zhurakhinskaya extented GNOME Shell application search to match on menu categories. (GNOME bug 597153)

Read the rest of this entry »

Issue 51

September 27, 2009

This week… 2610 commits, in 209 projects, by 286 happy hackers (and 539 were translation commits).

  • The Perl bindings written by Emmanuel Rodriguez have been merged into libchamplain.
  • A branch by Alexander Sack reworking NetworkManager menu has been uploaded (it is named “menu-rework”).
  • Mark Kasik added support for the ‘auth-info’ attribute to the CUPS print backend of GTK+ (GNOME bug 566522).
  • Deprecated GTK+ symbols have been removed from gok (GNOME bug 572686).
  • Ryan Lortie published a gsettings branch of Devhelp, demonstrating the conversion from GConf to GSettings.
  • GNOME Shell has been updated to not treat 1024×600 as widescreen (GNOME bug 596375).
  • The GNOME Volume Control has been changed to allow going up to 150% for output volume (GNOME bug 591285).
  • Brasero has been fixed to not leak the CD drive device file descriptor, that kept the drive locked. (GNOME bug 596241)
  • Evolution has been changed to use Message-ID instead of Message-Id, for increased compatibility with other applications (GNOME bug 596157).
  • Ross Burton switched evolution-data-server calendar to D-Bus instead of Bonobo, in the “dbus-calendar” branch.

Read the rest of this entry »

Issue 44

August 9, 2009

This week… 1813 commits, in 179 projects, by 261 happy hackers (and 401 were translation commits).

  • Totem has been updated to use its new logo in both the browser plugin and main player (GNOME bug 480200), and to display embedded cover images in audio streams (GNOME bug 581249).
  • Marek Kašík added SVG support to GtkPrintBackendFile, this allows printing to SVG 1.2 files. (GNIME bug 357655)
  • Gimp got a palette export script which allows exporting palettes to .css, .php, .py, .txt and .java by adding a Export to menu item in the palette context menu in the Palettes dockable. (GNOME bug 304399)
  • Paolo Bacchilega imported his “ext” branch to gthumb, that refactors much of it into a system of extensions.
  • In GNOME Shell Marina Zhurakhinskaya enabled hot corner for triggering the overview mode; to enter and leave the overview mode by just moving the mouse to the top left corner of the screen,
    and Owen Taylor added a desktop file, to allow making GNOME Shell the desktop default by adding it to the auto-start items
  • Empathy was changed so dragndropping contacts will move them from group to group, instead of duplicating them in both groups. (GNOME bug 585443)
  • David Zeuthen added a first usable version of the Create RAID Array dialog to GNOME Disk Utility.
  • A new display-configuration branch has been created in gdm, to pursue GNOME bug 536355, to get back the ability to start and stop displays dynamically.
  • Xan Lopez reimplemented a password viewer for Epiphany, that fetches the data from the GNOME keyring, which is where WebKit stores it. (GNOME bug 579217)
  • In his Summer of Code project Guillaume Beland ported gnibbles to Clutter 1.0, fixed a collision bug and added some nice animations and effects.

Read the rest of this entry »

Issue 41

July 19, 2009

This week… 1954 commits, in 172 projects, by 279 happy hackers (and 293 were translation commits).

  • Amitakhya Phukan added Assamese translations to a bunch of modules.
  • Pierre Wieser rewrote much of the foundations of nautilus-actions, and ported to GtkBuilder along the way.
  • Along the same line Felix Riemann removed the last bit of libglade from gnome-settings-daemon (GNOME bug 582502); Jaap Haitsma ported gnome-nettool (GNOME bug 580149), Christopher Taylor did gnome-screensaver (GNOME bug 463010), and Javier Jardón migrated the GTK+ wizard of Anjuta.
  • A target to generate PDF files have been added to gtk-doc exposed targets.
  • Several release team scripts, and jhbuild, have added support for SHA-256, to replace MD5 checksums with a better hashing algorithm.
  • Thanks to Thibault Saunier, libgdata gained support for the Google Documents service (GNOME bug 587073); this is an important step in his Nautilus: Add support to Google docs for GNOME GSOC.
  • Evolution got a rewrite of its calendar cache, backends will be migrating to it after some more testing.
  • Working on GtkTreeView performances Benjamin Otte looked at Epiphany location bar and changed it to set a fixed width on its cell renderer.
  • Murray Cumming published a toolpalette branch for GTK+, implementing a new tool palette container widget, with groups of toolbar items that can be shown as a grid of icons or a list of names (GNOME bug 567729).
  • Also in GTK+ Michael Natterer added a bunch of API to access sealed flags or members, as they are necessary for applications to port applications to a GSEAL-enabled GTK+.
  • Banshee added support for WebOS, used in the Palm Pre (GNOME bug 585112).
  • Ray Strode ported the GDM greeter to PolicyKit 1.0, and made it so, that in case of duplicated names, it appends the username to differentiate the entries.
  • After discussing the matter with designers at GUADEC, William Jon McCann patched libgnome to disable icons on menu items and buttons (GNOME bug 583352, GNOME bug 557469); guidelines on the proper usage of icons should now be published.

Read the rest of this entry »

Issue 40

July 12, 2009

This week… 1769 commits, in 177 projects, by 216 happy hackers (and 351 were translation commits).

  • Seahorse, and many preferences windows from the control center migrated from libglade to GtkBuilder.
  • gtk-doc has been updated to also look for dblatex for PDF generation, as it seems to work much better than using fop.
  • Cody Russel published a new “client-side-decorations” branch for GTK+.
  • Jorge Pereira added a system of plugins to vinagre, based on the gedit one.
  • Brasero saw the last bits and pieces of HAL support removed, it will only rely on gio from now. (GNOME bug 581742)
  • Gnome Power Manager was updated to port all the code to using PolicyKit1 rather than PolicyKit.

Read the rest of this entry »

Issue 39

July 5, 2009

This week… 1811 commits, in 184 projects, by 224 happy hackers (and 268 were translation commits).

  • The Client Side Windows branch has been merged into GTK+, Alexander Larsson posted a status update on gtk-devel-list. (GNOME bug 318807)
  • Cheese dropped its copy of GEditMessageArea in favour of the new GtkInfoBar that was introduced in 2.17.2. (GNOME bug 586545)
  • When there’s a DVD menu showing in Totem, it’s now possible to use the arrow keys to navigate around, and the Enter key to select (GNOME bug 580351).
  • Snowy (the Tomboy companion web service) added OAuth endpoints, and the requirement for OAuth for accessing api/* URLs.
  • Richard Hughes removed the HAL dependency of gnome-power-manager, making everything going through DeviceKit; he blogged it as HALectomy of gnome-power-manager complete.
  • Gustavo Noronha Silva merged his content sniffing work in libsoup, the implementation is based on the draft spec on Content-Type Processing Model. Soup now provides a SoupContentSniffer session feature, which hooks into the message I/O, and delays emissions of the got-chunk signal to be able to figure out the Content-Type of messages from the actual content received, in some cases. GIO is also used to sniff content, whenever the spec allows further sniffing.(GNOME bug 572589)

Read the rest of this entry »

Issue 38

June 28, 2009

This week… 1811 commits, in 183 projects, by 217 happy hackers (and 226 were translation commits).

  • Evince was changed to output straight PDF for printers supporting PDF natively. (GNOME bug 585442)
  • Evolution gained an inline view of application/mbox attachments. (GNOME bug 464131)
  • A problem with RSA key size that were not a multiple of 8 has been fixed in gnome-keyring. (GNOME bug 576700)
  • A new theme, Moblesse, has been added to the experimental GTK+ CSS theme engine.
  • Milan Crha fixed several issues and improved the performance of the evolution-data-server CalDAV backend.
  • Philippe Rouquier commited a new layout for the Brasero user interface: the medium selector is still inside the main window and on clicking burn a dialog appears to set the session burning options
  • In both libgoffice and gnumeric Andreas J. Guelzow improved Open Document Format support (number style output, scientific number output, time and date styles, import of currency symbols, and much more).
  • F-Spot Adjust Time dialog, and gnome-session windows, have been ported from libglade to GtkBuilder.
  • A Python binding for libbrasero-burn has been added to gnome-python-desktop.
  • As explained in his Data about Data weblog post, Alexander Larsson added metadata support in gvfs, and already made Nautilus use it.
  • Empathy has been updated to use gnome-session instead of gnome-screensaver to know when the session is idle.
  • Benjamin Otte did some research on the GTK+ file chooser performance
    (explained in a tale of waiting message in the
    gtk-devel-list, be sure to also read the followup messages), and pushed a new “filesystemmodel” branch to publicize his work.

Read the rest of this entry »

Issue 37

June 21, 2009

This week… 2062 commits, in 182 projects, by 247 happy hackers (and 281 were translation commits).

  • In the “content-sniffing” branch, Gustavo Noronha Silva started to implement content sniffing in libsoup, including the HTML5 algorithm that sniffs content served as “text/plain” by web servers.
  • Hubert Figuiere fixed a bug when printing date/tome values with 0 micro-second, making gnote timestamps compatible with tomboy. (GNOME bug 581844)
  • File Roller gained support for lzip and xz compression formats (GNOME bug 579467, GNOME bug 582237).
  • The “Palimpset” Disk Utility now uses the new GtkInfoBar to show job progress, there are two screenshots available ((1) and (2)).
  • Stefan Walter started working on a DBus API to gnome-keyring secrets, it is currently developed in the “dbus-api” branch.
  • Shaun McCance merged Mallard support into both Yelp and gnome-doc-utils.
  • GTK+ gained support for special icons for XDG user dirs, this will allow themes to provide different icons for the Documents, Downloads, Music… folders. (GNOME bug 541276)
  • Paul Cutler applied a serie of patches to GNOME User Docs (both User Guide and Accessibility Guide), fixing typos and updating them to match the current desktop reality.
  • Rhythmbox command line control program (rhythmbox-client) got support for song rating. (GNOME bug 583108)
  • Support for touchpad parameters has been added to gnome-settings-daemon (GNOME bug 578444), it still needs a matching patch to be applied in the control center to have a new Touchpad tab in the Mouse Preferences (GNOME bug 154029)

Read the rest of this entry »

Issue 36

June 14, 2009

This week… 1743 commits, in 187 projects, by 195 happy hackers (and 381 were translation commits).

  • Alexander Larsson is still working on client side windows in GTK+ and posted a status update.
  • A new API to draw routes and lines has been commited to libchamplain. (GNOME bug 572377) (example)
  • file-roller has been updated to use new GtkEntry icon support, instead of SexyIconEntry. (GNOME bug 584810)
  • gthumb changed from libgphoto to the gphoto gvfs backend. (GNOME bug 583796)
  • The gnio rewrite of gvfs FTP support made it so idn/punycode is now supported. (GNOME bug 567871)
  • libgnomekbd switched to use single GTK+ includes. (GNOME bug 563629)
  • The Hamster applet got the possibility to export reports to CSV. (GNOME bug 549604)
  • Support for Adium themes (using WebKit) has been merged in Empathy. Various themes were already tested, and they are listed, with known issues on awiki page (GNOME bug 522069)
  • Banshee gained a weighted random mode, to play highest rated songs more often. (GNOME bug 544680)
  • Telepathy “tubes” support landed in vino, allowing to share the desktop with Empathy contacts. (GNOME bug 584840)
  • Many of the patches Milan Bouchet-Valat created with regards to GTK+ file chooser issues were finally applied.

Read the rest of this entry »