summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* css: add shorthand text-decoration propertywip/pbor/css-text-attributesPaolo Borelli2015-07-051-0/+39
| | | | | Note that for now we take into account only text-decoration-line and text-decoration-color
* css: support text-decoration-colorPaolo Borelli2015-07-053-0/+23
|
* linkbutton: use the text-decoration-line cssPaolo Borelli2015-07-054-37/+9
| | | | | Remove the custom add() implementation and use css to underline the label.
* css: add support for text-decoration-linePaolo Borelli2015-07-055-7/+110
|
* entry: add css letter-spacingPaolo Borelli2015-07-051-0/+12
|
* label: add support for CSS letter-spacing propertyPaolo Borelli2015-07-0510-5/+140
| | | | | Support letter-spacing CSS property on GtkLabel. Reftest is included.
* pango: move an utility function from gtklabelPaolo Borelli2015-07-053-17/+20
| | | | This will be used both by gtklabel and gtkentry
* Updated Greek translationDimitris Spingos2015-07-062-894/+1110
|
* Fix return value error in _gtk_file_system_model_get_directoryTing-Wei Lan2015-07-061-1/+1
|
* Updated Portuguese translationPedro Albuquerque2015-07-051-85/+130
|
* file chooser: Allow deleting filesMatthias Clasen2015-07-042-2/+117
| | | | | | | This is another often requestsed feature for save mode. Based on a patch by John Beard, https://bugzilla.gnome.org/show_bug.cgi?id=325150
* file chooser: Allow renaming filesMatthias Clasen2015-07-043-27/+253
| | | | | | | This has often been requested as a useful feature in save mode. Based on a patch by John Beard, https://bugzilla.gnome.org/show_bug.cgi?id=325150
* Fix up some whitespace mishapMatthias Clasen2015-07-041-24/+16
|
* file chooser: Redo the trailing space warningMatthias Clasen2015-07-041-18/+14
| | | | | | Redo this slightly differently, so we can keep all the simple checks in one place. This will make it easier to reuse the code for file renaming.
* places sidebar: Fix memory handling of rename popoverMatthias Clasen2015-07-041-1/+10
| | | | | We were freeing the same string twice here, leading to badness.
* Strip leading and trailing whitespace from filechooser save filenamesArc Riley2015-07-041-2/+8
| | | | | | | This makes a local copy of the file part of the entry to strip it transparently Since this is assumed to be a mistake, the user is not notified. https://bugzilla.gnome.org/show_bug.cgi?id=593372
* Warn for whitespace at beginning or end of new folder namesArc Riley2015-07-041-1/+17
| | | | | | | | | | The warning is not intended to disable the Create button and must only be shown when the folder is not found, so this is implemented in the folder name exists callback. A "name" entry was added to FileExistsData to pass the filename to the callback https://bugzilla.gnome.org/show_bug.cgi?id=751800
* docs: Drop deprecated symbolic icon namesEmmanuele Bassi2015-07-041-2/+1
| | | | Do not suggest using icons that do not exist.
* container: Update the add() warningEmmanuele Bassi2015-07-041-1/+1
| | | | | Now that gtk_widget_reparent() has been deprecated, we should not suggest it.
* Updated Portuguese translationPedro Albuquerque2015-07-041-466/+399
|
* Updated Portuguese translationPedro Albuquerque2015-07-041-909/+890
|
* file chooser: Make Ctrl-L work in search modeMatthias Clasen2015-07-041-4/+2
| | | | | | There is no real reason to not allow this. The transition is not quite as smooth as it should be, currently, but at least it works.
* file chooser dialog: Make button not take focusMatthias Clasen2015-07-041-0/+1
| | | | | Things work smoother, keynav-wise, if the search button does not take focus on click.
* file chooser: Make unsetting save entry workMatthias Clasen2015-07-041-1/+1
| | | | Fix an overzealous assertion.
* file chooser dialog: Make action changes workMatthias Clasen2015-07-041-74/+82
| | | | | We were not listening for action changes to update the save entry.
* file chooser: CleanupsMatthias Clasen2015-07-041-1075/+1029
|
* testfilechooser: Add a --local-only flagMatthias Clasen2015-07-041-1/+4
| | | | This allows for easier testing of !local-only mode.
* file chooser: Don't show Trash in save modeMatthias Clasen2015-07-041-0/+1
| | | | You can't save there...
* GtkPlacesSidebar: Allow hiding TrashMatthias Clasen2015-07-043-1/+68
| | | | We will use this in the filechooser in save mode.
* GtkTreeViewColumn: Fix a documentation typoMatthias Clasen2015-07-041-4/+4
|
* file chooser: Improve column sizingMatthias Clasen2015-07-042-29/+47
| | | | | | | | Allow the name and location columns to be resized, but arrange for their sizing to be reset when the column layout changes (either by the location column appearing/disappearing, or by the time column changing between mtime and atime. This gives a decent compromise between good automatic sizing and user control.
* file chooser: Remove a wrong assumptionMatthias Clasen2015-07-041-5/+2
| | | | | | | | | The code for getting the selected files was assuming that we are always in browse mode, and was causing warnings when hitting Ctrl-L twice, right after opening the file chooser. The fix is to simple use the model that is passed into the callback.
* file chooser: Don't show Enter Location in sidebarMatthias Clasen2015-07-042-13/+0
| | | | Following the file chooser mockups.
* file chooser: Update empty state for searchMatthias Clasen2015-07-041-4/+20
| | | | Follow the mockups more.
* file chooser: Add search progressMatthias Clasen2015-07-042-1/+51
| | | | | Show a spinner if no search reasults have shown up yet and the search is still going, after 2 seconds.
* file chooser: Set fixed sort functions for recent and searchMatthias Clasen2015-07-041-76/+150
|
* file chooser: Improve location column formattingMatthias Clasen2015-07-041-49/+6
|
* file chooser: Improve the mode switching operationMatthias Clasen2015-07-041-36/+34
| | | | | | | | Avoid reloading models unnecessarily, e.g. when the user switches to search and back without starting a search. Keep the current list contents visible until a search is actually started. Also, synchronize any changes in the column layout with the corresponding model changes.
* Add a getter for the directory to file system modelMatthias Clasen2015-07-042-0/+10
| | | | | This will allow us to aovid reloading if the directory is unchanged.
* file chooser: Clean up enum handlingMatthias Clasen2015-07-042-31/+36
| | | | | Use g_settings_get_set_enum to handle the clock and date format settings.
* file chooser: Code cleanupsMatthias Clasen2015-07-041-45/+45
| | | | Shorten excessively long field names.
* file chooser: Consistently clear model cachesMatthias Clasen2015-07-041-32/+46
| | | | | This was not done for all models in all places, leading to e.g. icon theme updates not applying correctly to search results.
* file chooser: Add a way to toggle time displayMatthias Clasen2015-07-041-38/+79
|
* file chooser: remove a stale commentMatthias Clasen2015-07-041-5/+0
|
* file chooser: Improve time and date formattingMatthias Clasen2015-07-043-18/+134
| | | | | Use the same formats as nautilus, and put date and time in separate cells, so they are neatly aligned.
* file chooser: Don't allow resorting recent filesMatthias Clasen2015-07-041-21/+14
| | | | They are inherently sorted by access time.
* file chooser: Use access time for recent filesMatthias Clasen2015-07-043-92/+75
| | | | | Use access time for sorting the recent files, and show it in the list instead of mtime.
* file chooser: Add and use a model search engineMatthias Clasen2015-07-046-5/+306
| | | | | | This search engine reuses the GFileInfo that is already loaded for the file list, to ensure that hits from the current directory always appear promptly.
* testfilechooser: Disable the terrible previewMatthias Clasen2015-07-041-0/+2
| | | | It makes testing the intended user experience harder.
* file chooser: Don't show recent in save modeMatthias Clasen2015-07-041-1/+5
| | | | | | | | | | Don't show Recent in the sidebar when we are in save mode. We also ignore the startup-mode = recent in save mode now - we don't want to populate the file list with recent files if Recent is not on the sidebar. If you really want to go there, you can still enter recent:// in the location entry. https://bugzilla.gnome.org/show_bug.cgi?id=751653