Issue 56

November 1, 2009

This week… 1906 commits, in 181 projects, by 237 happy hackers (and 363 were translation commits).

  • A full screen mode has been added to emerillon (GNOME bug 599764).
  • John Wendell fixed several memory leaks in Vinagre and gtk-vnc.
  • A new “Document License” tab has been added to Evince, it can display license information embedded in PDF files (GNOME bug 349173)
  • In GNOME Games, gnometris got renamed to quadrapassel (due to trademark concerns), and same-gnome to swell-foop (due to “GNOME” in the old name).
  • Support for group profiles has been added to Sabayon, thanks to Scott Balneaves.
  • GTK+ was updated to use standard Mac shortcuts on Mac OS X (Cmd-X, Cmd-C, etc.). (GNOME bug 530351)
  • Ignacio Casal Quinteiro ported gedit to GSettings, in the appropriately named gsettings branch of gedit; this is still a work in progress.
  • Thomas Thurman added a first theme using CSS to the cowbell branch of metacity, the theme is named Sunshine.
  • Peter Bloomfield marked important items in the balsa toolbars, so they work better with the new “text besides icons” default.
  • Andreas J. Guelzow added ODF compability function “SHEETS” to Gnumeric.
  • Matthew Barnes started porting Evolution from libglade to GtkBuilder.
  • Finally usage of libgnomevfs has been removed from gnome-pilot.

Read the rest of this entry »

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 46

August 23, 2009

This week… 2565 commits, in 231 projects, by 273 happy hackers (and 652 were translation commits).

  • Andoni Morales imported longomatch, a sports video analysis tool for coaches and sports scientists using Mono and GStreamer, into git.gnome.org.
  • Empathy gained optional support for connman (as used in Moblin) to manage its connectivity status. Sjoerd Simons also pushed his branch porting Empathy to Mission Control 5, which improves the foundations of Empathy and makes integrating Telepathy with the desktop more practical.
  • Zhang Sen finished his Summer of Code pushing a new collaborative mode to his sudoku over telepathy tubes.
  • The Evolution Exchange autoconfig wizard has been ported to GtkAssistant, evolution-exchange is now libgnome(ui) free. (GNOME bug 580904)
  • The “About Me” configuration window was ported to PolicyKit 1.0, to be honest this amounted to removing all traces of PolicyKit from the application.
  • Orca got special casing for the no break space character since some synthesizers cannot handle them. (GNOME bug 591734)
  • Daniel Elstner continued his work, cleaning the build process of many C++ bindings, and converted the examples in the gtkmm documentation to non-recursive build.
  • Brian Cameron improved the documentation for a11y configuration of gdm. (GNOME bug 141378)
  • In the Panel Vincent Untz fixed several issues related to multi monitor use cases.

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 42

July 26, 2009

This week… 1598 commits, in 174 projects, by 230 happy hackers (and 302 were translation commits).

  • An example displaying geotagged photos from Flickr has been added to libchamplain.
  • A “Share My Desktop” feature has been added to Empathy, it allows a contact to share his desktop over an IM stream. (GNOME bug 589091)
  • The mousewheel action on Rhythmbox status icon has been made configurable, it can be made to switch to next/previous tracks, and to modify the audio volume. (GNOME bug 376863)
  • Orca has been extended to prepend “mispelled” to the words marked as such in Mozilla text areas. (GNOME bug 588910)
  • Anjuta Git support has been modified to show the active branch in the status bar, and to provide “git stash” features in the UI.
  • gnome-power-manager removed the CanSuspend and CanHibernate D-Bus methods as there is now a patch available for gnome-session, to make it so it handles them directly via DeviceKit-power.
  • Bastien Nocera added profile switching support to the volume control, and blogged about it.
  • Zhang Sen, who is working on Telepathy Tubes support for the Sudoku game in his GSOC, added saving and undo/redo support.
  • In another GSOC, to create a D-Bus mail service, Ian Marcinkowski commited his IMAP parser.
  • GNote added a D-Bus interface mimicking the Tomboy one. (GNOME bug 581030)
  • Eye of GNOME gained an option to have the detailed metadata list widget shown on its own notebook page in the properties dialog, so the dialog is smaller and fit on smaller displays. (GNOME bug 566810)
  • Finally Matthew Barnes ported gnome-video-arcade from libglade to GtkBuilder, and Felix Riemann converted zenity. (GNOME bug 578393)

Read the rest of this entry »

Issue 27

April 12, 2009

This week… 1245 commits, in 160 projects, by 183 happy hackers (and 277 were translation commits).

  • The 3.0 platform cleaning plan was announced and already beared a lot of results : baobab, hamster-applet, gcalctool and glchess got ported to GtkBuilder; brasero, the toolbar editor in libegg and yelp got rid of their glib and GTK+ deprecated symbols; gnome-mag migrated to gio/gvfs; and eog incorporated all it needef rom libart_lgpl, thus removing its dependency (GNOME bug 577940, GNOME bug 578219, GNOME bug 571868, GNOME bug 578304, GNOME bug 517732, GNOME bug 573023, GNOME bug 556808 and GNOME bug 556807, at least).
  • Also Matthew Barnes killed the deprecated html-editor component from gtkhtml2, getting rid of bonobo (GNOME bug 571743).
  • Several gnome-games (aisleriot, gnibbles, mahjongg, and iagno) were updated to use g_timeout_add_seconds where sensible. (GNOME bug 564202).
  • Vincent Untz improved his gnome-session patch, and commited the fix so that reboot and shutdown also leave the session properly, by letting apps exist before doing the real reboot/shutdown.
  • The GVFS FTP backend saw several fixes (including GNOME bug 520399, GNOME bug 573349).
  • Ignacio Casal Quinteiro added source code completion to GtkSourceView.
  • pygtk was changed to use numpy instead of Numeric, that was no longer maintained (GNOME bug 387544).
  • Empathy added a new presence selector widget, that incorporates a text field for quick setting of custom messages (GNOME bug 569449).

Read the rest of this entry »

Issue 22

March 8, 2009

This week… 2186 commits, in 244 projects, by 204 happy hackers (and 804 were translation commits).

  • Translators are again working hard; Brazilian Portuguese reached 100%, and there are four languages already at 99.9%. Italian jumped from 95.2% to 99.2% thanks in part to Milo Casagrande getting granted a subversion account (welcome!). Estonian and Tamil both reached the 80% mark, there is now 41 languages over it. Noteworthy is also the Oriya team, that increased its score by six points (that’s more than 2500 strings translated in a single week), now at 59.9%.
  • Metacity title bars will now include “(as username)” for windows running as another user; this was discussed in a squib of the day (GNOME bug 549389).
  • Alexander Larsson fixed many issues in gvfs and gio.
  • Empathy logging support got more robust with the merge of Jonny Lamb log-manager branch. (GNOME bug 538293, GNOME bug 549284)
  • A new card set, created by Frederik Elwert and using the Tango style, has been added (in gnome-games-extra-data).
  • Epiphany and WebKit/GTK+ are again very active, with for example the addition of basic download support. (GNOME bug 570735)
  • In GTK+ the drawing of progress in entries was improved, notably so that the progress is drawn behind icons.
  • Brian Cameron added a Sound Theme tab to the old gst-mixer, for people that can’t use PulseAudio; he also applied a few lying patches.
  • moserial, a clean serial terminal, got imported in GNOME subversion repository.

Read the rest of this entry »

Issue 14

January 11, 2009

This week… 1992 commits, in 182 projects, by 186 happy hackers (and 349 were translation commits).

  • Lucas Rocha set his eyes on gnome-session, and started fixing bugs introduced in the 2.24 rewrite.
  • A library, libbrasero-media, got extracted out of brasero, Philippe Rouquier tells more about it on desktop-devel-list.
  • Lightsoff, which was started as an example shipped in the Seed module, has been imported in gnome-games.
  • File Roller and Eye of GNOME removed their dependencies and libgnome and libgnomeui; and Anjuta removed its dependency on gnomevfs.
  • GVFS got its SMB browsing authentication support much improved (GNOME bug 524485).
  • Cosimo Cecchi added sound events support in Empathy (via libcanberra).
  • In gnome-keyring-daemon, the new modular SSH agent has been integrated as the main SSH agent.
  • Ignacio Casal Quinteiro added a new fullscreen mode to gedit, with a sliding toolbar. (GNOME bug 520749)
  • A new plugin was added to nautilus-sendto, to send files over IM via Empathy.

Read the rest of this entry »

Issue 11

December 21, 2008

This week… 1540 commits, in 182 projects, by 162 happy hackers (and 229 were translation commits).

  • Most important, ORBit2 stopped calling g_thread_init() to accomodate the sensitiveness of Microsoft Windows and will display a warning if it was not previously called, this will need changes in a lot of places. (GNOME bug 547885)
  • Jürg Billeter fixed lots of bugs in vala, applied patches, and generally enhanced things (notably the D-Bus server was rewritten to directly use libdbus, without dbus-glib marshalling) and released 0.5.3.
  • Vala-related, Stefan Walter removed last vala traces from seahorse.
  • The libgnomeui dependency was removed from the brightness and inhibit applets, NetworkManager OpenVPN and PPTP support, and libgnome usage was removed from the dictionary applet.
  • Alexander Larsson merged eel into nautilus and eel usage was consequently removed from nautilus-cd-burner and brasero.
  • Empathy got autocompletion of contact names in its “new message” dialog box. (GNOME bug 552296)
  • Patrick Welche updated Dasher from gnome-vfs to gvfs.
  • g_timeout_add_seconds replaced g_timeout_add in several new places: in nautilus-sendto, gnome-power-manager, gedit, gnome-games, seahorse.
  • The AAC profile, as defined in gnome-media, and used by applications such as Sound Juicer and gnome-sound-recoreder, switched to LC-AAC profile. (GNOME bug 498617)
  • Read the rest of this entry »

Issue 8

November 30, 2008

This week… 1476 commits, in 165 projects, by 160 happy hackers (and 155 were translation commits).

  • There were lots of 2.24.2 tagging, with 2.24.2 released on Wednesday.
  • Many modules completed the “Cleaning up GTK Includes” goal (file-roller, system-monitor, gnome-session, fast-user-switch-applet, libgweather, gnome-nettool and gnome-netstatus).
  • Another goal is about removing deprecated GTK+ symbols, gdm, system-monitor and gnome-netstatus completed it.
  • gedit merged plugin system changes from its “new_plugin” branch; this includes a new python plugin loader, references to Python have been removed from gedit core.
  • Christian Persh continued cleaning gnome-terminal and added a runtime debugging framework.
  • Ron McOuat patch to add support for basic and digest authentication in souphttpstr (in GStreamer) got applied.
  • Diego Escalante Urrelo gave some attention to gnome-netstatus, cleaning it up (including the removal of the libgnomeui dependency) and applying some long-waiting patches (most notable being the consideration of Fitt’s law).
  • Aisleriot gained a new game, Queen of Italy (aka Terrace)
  • Lutz Mueller and Morten Welinder made it possible to drag a sheet from gnumeric to gedit (or any other text program).
  • Finally Evolution CalDAV support gained support for VTODO and VJOURNAL resources

Read the rest of this entry »