summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nautilus-list-view: add a modified column with timewip/csoriano/improve_list_viewCarlos Soriano2015-02-172-22/+104
| | | | | It is useful for cases like a folder with pictures from the same day.
* nautilus-column-utilities: align size column to leftCarlos Soriano2015-02-171-1/+0
| | | | Design request
* nautilus-list-view: use containing folder name as locationCarlos Soriano2015-02-172-8/+2
| | | | | | | Design request. Having a full location is too much in most of the cases. So show only the direct containing folder. https://bugzilla.gnome.org/show_bug.cgi?id=744237
* nautilus-file: implement smarter datesCarlos Soriano2015-02-171-56/+55
| | | | | | | | | Design request. Now we show the name of the day of the week if the file was modified in the last week. On the other hand, given that now we have more space to show details, we show the hour and minutes on the date. https://bugzilla.gnome.org/show_bug.cgi?id=744237
* nautilus-list-view: dim label of columns that are not the nameCarlos Soriano2015-02-171-0/+4
| | | | | | Design request https://bugzilla.gnome.org/show_bug.cgi?id=744237
* nautilus-column-utilities: align to right the date columnCarlos Soriano2015-02-171-0/+3
| | | | | | Design request. https://bugzilla.gnome.org/show_bug.cgi?id=744237
* nautilus-list-view: put dates always the last columnsCarlos Soriano2015-02-173-5/+5
| | | | | | Design request. https://bugzilla.gnome.org/show_bug.cgi?id=744237
* nautilus-list-view: Don't show type columnCarlos Soriano2015-02-172-6/+6
| | | | | | The extension/icon should be enough https://bugzilla.gnome.org/show_bug.cgi?id=744237
* Updated POTFILES.inPiotr Drąg2015-02-171-2/+3
|
* Updated Hebrew translationYosef Or Boczko2015-02-171-105/+117
|
* Upload the correct ui fileCarlos Soriano2015-02-161-0/+0
|
* nautilus-view: Fix typos in previous commitCarlos Soriano2015-02-165-16/+16
|
* Forgot to attach the ui file on last commitCarlos Soriano2015-02-161-0/+23
|
* nautilus-view: show a warning if the user control + deleteCarlos Soriano2015-02-164-1/+55
| | | | | | | Now that we changed the shorcut for move to trash to Delete, we need to inform the user when he tries to use the old shorcut. We allow to disable the dialog for next times with a checkbutton in the dialog.
* Updated Norwegian bokmål translation from Åka Sikrom.Kjartan Maraas2015-02-161-9/+13
|
* Updated Hebrew translationYosef Or Boczko2015-02-161-109/+126
|
* Updated Russian translationStas Solovey2015-02-161-15/+12
|
* Updated Hungarian translationBalázs Úr2015-02-151-101/+84
|
* Updated Spanish translationDaniel Mustieles2015-02-121-10/+12
|
* doap: add me to maintainersCarlos Soriano2015-02-111-0/+7
| | | | Cosimo Cechi proposed it
* doap: add descriptionCarlos Soriano2015-02-111-0/+1
| | | | Is now necessary to be able to push the doap file.
* Updated POTFILES.inPiotr Drąg2015-02-111-0/+1
|
* nautilus-progress-ui-handler: Use a GtkDialogCarlos Soriano2015-02-111-27/+22
| | | | So we can use a header bar and improve the looks of the dialog.
* nautilus-progress-info-widget: Use GtkBuilder for the UICarlos Soriano2015-02-115-76/+126
| | | | | As always, it's better to use GtkBuilder definition files for the UI. Also improve the looks using a round button and symbolic icons.
* nautilus-window: remove obsolete commentCarlos Soriano2015-02-111-5/+0
|
* nautilus-toolbar-ui.xml: Correct identationCarlos Soriano2015-02-111-66/+66
|
* Updated Ukrainian translationDaniel Korostil2015-02-101-1862/+1484
|
* Updated Spanish translationDaniel Mustieles2015-02-091-37/+55
|
* Updated Norwegian bokmål translation from Åka Sikrom.Kjartan Maraas2015-02-091-1452/+463
|
* toolbar: focus view when popover is closedCosimo Cecchi2015-02-081-0/+15
| | | | | Fix a regression from 982469e3ae060885b271ef193ca60dfc28e66749 where view accelerators would stop working after using the popover.
* Updated Dutch translation Master 3.16hanniedu2015-02-081-1724/+1383
|
* query-editor: don't hardcode a width requestCosimo Cecchi2015-02-051-1/+1
| | | | | Instead, set the show-arrow property on the toolbar to FALSE, so that it will alwways report the correct width request.
* Updated Russian translationStas Solovey2015-02-051-75/+93
|
* Updated Icelandic translationSveinn í Felli2015-02-051-98/+76
|
* Updated Czech translationMarek Černocký2015-02-051-15/+34
|
* Updated Slovak translationDušan Kazik2015-02-041-37/+57
|
* Revert "nautilus-properties-window: make owner value insensitive"Carlos Soriano2015-02-041-1/+0
| | | | | | | | | This reverts commit 91bb18fe23dd12f31bb63d702c6b5cb31670649f. It needs to be sensitive so it's focusable and selectable for users and for A11y. gtk+ selects automatically the label on focusing the tab, so for fixing it we will need to do some tricks that would probably better be fixed/discussed inside gtk+.
* Updated POTFILES.inPiotr Drąg2015-02-041-0/+1
|
* Updated Russian translationStas Solovey2015-02-041-1795/+689
|
* nautilus-window: Don't create notification if user cancelledCarlos Soriano2015-02-041-3/+10
| | | | Don't create a delete notification if the user cancelled the operation.
* nautilus-properties-window: make owner value insensitiveCarlos Soriano2015-02-041-0/+1
| | | | Currently it gets selected, but it should be insensitive.
* nautilus-view: don't rename file extensionCarlos Soriano2015-02-041-1/+1
| | | | | Seems this is a silly change I did while doing the port to test things and I forgot to change it again to the original behaviour.
* nautilus-query-editor: Avoid hiding the searchCarlos Soriano2015-02-041-0/+1
| | | | | | | The query editor is hidden if the size of the window is less than a certain value because it has not enough space for it. So make sure all widgets are visible setting a minimum width.
* Updated Czech translationMarek Černocký2015-02-041-1411/+409
|
* Updated Galician translationsFran Dieguez2015-02-031-1839/+1401
|
* Updated Slovak translationDušan Kazik2015-02-031-28/+29
|
* Updated Slovak translationDušan Kazik2015-02-031-4/+4
|
* Fix includesCosimo Cecchi2015-02-032-4/+3
|
* window-slot: remove unused variableCosimo Cecchi2015-02-031-3/+0
|
* nautilus-window-slot: Don't grab focus on view changeCarlos Soriano2015-02-031-5/+0
| | | | | | | | | | | | | | | | | We were grabbing the focus on view mode change, so if the user changed the view mode with keyboard he could continue using it. But it makes the problem that with the new popover menu in the toolbar where you can choose between different views while the menu is open, grabbing the focus to another widget dismiss the menu, which is against the behavior of the GtkMenuPopover. To fix that, don't grab focus on view changes. In the tests I have done, you can still focus the view just using the arrows after the view changes, so I don't think it will be a problem for keyboard users. https://bugzilla.gnome.org/show_bug.cgi?id=743591