summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-11-16[bkmrks-win/prop-brwsr] don't use eel_gtk_window_*_close_accelerator()Jasmine Hassan2-3/+1
bk-window: don't use _event_is_close_accelerator() http://git.gnome.org/browse/nautilus/commit/?id=cab696f7d760f5ee63f0a623b13d27b76d2f2d00 Also needed to drop eel_gtk_window_set_up_close_accelerator() instance in src/caja-property-browser.c
2012-11-16[spatial-window] cleanupsJasmine Hassan1-176/+114
- Don't do anything other than checking/scheduling a source in the configure-event callback - Avoid useless roundtrips through GFile - Avoid some casts, so we don't do useless type-checking in a row on the same object http://git.gnome.org/browse/nautilus/commit/?id=93798c75a1ae3cbd3a85a4ce79b5521b562a7074
2012-11-16[window] remove dead prototypesJasmine Hassan2-7/+0
http://git.gnome.org/browse/nautilus/commit/?id=5973bc50618d1fe69247e3e2ec6eb8cf3213000b
2012-11-16[desktop-window] cleanupsJasmine Hassan1-36/+28
http://git.gnome.org/browse/nautilus/commit/?id=ef13366e667f848adc6b96509612e3321554d188
2012-11-16[window] remove dead function caja_window_has_menubar_and_statusbar()Jasmine Hassan2-17/+0
http://git.gnome.org/browse/nautilus/commit/?id=eb88f44bd27e11607cb5466c943b9caad0202110
2012-11-16[file-manager] autogenerate marshallersJasmine Hassan2-7/+42
http://git.gnome.org/browse/nautilus/commit/?id=21e75511d2466bd814a31031472323d3cd8ae6c1
2012-11-16[src] autogenerate marshallersJasmine Hassan3-8/+34
http://git.gnome.org/browse/nautilus/commit/?id=608918449f548b0d3ea3e7916c944b077ac43e87
2012-11-16[tree-model] ony display the first emblemJasmine Hassan1-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 NautilusCellRendererPixbufEmblemJasmine Hassan1-3/+1
http://git.gnome.org/browse/nautilus/commit/?id=d2cbf993766d7b63f50431ab483035d01c267cdb
2012-11-14[tree-model] use GEmblemedIcon to render emblems.Jasmine Hassan2-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 NautilusCellRendererPixbufEmblemJasmine Hassan1-6/+2
http://git.gnome.org/browse/nautilus/commit/?id=69740a3c7fd3a2e1cea99c0dc61b3c735993e4bb
2012-11-14[list-model] use GEmblemedIcon to render emblemsJasmine Hassan2-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 sizeJasmine Hassan1-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 Hassan2-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_scaleJasmine Hassan1-1/+8
2012-11-14[sidebar-title] try to use GtkStyle in _select_text_color()Jasmine Hassan3-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 Hassan1-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 menuJasmine Hassan4-32/+57
http://git.gnome.org/browse/nautilus/commit/?id=8598d769993843e1e6529a661fea034785ca0091
2012-11-13[src] remove 2 unused includesJasmine Hassan2-2/+0
2012-09-06remove old undo codeStefano Karapetsas12-84/+19
2012-09-06remove latest mateconf usageStefano Karapetsas2-123/+7
metadata saved in files instead of migrate to gsettings (caja-desktop-metadata.c is from nautilus)
2012-09-05convert disable-command-line lockdown to gsettingsStefano Karapetsas2-44/+14
2012-09-05remove latest mateconf stuffStefano Karapetsas9-33/+2
2012-09-05convert last eel_preference users to raw mateconfStefano Karapetsas3-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-05initialize gsettings in nautilus-connect-serverStefano Karapetsas1-0/+1
2012-09-05remove old file-limit preferenceStefano Karapetsas2-56/+0
2012-09-05fix conversion of enable-deleteStefano Karapetsas1-4/+5
2012-09-05move desktop-font preference to desktop settingsStefano Karapetsas1-2/+2
2012-09-05convert list-view preferences to gsettingsStefano Karapetsas3-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-05convert compact view prefs to gsettingsStefano Karapetsas2-17/+26
2012-09-05convert tree sidebar prefs to gsettingsStefano Karapetsas2-7/+11
2012-09-05convert desktop preferences to gsettingsStefano Karapetsas2-1/+14
2012-09-05fix desktop-font gsettings conversionStefano Karapetsas1-3/+8
2012-09-05convert icon-view preferences to gsettingsStefano Karapetsas5-62/+104
2012-09-05convert preview settings to gsettingsStefano Karapetsas3-20/+80
2012-09-05convert show-directory-item-counts to gsettingsStefano Karapetsas2-8/+11
2012-09-05convert show-text-in-icons to gsettingsStefano Karapetsas1-5/+5
2012-09-05convert default-folder-view to gsettingsStefano Karapetsas1-7/+7
2012-09-05convert sort-directories-first to gsettingsStefano Karapetsas2-9/+11
2012-09-05convert window-state to gsettingsStefano Karapetsas3-77/+49
2012-09-05convert exit with last window to gsettingsStefano Karapetsas1-1/+1
2012-09-05convert new tab position to gsettingsStefano Karapetsas2-2/+2
2012-09-05convert always-use-browser to gsettingsStefano Karapetsas8-19/+55
2012-09-05convert click-policy to gsettingsStefano Karapetsas5-18/+22
2012-09-05convert executable-text-activation to gsettingsStefano Karapetsas1-4/+81
2012-09-05convert mouse preferences to gsettingsStefano Karapetsas1-13/+15
2012-09-05convert date-format to gsettingsStefano Karapetsas1-4/+49
add eel_g_settings_add_auto_enum in eel/eel-glib-extensions.c
2012-09-05convert show-advanced-persmissions to gsettingsStefano Karapetsas1-1/+1
2012-09-05start migration to gsettingsStefano Karapetsas21-177/+152
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch114-172/+172