summaryrefslogtreecommitdiff
path: root/src/file-manager
Commit message (Expand)AuthorAgeFilesLines
* Merge in changes from NAUTILUS_SEARCH2_MERGE_ANCHOR1 toNAUTILUS_SEARCH2_MERGE_POINT2Alexander Larsson2005-12-125-225/+228
* Merge in changes from NAUTILUS_2_12_1 to NAUTILUS_SEARCH2_MERGE_ANCHOR1Alexander Larsson2005-12-0610-490/+833
* Handle NULL query in search.Alexander Larsson2005-12-053-10/+133
* Fix typoAlexander Larsson2005-12-021-2/+2
* More functions to save queres.Alexander Larsson2005-12-023-0/+55
* Check for update-mime-databaseAlexander Larsson2005-12-016-341/+527
* Fix various bugs and leaks, generally make the code more solid and correct.NAUTILUS_SEARCH2_BRANCH_ANCHORAlexander Larsson2005-11-251-1/+8
* bring the branch up in sync with 2.12.1, and tag it asNAUTILUS_SEARCH_2_12_1_MERGEPOINTJoe Shaw2005-10-317-233/+182
* Redo the nautilus-search branch, it's just easier to recreate theJoe Shaw2005-10-077-72/+213
* Fix leak and crasher. Fixes #314730.christian neumair2005-09-202-61/+7
* Setup drag in the "drag-begin" handler.Christian Neumair2005-09-191-21/+30
* Add support for lazily positioned icons.Alexander Larsson2005-09-191-2/+5
* Ensure that the zoom level is initialized correctly inChristian Neumair2005-09-061-0/+2
* Always pass all selected files to extension, instead of passing max. 1 perChristian Neumair2005-09-061-52/+4
* Fix handling of global show-hidden-file prefs change. (#306821) Patch fromAlexander Larsson2005-08-291-1/+3
* Don't allow audio preview in burn://. Workaround for #312275.William Jon McCann2005-08-291-0/+9
* Better handling of script env vars: Expand uri for desktop directory.Alexander Larsson2005-08-261-5/+27
* Remove usage of GNOME_VFS_XFER_REMOVESOURCE inAlexander Larsson2005-08-251-1/+0
* Don't allow trashing or deleting the home or desktop folder within aMartin Wehner2005-08-221-6/+56
* Don't make icon drop target for images if should_show_custom_icon_buttonsChristian Neumair2005-08-121-9/+13
* Lots of cleanups. Closes bug #313094 and bug #149714Kjartan Maraas2005-08-123-3/+4
* Be smarter about GtkTreeView-bound expand/collapse characters. Thanks toChristian Neumair2005-08-031-1/+26
* Use actual/guessed MIME type relation instead of relying on their defaultChristian Neumair2005-08-011-13/+5
* Don't use trash icon for location button delete action. Fixes #310414.Martin Wehner2005-07-231-1/+1
* track the pid of the currently running sound process using a staticMark McLoughlin2005-07-191-4/+39
* Remove underlines from all lines in single click mode. Add hover underlineAlexander Larsson2005-07-141-15/+142
* Don't scroll to end of column on rename (#309964).Alexander Larsson2005-07-131-1/+1
* filesystem -> file system in stringsAlexander Larsson2005-07-111-1/+1
* Fix up some strings for the translators. (#309879) Patch from ChristianAlexander Larsson2005-07-112-14/+27
* don't activate selection on expand in single click mode (#309389)Alexander Larsson2005-07-111-8/+19
* Free the tree paths. Close a tiny leak. (1 byte :-) Unref pixbufs. FreeKjartan Maraas2005-07-061-0/+3
* Make XML well formed.Danilo Ĺ egan2005-07-061-1/+1
* Correctly sort files before operating on them. Fixes #308884.Christian Neumair2005-07-062-3/+4
* Change NAUTILUS_ICON_DND_TEXT_TYPE to UTF-8 string.Christian Neumair2005-07-055-13/+97
* Add nautilus_window_info_get_bookmark_listAlexander Larsson2005-07-011-1/+3
* Add icon for empty file in create menu.Alexander Larsson2005-07-012-0/+30
* Better strings for browser tooltips. Patch from Luca FerrettiAlexander Larsson2005-07-011-5/+5
* Add get_tab_tooltop method.Alexander Larsson2005-06-281-0/+7
* Plug a couple leaks. ClosesKjartan Maraas2005-06-201-2/+2
* Fix ctrl-unselect in single click mode (#145331)Alexander Larsson2005-06-201-2/+1
* Plug leak by freeing the sorted list instead.Anders Carlsson2005-06-201-1/+5
* Fix uninitialized variable warning.Alexander Larsson2005-06-202-2/+4
* Small delay before turning Loading... into (Empty) to avoid flicker.Alexander Larsson2005-06-171-24/+65
* Fix iter stamp handling.Alexander Larsson2005-06-171-2/+3
* Allow selection of the dummy node. Otherwise things got all strange: YouAlexander Larsson2005-06-171-9/+0
* On remove, add dummy node before removing file so the row isn't collapsed.Alexander Larsson2005-06-171-10/+12
* Keep track of done_loading in parent instead of in dummy node. That way itAlexander Larsson2005-06-171-3/+4
* Handle moves between open subdirectories. We handle this in file addingAlexander Larsson2005-06-171-4/+32
* Remove subdirectories when destroying the view.Martin Wehner2005-06-161-0/+5
* Slightly slower auto hover expand.Alexander Larsson2005-06-164-118/+290