summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for release2.28.3Alexander Larsson2009-12-141-0/+6
|
* Don't rewrite bookmarks file when file appearance changesAlexander Larsson2009-12-111-2/+0
| | | | | | | We no longer write the icon to the bookmarks file so this is just unnecessary. Also this means we don't rewrite the bookmark file on each startup. (cherry picked from commit 55f1438bf898c819504dae540a7540ec30508f1e)
* Don't leak NautilusDirectoryAlexander Larsson2009-12-081-0/+2
| | | | (cherry picked from commit 2d61fcdf4987802441b7d9dab5364a28fb2dbd7c)
* Don't leak NautilusDirectoryAlexander Larsson2009-12-081-0/+1
| | | | (cherry picked from commit ac9f08eb1f74b32c432b0a4904fb57e982202a4c)
* Don't change background on the initial style_set callAlexander Larsson2009-12-041-2/+4
| | | | | | | | This results in queueing an unnecessary background change which causes the EelBackground to be unrealized wrongly. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=578136 (cherry picked from commit 002bea81792cdfe6f4e45da95a59708040566171)
* Revert commit 7b86b78e2ff6a0f1b45ac8f8a9c30cf3d0c6ae96Alexander Larsson2009-12-041-2/+0
| | | | | This is not the right solution (cherry picked from commit fd2e7311edd0d673adc21efdd7d4c6585723c730)
* Updating Estonian translationIvar Smolin2009-12-041-22/+4
|
* Fix typoKhaled Hosny2009-12-041-1/+1
|
* Disable Trash/Delete key bindings when appropriateMichael Terry2009-12-013-27/+48
| | | | | | This makes trash/delete key binding be enabled/disabled just like the menu items are. (cherry picked from commit e7c171acb8060436969139210060874f3a43d835)
* Post release version bumpAlexander Larsson2009-11-301-1/+1
|
* Update NEWS for release2.28.2Alexander Larsson2009-11-301-0/+10
|
* Avoid deprecated gtk_button_pressed/releasedAlexander Larsson2009-11-302-4/+4
| | | | | | | | We replace these with direct use of deprecated signals, which is not ideal either. However, it makes us not reference depcrecated symbols and makes it works. I don't know how else to solve this. (cherry picked from commit 6ff1e3881e070a0a235208cc10dfdc53e8faa0aa)
* Don't free uninitilized errorsAlexander Larsson2009-11-271-3/+0
| | | | | test_dir_is_parent doesn't set error, so no need to free it. (cherry picked from commit 72e1296847061336059a089b0367c86f00e5f08f)
* Ensure show-hidden-files UI is uptodateAlexander Larsson2009-11-271-3/+11
| | | | | | | | When we read the per-location show-hidden-files setting, also update the UI. Fixes bug #568089. (cherry picked from commit 5b1159927b98b569fcb22f05986a140a7c42ba0a)
* Ensure ABS calls work on difference of unsigned valuesAlexander Larsson2009-11-271-2/+2
| | | | | | guint64 - guint64 is of type guint64, so ABS doesn't work on it. Cast to gint64 to make sure this works. (cherry picked from commit 1f8f54f4777343dda87043e444a24c3f86e90439)
* Don't get drag data in list mode if we don't support the target.Cosimo Cecchi2009-11-271-3/+16
| | | | | This fixes bug #600183. (cherry picked from commit 6613262f4e6d40d153299d7fd4726210268a2a53)
* Emit the selection-changed signal when inverting.Cosimo Cecchi2009-11-271-0/+2
| | | | | | | Do emit the selection-changed signal in NautilusIconContainer when we invert the selection, so that the views can update the UI items accordingly (#600308). (cherry picked from commit 71e7b576751c1192fe0c05529619f4c0aba674c0)
* Updated LowGerman translationNils-Christoph Fiedler2009-11-251-4/+2
|
* Allow absolute pathnames for plugin menu/toolbar item icons.Pierre Wieser2009-11-252-37/+46
| | | | (cherry picked from commit 6161343d9d3eaa4fa044613085c00415852f8b55)
* Add nautilus_icon_info_lookup_from_path()Pierre Wieser2009-11-252-1/+18
| | | | (cherry picked from commit 36d83807cc0744e131e3532714849a7d1bbbf65d)
* Updated Low German translationNils-Christoph Fiedler2009-11-221-42/+42
|
* Unfreeze updates in directory list view after rename cancellationTomas Bzatek2009-11-171-0/+1
| | | | | | | | We successfully cancelled rename operation but the directory view was left in frozen state, containing pseudo items with NULL elements. Fixes bug 590591. (cherry picked from commit 3ee90909fa92feaf3df0964eed2b95c5d968ba98)
* Correctly update the request countersAlexander Larsson2009-11-171-4/+14
| | | | | | | | | The request counters weren't updated by nautilus_directory_add_file_monitors and nautilus_directory_remove_file_monitors. This can cause a number of weird problems, including those described in bug #598931. This checkin fixes this, and fixes bug #598931. (cherry picked from commit e487552287e5970dbbb39199b55026f2788bb42b)
* Updated Simplified Chinese translation.Aron Xu2009-11-141-1337/+1872
|
* Updated Bulgarian translationAlexander Shopov2009-11-131-539/+539
|
* Updated Lithuanian translation.Gintautas Miliauskas2009-10-301-3/+3
|
* Updated Lithuanian translation.Gintautas Miliauskas2009-10-251-738/+805
|
* Added Low German translationNils-Christoph Fiedler2009-10-222-0/+6956
|
* Handle failed connection to tracker daemon 0.7 seriesTomas Bzatek2009-10-201-11/+8
| | | | | | | Also, consolidate string memory management, to be consistent and clear on a first sight. Related to changes in bug 596082.
* Post release version bumpAlexander Larsson2009-10-201-1/+1
|
* Update for release2.28.1Alexander Larsson2009-10-201-0/+11
|
* Use the right GConf key for the disable_tabs setting (#580220).Cosimo Cecchi2009-10-201-1/+1
|
* Chain up to the parent handler if we click outside any row.Cosimo Cecchi2009-10-201-0/+1
| | | | | By doing so, the tree view widget will gain focus anyway. Fix bug #589088.
* Make changing visible columns instant. Wasn't like always like this before ↵Marcus Carlson2009-10-201-2/+2
| | | | | | because nautilus-vfs-file.c saved metadata async. https://bugzilla.gnome.org/show_bug.cgi?id=597227
* Always check if the drag dest supports the source.Cosimo Cecchi2009-10-202-5/+21
| | | | | In the "drag-motion" callback, make sure we check for target != GDK_NONE before getting non-existent data for it.
* Bug 589375 - Crashes with empty location in edit bookmarksA. Walton2009-10-201-0/+4
| | | | Check that the length of the text in the entry is non-NULL.
* correct the value of GtkRecentData.app_exec in nautilus_recent_add_file()Xu Li2009-10-201-1/+1
|
* Avoid crash when holding space bar on focused navigation buttonsNelson Benítez León2009-10-202-0/+10
| | | | Fixes bgo#580926
* Another minor update for Crimean Tatar (Crimean Turkish) translationReşat SABIQ2009-10-201-7/+5
|
* Update for Crimean Tatar (Crimean Turkish) translationReşat SABIQ2009-10-191-1209/+1665
|
* Added IS translationSveinn í Felli2009-10-191-4847/+4893
|
* Updated translation.Kjartan Maraas2009-10-171-2540/+2630
|
* Updated Norwegian bokmål translationKjartan Maraas2009-10-111-325/+325
|
* Updated Russian translationLeonid Kanter2009-10-111-2072/+1715
|
* Updated Greek translation.Kostas Papadimas2009-09-291-84/+59
|
* Updated Greek translationJennie Petoumenou2009-09-291-2529/+2168
|
* Update tracker support for version 0.7Jürg Billeter2009-09-262-4/+34
| | | | Fixes bug 596082.
* Update Finnish translation (transition from ”taltio” to ”asema”)Timo Jyrinki2009-09-251-23/+23
|
* Don't rely on activation_uri when detecting mountsTomas Bzatek2009-09-241-3/+2
| | | | | | | | | | | We test for the activation_uri (i.e. G_FILE_ATTRIBUTE_STANDARD_TARGET_URI) which is usually not exposed from computer:// items until the item is mounted (and that's up to particular gvfs volume monitor). Simply don't test for activation_uri, file type of G_FILE_TYPE_MOUNTABLE should be enough. This fixes https://bugzilla.redhat.com/show_bug.cgi?id=518570
* Correctly position icons for text, netscape URI and URI list dropsChristian Neumair2009-09-241-4/+43
| | | | | | When dropping text, a netscape URI or a URI list to the desktop, remember the position where the drop happened and position the created icon accordingly. Fixes #350022.