summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Slovenian translationmcatanzaro/#1989Martin2023-03-241-4/+3
|
* Update Persian translationDanial Behzadi2023-03-221-1028/+1170
|
* Update Slovenian translationMartin2023-03-211-18/+17
|
* Update Indonesian translationAndika Triwidada2023-03-211-90/+78
|
* Update Slovenian translationMartin2023-03-201-12/+3
|
* Use adw_expander_row_add_suffixMichael Catanzaro2023-03-172-2/+2
| | | | | | | | This replaces use of the deprecated adw_expander_row_add_action. It should not be backported to the gnome-44 branch since we don't want that branch to depend on libadwaita 1.4. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1302>
* gnome-languages: silence -Wmaybe-uninitialized warningsMichael Catanzaro2023-03-171-2/+2
| | | | | | | I fear GCC is getting dumber, because there's no way these could ever be used uninitialized, but whatever, initialization is good to do. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1302>
* Prepare 44.044.0Michael Catanzaro2023-03-173-1/+9
|
* window-commands: unbreak download finished callbackMichael Catanzaro2023-03-171-4/+1
| | | | | | | | | This callback did not survive the transition from destination URIs to destination paths. We are passing a base name to a function that needs the full path, and the practical effect is that you cannot create any web apps. Oops. Fixes #1989
* Update Slovenian translationMartin2023-03-141-1452/+21
|
* Update Catalan translationJordi Mas2023-03-131-5/+5
|
* Update Danish translationAlan Mortensen2023-03-131-100/+111
|
* Update British English translationBruce Cowan2023-03-131-1070/+1187
|
* Update Polish translationPiotr Drąg2023-03-122-1083/+1091
|
* Update Swedish translationAnders Jonsson2023-03-121-1033/+1206
|
* Update Catalan translationJordi Mas2023-03-111-1125/+1063
|
* Update Slovenian translationMatej Urbančič2023-03-091-428/+368
|
* Update French translationJean-Marc Tissières2023-03-091-1052/+1218
|
* Remove use of WebKitJavascriptResultMichael Catanzaro2023-03-088-93/+72
| | | | | | https://bugs.webkit.org/show_bug.cgi?id=253476 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1295>
* Handle rename of WebKitWebExtension -> WebKitWebProcessExtensionMichael Catanzaro2023-03-0810-42/+40
| | | | | | https://bugs.webkit.org/show_bug.cgi?id=226665 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1295>
* Bump WebKitGTK requirement to 2.39.91Michael Catanzaro2023-03-081-1/+1
| | | | | | This is required for the download destination changes. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1295>
* Asynchronously decide download destinationMichael Catanzaro2023-03-082-84/+81
| | | | | | | | | | | | | | | | | | | | Otherwise we wind up in fun situtations like: * Download starts * Run nested main loop to display a file chooser * Next download starts before user interacts with first file chooser * Run next nested main loop to display second file chooser * Next download starts (still before user interacts with first file chooser) * Run next nested main loop to display third file chooser This is not just hypothetical fun. It actually happens. See: https://bugs.webkit.org/show_bug.cgi?id=238748 Perhaps I'm no fun. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1295>
* Use path rather than URI for download destinationMichael Catanzaro2023-03-088-93/+59
| | | | | | | | | | | Adjust for WebKitGTK API changes: https://github.com/WebKit/WebKit/pull/10855 P.S. I found two places that were *already* using the download destination as if it were a path, even though it was a URI. Concerning. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1295>
* Update Swedish translationAnders Jonsson2023-03-081-108/+108
|
* Update Hungarian translationBalázs Úr2023-03-081-267/+176
|
* Fix broken markup in Korean UI translationAndre Klapper2023-03-081-1/+1
|
* Fix broken markup in Korean help translationAndre Klapper2023-03-081-4/+4
|
* Update Chinese (Taiwan) translationChao-Hsiung Liao2023-03-071-1047/+1174
|
* Update Bulgarian translationAlexander Shopov2023-03-061-1185/+1366
|
* Update Korean translationChangSeok Oh2023-03-061-1092/+1225
|
* Update Czech translationMarek Černocký2023-03-061-1038/+1067
|
* Disable granite dependency by defaultMichael Catanzaro2023-03-042-2/+3
| | | | | | | | This is probably only wanted by elementary OS and our flatpak builds. Other distros that ship Pantheon probably don't want to make Epiphany depend on Granite. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1299>
* Update Russian translationAleksandr Melman2023-03-041-488/+608
|
* Update Russian translationSergej A2023-03-041-117/+127
|
* Update Korean translationChangSeok Oh2023-03-041-143/+141
|
* Prepare 44.rc44.rcMichael Catanzaro2023-03-033-1/+13
|
* WebExtensions: Don't warn when directory doesn't existPatrick Griffis2023-03-031-1/+2
| | | | Closes #1984
* flatpak: Use meson for libsass and sasscAlexander Mikhaylenko2023-03-031-14/+6
| | | | Make CI a bit faster.
* shell: Only use elementary stylesheets on PantheonAlexander Mikhaylenko2023-03-031-0/+10
| | | | | | Do the same as what elementary apps do. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1292>
* Add elementary stylesAlexander Mikhaylenko2023-03-037-2/+187
| | | | | | Add a few style classes needed for that along the way. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1292>
* desktop-utils: Restrict is_desktop_pantheon() to USE_GRANITE=1Alexander Mikhaylenko2023-03-031-0/+4
| | | | | | It's pretty broken without that. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1292>
* location-entry: Set valign=centerAlexander Mikhaylenko2023-03-031-0/+1
| | | | | | It matters in elementary. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1292>
* location-entry: Hide progress bar when at 0 progressAlexander Mikhaylenko2023-03-032-1/+7
| | | | | | | Match GtkEntry behavior. In Adwaita it doesn't matter, in elementary it apparently does. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1292>
* Use Granite on elementary OSAlexander Mikhaylenko2023-03-035-0/+32
| | | | Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1292>
* floating-bar: Move margins to cssAlexander Mikhaylenko2023-03-032-5/+1
| | | | | | We'll need to override them for elementary. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1292>
* Revert "Add option to select new tab page"Alexander Mikhaylenko2023-03-035-111/+2
| | | | | | This reverts commit 9131f927a2b1abcba6b31fdd72bd60d51c6b05f2 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1293>
* Update Finnish translationJiri Grönroos2023-03-021-1231/+1374
|
* favicon-helpers: Fix the null checkAlexander Mikhaylenko2023-03-011-2/+1
| | | | | | | | It was inverted. Fixes https://gitlab.gnome.org/GNOME/epiphany/-/issues/1979 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1294>
* Update Slovenian translationMatej Urbančič2023-02-281-1199/+1446
|
* Update Danish translationAlan Mortensen2023-02-261-1186/+1360
|