summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Korean translationHEADmasterSeong-ho Cho2023-04-232-0/+186
|
* Update Hebrew translationYosef Or Boczko2023-01-051-15/+16
|
* Add Hebrew translationAvi Markovitz2023-01-052-0/+185
|
* Add Georgian translationZurab Kargareteli2022-11-262-0/+184
|
* Add Russian translationSergej A2022-06-132-0/+123
|
* Update Russian translationSergej A2022-05-301-56/+85
|
* Update French translationIrénée THIRION2022-05-241-43/+53
|
* Update Basque translationAsier Sarasua Garmendia2022-04-181-5/+17
|
* Update Chinese (China) translationLuming Zh2022-02-031-69/+106
|
* Update Friulian translationFabio Tomat2021-11-221-5/+5
|
* Add Catalan translationJordi Mas i Hernandez2021-11-052-0/+184
|
* Merge branch 'fix-bugtracker' into 'master'Thomas Bechtold2021-09-171-1/+1
|\ | | | | | | | | appdata: fix bugtracker link See merge request GNOME/d-feet!30
| * appdata: fix bugtracker linkThomas Bechtold2021-09-171-1/+1
|/ | | | | gitlab issues are used for bugtracking. bugzilla is no longer a thing.
* Updated Spanish translationDaniel Mustieles2021-09-101-54/+54
|
* Post-release version bump to 0.3.17Will Thompson2021-05-071-1/+1
|
* News for 0.3.160.3.16wjt/0.3.16Will Thompson2021-05-072-0/+81
|
* Updated Danish translationAlan Mortensen2021-03-131-41/+53
|
* Update German translationStephan Woidowski2021-02-081-52/+68
|
* Update Serbian translationМирослав Николић2021-01-201-9/+21
|
* Merge branch 'fix-8' into 'master'Thomas Bechtold2021-01-112-3/+3
|\ | | | | | | | | | | | | Escape markup in property values Closes #8 See merge request GNOME/d-feet!28
| * Escape markup in property valuesJames Westman2020-08-292-3/+3
| | | | | | | | | | | | | | This fixes an issue where property values that contained markup characters weren't displayed. Fixes #8.
* | Updated Czech translationMarek Černocký2020-11-151-42/+54
| |
* | Update Turkish translationEmin Tufan Çetin2020-09-201-15/+25
| |
* | Add Croatian translationGoran Vidović2020-09-132-0/+186
| |
* | Update Hungarian translationBalázs Úr2020-09-121-12/+21
| |
* | Update Friulian translationFabio Tomat2020-09-081-53/+71
| |
* | Update Dutch translationNathan Follens2020-08-251-10/+20
| |
* | Updated Danish translationAsk Hjorth Larsen2020-08-231-0/+118
| |
* | add da to LINGUASAsk Hjorth Larsen2020-08-231-0/+1
|/
* Update Finnish translationJiri Grönroos2020-08-171-4/+16
|
* ci: flatpak: remove meson-args variableJordan Petridis2020-08-031-4/+1
| | | We no longer need to manually keep it in sync with the ci.
* ci: push to the nightly repoJordan Petridis2020-08-021-0/+5
|
* ci: remove deprecated jobsJordan Petridis2020-08-021-27/+0
| | | | | | | The functionality of these jobs exists in the normal build job now and they are no longer needed. citemplates@544836ee
* Add Ukrainian translationYuri Chornoivan2020-06-082-0/+123
|
* Updated Slovenian translationMatej Urbančič2020-06-051-11/+21
|
* Update Indonesian translationKukuh Syafaat2020-05-221-11/+21
|
* introspection: Clear idle id when done with itRay Strode2020-05-201-0/+1
| | | | | | | | | commit 3c82a664155695bd4243c2a964b3ec22c544f3f6 added an idle handler to help process introspection requests asynchronously. It failed to clear the idle handler id when the idle finished, however. This commit fixes that.
* Merge branch 'wip/async-introspect' into 'master'Thomas Bechtold2020-05-201-5/+14
|\ | | | | | | | | introspection: Load introspection data asynchronously See merge request GNOME/d-feet!26
| * introspection: Load introspection data asynchronouslyRay Strode2020-05-141-5/+14
| | | | | | | | | | | | | | | | | | | | | | Some projects, like systemd, have truely gigantic introspection trees. At the moment that makes d-feet lock up. To address that problem, this commit changes d-feet to process the incoming introspection data from an idle handler. https://gitlab.gnome.org/GNOME/d-feet/-/merge_requests/26
* | Add Romanian translationFlorentina Mușat2020-05-192-0/+186
|/
* Updated Spanish translationDaniel Mustieles2020-04-301-10/+20
|
* Update Brazilian Portuguese translationRafael Fontenelle2020-04-271-12/+22
|
* Update Swedish translationAnders Jonsson2020-04-211-11/+21
|
* Update Polish translationPiotr Drąg2020-04-191-11/+18
|
* Update Ukrainian translationYuri Chornoivan2020-04-171-6/+18
|
* Merge branch 'cmdline' into 'master'Thomas Bechtold2020-04-155-36/+74
|\ | | | | | | | | A few improvements & --address=ADDRESS support See merge request GNOME/d-feet!25
| * DFeetApp: add --addressMarc-André Lureau2020-03-261-0/+6
| | | | | | | | | | | | | | This will allow to open D-Feet directly to a given address from the CLI. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
| * DFeetApp: add --versionMarc-André Lureau2020-03-261-1/+25
| | | | | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
| * DFeetWindow: switch to the added bus watchMarc-André Lureau2020-03-261-0/+1
| | | | | | | | | | | | This will avoid having to switch manually after entering the address. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
| * DFeetWindow: factor out connect_to(address)Marc-André Lureau2020-03-261-12/+18
| | | | | | | | | | | | | | Reused in the following patch. Also returns whether attempt was successfull. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>