summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* properties-window: add created row to the basic pagewip/antoniof/add-date-createdApoorv Sachan2020-08-222-10/+68
| | | | | | The NautilusFile backend now supports birth-time parameter, It is now leveraged to display the date-created for a file in properties dialogue
* file: Add "date_created" attributeAntónio Fernandes2020-08-225-4/+82
|
* Updated Slovenian translationMatej Urbančič2020-08-211-409/+419
|
* Release version 3.37.913.37.91Ondrej Holy2020-08-213-2/+6
|
* appdata: Fix typo in property name of release tagOndrej Holy2020-08-211-1/+1
| | | | | Currently, "data" property is used for release tag, but it should be "date" instead.
* batch-rename-utilities: Use string literal instead of IRIMax2020-08-191-1/+1
| | | | | | | | | | | The batch rename feature supports renaming files by common metadata stored in Tracker's database. This was previously broken because a filter in the SPARQL query that intends to limit the file selection to the current directory was always returning 0 results. Changing the string quote type from IRI syntax to a regular string literal within that filter call fixes the problem. Fixes #1025.
* Update Croatian translationGoran Vidović2020-08-181-943/+974
|
* Update Swedish translationAnders Jonsson2020-08-181-460/+467
|
* Update Finnish translationJiri Grönroos2020-08-161-946/+981
|
* Update Polish translationPiotr Drąg2020-08-161-939/+947
|
* Update Kazakh translationBaurzhan Muftakhidinov2020-08-151-409/+415
|
* Update Japanese translationsicklylife2020-08-141-15/+16
|
* Update Japanese translationYuki Okushi2020-08-141-411/+419
|
* Update Romanian translationFlorentina Mușat2020-08-141-462/+470
|
* Update Indonesian translationKukuh Syafaat2020-08-141-411/+417
|
* Update Galician translationFran Dieguez2020-08-131-944/+1004
|
* Update German translationChristian Kirbach2020-08-131-411/+417
|
* Update French translationAlexandre Franke2020-08-121-945/+974
|
* Update Chinese (China) translationBoyuan Yang2020-08-121-409/+416
|
* Update Basque translationAsier Sarasua Garmendia2020-08-111-1179/+1039
|
* Updated Spanish translationDaniel Mustieles2020-08-111-499/+513
|
* Update Greek translationEfstathios Iosifidis2020-08-101-20/+18
|
* Update Brazilian Portuguese translationRafael Fontenelle2020-08-101-421/+434
|
* Correct a typo in Overview.mdFelix Yan2020-08-091-1/+1
|
* Update Catalan translationJordi Mas2020-08-091-408/+414
|
* Update British English translationBruce Cowan2020-08-091-953/+992
|
* Update Turkish translationEmin Tufan Çetin2020-08-091-84/+137
|
* Update Ukrainian translationYuri Chornoivan2020-08-081-36/+19
|
* properties-window: Stop translating placeholdersPiotr Drąg2020-08-081-4/+4
|
* properties-window: Set buttons in change permissions dialog as translatablePiotr Drąg2020-08-081-2/+4
| | | | Also add mnemonics.
* Update Ukrainian translationYuri Chornoivan2020-08-081-459/+575
|
* Update Greek translationEfstathios Iosifidis2020-08-081-85/+146
|
* Update POTFILES.inPiotr Drąg2020-08-081-0/+2
|
* Update German translationChristian Kirbach2020-08-081-735/+759
|
* Update Greek translationEfstathios Iosifidis2020-08-071-418/+371
|
* Update Turkish translationEmin Tufan Çetin2020-08-071-409/+362
|
* Release version 3.37.903.37.90Ondrej Holy2020-08-073-2/+10
|
* properties-window: Center permissions horizontallyAntónio Fernandes2020-08-052-0/+4
| | | | | | | | | If the window grows larger, the permissions look pushed to the left. Same problem with the "Change permissions..." dialog, which is wider by default due to a long window title. So, in both cases, let's center the contents.
* properties-window: Reduce Open With natural widthAntónio Fernandes2020-08-051-1/+1
| | | | | | | | | | | The Open With tab makes the whole dialog wider than it needs to be, making other labs look stretched. This is because the label has a very high natural width, in spite of wrapping, which is attributable to the max-width-chars property. So, halve the value of that propert to give the Properties window a more fitting natural width.
* properties-window: Follow HIG layout adviceApoorv Sachan2020-08-052-108/+84
| | | | | | | | | | | | | | The GNOME Human Interface Guidelines include spacing rules for widgets laid out in a grid, and spacing from window edges: https://developer.gnome.org/hig/stable/visual-layout.html.en For vertical spacing between groups of controls, we have been using empty label widgets. This doesn't give us the control over the heigh that we need, so shall use margins instead. In case of the Basic page, due to the conditionality of the first widget in a group, instead of propper margins we use an empty box with a set heigh as a spacer. Also, prefer the GtkBox:spacing property over the padding child prop.
* properties-window: Reposition icon above basic gridApoorv Sachan2020-08-052-3/+5
| | | | | | | | With the title labels aligned to the right, the icon widget is isolated at the left side, pushed to the edge and disconnected. Center the icon horizontally, at the top of the page, for better visual balance. Also, make it slightly larger, using standard icon size.
* properties-window: Set style with better text contrastApoorv Sachan2020-08-052-0/+6
| | | | | | the outermost GtkBox is set to use 'view' style class for a better contrast between background and the dimmed title lables.
* properties-window: HIG Complaince stylingApoorv Sachan2020-08-053-59/+161
| | | | | | * All the title labels are right Aligned * All labels appear in a lighter shade - dim-label styling * ':' symbol has been removed which succeeds the title labels
* properties-window: Align Contents title lable propperlyApoorv Sachan2020-08-052-20/+1
| | | | | | | | | When the Contents field displays a multi line message the Contents label needs to be aligned to the first line. Traditional implementation achieved this by conditionally appending a newline character, however now that valign property could be used to achieve the same, by setting it to "Start"
* properties-window: Remove unused struct membersApoorv Sachan2020-08-051-3/+0
|
* properties-window: Stop setting "use_original" dataApoorv Sachan2020-08-051-53/+26
| | | | | now, value_field_update() and value_field_update_internal() are merged into value_filed_update()
* properties-window: Stop setting "inconsistent_string" dataApoorv Sachan2020-08-051-43/+4
| | | | This is always the same for all labels, so there is no point.
* properties-window: Removing dead functionsApoorv Sachan2020-08-051-363/+0
| | | | They lost their UI-building role to GtkBuilder.
* properties-window: Clear list of dangling pointersAntónio Fernandes2020-08-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | The window->change_permission_combos list is populated each time the "Change Permissions of Enclosed Files" button is clicked. This list is cleared when the Properties window is destroyed, but not when the "Change Permissions of Enclosed Files" dialog is. As a result, if the button is clicked again, new combos are prepended to the list but the previous (now-dangling) pointers are still there. If GLib is built without -DG_DISABLE_CAST_CHECKS, then trying to use this dialog a second time to change permissions of enclosed files will result in a crash due to the dangling pointers failing a cast check. But even though production code will not crash this way, leaving dangling pointers in the list is a bad idea. Before this dialog was ported to a GtkBuilder UI definition, this bug was masked by a leak of floating references. To properly manage the lifecycle of this list, let's clear it whenever the dialog is destroyed.
* mime-application-chooser: Remove the whole classApoorv Sachan2020-08-054-549/+0
| | | | | | Until the previous commit, its single user was the Properties window. Now it's unused, so we can remove the its source files completely.