summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix NautilusWindowInfo header inclusion.NAUTILUS_2_23_5Christian Neumair2008-07-211-1/+1
* Add "Open in New Tab" item to location popup, and consolidate labels inChristian Neumair2008-07-213-8/+70
* Use C_() instead of Q_(). Require intltool 0.36.3.Christian Neumair2008-07-211-1/+1
* Support restoring from trash (one item at a time).Christian Neumair2008-07-213-3/+165
* Add tooltips to the zoom controls, make menu tooltips consistent with andChristian Neumair2008-07-212-6/+12
* Display compact view after list view, rather than before it. FixesChristian Neumair2008-07-215-3/+10
* Do not emit "location-changed" if the entry is empty. Fixes #543936.Christian Neumair2008-07-211-2/+16
* Do not treat top-level mounts (i.e. sftp://server/) as fake roots, andChristian Neumair2008-07-201-2/+4
* Use NautilusFile icon for normal buttons, rather than forcing folder icon.Christian Neumair2008-07-201-2/+3
* Use full location name as tab tooltip.Christian Neumair2008-07-201-4/+11
* Only align eject icons with ejectable rows, instead of aligning them withChristian Neumair2008-07-191-30/+13
* Add nautilus_file_operations_mount_volume_full(), which will issue aChristian Neumair2008-07-191-10/+81
* Small touchup to r14351 (bug #542658) caught by Claude Paroz.A. Walton2008-07-161-1/+1
* Dynamically update buttons on file changes instead of hard-coding themChristian Neumair2008-07-152-134/+112
* Use NautilusFile instead of GFile for obtaining display name. Gets rid ofChristian Neumair2008-07-151-44/+58
* Display emblems for small icon sizes, down to 16 pixels.Christian Neumair2008-07-151-5/+0
* Also support a mode where the target URI is NULL, and the target slot isChristian Neumair2008-07-141-191/+7
* Add simple slot drop proxy API to libnautilus-private, centered aroundChristian Neumair2008-07-133-38/+160
* Add function for receiving netscape URLs, clear colliding clipboardChristian Neumair2008-07-131-3/+24
* Add nautilus_window_slot_info_get_window() for getting currentChristian Neumair2008-07-131-0/+17
* Use UTF-8 dash instead of "--". Fixes #542658. Thanks to Claude Paroz.Christian Neumair2008-07-121-15/+18
* Revert my local screenshot modification.Christian Neumair2008-07-091-4/+0
* Do not bind CTRL+T to "Move to Trash".Christian Neumair2008-07-091-1/+1
* Fix typo. Go forward instead of going back.Christian Neumair2008-07-091-1/+1
* Bookmark DND fix galore. Properly handle reordering when non-existingChristian Neumair2008-07-091-28/+50
* Actually add it.Christian Neumair2008-07-093-319/+0
* Merge "multiview" tab branch. Fixes #48034.Christian Neumair2008-07-0846-1710/+5653
* Always grab view focus on location change, even if it the old view isChristian Neumair2008-07-064-11/+96
* Add eject button to places sidebar. Use multiple cell renderers forChristian Neumair2008-07-041-35/+251
* Use g_mkdir() and g_chdir() instead of mkdir() and chdir() to fix someCosimo Cecchi2008-07-041-3/+3
* Scale down huge pixbufs when loading. Massively speed up loading ofChristian Neumair2008-06-301-1/+2
* Fix a huge leak as messages were pushed in the statusbar but almost neverCosimo Cecchi2008-06-291-14/+3
* Stop loading of new view instead of just unreffing it when freeing aChristian Neumair2008-06-282-1/+29
* Store the clipboard selection also in text/uri-list format. Part of bugChristian Persch2008-06-192-106/+144
* Slightly change zoom level algorithm to display "66%" instead of "67%".Christian Neumair2008-06-112-7/+7
* New function to fill submenus from extensions usingGerman Poo-Caamano2008-06-092-37/+71
* Don't return anything for void function. Patch by Damien Carbery.Cosimo Cecchi2008-06-051-1/+1
* Revert last commit as we do still need to deal with uris.Søren Sandmann2008-05-311-3/+3
* Update for new eel API Require SVN version of eelSøren Sandmann2008-05-311-3/+3
* Convert g_warning() about inability to write to ~/.gtk-bookmarks toChristian Neumair2008-05-291-2/+2
* Support adding files to archives via file-roller. Thanks to NelsonChristian Neumair2008-05-291-0/+34
* Display launcher editables on "Basic" page. Get rid of "Launcher" page.Christian Neumair2008-05-284-111/+79
* Set window role to dialog, do not use custom hacks to pack images intoChristian Neumair2008-05-231-31/+12
* Use medium as singular of media. Fixes #522986.Christian Neumair2008-05-231-2/+2
* Remove useless properties for computer, trash, burn and network locations.Christian Neumair2008-05-232-186/+205
* Initialize autostart to FALSE.Christian Neumair2008-05-221-0/+2
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-2171-309/+71
* Empty the clipboard when copying/moving with DnD a file contained in it.Cosimo Cecchi2008-05-195-104/+43
* Fix a typo that was breaking the image when doing DnD of emblems from theCosimo Cecchi2008-05-191-1/+1
* Ensure that window no longer shows CD contents after CD is ejected.Padraig O'Briain2008-05-191-1/+1