summaryrefslogtreecommitdiff
path: root/src/nautilus-window-manage-views.c
Commit message (Expand)AuthorAgeFilesLines
* Update to the new API.Cosimo Cecchi2010-05-061-1/+1
* Add a 'Restore Selected Items' button in the trashbar.Cosimo Cecchi2010-04-281-3/+4
* Fix crash when middle click on an invalid network share in PlacesMarcus Carlson2010-04-071-13/+18
* Replace deprecated GTK_WIDGET_* macros and depend on newer GTK+Rodrigo Moya2010-03-041-4/+4
* Remove unnecessary checkAlexander Larsson2009-12-161-2/+1
* Only update toolbar items when active pane changesAlexander Larsson2009-12-161-1/+2
* Move sync_search_widgets from window to paneAlexander Larsson2009-12-161-1/+1
* On view selection failure, reload the right windowAlexander Larsson2009-12-161-2/+2
* Remove nautilus_window_sync_location_widgetsAlexander Larsson2009-12-161-9/+0
* Only sync the location bar on the affected paneAlexander Larsson2009-12-161-2/+2
* Make slot label/icon update work rightAlexander Larsson2009-12-141-3/+3
* When loading a location in a slot also load in other non-loaded panesAlexander Larsson2009-12-111-0/+13
* Update location for all active slotsAlexander Larsson2009-12-111-2/+2
* Move location from toolbar to pane widgetAlexander Larsson2009-12-101-14/+14
* Move location bar entries to paneAlexander Larsson2009-12-101-53/+23
* Associate basic slot functions to panes instead of windows.Alexander Larsson2009-12-101-2/+2
* Move slots from NautilusWindow to NautilusWindowPaneAlexander Larsson2009-12-101-13/+14
* Associate a slot to a pane instead of a windowHolger Berndt2009-12-101-18/+18
* Ensure show-hidden-files UI is uptodateAlexander Larsson2009-11-271-3/+11
* Clean up metadata key names now that they are publicAlexander Larsson2009-07-141-2/+2
* Remove all traces of former nautilus metadata codeAlexander Larsson2009-06-231-4/+2
* Bug 563906 – Grammatical Error in StringA. Walton2009-06-161-1/+1
* Don't show autorun hints for Win32 software mediaCosimo Cecchi2009-04-231-0/+5
* Don't unref NULL, which can happen if !do_load_locationAlexander Larsson2008-10-171-1/+3
* use GtkMountOperation instead of EelMountOperationCosimo Cecchi2008-10-061-2/+1
* Remove unnecessary includes of libgnomeCosimo Cecchi2008-10-061-1/+0
* Remove nautilus_window_manage_views_destroy(), since everything it does isChristian Neumair2008-09-211-22/+0
* Consolidate zoom handling. Add nautilus_window_sync_zoom_level(), andChristian Neumair2008-08-061-146/+13
* Merge "multiview" tab branch. Fixes #48034.Christian Neumair2008-07-081-589/+799
* Always grab view focus on location change, even if it the old view isChristian Neumair2008-07-061-0/+1
* Stop loading of new view instead of just unreffing it when freeing aChristian Neumair2008-06-281-1/+23
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-2/+1
* Replace g_return_*() with g_assert() in private, internal functions.A. Walton2008-04-301-2/+2
* Fix how autorunning works. Instead of inhibiting autorunning every time weDavid Zeuthen2008-04-301-1/+0
* Correct typo.Christian Neumair2008-04-271-1/+1
* Quote schema. Fixes #522029.Christian Neumair2008-04-271-1/+1
* Inhibit autorun in mount callbacks after finishing mounts rather thanChristian Neumair2008-04-041-1/+1
* Remove unused "label" field of NautilusViewInfo andChristian Neumair2008-04-011-10/+0
* Do not use contractions in strings. (#145356).Cosimo Cecchi2008-04-011-8/+8
* Fix a typo in a string. (#521199).Cosimo Cecchi2008-03-291-1/+1
* Add async x-content type getter, change sync one to only read the cachedAlexander Larsson2008-03-051-10/+33
* Fix NautilusFile leak. Patch from Christian NeumairAlexander Larsson2008-02-251-1/+3
* Don't display error on G_IO_ERROR_FAILED_HANDLED.Alexander Larsson2008-02-251-10/+58
* Update for new gio mount flags argumentAlexander Larsson2008-02-111-1/+1
* Selection is already GFiles now, no need to convert from uris (#514458)Alexander Larsson2008-02-061-8/+1
* Add functions to inhibit autorun for a volume or for the volume of a file.Alexander Larsson2008-01-301-0/+1
* Just use get_activation_location instead of all the unnecessary specialAlexander Larsson2008-01-181-4/+9
* Add GMount attribute to NautilusFile. (not implemented yet)Alexander Larsson2008-01-171-0/+37
* Update for g_mount_for_location to g_file_mount_enclosing_volume change.Alexander Larsson2007-12-131-3/+3
* Merge gio-branchAlexander Larsson2007-11-301-239/+320