summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update for 2.29.902.29.90Tomas Bzatek2010-02-092-1/+5
|
* Hungarian translation updatedGabor Kelemen2010-02-081-677/+768
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-02-081-952/+1137
|
* Updated Brazilian Portuguese translationHenrique P. Machado2010-02-061-956/+1154
|
* Updated Spanish translationJorge González2010-02-061-531/+500
|
* Fix copy-pasted tooltip stringClaude Paroz2010-02-061-2/+2
|
* Updated Greek translationJennie Petoumenou2010-01-311-1135/+1968
|
* Updating Estonian translationMattias Põldaru2010-01-291-65/+107
|
* Updated Bengali translationJamil Ahmed2010-01-291-7303/+7530
|
* Updated Bulgarian translationAlexander Shopov2010-01-261-803/+911
|
* Post release version bumpAlexander Larsson2010-01-251-1/+1
|
* Update NEWS for release2.29.2Alexander Larsson2010-01-251-0/+5
|
* Updated Arabic translationKhaled Hosny2010-01-231-492/+490
|
* Remove tabs menuAlexander Larsson2010-01-2216-355/+11
| | | | | | | | | I don't think this menu is much use, and it clutters up the menus even for users who don't use tabs, which is against our policy of having the more advanced features affect users not using them as little as possible. Also, remove the setting to disable tabs althoughter, as with the menu removed the tabs feature is very minimal when not in use.
* Updated Norwegian bokmål translationKjartan Maraas2010-01-221-564/+654
|
* Replace deprecated GTK_OBJECT_TYPE with G_OBJECT_TYPEThomas Hindoe Paaboel Andersen2010-01-191-1/+1
| | | | GNOME bug 565038
* Use test instead of fg for eel-editable-label testBenjamin Berg2010-01-191-2/+2
| | | | | Since we use base for the background we should use text for the foreground. (#548295)
* Updated Spanish translationJorge González2010-01-161-3/+3
|
* Update glib required versionNelson Benítez León2010-01-141-1/+1
|
* Updated Romanian translationdumol2010-01-101-1/+1
|
* Updated Romanian translationLucian Adrian Grijincu2010-01-101-968/+1217
|
* Updated Swedish translationDaniel Nylander2010-01-091-611/+714
|
* Update Ukrainian translationMaxim V. Dziumanenko2010-01-061-962/+1153
|
* A few fixes by me from Launchpad.Timo Jyrinki2010-01-061-9/+9
|
* Updating Estonian translationMattias Põldaru2010-01-051-4/+4
|
* Updated Slovenian translationMatej Urbančič2010-01-021-750/+849
|
* Updated Arabic translationKhaled Hosny2009-12-251-1010/+1204
|
* Updated Spanish translationJorge González2009-12-191-696/+853
|
* Move the navigation bar size group to be a cross window header size groupAlexander Larsson2009-12-175-9/+22
| | | | This way we can make sure we align the headers of the sidebar too.
* Add nautilus_side_pane_get_titleAlexander Larsson2009-12-172-0/+7
|
* Post release version bumpAlexander Larsson2009-12-171-1/+1
|
* Fix up include2.29.1Alexander Larsson2009-12-171-1/+1
|
* Dist nautilus-extension-private.hAlexander Larsson2009-12-171-0/+1
|
* Remove the rest of shaveAlexander Larsson2009-12-173-10/+0
|
* Update NEWS for releaseAlexander Larsson2009-12-171-0/+10
|
* Change "enable browser" prefs to "enable spatial"Alexander Larsson2009-12-172-4/+4
| | | | | Since browser is now the default we want to change the description and default state of the prefs UI for this to follow this change.
* Add eel_preferences_builder_connect_inverted_boolAlexander Larsson2009-12-172-0/+55
|
* Enable browser mode by defaultAlexander Larsson2009-12-172-2/+2
| | | | | | | As discussed on the list we're moving to browser mode with the switch to gnome-shell. Gnome-shell is not quite ready yet, but we want to move towards that as early as possible so we can iron out all the details in the new behaviour.
* When showing a window for the first time, focus the active slots viewAlexander Larsson2009-12-171-0/+2
|
* Set right slot in active pane state for new viewsAlexander Larsson2009-12-171-0/+3
|
* Don't grab focus on realizeAlexander Larsson2009-12-171-11/+0
| | | | | This causes problems when opening up an extra view as it forces it to become focused which is not what we want.
* Move "go to same location as other pane" in the menusAlexander Larsson2009-12-172-5/+4
| | | | | We don'r want separators around this single item, put it with the navigation stuff instead (not ideal, but ok).
* Fix typoAlexander Larsson2009-12-171-1/+1
|
* Remove switch to other pane menu item and make F6 do this insteadAlexander Larsson2009-12-172-3/+3
| | | | | | | | | | | This is a very useless menu item, its sole reason for existance is to bind a keyboard combo to it. Instead we should just choose one. Some research indicate that F6 is standard for this. In Gtk+ F6 is used for split view navigation in general, so it will toggle between the sidebar and the two views. However, you can reach the sidebar in other ways using keynav, and the more important thing is the pane toggling, so we override this and make F6 be pane switching only.
* Replace shave with AM_SILENT_RULESAlexander Larsson2009-12-176-234/+6
|
* Don't focus the search entry when we're activating a pane with searchAlexander Larsson2009-12-172-1/+15
| | | | | | This is not the right behaviour, and additionally it caused problems to do this from the focus in signal handler for the icon view, since the recursion of the focus changes caused HAS_FOCUS state to be mixed up.
* Set active pane when its search bar gets focusAlexander Larsson2009-12-171-0/+10
|
* Add event for search bar getting focusAlexander Larsson2009-12-172-1/+27
|
* Minor whitespace cleanupsAlexander Larsson2009-12-171-7/+5
|
* Move nautilus_navigation_window_pane_set_active into a vfuncAlexander Larsson2009-12-175-25/+20
| | | | | Now nautilus_window_pane_set_active works for both navigational and spatial panes.