Loading
Commits on Source 56
-
Michael Catanzaro authored
-
Yosef Or Boczko authored
-
ARAKHNID authored
A dialog now pops up so you can confirm or cancel the deletion of a web app. Deleting the web app causes the page to reload. Closes #2077 Code improvements Adds helper functions for EphyWebApplicationDeleteData, uses g_autofree for the app ID since we hold ownership, and fixes the code style. Prevent leaks Fixes a few leaks in the code. Remove unnecessary space This was causing the code style checker to fail. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1586>
-
Martin authored
-
Scrambled 777 authored
-
Hari Rana authored
The `GtkScrolledWindow` widgets have been replaced with `AdwPreferencesGroup`, and the buttons have a hover state for visual feedback. Closes https://gitlab.gnome.org/GNOME/epiphany/-/issues/2420 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1587>
-
Automeris naranja authored
AdwPreferencesPage only accepts AdwPreferencesGroup as children. Attemping to put other types of widgets triggers a warning saying the following: "Finalizing AdwPreferencesPage [...] but it still has children left [...]". Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1589>
-
Yosef Or Boczko authored
-
Sabri Ünal authored
-
Christian Kirbach authored
(cherry picked from commit 7bfff0c8)
-
ARAKHNID authored
This shows bookmarks with tags when searching in the main bookmark view, and also lets you search for bookmarks with a certain tag by navigating to the tag detaila page. Closes #2425 Fix adding bookmarks and tags A new row needed to be created for the GtkListBox used when searching to prevent crashes. Fix creating new tags While adding new bookmarks and adding tags to existing bookmarks were fixed in the previous commit, creating new tags wasn't. Hide search entry when there are no bookmarks Now the search entry is only shown when there are bookmarks. Move clearing tag list to opening tag detail view Rather than clearing the tag detail list box when exiting the tag detail view, it now gets cleared when entering it. This fixes a UI issue that would cause the search placeholder for the tag detail view to be briefly visible when exiting the tag detail view. Fix code style There was an extra blank line. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1590>
-
Jan-Michael Brummer authored
There are not needed widgets in the tree, remove them. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1592>
-
Michael Catanzaro authored
Don't multiple the number of third parties by first parties when reporting how many trackers we've blocked. The third parties are the "trackers" that we're trying to count. Fixes #2419 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1591>
-
Michael Catanzaro authored
Fixes #2426 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1593>
-
Jan-Michael Brummer authored
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1594>
-
ARAKHNID authored
Adds the changes from !1592 to the list box used for searching. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1595>
-
Jan-Michael Brummer authored
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1596>
-
Jan-Michael Brummer authored
In order to reduce memory consumption extract xpi during installation. Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/1818 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1556>
-
Jan-Michael Brummer authored
Simplify widget tree and remove top level status page. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1597>
-
ARAKHNID authored
Adds the changes from !1592 to the list box used for searching. Resubmitted because the changes from the original PR (!1595) were accidentally reverted in another PR. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1598>
-
Martin authored
-
Jan-Michael Brummer authored
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1599>
-
ARAKHNID authored
There was an issue where inputting a search that yields no results would get the view stuck on the "no bookmarks" page, even after closing and re-opening the sidebar. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1600>
-
ARAKHNID authored
Adds margins of 12px to the GtkStack to prevent row shadows from displaying oddly. Closes #2406 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1601>
-
Jan-Michael Brummer authored
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1602>
-
Jan-Michael Brummer authored
Remove unnecessary GtkBox surrounding GtkListBox for bookmark and searching bookmark list box. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1602>
-
Jan-Michael Brummer authored
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1602>
-
Martin authored
-
ARAKHNID authored
Decreases the margins in the bookmark dialog from 12 to 2px. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1605>
-
Harshavardhan Navalli authored
Exporting all passwords in the password manager to a CSV file in a format that Google Chrome and Apple Safari support for password imports. Closes https://gitlab.gnome.org/GNOME/epiphany/-/issues/2184 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1588>
-
Harshavardhan Navalli authored
* Fixed a problem where quotes enclosed in quotes were not being parsed correctly. * Improved parsing to ignore any spaces which are not enclosed in quotes. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1588>
-
Martin authored
-
Feliks Weber authored
-
ARAKHNID authored
Now the search entry always hides itself when there are no bookmarks. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1607>
-
ARAKHNID authored
Fixes multiple issues with searching in a tag. - Starting a search will no longer send you to the "no bookmarks" page - Exiting the "no bookmarks" page (whether through canceling a search or inputting a search that yields results) will no longer send you to the main bookmarks or main bookmarks search Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1608>
-
ARAKHNID authored
Previously, if the last bookmark of a tag was removed, it wouldn't delete the tag row, meaning you could navigate to its empty view. Make the style checker happy Removes an unnecessary empty line. Fix ephy_bookmarks_manager_has_bookmarks_with_tag The function used to return the opposite of what's expected. Now it should be much clearer. Fix tag rows not removing from empty state When deleting the last bookmark with a tag (sending you to the empty state), the tag row wouldn't get deleted and would appear after adding another bookmark. Fix code style issue Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1606>
-
Asier Sarasua Garmendia authored
-
Artur S0 authored
-
Tim Sabsch authored
-
Scrambled 777 authored
-
Yosef Or Boczko authored
-
Yuri Chornoivan authored
-
Ekaterine Papava authored
-
Sabri Ünal authored
-
Luming Zh authored
-
Jiri Grönroos authored
-
Yaron Shahrabani authored
-
Vasil Pupkin authored
-
Danial Behzadi authored
-
Rafael authored
-
ChangSeok Oh authored
-
Balázs Úr authored
-
Baurzhan Muftakhidinov authored
-
Michael Catanzaro authored
-
Jeremy Bícha authored