Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Romanian translation | Lucian Adrian Grijincu | 2010-11-14 | 1 | -641/+730 |
| | |||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-11-14 | 1 | -6/+6 |
| | |||||
* | Added UG translation | Gheyret T.Kenji | 2010-11-13 | 1 | -3243/+2904 |
| | |||||
* | libgnome-desktop build fixes | Baptiste Mille-Mathias | 2010-11-12 | 3 | -3/+3 |
| | | | | More porting from libgnome* to libgnome-desktop to fix build breakage | ||||
* | application: fix interaction with the session manager | Cosimo Cecchi | 2010-11-12 | 4 | -67/+95 |
| | | | | | | | | | The porting to GApplication broke the session management code that took care of saving and loading existing windows if the session saving is active. We now fix it by changing a bit our startup process, so that the EggSMClient object is actually created at the right time. | ||||
* | desktop-background: Fix include | Florian Müllner | 2010-11-11 | 2 | -2/+2 |
| | | | | The file gnome-bg.h was moved from libgnomeui to libgnome-desktop. | ||||
* | Use gtk_separator_new() instead gtk_[h|v]separator_new() | Javier Jardón | 2010-11-11 | 2 | -2/+2 |
| | |||||
* | Bump gnome-desktop requirement for new gnome-bg | Tomas Bzatek | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | Release 2.91.22.91.2 | Cosimo Cecchi | 2010-11-10 | 2 | -1/+7 |
| | |||||
* | file: remove nautilus_file_get_emblem_pixbufs() | Cosimo Cecchi | 2010-11-10 | 2 | -44/+0 |
| | | | | It's not used anymore. | ||||
* | icon-container: don't care about the emblem size | Cosimo Cecchi | 2010-11-10 | 3 | -25/+16 |
| | | | | | | Use only GIcons for emblems, not pixbufs. We used to rely on pixbufs to get emblems at a specific size, but that's not important anymore now that GTK+ takes care of it internally. | ||||
* | Port desktop background handling to GSettings | Tomas Bzatek | 2010-11-09 | 1 | -47/+37 |
| | | | | See bug 626018 for details. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-11-06 | 1 | -2825/+2750 |
| | |||||
* | icon-canvas-item: remove the emblem layouting code | Cosimo Cecchi | 2010-11-05 | 1 | -333/+7 |
| | | | | We can directly use GTK+ for this now. | ||||
* | sq | Cosimo Cecchi | 2010-11-05 | 1 | -1/+0 |
| | |||||
* | icon-container: apply emblems directly on the pixbuf | Cosimo Cecchi | 2010-11-05 | 1 | -6/+33 |
| | | | | | Do that before setting the pixbuf to the NautilusIconCanvasItem, so the logic in there can be removed. | ||||
* | general: use GdkPixbuf/GIcon interface to set emblems in treeviews | Cosimo Cecchi | 2010-11-05 | 3 | -4/+3 |
| | | | | | So that emblems get composited for us also on pixbufs such as thumbnails. | ||||
* | application: fix some bad interactions with GApplication | Cosimo Cecchi | 2010-11-04 | 2 | -42/+56 |
| | |||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-11-03 | 1 | -111/+74 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-11-03 | 1 | -393/+425 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2010-11-03 | 1 | -1085/+1131 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-11-03 | 1 | -810/+839 |
| | |||||
* | pathbar: fix crasher when unmounting volumes (#627901) | Cosimo Cecchi | 2010-11-02 | 1 | -8/+13 |
| | |||||
* | build: use X11 pkg-config files instead of homebrew checks | Cosimo Cecchi | 2010-11-02 | 1 | -46/+7 |
| | |||||
* | Partial update of Malay translation | Ahmed Noor Kader Mustajir Md Eusoff | 2010-11-02 | 1 | -3621/+4256 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-11-01 | 1 | -588/+620 |
| | |||||
* | Release 2.91.12.91.1 | Cosimo Cecchi | 2010-11-01 | 3 | -1/+10 |
| | |||||
* | [eel] remove eel_gtk_adjustment* functions | Cosimo Cecchi | 2010-11-01 | 2 | -36/+0 |
| | | | | They should not be needed now. | ||||
* | desktop-icon-view: don't use eel helper to set adjustment values | Cosimo Cecchi | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | icon-container: don't use eel helper to set adjustment values | Cosimo Cecchi | 2010-11-01 | 1 | -15/+9 |
| | |||||
* | canvas: remove commented out code | Cosimo Cecchi | 2010-11-01 | 1 | -13/+0 |
| | |||||
* | Add possibility to register an external bulk rename tool | Holger Berndt | 2010-11-01 | 3 | -9/+84 |
| | | | | | | | | | | If the new setting "bulk-rename-tool" in org.gnome.nautilus.preferences is set to a non-empty string, it is treated as a bulk renamer and gets invoked on a Rename action if multiple files are selected. Nautilus appends a space separated list of URIs of all selected files to the command string. https://bugzilla.gnome.org/show_bug.cgi?id=306489 | ||||
* | Move nautilus-sendto extension to nautilus | Bastien Nocera | 2010-11-01 | 6 | -1/+318 |
| | | | | | | | | | And add a check for the presence of nautilus-sendto to the initialisation of the object. Building the extension is optional, though on by default. https://bugzilla.gnome.org/show_bug.cgi?id=633485 | ||||
* | Use gtk_paned_new instead gtk_[h|v]paned_new | Paolo Borelli | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-11-01 | 1 | -403/+399 |
| | |||||
* | [eel] remove unused eel_gradient code | Cosimo Cecchi | 2010-11-01 | 2 | -366/+0 |
| | |||||
* | [eel] remove eel_gdk_pixbuf_list_ref() | Cosimo Cecchi | 2010-11-01 | 3 | -18/+1 |
| | |||||
* | [eel] remove unused eel_get_filename_charset() | Cosimo Cecchi | 2010-11-01 | 2 | -100/+0 |
| | |||||
* | [eel] remove eel_gtk_widget_set_shown() | Cosimo Cecchi | 2010-11-01 | 2 | -23/+0 |
| | | | | It's not used anymore. | ||||
* | places-sidebar: use gtk_widget_set_visible() instead of the eel helper | Cosimo Cecchi | 2010-11-01 | 1 | -11/+11 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-31 | 1 | -231/+231 |
| | |||||
* | general: use g_list_free_full() instead of eel functions | Cosimo Cecchi | 2010-10-31 | 44 | -271/+130 |
| | |||||
* | build: bump GLib and GTK+ requirements | Cosimo Cecchi | 2010-10-30 | 1 | -2/+2 |
| | |||||
* | application: use prettier format strings | Cosimo Cecchi | 2010-10-30 | 1 | -4/+4 |
| | |||||
* | application: fix interaction with SMCLient | Cosimo Cecchi | 2010-10-30 | 3 | -5/+17 |
| | | | | | | Use late-initialization, otherwise we and up locked while reading session information. Also, don't try to use that information more than once in the app lifetime. | ||||
* | smclient: backport and tweak a patch for late SMClient initialization | Cosimo Cecchi | 2010-10-30 | 1 | -9/+29 |
| | | | | | This is a tweak of a patch bt Vincent Untz, see libegg commit dc8db697dfaf8e57fbc9fe5251675a27e8c54f44 | ||||
* | canvas: use GTK_LAYOUT casts instead of going through the parent struct | Cosimo Cecchi | 2010-10-30 | 1 | -17/+17 |
| | | | | That's just confusing. | ||||
* | desktop-icon-view: don't unconditionally unref the desktop background | Cosimo Cecchi | 2010-10-30 | 1 | -1/+4 |
| | |||||
* | application: close desktop windows on quit | Cosimo Cecchi | 2010-10-30 | 1 | -0/+1 |
| | |||||
* | editable-label: don't use deprecated size_request vfunc | Matthias Clasen | 2010-10-30 | 1 | -3/+32 |
| |