summaryrefslogtreecommitdiff
path: root/src/nautilus-window-manage-views.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store keep-above and stickiness for navigation and spatial windows acrossChristian Neumair2007-09-031-1/+17
* Added debug message when GnomeVFS service is not available closes bgoLuis Medinas2007-08-041-0/+5
* Avoid reloading window with same location. (#417193) Patch from StefanoAlexander Larsson2007-03-281-2/+5
* Add an extra widget to the trash folder with the "Empty Trash" button.Paolo Borelli2006-12-181-1/+20
* Use nautilus_get_home_directory_uri everywhere instead of open coding itPaolo Borelli2006-12-081-1/+1
* 2006-11-23 Alexander Larsson <alexl@redhat.com>Alexander Larsson2006-11-231-0/+26
* Add nautilus_find_existing_uri_in_hierarchy. Remove undefinedChristian Neumair2006-07-081-6/+26
* Add complete session management, remember maximization state and type ofChristian Neumair2006-06-211-36/+9
* Re-set viewed_file after a location change failed. Prevents crashing overMartin Wehner2006-05-081-0/+1
* Use gi18n.h instead of deprecated gnome-i18n.h header.Martin Wehner2006-03-181-1/+1
* Close window when it gets put in the trash.Alexander Larsson2006-03-031-2/+8
* Don't close window if old file changed when we're loading a new oneAlexander Larsson2006-02-271-1/+13
* Also consider desktop windows when deciding whether to fallback to home orChristian Neumair2006-02-261-9/+3