summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Occitan translationgnome-3-0Cédric Valmary2016-10-111-63/+241
|
* Update Occitan translationCédric Valmary2016-10-111-2/+2120
|
* Update Occitan translationCédric Valmary2016-10-111-4114/+5152
|
* Updated Occitan translationCédric Valmary2015-05-231-6201/+4260
|
* Updated Norwegian Nynorsk translationÅsmund Skjæveland2012-04-291-4/+2
|
* Updated Norwegian Nynorsk translationAndreas N2011-12-261-1252/+1254
|
* Updated asturian translationXandru Armesto2011-12-221-4902/+4995
|
* [l10n]Added Burmese translationThura Hlaing2011-11-142-0/+7198
|
* Updated Japanese translationJiro Matsuzawa2011-09-101-370/+371
|
* Updated Brazilian Portuguese translation, reviewed by Antonio Fernandes C. ↵André Gondim2011-09-031-314/+320
| | | | Neto <fernandesn@gnome.org>.
* Updated Vietnamese translationLê Trường An2011-08-011-208/+202
|
* Fixed a string in Brazilian Portuguese translationDjavan Fagundes2011-07-281-1/+1
|
* Added UG translationAbduxukur Abdurixit2011-07-071-7175/+7178
|
* Updated Turkish translationMuhammet Kara2011-07-031-5885/+5959
|
* Updated Serbian translationМирослав Николић2011-06-252-1750/+966
|
* Fix an inconsistency and a too long buttonGabor Kelemen2011-06-191-4/+4
|
* Corrections in Telugu filekrishnababu k2011-06-151-53/+52
|
* Updated Telugu Translations done by Praveen Illakrishnababu k2011-06-151-5132/+5247
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-05-291-5038/+4638
|
* release: prepare for 3.0.23.0.2Cosimo Cecchi2011-05-242-1/+9
|
* autostart: add an autostart desktop fileCosimo Cecchi2011-05-242-0/+12
| | | | | | | It will autostart nautilus automatically based on the GSettings key org.gnome.desktop.background show-desktop-icons. https://bugzilla.gnome.org/show_bug.cgi?id=647267
* po/vi.po: updated UI to match nautilus-preview.pageNguyễn Thái Ngọc Duy2011-05-241-2/+2
|
* po/vi.po: fix up UI to match nautilus-views.pageNguyễn Thái Ngọc Duy2011-05-241-98/+120
|
* Remove old special-cased "select source folder"Alexander Larsson2011-05-231-8/+3
| | | | | We now do this generically, so no need to special case it in the "go up" case.
* Always select the folder you "came from" when navigating upwardsAlexander Larsson2011-05-231-12/+40
| | | | | | | We used to special case this for the up button, but that now only exists as a keyboard shortcut. This more generic approach gets the same feature also for pathbar navigation and back/forward history navigation.
* Really open in new window on the pathbar contect menu itemAlexander Larsson2011-05-231-2/+1
| | | | | | Turns out that we didn't pass the NEW_WINDOW flag in the handler for the LocationOpenAlternate action. This is used when right-clicking on the location label or the pathbar.
* icon-view: Only resort during relayout if necessaryAlexander Larsson2011-05-232-1/+12
| | | | | | | | | | We don't need to resort unless e.g. a file changed or was added. Additionally, for weird reason this makes the keyboard focus handling work when deleting a file (file after deleted gets focus). This was broken due to a relayout happening due to a size_allocate due to a style set due to a focus change when going to/from the "are you sure" dialog.
* window: reverse the order of key-press event processingCosimo Cecchi2011-05-233-11/+59
| | | | | | | | | | | | | | | | | | | | | | Usually the default GtkWindow handler for key-press events processes them in the following order: - calls gtk_window_activate_key() to process mnemonics/accelerators for the toplevel window - calls gtk_window_propagate_key_event() to propagate the events to the focus widget - chains up to parent if both fail We want gtk_window_propagate_key_event() to be called before gtk_window_activate_key(), as when we're focusing an editable widget (e.g. renaming a file), we want all keybindings to apply to that, e.g. Delete, Ctrl+Delete (or Ctrl+W if we're e.g. using an emacs-mode GTK+ binding set). This interferes a bit with the type-ahead search windows that NautilusIconContainer and GtkTreeView pop up; we can control the former, but not the latter, so we need a bit of a hack in NautilusListView to prevent the search window to steal the pasted URI, and still not handle the event. https://bugzilla.gnome.org/show_bug.cgi?id=314431
* query-editor: add a border around the query editor widgetsCosimo Cecchi2011-05-231-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647737
* connect-server: strip the scheme if it matches the chosen methodStefano Teso2011-05-231-0/+9
| | | | | | | | If e.g. ftp://ftp.example.com is specified as an address, and the FTP method is chosen, we should strip "ftp://" automatically from the address before connecting. https://bugzilla.gnome.org/show_bug.cgi?id=643608
* window: treat regular files as selection when opening a locationCosimo Cecchi2011-05-191-0/+22
| | | | | | | This allows to call `nautilus uri:///path/to/file` from the command line to open uri:///path/to with file pre-selected. https://bugzilla.gnome.org/show_bug.cgi?id=632427
* application: don't look at DESKTOP_AUTOSTART_ID anymoreCosimo Cecchi2011-05-021-15/+0
| | | | | | | | | | | | Now that we don't support being a session component anymore, it doesn't make sense to special case the session autostart. This also breaks opening new windows when nautilus is added to ~/.config/autostart, which is now the supported way of having desktop icons automatically, as we end up reading the env variable every time when parsing the command line (as the original process will always have that set) and refuse to show a window. https://bugzilla.gnome.org/show_bug.cgi?id=649063
* Added UG translationAbduxukur Abdurixit2011-05-021-6962/+7175
|
* release: prepare for 3.0.1.13.0.1.1Cosimo Cecchi2011-05-012-1/+5
|
* places-sidebar: disconnect from bookmark list changed signal on disposeCosimo Cecchi2011-05-011-3/+12
| | | | | This should hopefully fix this crash https://bugzilla.redhat.com/show_bug.cgi?id=699184
* mime-actions: don't free the activation parameters earlyCosimo Cecchi2011-05-011-13/+12
| | | | | | | This fixes a segfault when clicking on the "Select Application" button when opening a file with no default applications, like in https://bugzilla.redhat.com/show_bug.cgi?id=699850
* progress-ui-handler: don't add progress infos to the window twiceCosimo Cecchi2011-04-291-1/+1
| | | | | | | We were adding them twice in case there was already one operation running. https://bugzilla.gnome.org/show_bug.cgi?id=648857
* places-sidebar: make sure to return if we click inside empty spaceCosimo Cecchi2011-04-291-2/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=648872
* Updated Danish translationAsk H. Larsen2011-04-251-189/+189
|
* release: prepare for 3.0.13.0.1Cosimo Cecchi2011-04-252-1/+12
|
* places-sidebar: fix opening of selected items by pressing EnterStefano Teso2011-04-251-17/+21
| | | | | | | | Don't use get_cursor() to open the current item in the sidebar, and use the tree selection instead, as we modify the selection manually when evaluating up/down keypresses. https://bugzilla.gnome.org/show_bug.cgi?id=648555
* icon-container: don't chain up style-updated for the desktop containerCosimo Cecchi2011-04-251-5/+7
| | | | | | | Chaining up resets the background to the default color, which is not what we want for the desktop container. https://bugzilla.gnome.org/show_bug.cgi?id=648137
* places-sidebar: make sure the eject icon is rendered 16x16Cosimo Cecchi2011-04-251-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647570
* icon-container: clear the drag state before popping up context menuCosimo Cecchi2011-04-251-0/+5
| | | | | | | Otherwise, a fake drag state will leak into the next motion-notify event when the menu has been dismissed, causing a segfault. https://bugzilla.gnome.org/show_bug.cgi?id=550253
* search-bar: set redraw_on_allocate(), like GtkInfoBar doesCosimo Cecchi2011-04-251-0/+2
| | | | | | | This fixes artifacts while resizing. A similar patch was committed to GtkInfoBar in https://bugzilla.gnome.org/show_bug.cgi?id=587716. https://bugzilla.gnome.org/show_bug.cgi?id=647013
* libnotify: need at least 0.7.0Paul Seidler2011-04-251-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647088
* icon-container: reset the double click counter after a double clickCosimo Cecchi2011-04-251-1/+6
| | | | | | | | | | If we don't do this, we ignore any other double click event that happen during the next 'gtk-double-click-time' interval after the first double click. Thanks to Tanyel A. Nimeu for the initial patch. https://bugzilla.gnome.org/show_bug.cgi?id=647062
* preferences: use g_settings_bind_with_mapping() for radiobuttonsCosimo Cecchi2011-04-251-51/+29
| | | | | | | This also fixes radiobuttons preferences not being applied when opening the properties dialog. https://bugzilla.gnome.org/show_bug.cgi?id=644478
* conflict-dialog: make the rename entry expand the whole widthCosimo Cecchi2011-04-251-1/+1
|
* conflict-dialog: don't force a size request on the labelsCosimo Cecchi2011-04-251-2/+0
| | | | This is not required anymore in GTK+ 3