summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Gujarati Translations to correct dynamic variables mistakesgnome-2-28Ankit Patel2010-07-271-4/+4
|
* Updated Bengali India TranslationRuna Bhattacharjee2010-07-271-5/+5
|
* Updated Oriya TranslationManoj Kumar Giri2010-05-111-900/+846
|
* Updated Norwegian Nynorsk translationTorstein Adolf Winterseth2010-05-011-1376/+1504
|
* Updated the kn translationsShankar Prasad2010-04-211-693/+922
|
* Updated Bengali India TranslationRuna Bhattacharjee2010-04-151-11/+11
|
* Updated Marathi TranslationsSandeep Shedmake2010-04-141-812/+771
|
* Typo correctionRuna Bhattacharjee2010-03-291-628/+584
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-241-12/+12
|
* Updated Norwegian Nynorsk translationTorstein Adolf Winterseth2010-02-271-185/+1172
|
* Updated Greek translationJennie Petoumenou2010-01-311-840/+1539
|
* Post release version bumpAlexander Larsson2009-12-151-1/+1
|
* Update NEWS for release2.28.4Alexander Larsson2009-12-151-0/+6
|
* Make trash keybindings only work if the action is sensitiveAlexander Larsson2009-12-151-6/+19
| | | | | | This fixes https://bugzilla.gnome.org/show_bug.cgi?id=603413 in a way not causing regressions. (cherry picked from commit 9c7c2c9d2cc0a8648abf2dbc851e9efec3e3df1c)
* Use right signal handler for delete signal actionAlexander Larsson2009-12-151-1/+1
| | | | | | This is not actually called atm, since an action overrides it, but we should do it right anyway. (cherry picked from commit d87cf7e75c37d139631807bc22c07ba879f8218f)
* Revert "Disable Trash/Delete key bindings when appropriate"Alexander Larsson2009-12-153-48/+27
| | | | | This reverts commit ac73dd5c2159defcc9686f1ecce47059b48e2ccd. It causes regressions (see bug 603413)
* Post release version bumpAlexander Larsson2009-12-151-1/+1
|
* Don't access uninitialized variableAlexander Larsson2009-12-142-2/+2
| | | | | gdk_property_get doesn't set prop_text if it fails. (cherry picked from commit 75bcfea177c837215ea46c970bfea24ec04a3dae)
* 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
|