Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-16 | [src] autogenerate marshallers | Jasmine Hassan | 3 | -8/+34 | |
http://git.gnome.org/browse/nautilus/commit/?id=608918449f548b0d3ea3e7916c944b077ac43e87 | |||||
2012-11-16 | [tree-model] ony display the first emblem | Jasmine Hassan | 1 | -17/+12 | |
Only display the first emblem we can render. http://git.gnome.org/browse/nautilus/commit/?id=1d660252b408f3628a2d3d5943abcf6bfdd9091b | |||||
2012-11-14 | [tree-view] don't use NautilusCellRendererPixbufEmblem | Jasmine Hassan | 1 | -3/+1 | |
http://git.gnome.org/browse/nautilus/commit/?id=d2cbf993766d7b63f50431ab483035d01c267cdb | |||||
2012-11-14 | [tree-model] use GEmblemedIcon to render emblems. | Jasmine Hassan | 2 | -87/+49 | |
Use GEmblemedIcon instead of a separate column to render emblems. http://git.gnome.org/browse/nautilus/commit/?id=1694d7141bbe4a29e54cff77def697a6c9b4e118 | |||||
2012-11-14 | [list-view] don't use NautilusCellRendererPixbufEmblem | Jasmine Hassan | 1 | -6/+2 | |
http://git.gnome.org/browse/nautilus/commit/?id=69740a3c7fd3a2e1cea99c0dc61b3c735993e4bb | |||||
2012-11-14 | [list-model] use GEmblemedIcon to render emblems | Jasmine Hassan | 2 | -109/+49 | |
Use GEmblemedIcon instead of other columns to render emblems. http://git.gnome.org/browse/nautilus/commit/?id=a187f8a4cdcc46f56c0cb03c31b9b7c92c747a88&context=6 | |||||
2012-11-14 | [sidebar-title] Use pango directly to set largest-fitting font size | Jasmine Hassan | 1 | -19/+29 | |
and don't include eel-pango-extensions, which is to be dropped. | |||||
2012-11-14 | [information-panel] don't use eel_point_in_widget() | Jasmine Hassan | 2 | -2/+26 | |
nor in sidebar-title. the eel function is deprecated. | |||||
2012-11-14 | [sidebar-title] use gtk_label_set_attributes, obsolete eel_gtk_label_set_scale | Jasmine Hassan | 1 | -1/+8 | |
2012-11-14 | [sidebar-title] try to use GtkStyle in _select_text_color() | Jasmine Hassan | 3 | -49/+84 | |
Hopefully this will play better with themes, when a custom (EelBackground) background is not set in the widget. | |||||
2012-11-13 | [property-browser] use gtk_label_set_attributes, obsolete ↵ | Jasmine Hassan | 1 | -2/+6 | |
eel_gtk_label_set_scale Not upstream because property-browser removed. But as in upstream, eel_gtk_label_set_scale() is going away in next eel-gtk-extensions.[ch] cleanup. | |||||
2012-11-13 | [general] Adds option to open new tab in tab bar context menu | Jasmine Hassan | 4 | -32/+57 | |
http://git.gnome.org/browse/nautilus/commit/?id=8598d769993843e1e6529a661fea034785ca0091 | |||||
2012-11-13 | [src] remove 2 unused includes | Jasmine Hassan | 2 | -2/+0 | |
2012-09-06 | remove old undo code | Stefano Karapetsas | 12 | -84/+19 | |
2012-09-06 | remove latest mateconf usage | Stefano Karapetsas | 2 | -123/+7 | |
metadata saved in files instead of migrate to gsettings (caja-desktop-metadata.c is from nautilus) | |||||
2012-09-05 | convert disable-command-line lockdown to gsettings | Stefano Karapetsas | 2 | -44/+14 | |
2012-09-05 | remove latest mateconf stuff | Stefano Karapetsas | 9 | -33/+2 | |
2012-09-05 | convert last eel_preference users to raw mateconf | Stefano Karapetsas | 3 | -15/+32 | |
from nautilus patch: This is moslty the lockdown stuff, but we also access the background setting. This should be converted to use the new gsettings when they land. | |||||
2012-09-05 | initialize gsettings in nautilus-connect-server | Stefano Karapetsas | 1 | -0/+1 | |
2012-09-05 | remove old file-limit preference | Stefano Karapetsas | 2 | -56/+0 | |
2012-09-05 | fix conversion of enable-delete | Stefano Karapetsas | 1 | -4/+5 | |
2012-09-05 | move desktop-font preference to desktop settings | Stefano Karapetsas | 1 | -2/+2 | |
2012-09-05 | convert list-view preferences to gsettings | Stefano Karapetsas | 3 | -116/+98 | |
also move the sort order prefs from view-specific to common prefs we already only have one UI setting that controls both, so it makes no sense to have two settings. (from nautilus 3.0) | |||||
2012-09-05 | convert compact view prefs to gsettings | Stefano Karapetsas | 2 | -17/+26 | |
2012-09-05 | convert tree sidebar prefs to gsettings | Stefano Karapetsas | 2 | -7/+11 | |
2012-09-05 | convert desktop preferences to gsettings | Stefano Karapetsas | 2 | -1/+14 | |
2012-09-05 | fix desktop-font gsettings conversion | Stefano Karapetsas | 1 | -3/+8 | |
2012-09-05 | convert icon-view preferences to gsettings | Stefano Karapetsas | 5 | -62/+104 | |
2012-09-05 | convert preview settings to gsettings | Stefano Karapetsas | 3 | -20/+80 | |
2012-09-05 | convert show-directory-item-counts to gsettings | Stefano Karapetsas | 2 | -8/+11 | |
2012-09-05 | convert show-text-in-icons to gsettings | Stefano Karapetsas | 1 | -5/+5 | |
2012-09-05 | convert default-folder-view to gsettings | Stefano Karapetsas | 1 | -7/+7 | |
2012-09-05 | convert sort-directories-first to gsettings | Stefano Karapetsas | 2 | -9/+11 | |
2012-09-05 | convert window-state to gsettings | Stefano Karapetsas | 3 | -77/+49 | |
2012-09-05 | convert exit with last window to gsettings | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-05 | convert new tab position to gsettings | Stefano Karapetsas | 2 | -2/+2 | |
2012-09-05 | convert always-use-browser to gsettings | Stefano Karapetsas | 8 | -19/+55 | |
2012-09-05 | convert click-policy to gsettings | Stefano Karapetsas | 5 | -18/+22 | |
2012-09-05 | convert executable-text-activation to gsettings | Stefano Karapetsas | 1 | -4/+81 | |
2012-09-05 | convert mouse preferences to gsettings | Stefano Karapetsas | 1 | -13/+15 | |
2012-09-05 | convert date-format to gsettings | Stefano Karapetsas | 1 | -4/+49 | |
add eel_g_settings_add_auto_enum in eel/eel-glib-extensions.c | |||||
2012-09-05 | convert show-advanced-persmissions to gsettings | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-05 | start migration to gsettings | Stefano Karapetsas | 21 | -177/+152 | |
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 114 | -172/+172 | |
2012-06-16 | use engrampa instead of file-roller | Stefano Karapetsas | 1 | -3/+3 | |
2012-06-13 | remove extra bracket | haxar | 1 | -1/+1 | |
2012-06-13 | fix autocompletion for remote locations | Stefano Karapetsas | 1 | -3/+7 | |
patch from http://git.gnome.org/browse/nautilus/commit/src/nautilus-location-entry.c?id=82fb99a34a6c27f6881e0a049d9882756b615f42 | |||||
2012-06-08 | Applied a patch that makes the filename column expand to its maximum instead ↵ | Steve Zesch | 1 | -2/+9 | |
of shrinking to a hardcoded value. | |||||
2012-05-28 | Bookmarks can now be opened via the enter or space key. | Steve Zesch | 1 | -0/+22 | |
2012-05-07 | fix issues in location bar | Stefano Karapetsas | 1 | -2/+2 | |