summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
...
* bgo364843 - Don't exceed max path len when forming filenames for duplicatesFederico Mena Quintero2008-05-081-53/+186
* Use text width of 150 pixels in vertical layout mode, instead of 300.Christian Neumair2008-05-071-1/+1
* Wrap to next row/column when pressing arrow key, except if a11y is used.Christian Neumair2008-05-061-1/+157
* Fixup broken GConf key define. Patch from Stephane Demurget.A. Walton2008-05-051-1/+1
* reviewed by: Cosimo CecchiA. Walton2008-05-051-2/+2
* Don't allow recursive move/copy into itself. Fixes #530720.Tomas Bzatek2008-05-051-0/+90
* Removed duplicate "and" in description. Fixes #516906.Claude Paroz2008-05-011-1/+1
* Replace g_return_*() with g_assert() in private, internal functions.A. Walton2008-04-3011-92/+92
* Fix how autorunning works. Instead of inhibiting autorunning every time weDavid Zeuthen2008-04-306-69/+26
* Report user cancel when all the files we're about to trash or delete areCosimo Cecchi2008-04-271-6/+19
* reviewed by: Christian NeumairA. Walton2008-04-274-3/+32
* Properly handle selection changes when using keyboard navigation. We didChristian Neumair2008-04-261-9/+13
* Bump default thumbnailing size limit from 5 MB to 10 MB (#421342).Michael J. Chudobiak2008-04-232-3/+4
* Initialize two vars to get rid of a warning with gcc 4.3. Patch by PawełCosimo Cecchi2008-04-151-0/+3
* Remove show/hide buttons. The entries can be toggled directly using mouseChristian Neumair2008-04-061-59/+0
* Disable autorun when detecting autorun.exe and autorun.inf, as we do notCosimo Cecchi2008-04-051-1/+9
* Add new APIs for extensions to NautilusFileInfo (can_write, get_mount andCosimo Cecchi2008-04-041-0/+3
* Inhibit autorun in mount callbacks after finishing mounts rather thanChristian Neumair2008-04-043-3/+17
* svn path=/trunk/; revision=14033Christian Neumair2008-04-031-2/+3
* Do not make x2/y2 smaller than x1/y1. Fixes flashing scrollbar for emptyChristian Neumair2008-04-031-0/+3
* Fix SELinux:context attribute display issueTomas Bzatek2008-04-031-1/+1
* Subtract 1 from icon rectangle's x2/y2 positions before setting scrollChristian Neumair2008-04-022-8/+50
* Remove unused "label" field of NautilusViewInfo andChristian Neumair2008-04-011-3/+2
* Skip the thumbnailing of unreadable files. This is more efficient thanMichael J. Chudobiak2008-04-011-0/+1
* Do not use contractions in strings. (#145356).Cosimo Cecchi2008-04-013-16/+16
* Do not ask twice if we want to empty the trash when unmounting a volume.Cosimo Cecchi2008-03-311-2/+11
* Do not automount mount points inside hidden hierarchies (#524075).Christian Neumair2008-03-311-1/+15
* Reduce vertical space between icons, do not request space at the bottom ofChristian Neumair2008-03-311-2/+2
* For column layout, do not limit text width if each columns determines itsChristian Neumair2008-03-302-8/+25
* Added compact view.Christian Neumair2008-03-298-12/+323
* Use title capitalization for the File Operations dialog. (#516353).Cosimo Cecchi2008-03-291-1/+1
* Add support for "Invert Selection". Patch by Amos BroccoCosimo Cecchi2008-03-294-0/+35
* Fix annoying behavior of the file progress info dialog jumping to theA. Walton2008-03-281-3/+3
* Make sure to queue a move even if the op was a move, not just an addedAlexander Larsson2008-03-281-6/+14
* Don't leak dest_fs_id by requesting it twice.Alexander Larsson2008-03-281-1/+1
* During the merge part of a recursive move/copy always disable same_fs toAlexander Larsson2008-03-281-1/+11
* When prepare move fails and we didn't select overwrite do not silentlyAlexander Larsson2008-03-281-61/+74
* Actually handle the move-file-over-directory case.Alexander Larsson2008-03-281-0/+15
* Avoid constantly trying to create directory monitors if it fails once byAlexander Larsson2008-03-261-5/+4
* Do not follow symlinks. (#504980).Christian Neumair2008-03-231-2/+2
* Fix compiler warnings about unused value by casting va_arg calls withChristian Neumair2008-03-231-5/+5
* Use GDesktopAppInfos for launching desktop files. (#342084) Patch fromAlexander Larsson2008-03-201-154/+56
* Only strip icon name when it ends with a know icon extension.Frederic Crozat2008-03-191-1/+8
* Check that tracker is actually running before using it (#386512). Patch bySebastian Dröge2008-03-191-0/+9
* Always use the thumbnails regardless of the original file size if it hasCosimo Cecchi2008-03-183-14/+45
* Trivial build fix for users with Gtk+ SVN trunk (#522835), caused byA. Walton2008-03-171-1/+1
* Fixes crash if the user doesn't set a name for the bookmark (#520270).A. Walton2008-03-151-2/+2
* respect gtk-button-images property for buttons (#514130) Patch from MarcinAlexander Larsson2008-03-141-13/+3
* Don't create application/x-ext-<extension> types for known mimetypesAlexander Larsson2008-03-131-1/+1
* Fix a crash due to a missing NULL check (#520947).Cosimo Cecchi2008-03-071-1/+2