summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Romanian translationLucian Adrian Grijincu2010-11-141-641/+730
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-11-141-6/+6
|
* Added UG translationGheyret T.Kenji2010-11-131-3243/+2904
|
* libgnome-desktop build fixesBaptiste Mille-Mathias2010-11-123-3/+3
| | | | More porting from libgnome* to libgnome-desktop to fix build breakage
* application: fix interaction with the session managerCosimo Cecchi2010-11-124-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 includeFlorian Müllner2010-11-112-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ón2010-11-112-2/+2
|
* Bump gnome-desktop requirement for new gnome-bgTomas Bzatek2010-11-101-1/+1
|
* Release 2.91.22.91.2Cosimo Cecchi2010-11-102-1/+7
|
* file: remove nautilus_file_get_emblem_pixbufs()Cosimo Cecchi2010-11-102-44/+0
| | | | It's not used anymore.
* icon-container: don't care about the emblem sizeCosimo Cecchi2010-11-103-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 GSettingsTomas Bzatek2010-11-091-47/+37
| | | | See bug 626018 for details.
* Updated Slovenian translationMatej Urbančič2010-11-061-2825/+2750
|
* icon-canvas-item: remove the emblem layouting codeCosimo Cecchi2010-11-051-333/+7
| | | | We can directly use GTK+ for this now.
* sqCosimo Cecchi2010-11-051-1/+0
|
* icon-container: apply emblems directly on the pixbufCosimo Cecchi2010-11-051-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 treeviewsCosimo Cecchi2010-11-053-4/+3
| | | | | So that emblems get composited for us also on pixbufs such as thumbnails.
* application: fix some bad interactions with GApplicationCosimo Cecchi2010-11-042-42/+56
|
* [l10n] Updated Estonian translationIvar Smolin2010-11-031-111/+74
|
* Updated Hebrew translation.Yaron Shahrabani2010-11-031-393/+425
|
* Updated Japanese translationTakayuki KUSANO2010-11-031-1085/+1131
|
* Updated Galician translationsFran Diéguez2010-11-031-810/+839
|
* pathbar: fix crasher when unmounting volumes (#627901)Cosimo Cecchi2010-11-021-8/+13
|
* build: use X11 pkg-config files instead of homebrew checksCosimo Cecchi2010-11-021-46/+7
|
* Partial update of Malay translationAhmed Noor Kader Mustajir Md Eusoff2010-11-021-3621/+4256
|
* Updated Spanish translationJorge González2010-11-011-588/+620
|
* Release 2.91.12.91.1Cosimo Cecchi2010-11-013-1/+10
|
* [eel] remove eel_gtk_adjustment* functionsCosimo Cecchi2010-11-012-36/+0
| | | | They should not be needed now.
* desktop-icon-view: don't use eel helper to set adjustment valuesCosimo Cecchi2010-11-011-2/+2
|
* icon-container: don't use eel helper to set adjustment valuesCosimo Cecchi2010-11-011-15/+9
|
* canvas: remove commented out codeCosimo Cecchi2010-11-011-13/+0
|
* Add possibility to register an external bulk rename toolHolger Berndt2010-11-013-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 nautilusBastien Nocera2010-11-016-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_newPaolo Borelli2010-11-011-2/+2
|
* Updated Hebrew translation.Yaron Shahrabani2010-11-011-403/+399
|
* [eel] remove unused eel_gradient codeCosimo Cecchi2010-11-012-366/+0
|
* [eel] remove eel_gdk_pixbuf_list_ref()Cosimo Cecchi2010-11-013-18/+1
|
* [eel] remove unused eel_get_filename_charset()Cosimo Cecchi2010-11-012-100/+0
|
* [eel] remove eel_gtk_widget_set_shown()Cosimo Cecchi2010-11-012-23/+0
| | | | It's not used anymore.
* places-sidebar: use gtk_widget_set_visible() instead of the eel helperCosimo Cecchi2010-11-011-11/+11
|
* Updated Spanish translationJorge González2010-10-311-231/+231
|
* general: use g_list_free_full() instead of eel functionsCosimo Cecchi2010-10-3144-271/+130
|
* build: bump GLib and GTK+ requirementsCosimo Cecchi2010-10-301-2/+2
|
* application: use prettier format stringsCosimo Cecchi2010-10-301-4/+4
|
* application: fix interaction with SMCLientCosimo Cecchi2010-10-303-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 initializationCosimo Cecchi2010-10-301-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 structCosimo Cecchi2010-10-301-17/+17
| | | | That's just confusing.
* desktop-icon-view: don't unconditionally unref the desktop backgroundCosimo Cecchi2010-10-301-1/+4
|
* application: close desktop windows on quitCosimo Cecchi2010-10-301-0/+1
|
* editable-label: don't use deprecated size_request vfuncMatthias Clasen2010-10-301-3/+32
|