summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Enable paste into folder for volume links (#386800) Based on patch fromAlexander Larsson2008-01-281-9/+40
* reviewed by: Alexander LarssonLuca Ferretti2008-01-2410-34/+39
* Add attribute_q property that is the Quark of the attribute property.Alexander Larsson2008-01-224-62/+109
* Clear caches on shutdown to help track leaks.Alexander Larsson2008-01-221-0/+2
* Clean up strings for l10n. (#510327)Alexander Larsson2008-01-226-41/+44
* Use thousands separators (#41455)Alexander Larsson2008-01-222-24/+24
* Fix coding styleAlexander Larsson2008-01-181-7/+14
* Just use get_activation_location instead of all the unnecessary specialAlexander Larsson2008-01-182-6/+22
* Don't free result of g_app_info_get_icon ().Alexander Larsson2008-01-181-2/+2
* Add GMount attribute to NautilusFile. (not implemented yet)Alexander Larsson2008-01-179-570/+1486
* unref, not free the GFile. Fixes crash in close parent windows (#509821)Alexander Larsson2008-01-161-1/+1
* Fix help crash by actually owning a ref to xml_dialog. (#509835)Alexander Larsson2008-01-161-3/+5
* Selection lists are GFiles now, not uris (#505944)Alexander Larsson2008-01-151-29/+26
* Don't crash when exiting separate properties app. (#505687)Alexander Larsson2008-01-152-3/+1
* Correct includesNAUTILUS_2_21_5Alexander Larsson2008-01-141-1/+1
* Require glib 2.15.2Alexander Larsson2008-01-141-2/+2
* Check recursively for valid menu items (#508878) Patch from Choe Hwanjin.Alexander Larsson2008-01-141-13/+35
* Add check_trash arg to nautilus_file_operations_unmount_mount. AddAlexander Larsson2008-01-145-53/+688
* Don't check for unportable functions, fixes #396923Sven Herzberg2008-01-101-1/+1
* Use nautilus_file_can_delete() to control sensitivity of delete menu item.Alexander Larsson2008-01-101-7/+26
* Add the removed connect to server files to skip insteadAlexander Larsson2008-01-091-0/+2
* Remove unused callbacks in nautilus_file_unmount/eject. Patch from TomasAlexander Larsson2008-01-081-5/+4
* Fix commentAlexander Larsson2008-01-081-1/+1
* Set desktop env for GAppInfoAlexander Larsson2008-01-041-0/+4
* Update to new gio file attribute namesAlexander Larsson2007-12-204-8/+8
* Update to new gio apiAlexander Larsson2007-12-201-3/+3
* Update for glib API change.Alexander Larsson2007-12-192-5/+5
* Don't put up error dialogs if the error code is G_IO_ERROR_FAILED_HANDLED.David Zeuthen2007-12-191-34/+44
* Disable unsafe segv handler by defaultAlexander Larsson2007-12-171-7/+16
* Update for API changes in gio trunk.David Zeuthen2007-12-173-42/+71
* Only use <gio/gio.h> includeAlexander Larsson2007-12-1420-31/+19
* Update for g_mount_for_location to g_file_mount_enclosing_volume change.Alexander Larsson2007-12-131-3/+3
* Remove spew (add_submenu): (add_submenu_to_directory_menus): AvoidAlexander Larsson2007-12-121-19/+20
* fix a typo (bug #499715, committing on behalf of Bob mauchin); add twoAndre Klapper2007-12-121-1/+3
* Update for API changes in gio trunk.David Zeuthen2007-12-117-221/+415
* Fix build error from nautilus metafile removal.A. Walton2007-12-111-2/+1
* Removed. Removed. Removed.Alexander Larsson2007-12-103-27/+26
* Add optional cancellable arg to nautilus_file_mountAlexander Larsson2007-12-071-2/+2
* Display errors on mount/unmount failureAlexander Larsson2007-12-071-6/+51
* Show errors on unmount/eject failing.Alexander Larsson2007-12-072-8/+9
* Implement empty trash on unmount and ejectAlexander Larsson2007-12-072-9/+6
* Implement the rest of the file create opsAlexander Larsson2007-12-071-2/+9
* Don't avoid adding existing files that are not is_added. Fixes a problemAlexander Larsson2007-12-062-22/+28
* Implement symlinkingAlexander Larsson2007-12-061-2/+5
* Fix merge error that made the Open Folder Window menu item appear inAlexander Larsson2007-12-051-3/+4
* Remove some small allocations, and use GSlice more often. Bug #461795.Christian Persch2007-12-036-38/+30
* Fix buildAlexander Larsson2007-12-031-1/+0
* Fix ngettext use and othe i18n issues (#500945)Alexander Larsson2007-12-031-5/+5
* Fix bgo354688 - Capitalization in the file properties dialogFederico Mena Quintero2007-11-301-4/+4
* Merge gio-branchAlexander Larsson2007-11-3056-5172/+3227