summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* canvas-item: don't multiply padding for labelwip/cosimoc/zoom-levels-v2Cosimo Cecchi2016-02-201-2/+2
| | | | Avoid multiplying the horizontal padding in the label with the zoom level.
* general: add another zoom levelCarlos Soriano2016-02-2011-20/+60
| | | | | | | | | | | | | | | | In icon view, add a smaller zoom level to be able for dense views, and increase the default padding to allow the labels enough space. Now levels are 48px, 64px, 96px and 128px for icon view, instead of only 64px, 96px and 128px, but with the increased padding the 64px and 48px are useful. List view also gains a bigger level, and they become 16px, 32px, 48px, 64px. Also, adjust the label max width to be larger, but inside the icon itself. This fixes the label not taking advantage of all the width the icon provides, and also a few cases where icons were misaligned.
* canvas-item: make a method privateCosimo Cecchi2016-02-202-11/+10
|
* canvas-item: remove unused codeCosimo Cecchi2016-02-201-9/+5
|
* Updated Thai translationAkom Chotiphantawanon2016-02-191-550/+824
|
* Updated Scottish Gaelic translationGNOME Translation Robot2016-02-181-1533/+2123
|
* Updated German translationBernd Homuth2016-02-181-345/+501
|
* Updated Polish translationPiotr Drąg2016-02-171-78/+82
|
* gtkplacesview: update to masterCarlos Soriano2016-02-171-13/+7
|
* preferences-window: switch speed_tradeoff declarationCarlos Soriano2016-02-171-1/+1
| | | | It was inverting the UI.
* preferences-window: remove unused constantCarlos Soriano2016-02-171-4/+0
|
* search-popover: fix mnemonics usageCarlos Soriano2016-02-171-0/+2
| | | | Forgot to add the use_underline property.
* window: add notifications for sidebar operationsCarlos Soriano2016-02-171-0/+91
| | | | | | | | | Recently we removed gtk+ notifications from mount operations in the gtk+ sidebar in order to move the handling of those to Nautilus. Now that that is done, implement notifications handling for unmount sidebar operations. The mount operations notifications are still handled by gnome-shell, we will see if that continues making sense or not.
* window: update modelineCarlos Soriano2016-02-171-1/+1
|
* window: remove obsoleted commentCarlos Soriano2016-02-171-4/+0
|
* Updated Spanish translationDaniel Mustieles2016-02-161-413/+415
| | | | (cherry picked from commit fdfcd0441f10a976cbac93e93d6ea27c9c6a42cc)
* preferences: reword link and delete actionsCarlos Soriano2016-02-161-2/+2
| | | | | | | | | | We want to make them affect the action itself, but that can confuse users that were already using them, and probably doesn't worth the effort. So for now make clear in the preferences window that what it affects is showing or not the action in the menu, not the availability action itself.
* Updated Slovak translationDušan Kazik2016-02-151-310/+317
|
* search-popover: fix misleading "Around" date selectorCarlos Soriano2016-02-151-1/+1
| | | | It's actually "Since...", not around.
* preferences: change tittle (again)Carlos Soriano2016-02-151-1/+1
| | | | Follow what Gedit does, and use a plain "Preferences" for the tittle.
* preferences: add tittleCarlos Soriano2016-02-151-0/+1
| | | | It was missing.
* application: give priority to user themeCarlos Soriano2016-02-151-11/+11
| | | | | | | | | | | We want to provide priority to anything that was set on the user theme rather than in custom Adwaita theme, in case anyone wants to override some style. This fixes the desktop window getting the same background as the one defined for normal windows in the Nautilus Adwaita theme. https://bugzilla.gnome.org/show_bug.cgi?id=761965
* css: draw a background for the notebookCarlos Soriano2016-02-151-0/+6
| | | | | | | | | | | | | | | With recent gtk+ changes, the notebook style and drawing was changed somehow. Nautilus had a white background by "luck", and the canvas view needs to apply it's own background style in order to have a background at all. This commit follows what we were doing with the desktop window where we apply a style class to have a transparent background, but in this case a white one to fix this issue. https://bugzilla.gnome.org/show_bug.cgi?id=761965
* eel-canvas: remove background draw handlingCarlos Soriano2016-02-153-65/+1
| | | | | | | | This seems no longer necessary. It looks like it was done to avoid flashing when redrawing, but probably this was fixed sometime in the past, so a transparent background in a widget doesn't flash anymore. https://bugzilla.gnome.org/show_bug.cgi?id=761965
* window: fix missing castingCarlos Soriano2016-02-151-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=761965
* desktop: convert css name to style classCarlos Soriano2016-02-152-5/+6
| | | | | | | | | We expect any GtkWindow to actually have the window style. So instead of changing the css node, just apply a style class. This will be needed for upcoming patches. https://bugzilla.gnome.org/show_bug.cgi?id=761965
* Updated Polish translationPiotr Drąg2016-02-141-250/+284
|
* Updated Slovak translationDušan Kazik2016-02-141-4/+4
| | | | (cherry picked from commit 81151d468cee60e544cba4bb32ad4b25ada68b83)
* Updated Slovak translationDušan Kazik2016-02-141-256/+345
| | | | (cherry picked from commit 9aa5fedb13beeb3260bfa63b4b52cc6e1d9045b2)
* Updated POTFILES.inPiotr Drąg2016-02-131-2/+2
|
* preferences: avoid repeated mnemonicsCarlos Soriano2016-02-121-2/+2
|
* preferences: rework preferences windowCarlos Soriano2016-02-1211-1380/+1266
| | | | | With designers guidance, rework the preferences window to a better state. Also, do few improvement on the way, like converting it to a GtkWindow.
* notebook: vertically align labelCarlos Soriano2016-02-121-2/+2
| | | | The label was misaligned with latest gtk+.
* search: use a separate view setting for searchCarlos Soriano2016-02-1211-147/+89
| | | | | | | | | | | | So we can select what type of view do we want for search independently of what we normally use. This is needed since we default to switch to list view for search, but we would like to allow users to select a different view. However, instead of adding a preference in the preference dialog, we can do it more straightforward and change the setting when we are in search. On the way, rework all the enums and views id for a saner code...
* preferences: remove sortingCarlos Soriano2016-02-122-53/+0
| | | | Since 3.18 is done in the menu directly.
* Updated Spanish translationDaniel Mustieles2016-02-101-77/+45
| | | | (cherry picked from commit a4638b052ccbae61016cfde7de3d8fa3c7eb5e50)
* Updated Hungarian translationBalázs Úr2016-02-101-254/+332
|
* file-undo-operations: change trashed files matching conditionRazvan Chitu2016-02-101-1/+9
| | | | | | | | | | | | | | In Nautilus, undoing trash operations relies on the original path of deleted files and their deletion time. This time value is obtained after the operation is performed, which can lead to a mismatch. This mismatch would cause deleted files to not be restored by an undo operation, as they would not be recognised as being the originals. Compare the deletion time from the file in trash with the value stored in the undo information. If the difference is less or equal than an epsilon value, consider the files as matching. https://bugzilla.gnome.org/show_bug.cgi?id=761819
* Updated German translationMario Blättermann2016-02-091-422/+595
| | | | (cherry picked from commit 9efdea53e0e494d45c110321aeec56f0c6a11bfa)
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2016-02-091-1715/+2405
| | | | (cherry picked from commit 03da19aa6a8711eff3f1445fd2e29f76f026707e)
* Updated Brazilian Portuguese translationRafael Fontenelle2016-02-091-498/+688
| | | | (cherry picked from commit 1b619e6ac59f0c45a57cd5f1cf37728c7a5d26bb)
* Updated Slovak translationDušan Kazik2016-02-091-21/+26
| | | | (cherry picked from commit 9ac9d8cfc2a974632f9132c80aa69d74fc769de7)
* file-operations: replace io_scheduler with GTask APIRazvan Chitu2016-02-081-200/+157
| | | | | | | | | | | | | | Nautilus file operations are implemented as asynchronous jobs scheduled using g_io_scheduler. Since g_io_scheduler has been deprecated, these operations should be using the simpler GTask API. The helper functions used in the operations have been changed in a previous patch so it is now possible to port the jobs themselves to the new API. The job structures are now data for tasks, which are handled by the existing functions in separate threads. For finalizing the operations, the existing "job_done" functions are now used as callbacks. https://bugzilla.gnome.org/show_bug.cgi?id=761549
* file-operations: replace io_scheduler in helper functionsRazvan Chitu2016-02-081-9/+61
| | | | | | | | | | | | | | | Nautilus file operations are implemented as asynchronous jobs scheduled using g_io_scheduler. Since g_io_scheduler has been deprecated, these operations should be using the simpler GTask API. In order to make this change possible, a first step would be to replace the scheduler in the helper functions called during the jobs. Replace g_io_scheduler_send_to_mainloop with g_main_context_invoke in helper functions. Since g_main_context_invoke is not blocking, add a mutex and a condition so the current thread is blocked until the operation is completed in the main loop. https://bugzilla.gnome.org/show_bug.cgi?id=761549
* Updated Spanish translationDaniel Mustieles2016-02-081-518/+857
| | | | (cherry picked from commit fcd0d8b2be3d09e7e4170243951618ba1b378f28)
* Preferences: add mnemonicsCarlos Soriano2016-02-082-6/+6
| | | | | | They were missing. https://bugzilla.gnome.org/show_bug.cgi?id=761706
* Fix MIME capitalization in a translatable stringPiotr Drąg2016-02-081-1/+1
|
* preferences: improve the wordingCarlos Soriano2016-02-081-2/+2
|
* preferences-dialog: order the settingsCarlos Soriano2016-02-081-8/+8
| | | | The position was set wrongly as 2 for all of them.
* Updated Kazakh translationBaurzhan Muftakhidinov2016-02-081-37/+40
| | | | (cherry picked from commit aa58221d98721fe92ce210bab7393843b2978f80)