summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nautilus-window: Use GtkBuilder definitionwip/csoriano/window_gtkbuilderCarlos Soriano2015-02-116-101/+121
|
* nautilus-toolbar-ui.xml: Correct identationCarlos Soriano2015-02-111-66/+66
|
* nautilus-window: Use private instead of detailsCarlos Soriano2015-02-119-253/+215
| | | | | A code clean up that will make things easier for the next patch where we will use a template for the window
* 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
* notification-delete: only make filename boldCosimo Cecchi2015-02-031-5/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=743630
* nautilus-view: Change move to trash acceleratorCarlos Soriano2015-02-031-1/+1
| | | | | | | | | | Now that we have an in app notification, the user has a feedback if they push Delete key as an accident. So we no longer need to make the move to trash action difficult to do. So change the accelerator of move to trash from <shift>Delete to just Delete https://bugzilla.gnome.org/show_bug.cgi?id=743630
* general: Add in app notification for move to trashCarlos Soriano2015-02-039-7/+455
| | | | | | | | | | | | | | | | | We want to make sure the user has feedback when moving files to trash, so add an in app notification when some file has been moved to trash. Currently the notification manager only supports one notification at once, since the undo machinery only support to undo the last operation, not a specific operation. Even if we add support to it I'm not sure if multiple notifications of deleted files would be good, so instead of that just show one at once. To achieve that, connect to the undo state and delete all notification when the undo state changes and create the new notification if the undo operation is "move to trash" and if the undo manager state is "undo". https://bugzilla.gnome.org/show_bug.cgi?id=743630
* general: Add libgd as a submoduleCarlos Soriano2015-02-036-1/+15
| | | | | | We will use it for in app notifications. https://bugzilla.gnome.org/show_bug.cgi?id=743630
* Updated Spanish translationDaniel Mustieles2015-02-031-62/+24
|
* Updated Slovak translationDušan Kazik2015-02-031-3/+3
|
* nautilus-view: Use singular even if not necessaryCarlos Soriano2015-02-031-1/+1
| | | | | Even if the singular form is never used, we have to put the sentence in singular for the singular form for ngettext
* Updated Slovak translationDušan Kazik2015-02-021-87/+80
|
* nautilus-view: Use ngettext for pluralCarlos Soriano2015-02-021-3/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=743557
* nautilus-toolbar-menu-view: Use Capitalised Words for menu itemsCarlos Soriano2015-02-021-1/+1
|
* nautilus-shell-search-provider: Add path as descriptionCarlos Soriano2015-02-021-0/+7
| | | | | | | | | | It's useful to differentiate files from different folders with the same name. That's a common problem that we hit in the normal nautilus search. But it's easily fixable for the shell provider search, adding the path as a description. https://bugzilla.gnome.org/show_bug.cgi?id=743715
* nautilus-view: improve commentCarlos Soriano2015-02-021-2/+2
|
* Updated Spanish translationDaniel Mustieles2015-02-021-1555/+1199
|
* nautilus-view: Don't update if not active or destroyedCarlos Soriano2015-02-021-0/+7
| | | | | | | | | For context menus we update menus on a timeout. For the cases of the toolbar afaik that's not needed so we update directly. The schedulers for the context menu has a protection against updating if the view is destroyed or not active. Apply that protection to the update of the toolbar so we don't crash if we call it while destroying.
* Updated Kazakh translationBaurzhan Muftakhidinov2015-02-011-1464/+1066
|
* Updated Hungarian translationBalázs Úr2015-01-301-1826/+1429
|
* nautilus-toolbar-view-menu: Add margin to separatorCarlos Soriano2015-01-291-1/+7
| | | | | | | | Currently the main GtkBox of the view menu has spacing for its sections, but we actually want only spacing for each separator, so there is not separation between radio items, but there is space between each section. So just replace the box spacing for margin in each separator.
* nautilus-file: fix regression with small thumbnails imagesCosimo Cecchi2015-01-281-3/+3
| | | | | | | Commit 1968379a2e2dc7e601a0379856c05da5ed04d01d changed the code here to use the new names for icon sizes, but not consistently. https://bugzilla.gnome.org/show_bug.cgi?id=743651
* Updated Icelandic translationSveinn í Felli2015-01-281-1428/+1078
|
* Updated Icelandic translationSveinn í Felli2015-01-281-3092/+470
|
* list-view: enable horizontal grid linesCosimo Cecchi2015-01-271-0/+1
| | | | To match mockups.
* list-view: increase vertical paddingCosimo Cecchi2015-01-271-3/+19
| | | | To match mockups.
* Updated Slovak translationDušan Kazik2015-01-261-2389/+1577
|
* nautilus-file-undo-operations: Fix crash for multiple deleted filesCarlos Soriano2015-01-261-3/+3
| | | | | | | | | | | | Previously when using GtkMenuItem, setting NULL to a label of a menu item was not a problem, although it was a bug anyway since the label was present as empty. We were doing that with the Undo and Redo labels on the toolbar. Now with GMenuItem it was crashing when deleting more than a file since the label was NULL and the menu item couldn't be created. To fix it, make sure we always set a label for the trash delete job.
* toolbar: remove debug spewCosimo Cecchi2015-01-261-2/+0
|
* toolbar: cleanup handling of zoom actionsCosimo Cecchi2015-01-267-107/+38
| | | | | Store the entire state in the action. The toolbar will be called to update the state anyway...
* toolbar: don't read the sort hint if there's no sort actionCosimo Cecchi2015-01-261-12/+15
|
* toolbar: use g_simple_action_set_state_hint() for sort actionCosimo Cecchi2015-01-264-26/+54
| | | | This way we can avoid directly poking at the toolbar.
* window: move undo actions to the window action groupCosimo Cecchi2015-01-262-109/+79
| | | | | They are shared between different views - and windows actually. So it makes more sense for them to live here for now.
* toolbar: rework how Undo/Redo actions are added to the menuCosimo Cecchi2015-01-265-28/+41
| | | | | Currently we always reload the menu from scratch and reset the menu button; the intent of the code here is to modify the menu in-place.
* view: plug memory leaksCosimo Cecchi2015-01-261-2/+6
| | | | We were not freeing the strings coming from the undo manager.
* toolbar: plug a couple of memory leaksCosimo Cecchi2015-01-261-0/+3
|
* window-slot: remove unneeded includeCosimo Cecchi2015-01-261-1/+0
|